Difference between revisions of "Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1.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-R750 RCS Fuel Tank|2=PART |
{ | { | ||
name = RCSTank1-2 | name = RCSTank1-2 | ||
module = Part | module = Part | ||
author = NovaSilisko | author = NovaSilisko | ||
− | mesh = | + | mesh = RCSFuelTankR1_01.mu |
rescaleFactor = 1 | rescaleFactor = 1 | ||
node_stack_top = 0.0, 0.5, 0.0, 0.0, 1.0, 0.0, 2 | node_stack_top = 0.0, 0.5, 0.0, 0.0, 1.0, 0.0, 2 | ||
node_stack_bottom = 0.0, -0.5, 0.0, 0.0, -1.0, 0.0, 2 | node_stack_bottom = 0.0, -0.5, 0.0, 0.0, -1.0, 0.0, 2 | ||
TechRequired = advFuelSystems | TechRequired = advFuelSystems | ||
− | entryCost = | + | entryCost = 7600 |
− | cost = | + | cost = 1800 |
category = FuelTank | category = FuelTank | ||
subcategory = 0 | subcategory = 0 | ||
− | title = FL- | + | title = #autoLOC_500601 //#autoLOC_500601 = FL-R750 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 = A larger-scale version of the standard RCS fuel tank. | + | description = #autoLOC_500602 //#autoLOC_500602 = A larger-scale version of the standard RCS fuel tank. |
attachRules = 1,0,1,1,0 | attachRules = 1,0,1,1,0 | ||
mass = 0.4 | mass = 0.4 | ||
Line 25: | Line 25: | ||
maxTemp = 2000 // = 2900 | maxTemp = 2000 // = 2900 | ||
bulkheadProfiles = size2 | bulkheadProfiles = size2 | ||
+ | tags = #autoLOC_500603 //#autoLOC_500603 = fueltank mono monopropellant propellant | ||
RESOURCE | RESOURCE | ||
{ | { | ||
Line 31: | Line 32: | ||
maxAmount = 750 | maxAmount = 750 | ||
} | } | ||
+ | |||
+ | MODULE | ||
+ | { | ||
+ | name = ModulePartVariants | ||
+ | baseVariant = YellowAndWhite | ||
+ | useMultipleDragCubes = false | ||
+ | VARIANT | ||
+ | { | ||
+ | name = GrayAndWhite | ||
+ | displayName = #autoLOC_8003112 | ||
+ | themeName = GrayAndWhite | ||
+ | primaryColor = #ffffff | ||
+ | secondaryColor = #adadad | ||
+ | TEXTURE | ||
+ | { | ||
+ | mainTextureURL = Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1_01 | ||
+ | _BumpMap = Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1_N | ||
+ | } | ||
+ | } | ||
+ | VARIANT | ||
+ | { | ||
+ | name = YellowAndWhite | ||
+ | displayName = #autoLOC_8003114 | ||
+ | themeName = YellowAndWhite | ||
+ | primaryColor = #ffdd00 | ||
+ | secondaryColor = #ffffff | ||
+ | TEXTURE | ||
+ | { | ||
+ | mainTextureURL = Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1_02 | ||
+ | _BumpMap = Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1_N | ||
+ | } | ||
+ | } | ||
+ | } | ||
} | } | ||
− | |||
}} | }} |
Latest revision as of 15:21, 10 October 2024
PART { name = RCSTank1-2 module = Part author = NovaSilisko mesh = RCSFuelTankR1_01.mu rescaleFactor = 1 node_stack_top = 0.0, 0.5, 0.0, 0.0, 1.0, 0.0, 2 node_stack_bottom = 0.0, -0.5, 0.0, 0.0, -1.0, 0.0, 2 TechRequired = advFuelSystems entryCost = 7600 cost = 1800 category = FuelTank subcategory = 0 title = #autoLOC_500601 //#autoLOC_500601 = FL-R750 RCS Fuel Tank manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co description = #autoLOC_500602 //#autoLOC_500602 = A larger-scale version of the standard RCS fuel tank. attachRules = 1,0,1,1,0 mass = 0.4 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 2 crashTolerance = 12 maxTemp = 2000 // = 2900 bulkheadProfiles = size2 tags = #autoLOC_500603 //#autoLOC_500603 = fueltank mono monopropellant propellant RESOURCE { name = MonoPropellant amount = 750 maxAmount = 750 } MODULE { name = ModulePartVariants baseVariant = YellowAndWhite useMultipleDragCubes = false VARIANT { name = GrayAndWhite displayName = #autoLOC_8003112 themeName = GrayAndWhite primaryColor = #ffffff secondaryColor = #adadad TEXTURE { mainTextureURL = Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1_01 _BumpMap = Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1_N } } VARIANT { name = YellowAndWhite displayName = #autoLOC_8003114 themeName = YellowAndWhite primaryColor = #ffdd00 secondaryColor = #ffffff TEXTURE { mainTextureURL = Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1_02 _BumpMap = Squad/Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1_N } } } }