Difference between revisions of "Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25.cfg"
From Kerbal Space Program Wiki
< Parts
m (BobBot moved page Parts/RCSFuelTank/part.cfg to Parts/FuelTank/RCSFuelTank/part.cfg without leaving a redirect: Update to new directory system) |
m (Update config) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{Part config|FL- | + | {{Part config|FL-R120 RCS Fuel Tank|2=PART |
{ | { | ||
− | + | name = RCSFuelTank | |
− | + | module = Part | |
− | + | author = NovaSilisko | |
− | name = RCSFuelTank | + | mesh = model.mu |
− | module = Part | + | scale = 1 |
− | author = NovaSilisko | + | rescaleFactor = 1 |
− | + | node_stack_top = 0.0, 0.2853027, 0.0, 0.0, 1.0, 0.0 | |
− | + | node_stack_bottom = 0.0, -0.2853027, 0.0, 0.0, -1.0, 0.0 | |
− | mesh = model.mu | + | TechRequired = advFuelSystems |
− | scale = 1 | + | entryCost = 4600 |
− | rescaleFactor = 1 | + | cost = 330 |
− | + | category = FuelTank | |
− | + | subcategory = 0 | |
− | node_stack_top = 0.0, 0.2853027, 0.0, 0.0, 1.0, 0.0 | + | title = #autoLOC_500607 //#autoLOC_500607 = FL-R120 RCS Fuel Tank |
− | node_stack_bottom = 0.0, -0.2853027, 0.0, 0.0, 1.0, 0.0 | + | manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co |
− | + | description = #autoLOC_500608 //#autoLOC_500608 = These fuel tanks store monopropellant for RCS thrusters. New advances in plumbing technology made it possible to route RCS lines to any point in the ship. So unlike liquid fuel tanks, RCS Fuel tanks can be placed anywhere. | |
− | + | attachRules = 1,0,1,1,0 | |
− | TechRequired = | + | mass = 0.08 |
− | entryCost = | + | dragModelType = default |
− | cost = | + | maximum_drag = 0.2 |
− | category = | + | minimum_drag = 0.2 |
− | subcategory = 0 | + | angularDrag = 2 |
− | title = FL- | + | crashTolerance = 12 |
− | manufacturer = Jebediah Kerman's Junkyard and | + | maxTemp = 2000 // = 2900 |
− | description = These fuel tanks monopropellant for RCS thrusters. New advances in plumbing technology made it possible to route RCS lines to any point in the ship. So unlike liquid fuel tanks, RCS Fuel tanks can be placed anywhere. | + | bulkheadProfiles = size1 |
− | + | tags = #autoLOC_500609 //#autoLOC_500609 = fueltank mono monopropellant propellant | |
− | + | RESOURCE | |
− | attachRules = 1,0,1,1,0 | + | { |
− | + | name = MonoPropellant | |
− | + | amount = 120 | |
− | mass = 0. | + | maxAmount = 120 |
− | dragModelType = default | + | } |
− | maximum_drag = 0.2 | + | MODULE |
− | minimum_drag = 0.2 | + | { |
− | angularDrag = 2 | + | name = ModuleCargoPart |
− | crashTolerance = 12 | + | packedVolume = 920 |
− | maxTemp = 2900 | + | } |
− | |||
− | // | ||
− | |||
− | RESOURCE | ||
− | { | ||
− | |||
− | |||
− | |||
− | } | ||
} | } | ||
}} | }} |
Latest revision as of 15:20, 10 October 2024
PART { name = RCSFuelTank module = Part author = NovaSilisko mesh = model.mu scale = 1 rescaleFactor = 1 node_stack_top = 0.0, 0.2853027, 0.0, 0.0, 1.0, 0.0 node_stack_bottom = 0.0, -0.2853027, 0.0, 0.0, -1.0, 0.0 TechRequired = advFuelSystems entryCost = 4600 cost = 330 category = FuelTank subcategory = 0 title = #autoLOC_500607 //#autoLOC_500607 = FL-R120 RCS Fuel Tank manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co description = #autoLOC_500608 //#autoLOC_500608 = These fuel tanks store monopropellant for RCS thrusters. New advances in plumbing technology made it possible to route RCS lines to any point in the ship. So unlike liquid fuel tanks, RCS Fuel tanks can be placed anywhere. attachRules = 1,0,1,1,0 mass = 0.08 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 2 crashTolerance = 12 maxTemp = 2000 // = 2900 bulkheadProfiles = size1 tags = #autoLOC_500609 //#autoLOC_500609 = fueltank mono monopropellant propellant RESOURCE { name = MonoPropellant amount = 120 maxAmount = 120 } MODULE { name = ModuleCargoPart packedVolume = 920 } }