Difference between revisions of "Parts/Structural/mk1Parts/mk1Fuselage.cfg"
From Kerbal Space Program Wiki
< Parts | Structural
m (*update to 1.0.1;) |
m (Update config) |
||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
name = MK1Fuselage | name = MK1Fuselage | ||
module = Part | module = Part | ||
− | author = | + | author = Porkjet |
− | |||
rescaleFactor = 1 | rescaleFactor = 1 | ||
− | node_stack_top = 0.0, | + | node_stack_top = 0.0, 0.9375, 0.0, 0.0, 1.0, 0.0 |
− | node_stack_bottom = 0.0, - | + | node_stack_bottom = 0.0, -0.9375, 0.0, 0.0, -1.0, 0.0 |
− | node_attach = 0.0, 0.0, - | + | node_attach = 0.0, 0.0, -0.625, 0.0, 0.0, 1.0, 1 |
− | TechRequired = | + | TechRequired = aviation |
− | entryCost = | + | entryCost = 2600 |
cost = 550 | cost = 550 | ||
category = FuelTank | category = FuelTank | ||
subcategory = 0 | subcategory = 0 | ||
− | title = Mk1 Liquid Fuel Fuselage | + | title = #autoLOC_500730 //#autoLOC_500730 = Mk1 Liquid Fuel Fuselage |
− | manufacturer = C7 Aerospace Division | + | manufacturer = #autoLOC_501624 //#autoLOC_501624 = C7 Aerospace Division |
− | description = A standard fuselage that carries fuel for spaceplanes. This one is chock-full of jet fuel. Not as resistant as its counterparts, but jet fuel is more efficient than the other fuels, without mentioning lighter. | + | description = #autoLOC_500731 //#autoLOC_500731 = A standard fuselage that carries fuel for spaceplanes. This one is chock-full of jet fuel. Not as resistant as its counterparts, but jet fuel is more efficient than the other fuels, without mentioning lighter. |
attachRules = 1,1,1,1,0 | attachRules = 1,1,1,1,0 | ||
− | mass = 0. | + | mass = 0.25 |
dragModelType = default | dragModelType = default | ||
maximum_drag = 0.2 | maximum_drag = 0.2 | ||
minimum_drag = 0.3 | minimum_drag = 0.3 | ||
angularDrag = 2 | angularDrag = 2 | ||
− | crashTolerance = | + | crashTolerance = 10 |
breakingForce = 50 | breakingForce = 50 | ||
breakingTorque = 50 | breakingTorque = 50 | ||
maxTemp = 2000 // = 3000 | maxTemp = 2000 // = 3000 | ||
+ | thermalMassModifier = 2.0 | ||
fuelCrossFeed = True | fuelCrossFeed = True | ||
bulkheadProfiles = size1, srf | bulkheadProfiles = size1, srf | ||
+ | tags = #autoLOC_500732 //#autoLOC_500732 = aircraft airplane fueltank jet plane propellant tank | ||
MODEL | MODEL | ||
{ | { | ||
− | model = Squad/Parts/Structural/mk1Parts/ | + | model = Squad/Parts/Structural/mk1Parts/Fuselage |
− | |||
} | } | ||
RESOURCE | RESOURCE | ||
{ | { | ||
name = LiquidFuel | name = LiquidFuel | ||
− | amount = | + | amount = 400 |
− | maxAmount = | + | maxAmount = 400 |
} | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | stackableQuantity = 1 | ||
+ | packedVolume = -1 | ||
+ | } | ||
} | } | ||
− | |||
}} | }} |
Latest revision as of 15:44, 10 October 2024
PART { name = MK1Fuselage module = Part author = Porkjet rescaleFactor = 1 node_stack_top = 0.0, 0.9375, 0.0, 0.0, 1.0, 0.0 node_stack_bottom = 0.0, -0.9375, 0.0, 0.0, -1.0, 0.0 node_attach = 0.0, 0.0, -0.625, 0.0, 0.0, 1.0, 1 TechRequired = aviation entryCost = 2600 cost = 550 category = FuelTank subcategory = 0 title = #autoLOC_500730 //#autoLOC_500730 = Mk1 Liquid Fuel Fuselage manufacturer = #autoLOC_501624 //#autoLOC_501624 = C7 Aerospace Division description = #autoLOC_500731 //#autoLOC_500731 = A standard fuselage that carries fuel for spaceplanes. This one is chock-full of jet fuel. Not as resistant as its counterparts, but jet fuel is more efficient than the other fuels, without mentioning lighter. attachRules = 1,1,1,1,0 mass = 0.25 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.3 angularDrag = 2 crashTolerance = 10 breakingForce = 50 breakingTorque = 50 maxTemp = 2000 // = 3000 thermalMassModifier = 2.0 fuelCrossFeed = True bulkheadProfiles = size1, srf tags = #autoLOC_500732 //#autoLOC_500732 = aircraft airplane fueltank jet plane propellant tank MODEL { model = Squad/Parts/Structural/mk1Parts/Fuselage } RESOURCE { name = LiquidFuel amount = 400 maxAmount = 400 } MODULE { name = ModuleCargoPart stackableQuantity = 1 packedVolume = -1 } }