Parts/Aero/intakeRadialLong/intakeRadialLong.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 20:47, 1 May 2015 by BobBot (talk | contribs) (*update to 1.0.1;)
Jump to: navigation, search
This is the configuration file for Structural Intake.
PART
{
	name = IntakeRadialLong
	module = Part
	author = Porkjet
	mesh = model.mu
	rescaleFactor = 1
	node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0
	TechRequired = highAltitudeFlight
	entryCost = 6800
	cost = 900
	category = Aero
	subcategory = 0
	title = Structural Intake
	manufacturer = C7 Aerospace Division
	description = This intake adresses those sometimes absurd contraptions that SSTO engineers designed in an attempt to pump more and more air into their engines.
	attachRules = 0,1,0,1,1
	mass = 0.008
	thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K
	// heatConductivity = 0.06 // half default
	emissiveConstant = 0.7
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 7
	breakingForce = 200
	breakingTorque = 200
	maxTemp = 2000 // = 5000
	bulkheadProfiles = srf
	MODULE
	{
		name = ModuleResourceIntake
		resourceName = IntakeAir
		checkForOxygen = true
		area = 0.00082
		intakeSpeed = 10
		intakeTransformName = Intake
	}
	RESOURCE
	{
		name = IntakeAir
		amount = 0.082
		maxAmount = 0.082
	}
}