Parts/Aero/intakeRadialLong/intakeRadialLong.cfg

From Kerbal Space Program Wiki
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.004
	thermalMassModifier = 12.0
	// 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 = 2400
	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
	}
}