Difference between revisions of "Parts/FuelTank/fuelTankOscarB/fuelTankOscarB.cfg"
From Kerbal Space Program Wiki
< Parts
m (BobBot moved page Parts/miniFuelTank/part.cfg to Parts/FuelTank/miniFuelTank/part.cfg without leaving a redirect: Update to new directory system) |
m (*update to 0.24.2;) |
||
Line 8: | Line 8: | ||
rescaleFactor = 1 | rescaleFactor = 1 | ||
− | node_stack_top = 0.0, 0.1742737, 0.0, 0.0, 1.0, 0.0 | + | node_stack_top = 0.0, 0.1742737, 0.0, 0.0, 1.0, 0.0, 0 |
− | node_stack_bottom = 0.0, -0.1742737, 0.0, 0.0, 1.0, 0.0 | + | node_stack_bottom = 0.0, -0.1742737, 0.0, 0.0, 1.0, 0.0, 0 |
TechRequired = precisionEngineering | TechRequired = precisionEngineering | ||
entryCost = 4200 | entryCost = 4200 | ||
− | cost = | + | cost = 180 |
category = Propulsion | category = Propulsion | ||
subcategory = 0 | subcategory = 0 | ||
Line 45: | Line 45: | ||
} | } | ||
} | } | ||
+ | |||
}} | }} |
Revision as of 12:52, 12 August 2014
PART { name = miniFuelTank module = Part author = NovaSilisko mesh = model.mu rescaleFactor = 1 node_stack_top = 0.0, 0.1742737, 0.0, 0.0, 1.0, 0.0, 0 node_stack_bottom = 0.0, -0.1742737, 0.0, 0.0, 1.0, 0.0, 0 TechRequired = precisionEngineering entryCost = 4200 cost = 180 category = Propulsion subcategory = 0 title = Oscar-B Fuel Tank manufacturer = Probodobodyne Inc. description = The Oscar-B Fuel Tank from Probodobodyne is a compact fuel container for small space probes, or a backup tank for other small spacecraft. Do not wash in cold water, or feed after midnight. attachRules = 1,0,1,1,0 mass = 0.015 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.15 angularDrag = 2 crashTolerance = 6 maxTemp = 2900 breakingForce = 50 breakingTorque = 50 RESOURCE { name = LiquidFuel amount = 5.735 maxAmount = 5.735 } RESOURCE { name = Oxidizer amount = 7 maxAmount = 7 } }