Difference between revisions of "Parts/Structural/mk1Parts/mk1FuselageIntake.cfg"
From Kerbal Space Program Wiki
< Parts | Structural
m (BobBot moved page Parts/Mk1/mk1fuselageIntake.cfg to Parts/Structural/mk1Parts/mk1FuselageIntake.cfg without leaving a redirect: Renamed part configuration file after update.) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
{{Part config|Mk1 Fuselage - Intake|2=PART | {{Part config|Mk1 Fuselage - Intake|2=PART | ||
{ | { | ||
− | + | name = MK1IntakeFuselage | |
− | + | module = Part | |
− | + | author = C7studios | |
− | + | scale = 0.01 | |
− | + | node_stack_top = 0.0, 75.0, 0.0, 0.0, 1.0, 0.0 | |
− | name = MK1IntakeFuselage | + | node_stack_bottom = 0.0, -75.0, 0.0, 0.0, -1.0, 0.0 |
− | module = Part | + | node_attach = 0.0, 0.0, -51.0, 0.0, 0.0, 1.0, 1 |
− | author = C7studios | + | TechRequired = aerodynamicSystems |
− | + | entryCost = 4200 | |
− | + | cost = 720 | |
− | + | category = Aero | |
− | + | subcategory = 0 | |
− | + | title = Mk1 Fuselage - Intake | |
− | + | manufacturer = C7 Aerospace Division | |
− | + | description = This version of the Mk1 Fuselage module carries no fuel, but is fitted with a streamlined air intake. | |
− | scale = 0.01 | + | attachRules = 1,1,1,1,0 |
− | + | mass = 0.12 | |
− | + | dragModelType = default | |
− | node_stack_top = 0.0, 75.0, 0.0, 0.0, 1.0, 0.0 | + | maximum_drag = 0.2 |
− | node_stack_bottom = 0.0, -75.0, 0.0, 0.0, 1.0, 0.0 | + | minimum_drag = 0.3 |
− | node_attach = 0.0, 0.0, -51.0, 0.0, 0.0, 1.0, 1 | + | angularDrag = 2 |
− | + | crashTolerance = 20 | |
− | + | breakingForce = 50 | |
− | + | breakingTorque = 50 | |
− | + | maxTemp = 2000 // = 3000 | |
− | TechRequired = aerodynamicSystems | + | fuelCrossFeed = True |
− | entryCost = 4200 | + | bulkheadProfiles = size1, srf |
− | cost = 720 | + | MODEL |
− | category = Aero | + | { |
− | subcategory = 0 | + | model = Squad/Parts/Structural/mk1Parts/mk1FuselageIntake |
− | title = Mk1 Fuselage - Intake | + | } |
− | manufacturer = C7 Aerospace Division | + | MODULE |
− | description = This version of the Mk1 Fuselage module carries no fuel, but is fitted with a streamlined air intake. | + | { |
− | + | name = ModuleResourceIntake | |
− | + | resourceName = IntakeAir | |
− | attachRules = 1,1,1,1,0 | + | checkForOxygen = true |
− | + | area = 0.006 | |
− | + | intakeSpeed = 12 | |
− | mass = 0.12 | + | intakeTransformName = Intake |
− | dragModelType = default | + | } |
− | maximum_drag = 0.2 | + | RESOURCE |
− | minimum_drag = 0.3 | + | { |
− | angularDrag = 2 | + | name = IntakeAir |
− | crashTolerance = 20 | + | amount = 0.6 |
− | breakingForce = 50 | + | maxAmount = 0.6 |
− | breakingTorque = 50 | + | } |
− | maxTemp = 3000 | ||
− | fuelCrossFeed = True | ||
− | // | ||
− | |||
− | MODULE | ||
− | { | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | } | ||
− | |||
− | RESOURCE | ||
− | { | ||
− | |||
− | |||
− | |||
− | } | ||
} | } | ||
}} | }} |
Revision as of 10:49, 30 April 2015
PART { name = MK1IntakeFuselage module = Part author = C7studios scale = 0.01 node_stack_top = 0.0, 75.0, 0.0, 0.0, 1.0, 0.0 node_stack_bottom = 0.0, -75.0, 0.0, 0.0, -1.0, 0.0 node_attach = 0.0, 0.0, -51.0, 0.0, 0.0, 1.0, 1 TechRequired = aerodynamicSystems entryCost = 4200 cost = 720 category = Aero subcategory = 0 title = Mk1 Fuselage - Intake manufacturer = C7 Aerospace Division description = This version of the Mk1 Fuselage module carries no fuel, but is fitted with a streamlined air intake. attachRules = 1,1,1,1,0 mass = 0.12 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.3 angularDrag = 2 crashTolerance = 20 breakingForce = 50 breakingTorque = 50 maxTemp = 2000 // = 3000 fuelCrossFeed = True bulkheadProfiles = size1, srf MODEL { model = Squad/Parts/Structural/mk1Parts/mk1FuselageIntake } MODULE { name = ModuleResourceIntake resourceName = IntakeAir checkForOxygen = true area = 0.006 intakeSpeed = 12 intakeTransformName = Intake } RESOURCE { name = IntakeAir amount = 0.6 maxAmount = 0.6 } }