Difference between revisions of "Parts/FuelTank/xenonTankLarge/xenonTankLarge.cfg"
From Kerbal Space Program Wiki
< Parts
(+added in 1.0;) |
m (Update config) |
||
Line 10: | Line 10: | ||
node_stack_bottom = 0.0, -0.295, 0.0, 0.0, -1.0, 0.0, 0 | node_stack_bottom = 0.0, -0.295, 0.0, 0.0, -1.0, 0.0, 0 | ||
TechRequired = ionPropulsion | TechRequired = ionPropulsion | ||
− | entryCost = | + | entryCost = 9800 |
− | cost = | + | cost = 24300 |
category = FuelTank | category = FuelTank | ||
subcategory = 0 | subcategory = 0 | ||
− | title = PB-X750 Xenon Container | + | title = #autoLOC_500628 //#autoLOC_500628 = PB-X750 Xenon Container |
− | manufacturer = Probodobodyne Inc | + | manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc |
− | description = Although most of the Probodobodyne staff couldn't pronounce "Xenon", when told how to say it correctly, they all agreed it sounded super-cool - and everything possible should be done so it could be used as a fuel, no matter the cost. | + | description = #autoLOC_500629 //#autoLOC_500629 = Although most of the Probodobodyne staff couldn't pronounce "Xenon", when told how to say it correctly, they all agreed it sounded super-cool - and everything possible should be done so it could be used as a fuel, no matter the cost. |
attachRules = 1,0,1,1,0 | attachRules = 1,0,1,1,0 | ||
− | mass = 0. | + | mass = 0.19 |
dragModelType = default | dragModelType = default | ||
maximum_drag = 0.2 | maximum_drag = 0.2 | ||
Line 27: | Line 27: | ||
breakingForce = 50 | breakingForce = 50 | ||
breakingTorque = 50 | breakingTorque = 50 | ||
− | bulkheadProfiles = | + | bulkheadProfiles = size1 |
+ | tags = #autoLOC_500630 //#autoLOC_500630 = fueltank (ion propellant tank | ||
RESOURCE | RESOURCE | ||
{ | { | ||
name = XenonGas | name = XenonGas | ||
− | amount = | + | amount = 5700 |
− | maxAmount = | + | maxAmount = 5700 |
} | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | packedVolume = 1100 | ||
+ | } | ||
} | } | ||
− | |||
}} | }} |
Latest revision as of 15:30, 10 October 2024
PART { name = xenonTankLarge module = Part author = RoverDude mesh = model.mu scale = 1 rescaleFactor = 1 node_stack_top = 0.0, 0.295, 0.0, 0.0, 1.0, 0.0, 0 node_stack_bottom = 0.0, -0.295, 0.0, 0.0, -1.0, 0.0, 0 TechRequired = ionPropulsion entryCost = 9800 cost = 24300 category = FuelTank subcategory = 0 title = #autoLOC_500628 //#autoLOC_500628 = PB-X750 Xenon Container manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc description = #autoLOC_500629 //#autoLOC_500629 = Although most of the Probodobodyne staff couldn't pronounce "Xenon", when told how to say it correctly, they all agreed it sounded super-cool - and everything possible should be done so it could be used as a fuel, no matter the cost. attachRules = 1,0,1,1,0 mass = 0.19 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.3 angularDrag = 2 crashTolerance = 6 maxTemp = 2000 // = 2900 breakingForce = 50 breakingTorque = 50 bulkheadProfiles = size1 tags = #autoLOC_500630 //#autoLOC_500630 = fueltank (ion propellant tank RESOURCE { name = XenonGas amount = 5700 maxAmount = 5700 } MODULE { name = ModuleCargoPart packedVolume = 1100 } }