Difference between revisions of "Parts/Aero/intakeRadialLong/intakeRadialLong.cfg"
From Kerbal Space Program Wiki
< Parts
(+added in 0.25;) |
m (Update config) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{Part config| | + | {{Part config|Adjustable Ramp Intake (Radial)|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 | + | buoyancy = 0.1 |
− | + | TechRequired = highAltitudeFlight | |
− | node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0 | + | entryCost = 6800 |
− | + | cost = 900 | |
− | TechRequired = highAltitudeFlight | + | category = Aero |
− | entryCost = 6800 | + | subcategory = 0 |
− | cost = 900 | + | title = #autoLOC_500193 //#autoLOC_500193 = Adjustable Ramp Intake (Radial) |
− | category = Aero | + | manufacturer = #autoLOC_501624 //#autoLOC_501624 = C7 Aerospace Division |
− | subcategory = 0 | + | description = #autoLOC_500194 //#autoLOC_500194 = This intake addresses those sometimes absurd contraptions that SSTO engineers designed in an attempt to pump more and more air into their engines. Optimized for supersonic flight. |
− | title = | + | attachRules = 0,1,0,1,1 |
− | manufacturer = C7 Aerospace Division | + | mass = 0.01 |
− | description = This intake | + | thermalMassModifier = 12.0 |
− | attachRules = 0,1,0,1,1 | + | // heatConductivity = 0.06 // half default |
− | + | emissiveConstant = 0.7 | |
− | // | + | dragModelType = default |
− | + | maximum_drag = 0.2 | |
− | dragModelType = default | + | minimum_drag = 0.2 |
− | maximum_drag = 0.2 | + | angularDrag = 1 |
− | minimum_drag = 0.2 | + | crashTolerance = 7 |
− | angularDrag = 1 | + | breakingForce = 200 |
− | crashTolerance = | + | breakingTorque = 200 |
− | breakingForce = 200 | + | maxTemp = 2400 |
− | breakingTorque = 200 | + | bulkheadProfiles = srf |
− | maxTemp = | + | tags = #autoLOC_500195 //#autoLOC_500195 = aero (air aircraft breathe cone fligh inlet jet oxygen plane suck supersonic |
− | + | MODULE | |
− | MODULE | + | { |
− | { | + | name = ModuleResourceIntake |
− | + | resourceName = IntakeAir | |
− | + | checkForOxygen = true | |
− | + | area = 0.001 | |
− | + | intakeSpeed = 10 | |
− | + | intakeTransformName = Intake | |
− | + | machCurve | |
− | } | + | { |
− | + | key = 0 0.85 0 0 | |
− | RESOURCE | + | key = 1 1 0 0 |
− | { | + | key = 2 0.95 -0.08751557 -0.08751557 |
− | + | key = 4 0.5 -0.4034287 -0.4034287 | |
− | + | key = 8 0.01 0 0 | |
− | + | } | |
− | } | + | } |
+ | RESOURCE | ||
+ | { | ||
+ | name = IntakeAir | ||
+ | amount = 0.5 | ||
+ | maxAmount = 0.5 | ||
+ | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | packedVolume = 600 | ||
+ | } | ||
} | } | ||
− | |||
}} | }} |
Latest revision as of 10:52, 13 October 2024
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 buoyancy = 0.1 TechRequired = highAltitudeFlight entryCost = 6800 cost = 900 category = Aero subcategory = 0 title = #autoLOC_500193 //#autoLOC_500193 = Adjustable Ramp Intake (Radial) manufacturer = #autoLOC_501624 //#autoLOC_501624 = C7 Aerospace Division description = #autoLOC_500194 //#autoLOC_500194 = This intake addresses those sometimes absurd contraptions that SSTO engineers designed in an attempt to pump more and more air into their engines. Optimized for supersonic flight. attachRules = 0,1,0,1,1 mass = 0.01 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 tags = #autoLOC_500195 //#autoLOC_500195 = aero (air aircraft breathe cone fligh inlet jet oxygen plane suck supersonic MODULE { name = ModuleResourceIntake resourceName = IntakeAir checkForOxygen = true area = 0.001 intakeSpeed = 10 intakeTransformName = Intake machCurve { key = 0 0.85 0 0 key = 1 1 0 0 key = 2 0.95 -0.08751557 -0.08751557 key = 4 0.5 -0.4034287 -0.4034287 key = 8 0.01 0 0 } } RESOURCE { name = IntakeAir amount = 0.5 maxAmount = 0.5 } MODULE { name = ModuleCargoPart packedVolume = 600 } }