Difference between revisions of "Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25.cfg"
From Kerbal Space Program Wiki
< Parts
m (*update to 0.90.0;) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
{{Part config|FL-R25 RCS Fuel Tank|2=PART | {{Part config|FL-R25 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 = 2400 |
− | rescaleFactor = 1 | + | cost = 600 |
− | + | category = FuelTank | |
− | + | subcategory = 0 | |
− | node_stack_top = 0.0, 0.2853027, 0.0, 0.0, 1.0, 0.0 | + | title = FL-R25 RCS Fuel Tank |
− | node_stack_bottom = 0.0, -0.2853027, 0.0, 0.0, 1.0, 0.0 | + | manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co |
− | + | 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. | |
− | + | attachRules = 1,0,1,1,0 | |
− | TechRequired = | + | mass = 0.15 |
− | entryCost = 2400 | + | dragModelType = default |
− | cost = | + | maximum_drag = 0.2 |
− | category = FuelTank | + | minimum_drag = 0.2 |
− | subcategory = 0 | + | angularDrag = 2 |
− | title = FL-R25 RCS Fuel Tank | + | crashTolerance = 12 |
− | manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co | + | 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 |
− | + | RESOURCE | |
− | + | { | |
− | attachRules = 1,0,1,1,0 | + | name = MonoPropellant |
− | + | amount = 250 | |
− | + | maxAmount = 250 | |
− | mass = 0.15 | + | } |
− | dragModelType = default | ||
− | maximum_drag = 0.2 | ||
− | minimum_drag = 0.2 | ||
− | angularDrag = 2 | ||
− | crashTolerance = 12 | ||
− | maxTemp = | ||
− | |||
− | // | ||
− | |||
− | RESOURCE | ||
− | { | ||
− | |||
− | |||
− | |||
− | } | ||
} | } | ||
}} | }} |
Revision as of 11:08, 30 April 2015
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 = 2400 cost = 600 category = FuelTank subcategory = 0 title = FL-R25 RCS Fuel Tank manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co 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. attachRules = 1,0,1,1,0 mass = 0.15 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 2 crashTolerance = 12 maxTemp = 2000 // = 2900 bulkheadProfiles = size1 RESOURCE { name = MonoPropellant amount = 250 maxAmount = 250 } }