Difference between revisions of "Parts/FuelTank/RCSFuelTankR25/RCSFuelTankR25.cfg"
From Kerbal Space Program Wiki
< Parts
(Initial upload, I plan on formatting it beyond pre tags in the future.) |
Nilesrogoff (talk | contribs) (Part page updated to 0.18) |
||
Line 4: | Line 4: | ||
// --- general parameters --- | // --- general parameters --- | ||
name = RCSFuelTank | name = RCSFuelTank | ||
− | module = | + | module = Part |
− | author = | + | author = NovaSilisko |
// --- asset parameters --- | // --- asset parameters --- | ||
mesh = model.mu | mesh = model.mu | ||
− | scale = | + | scale = 1 |
− | + | rescaleFactor = 1 | |
// --- node definitions --- | // --- node definitions --- | ||
− | node_stack_top = 0.0, | + | node_stack_top = 0.0, 0.2853027, 0.0, 0.0, 1.0, 0.0 |
− | node_stack_bottom = 0.0, 0. | + | node_stack_bottom = 0.0, -0.2853027, 0.0, 0.0, 1.0, 0.0 |
// --- editor parameters --- | // --- editor parameters --- | ||
cost = 800 | cost = 800 | ||
− | category = | + | category = Propulsion |
subcategory = 0 | subcategory = 0 | ||
title = FL-R25 RCS Fuel Tank | title = FL-R25 RCS Fuel Tank | ||
Line 28: | Line 28: | ||
// --- standard part parameters --- | // --- standard part parameters --- | ||
− | mass = 0. | + | mass = 0.15 |
dragModelType = default | dragModelType = default | ||
maximum_drag = 0.2 | maximum_drag = 0.2 | ||
Line 38: | Line 38: | ||
// --- rcs fuel tank parameters --- | // --- rcs fuel tank parameters --- | ||
− | + | RESOURCE | |
− | + | { | |
− | + | name = MonoPropellant | |
− | + | amount = 25 | |
− | + | maxAmount = 25 | |
+ | } | ||
</pre> | </pre> |
Revision as of 12:16, 4 December 2012
// Kerbal Space Program - Part Config // --- general parameters --- name = RCSFuelTank module = Part author = NovaSilisko // --- asset parameters --- mesh = model.mu scale = 1 rescaleFactor = 1 // --- node definitions --- 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 // --- editor parameters --- cost = 800 category = Propulsion subcategory = 0 title = FL-R25 RCS Fuel Tank manufacturer = Jebediah Kerman's Junkyard and Spaceship Parts Co. description = These fuel tanks carry pressurized gas propellant 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. // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,0,1,1,0 // --- standard part parameters --- mass = 0.15 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 2 crashTolerance = 12 maxTemp = 2900 // --- rcs fuel tank parameters --- RESOURCE { name = MonoPropellant amount = 25 maxAmount = 25 }