Difference between revisions of "Parts/FuelTank/miniFuselage/miniFuselage.cfg"
From Kerbal Space Program Wiki
< Parts
(cfg from helper script) |
m (Update config) |
||
Line 14: | Line 14: | ||
category = Propulsion | category = Propulsion | ||
subcategory = 0 | subcategory = 0 | ||
− | title = Mk0 Liquid Fuel Fuselage | + | title = #autoLOC_500550 //#autoLOC_500550 = Mk0 Liquid Fuel Fuselage |
− | manufacturer = C7 Aerospace Division | + | manufacturer = #autoLOC_501624 //#autoLOC_501624 = C7 Aerospace Division |
− | description = A small container for jet fuel. | + | description = #autoLOC_500551 //#autoLOC_500551 = A small container for jet fuel. |
attachRules = 1,1,1,1,0 | attachRules = 1,1,1,1,0 | ||
mass = 0.025 | mass = 0.025 | ||
Line 29: | Line 29: | ||
emissiveConstant = 0.8 | emissiveConstant = 0.8 | ||
fuelCrossFeed = True | fuelCrossFeed = True | ||
− | bulkheadProfiles = | + | bulkheadProfiles = size0 |
− | + | tags = #autoLOC_500552 //#autoLOC_500552 = fueltank jet ?lf only propellant tank | |
RESOURCE | RESOURCE | ||
{ | { | ||
Line 36: | Line 36: | ||
amount = 50 | amount = 50 | ||
maxAmount = 50 | maxAmount = 50 | ||
+ | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | packedVolume = 400 | ||
} | } | ||
} | } | ||
− | |||
}} | }} |
Latest revision as of 15:43, 10 October 2024
PART { name = miniFuselage module = Part author = Porkjet mesh = Fuselage.mu rescaleFactor = 1 node_stack_top = 0.0, 0.46875, 0.0, 0.0, 1.0, 0.0, 0 node_stack_bottom = 0.0, -0.46875, 0.0, 0.0, -1.0, 0.0, 0 node_attach = 0.313, 0.0, 0.0, 1.0, 0.0, 0.0 TechRequired = aviation entryCost = 3000 cost = 200 category = Propulsion subcategory = 0 title = #autoLOC_500550 //#autoLOC_500550 = Mk0 Liquid Fuel Fuselage manufacturer = #autoLOC_501624 //#autoLOC_501624 = C7 Aerospace Division description = #autoLOC_500551 //#autoLOC_500551 = A small container for jet fuel. attachRules = 1,1,1,1,0 mass = 0.025 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.3 angularDrag = 1 crashTolerance = 10 breakingForce = 50 breakingTorque = 50 maxTemp = 2000 // = 3000 emissiveConstant = 0.8 fuelCrossFeed = True bulkheadProfiles = size0 tags = #autoLOC_500552 //#autoLOC_500552 = fueltank jet ?lf only propellant tank RESOURCE { name = LiquidFuel amount = 50 maxAmount = 50 } MODULE { name = ModuleCargoPart packedVolume = 400 } }