Difference between revisions of "Parts/Aero/intakeRadialLong/intakeRadialLong.cfg"
From Kerbal Space Program Wiki
< Parts
m (*update to 1.0;) |
m (*update to 1.0.1;) |
||
Line 19: | Line 19: | ||
thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K | thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K | ||
// heatConductivity = 0.06 // half default | // heatConductivity = 0.06 // half default | ||
− | emissiveConstant = 0. | + | emissiveConstant = 0.7 |
dragModelType = default | dragModelType = default | ||
maximum_drag = 0.2 | maximum_drag = 0.2 |
Revision as of 20:47, 1 May 2015
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 } }