Difference between revisions of "Parts/Aero/intakeRadialLong/intakeRadialLong.cfg"
From Kerbal Space Program Wiki
< Parts
m (BobBot moved page Parts/SPP/IntakeRadialLong/part.cfg to Parts/Aero/intakeRadialLong/intakeRadialLong.cfg without leaving a redirect: Renamed part configuration file after update.) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
{{Part config|Structural Intake|2=PART | {{Part config|Structural Intake|2=PART | ||
{ | { | ||
− | + | name = IntakeRadialLong | |
− | name = IntakeRadialLong | + | module = Part |
− | module = Part | + | author = Porkjet |
− | author = Porkjet | + | mesh = model.mu |
− | + | rescaleFactor = 1 | |
− | mesh = model.mu | + | node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0 |
− | rescaleFactor = 1 | + | TechRequired = highAltitudeFlight |
− | + | entryCost = 6800 | |
− | node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0 | + | cost = 900 |
− | + | category = Aero | |
− | TechRequired = highAltitudeFlight | + | subcategory = 0 |
− | entryCost = 6800 | + | title = Structural Intake |
− | cost = 900 | + | manufacturer = C7 Aerospace Division |
− | category = Aero | + | description = This intake adresses those sometimes absurd contraptions that SSTO engineers designed in an attempt to pump more and more air into their engines. |
− | subcategory = 0 | + | attachRules = 0,1,0,1,1 |
− | title = Structural Intake | + | mass = 0.008 |
− | manufacturer = C7 Aerospace Division | + | thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K |
− | description = This intake adresses those sometimes absurd contraptions that SSTO engineers designed in an attempt to pump more and more air into their engines. | + | // heatConductivity = 0.06 // half default |
− | attachRules = 0,1,0,1,1 | + | emissiveConstant = 0.55 |
− | + | dragModelType = default | |
− | // - | + | maximum_drag = 0.2 |
− | + | minimum_drag = 0.2 | |
− | dragModelType = default | + | angularDrag = 1 |
− | maximum_drag = 0.2 | + | crashTolerance = 7 |
− | minimum_drag = 0.2 | + | breakingForce = 200 |
− | angularDrag = 1 | + | breakingTorque = 200 |
− | crashTolerance = | + | maxTemp = 2000 // = 5000 |
− | breakingForce = 200 | + | bulkheadProfiles = srf |
− | breakingTorque = 200 | + | MODULE |
− | maxTemp = 5000 | + | { |
− | + | name = ModuleResourceIntake | |
− | MODULE | + | resourceName = IntakeAir |
− | { | + | checkForOxygen = true |
− | + | area = 0.00082 | |
− | + | intakeSpeed = 10 | |
− | + | intakeTransformName = Intake | |
− | + | } | |
− | + | RESOURCE | |
− | + | { | |
− | } | + | name = IntakeAir |
− | + | amount = 0.082 | |
− | RESOURCE | + | maxAmount = 0.082 |
− | { | + | } |
− | |||
− | |||
− | |||
− | } | ||
} | } | ||
}} | }} |
Revision as of 13:14, 29 April 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.55 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 } }