Difference between revisions of "Parts/FuelTank/xenonTankRadial/xenonTankRadial.cfg"
From Kerbal Space Program Wiki
< Parts
m (*update to 1.0;) |
m (Update part) |
||
Line 8: | Line 8: | ||
node_attach = 0.0, 0.0, -0.1875, 0.0, 0.0, -1.0 | node_attach = 0.0, 0.0, -0.1875, 0.0, 0.0, -1.0 | ||
TechRequired = ionPropulsion | TechRequired = ionPropulsion | ||
− | entryCost = | + | entryCost = 7800 |
− | cost = | + | cost = 2220 |
category = FuelTank | category = FuelTank | ||
subcategory = 0 | subcategory = 0 | ||
− | title = PB-X50R Xenon Container | + | title = #autoLOC_500631 //#autoLOC_500631 = PB-X50R Xenon Container |
− | description = The X50R is a small-volume Xenon container, heralded by engineers for being ideally suited for small ion-driven spacecraft, and also for having thoroughly disproved management in their notion that a smaller fuel tank would make the fuel cheaper. | + | description = #autoLOC_500632 //#autoLOC_500632 = The X50R is a small-volume Xenon container, heralded by engineers for being ideally suited for small ion-driven spacecraft, and also for having thoroughly disproved management in their notion that a smaller fuel tank would make the fuel cheaper. |
− | attachRules = 0,1,0, | + | attachRules = 0,1,0,1,1 |
− | mass = 0. | + | mass = 0.0135 |
dragModelType = default | dragModelType = default | ||
maximum_drag = 0.2 | maximum_drag = 0.2 | ||
Line 23: | Line 23: | ||
maxTemp = 2000 // = 2900 | maxTemp = 2000 // = 2900 | ||
bulkheadProfiles = srf | bulkheadProfiles = srf | ||
+ | tags = #autoLOC_500633 //#autoLOC_500633 = fueltank (ion propellant tank | ||
RESOURCE | RESOURCE | ||
{ | { | ||
name = XenonGas | name = XenonGas | ||
− | amount = | + | amount = 405 |
− | maxAmount = | + | maxAmount = 405 |
+ | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | packedVolume = 100 | ||
} | } | ||
} | } | ||
− | |||
}} | }} |
Latest revision as of 15:30, 10 October 2024
PART { name = xenonTankRadial module = Part author = Squad mesh = model.mu rescaleFactor = 1 node_attach = 0.0, 0.0, -0.1875, 0.0, 0.0, -1.0 TechRequired = ionPropulsion entryCost = 7800 cost = 2220 category = FuelTank subcategory = 0 title = #autoLOC_500631 //#autoLOC_500631 = PB-X50R Xenon Container description = #autoLOC_500632 //#autoLOC_500632 = The X50R is a small-volume Xenon container, heralded by engineers for being ideally suited for small ion-driven spacecraft, and also for having thoroughly disproved management in their notion that a smaller fuel tank would make the fuel cheaper. attachRules = 0,1,0,1,1 mass = 0.0135 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 2 crashTolerance = 12 maxTemp = 2000 // = 2900 bulkheadProfiles = srf tags = #autoLOC_500633 //#autoLOC_500633 = fueltank (ion propellant tank RESOURCE { name = XenonGas amount = 405 maxAmount = 405 } MODULE { name = ModuleCargoPart packedVolume = 100 } }