Difference between revisions of "Parts/FuelTank/RCSFuelTankR10/RCSFuelTankR10.cfg"
From Kerbal Space Program Wiki
< Parts
m (*update to 1.0;) |
m (Update config) |
||
Line 1: | Line 1: | ||
− | {{Part config|FL- | + | {{Part config|FL-R20 RCS Fuel Tank|2=PART |
{ | { | ||
name = rcsTankMini | name = rcsTankMini | ||
Line 10: | Line 10: | ||
node_attach = 0.25, 0.0, 0.0, 1.0, 0.0, 0.0, 1 | node_attach = 0.25, 0.0, 0.0, 1.0, 0.0, 0.0, 1 | ||
TechRequired = advFuelSystems | TechRequired = advFuelSystems | ||
− | entryCost = | + | entryCost = 4500 |
cost = 200 | cost = 200 | ||
category = FuelTank | category = FuelTank | ||
subcategory = 0 | subcategory = 0 | ||
− | title = FL- | + | title = #autoLOC_500604 //#autoLOC_500604 = FL-R20 RCS Fuel Tank |
− | manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co | + | manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co |
− | description = The FL- | + | description = #autoLOC_500605 //#autoLOC_500605 = The FL-R20 is a miniature RCS tank for small probes and low volume monopropellant storage. |
attachRules = 1,1,1,1,0 | attachRules = 1,1,1,1,0 | ||
− | mass = 0. | + | mass = 0.02 |
dragModelType = default | dragModelType = default | ||
maximum_drag = 0.2 | maximum_drag = 0.2 | ||
Line 29: | Line 29: | ||
fuelCrossFeed = True | fuelCrossFeed = True | ||
bulkheadProfiles = size0, srf | bulkheadProfiles = size0, srf | ||
+ | tags = #autoLOC_500606 //#autoLOC_500606 = fueltank mono monopropellant propellant | ||
RESOURCE | RESOURCE | ||
{ | { | ||
name = MonoPropellant | name = MonoPropellant | ||
− | amount = | + | amount = 20 |
− | maxAmount = | + | maxAmount = 20 |
+ | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | packedVolume = 160 | ||
} | } | ||
} | } | ||
− | |||
}} | }} |
Latest revision as of 15:20, 10 October 2024
PART { name = rcsTankMini module = Part author = Squad mesh = model.mu rescaleFactor = 1.0 node_stack_top = 0.0, 0.1875, 0.0, 0.0, 1.0, 0.0, 0 node_stack_bottom = 0.0, -0.1875, 0.0, 0.0, -1.0, 0.0, 0 node_attach = 0.25, 0.0, 0.0, 1.0, 0.0, 0.0, 1 TechRequired = advFuelSystems entryCost = 4500 cost = 200 category = FuelTank subcategory = 0 title = #autoLOC_500604 //#autoLOC_500604 = FL-R20 RCS Fuel Tank manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co description = #autoLOC_500605 //#autoLOC_500605 = The FL-R20 is a miniature RCS tank for small probes and low volume monopropellant storage. attachRules = 1,1,1,1,0 mass = 0.02 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 2 crashTolerance = 12 maxTemp = 2000 // = 2900 breakingForce = 50 breakingTorque = 50 fuelCrossFeed = True bulkheadProfiles = size0, srf tags = #autoLOC_500606 //#autoLOC_500606 = fueltank mono monopropellant propellant RESOURCE { name = MonoPropellant amount = 20 maxAmount = 20 } MODULE { name = ModuleCargoPart packedVolume = 160 } }