Difference between revisions of "Parts/Aero/circularIntake/intakeShockCone.cfg"
From Kerbal Space Program Wiki
< Parts
m (BobBot moved page Parts/SPP/ShockConeIntake/part.cfg to Parts/Aero/intakeShockCone/intakeShockCone.cfg without leaving a redirect: Renamed part configuration file after update.) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
{{Part config|Shock Cone Intake|2=PART | {{Part config|Shock Cone Intake|2=PART | ||
{ | { | ||
− | + | name = shockConeIntake | |
− | + | module = Part | |
− | + | author = Porkjet | |
− | + | mesh = model.mu | |
− | + | rescaleFactor = 1 | |
− | // | + | node_stack_bottom = 0.0, -0.625, 0.0, 0.0, -1.0, 0.0 |
− | // | + | TechRequired = hypersonicFlight |
− | + | entryCost = 21000 | |
− | // | + | cost = 3050 |
+ | category = Aero | ||
+ | subcategory = 0 | ||
+ | title = Shock Cone Intake | ||
+ | manufacturer = C7 Aerospace Division | ||
+ | description = A shocking new intake from the C7 Aerospace Division that brought you much adored parts such as the Delta Wing and the Standard Nosecone! | ||
+ | attachRules = 1,0,1,0,0 | ||
+ | mass = 0.025 | ||
+ | thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K | ||
+ | // heatConductivity = 0.06 // half default | ||
+ | emissiveConstant = 0.95 | ||
+ | dragModelType = default | ||
+ | maximum_drag = 0.3 | ||
+ | minimum_drag = 0.3 | ||
+ | angularDrag = 1.2 | ||
+ | crashTolerance = 7 | ||
+ | maxTemp = 2000 // = 3400 | ||
+ | fuelCrossFeed = True | ||
+ | bulkheadProfiles = size1 | ||
+ | DRAG_CUBE | ||
+ | { | ||
+ | cube = Default, 0.7486105,0.6887614,0.7221569, 0.7486105,0.6887677,0.7221569, 1.213026,0.3,1.183155, 1.213026,1,0.100694, 0.7486105,0.6903304,0.7221569, 0.7486105,0.6871722,0.7221569, 0,-0.08307549,0, 1.25,1.083849,1.25 | ||
+ | } | ||
− | + | MODULE | |
− | + | { | |
− | + | name = ModuleResourceIntake | |
− | + | resourceName = IntakeAir | |
− | + | checkForOxygen = true | |
− | + | area = 0.009 | |
− | + | intakeSpeed = 12 | |
− | + | intakeTransformName = Intake | |
− | + | } | |
− | + | RESOURCE | |
− | + | { | |
− | + | name = IntakeAir | |
− | + | amount = 0.9 | |
− | + | maxAmount = 0.9 | |
− | + | } | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | MODULE | ||
− | { | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | } | ||
− | |||
− | RESOURCE | ||
− | { | ||
− | |||
− | |||
− | |||
− | } | ||
} | } | ||
}} | }} |
Revision as of 13:28, 29 April 2015
PART { name = shockConeIntake module = Part author = Porkjet mesh = model.mu rescaleFactor = 1 node_stack_bottom = 0.0, -0.625, 0.0, 0.0, -1.0, 0.0 TechRequired = hypersonicFlight entryCost = 21000 cost = 3050 category = Aero subcategory = 0 title = Shock Cone Intake manufacturer = C7 Aerospace Division description = A shocking new intake from the C7 Aerospace Division that brought you much adored parts such as the Delta Wing and the Standard Nosecone! attachRules = 1,0,1,0,0 mass = 0.025 thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K // heatConductivity = 0.06 // half default emissiveConstant = 0.95 dragModelType = default maximum_drag = 0.3 minimum_drag = 0.3 angularDrag = 1.2 crashTolerance = 7 maxTemp = 2000 // = 3400 fuelCrossFeed = True bulkheadProfiles = size1 DRAG_CUBE { cube = Default, 0.7486105,0.6887614,0.7221569, 0.7486105,0.6887677,0.7221569, 1.213026,0.3,1.183155, 1.213026,1,0.100694, 0.7486105,0.6903304,0.7221569, 0.7486105,0.6871722,0.7221569, 0,-0.08307549,0, 1.25,1.083849,1.25 } MODULE { name = ModuleResourceIntake resourceName = IntakeAir checkForOxygen = true area = 0.009 intakeSpeed = 12 intakeTransformName = Intake } RESOURCE { name = IntakeAir amount = 0.9 maxAmount = 0.9 } }