Difference between revisions of "Parts/FuelTank/FoilTanks/RadialTank Round.cfg"
From Kerbal Space Program Wiki
< Parts
(Add R-4 config file) |
m (Update config) |
||
Line 11: | Line 11: | ||
category = Propulsion | category = Propulsion | ||
subcategory = 0 | subcategory = 0 | ||
− | title = R-4 'Dumpling' External Tank | + | title = #autoLOC_501811 //#autoLOC_501811 = R-4 'Dumpling' External Tank |
manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc | manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc | ||
− | description = | + | description = #autoLOC_501812 //#autoLOC_501812 = Often, and mistakenly used for playing ball games. |
attachRules = 0,1,0,1,0 | attachRules = 0,1,0,1,0 | ||
− | mass = 0. | + | mass = 0.01375 |
dragModelType = default | dragModelType = default | ||
maximum_drag = 0.2 | maximum_drag = 0.2 | ||
Line 26: | Line 26: | ||
fuelCrossFeed = True | fuelCrossFeed = True | ||
bulkheadProfiles = srf | bulkheadProfiles = srf | ||
− | tags = fueltank ?lfo liquid oxidizer propellant rocket | + | tags = #autoLOC_501813 //#autoLOC_501813 = fueltank ?lfo liquid oxidizer propellant rocket |
MODEL | MODEL | ||
{ | { | ||
Line 34: | Line 34: | ||
{ | { | ||
name = LiquidFuel | name = LiquidFuel | ||
− | amount = | + | amount = 9.9 |
− | maxAmount = | + | maxAmount = 9.9 |
} | } | ||
RESOURCE | RESOURCE | ||
{ | { | ||
name = Oxidizer | name = Oxidizer | ||
− | amount = 12 | + | amount = 12.1 |
− | maxAmount = 12 | + | maxAmount = 12.1 |
+ | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModulePartVariants | ||
+ | primaryColor = #fccb0a | ||
+ | baseDisplayName = #autoLOC_8007118 | ||
+ | baseThemeName = Gold | ||
+ | useMultipleDragCubes = false | ||
+ | |||
+ | VARIANT | ||
+ | { | ||
+ | name = Silver | ||
+ | displayName = #autoLOC_6005005 | ||
+ | themeName = Silver | ||
+ | primaryColor = #cecece | ||
+ | TEXTURE | ||
+ | { | ||
+ | mainTextureURL = Squad/Parts/FuelTank/FoilTanks/RadialTanks_silver | ||
+ | _SpecMap=Squad/Parts/FuelTank/FoilTanks/RadialTanksSilver_specular | ||
+ | _SpecTint= 0.05 | ||
+ | _Shininess= 0.5 | ||
+ | _AmbientMultiplier= 0.6 | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | packedVolume = 270 | ||
} | } | ||
} | } | ||
− | |||
}} | }} |
Latest revision as of 15:11, 10 October 2024
PART { name = externalTankRound module = Part author = RoverDude rescaleFactor = 1.0 node_attach = 0.3, 0.0, 0.0, 1.0, 0.0, 0.0, 0 TechRequired = precisionPropulsion entryCost = 1200 cost = 50 category = Propulsion subcategory = 0 title = #autoLOC_501811 //#autoLOC_501811 = R-4 'Dumpling' External Tank manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc description = #autoLOC_501812 //#autoLOC_501812 = Often, and mistakenly used for playing ball games. attachRules = 0,1,0,1,0 mass = 0.01375 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.3 angularDrag = 2 crashTolerance = 5 breakingForce = 50 breakingTorque = 50 maxTemp = 2000 // = 3000 fuelCrossFeed = True bulkheadProfiles = srf tags = #autoLOC_501813 //#autoLOC_501813 = fueltank ?lfo liquid oxidizer propellant rocket MODEL { model = Squad/Parts/FuelTank/FoilTanks/RadialTank_Round } RESOURCE { name = LiquidFuel amount = 9.9 maxAmount = 9.9 } RESOURCE { name = Oxidizer amount = 12.1 maxAmount = 12.1 } MODULE { name = ModulePartVariants primaryColor = #fccb0a baseDisplayName = #autoLOC_8007118 baseThemeName = Gold useMultipleDragCubes = false VARIANT { name = Silver displayName = #autoLOC_6005005 themeName = Silver primaryColor = #cecece TEXTURE { mainTextureURL = Squad/Parts/FuelTank/FoilTanks/RadialTanks_silver _SpecMap=Squad/Parts/FuelTank/FoilTanks/RadialTanksSilver_specular _SpecTint= 0.05 _Shininess= 0.5 _AmbientMultiplier= 0.6 } } } MODULE { name = ModuleCargoPart packedVolume = 270 } }