Difference between revisions of "Parts/FuelTank/fuelTankOscarB/fuelTankOscarB.cfg"
From Kerbal Space Program Wiki
< Parts
Nilesrogoff (talk | contribs) (Page created) |
m (Update config) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{Part config|Oscar-B Fuel Tank|2=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 | ||
+ | node_attach = 0.3175, 0.0, 0.0, 1.0, 0.0, 0.0 | ||
+ | TechRequired = propulsionSystems | ||
+ | entryCost = 4200 | ||
+ | cost = 70 | ||
+ | category = FuelTank | ||
+ | subcategory = 0 | ||
+ | title = #autoLOC_500523 //#autoLOC_500523 = Oscar-B Fuel Tank | ||
+ | manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc | ||
+ | description = #autoLOC_500524 //#autoLOC_500524 = 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,1,1,1,0 | ||
+ | mass = 0.025 | ||
+ | dragModelType = default | ||
+ | maximum_drag = 0.2 | ||
+ | minimum_drag = 0.15 | ||
+ | angularDrag = 2 | ||
+ | crashTolerance = 6 | ||
+ | maxTemp = 2000 // = 2900 | ||
+ | breakingForce = 50 | ||
+ | breakingTorque = 50 | ||
+ | bulkheadProfiles = size0, srf | ||
+ | tags = #autoLOC_500525 //#autoLOC_500525 = fueltank ?lfo liquid oxidizer propellant rocket | ||
+ | RESOURCE | ||
+ | { | ||
+ | name = LiquidFuel | ||
+ | amount = 18 | ||
+ | maxAmount = 18 | ||
+ | } | ||
+ | RESOURCE | ||
+ | { | ||
+ | name = Oxidizer | ||
+ | amount = 22 | ||
+ | maxAmount = 22 | ||
+ | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | packedVolume = 160 | ||
+ | } | ||
} | } | ||
− | + | }} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | } | ||
− |
Latest revision as of 15:10, 10 October 2024
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 node_attach = 0.3175, 0.0, 0.0, 1.0, 0.0, 0.0 TechRequired = propulsionSystems entryCost = 4200 cost = 70 category = FuelTank subcategory = 0 title = #autoLOC_500523 //#autoLOC_500523 = Oscar-B Fuel Tank manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc description = #autoLOC_500524 //#autoLOC_500524 = 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,1,1,1,0 mass = 0.025 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.15 angularDrag = 2 crashTolerance = 6 maxTemp = 2000 // = 2900 breakingForce = 50 breakingTorque = 50 bulkheadProfiles = size0, srf tags = #autoLOC_500525 //#autoLOC_500525 = fueltank ?lfo liquid oxidizer propellant rocket RESOURCE { name = LiquidFuel amount = 18 maxAmount = 18 } RESOURCE { name = Oxidizer amount = 22 maxAmount = 22 } MODULE { name = ModuleCargoPart packedVolume = 160 } }