Parts/FuelTank/FoilTanks/ToroidTank.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 15:11, 10 October 2024 by ArnePeirs (talk | contribs) (Update config)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This is the configuration file for R-12 'Doughnut' External Tank.
PART
{
	name = externalTankToroid
	module = Part
	author = RoverDude
	rescaleFactor = 1.0
	node_stack_top = 0.0, 0.125, 0.0, 0.0, 1.0, 0.0
	node_stack_bottom = 0.0, -0.125, 0.0, 0.0, -1.0, 0.0
	TechRequired = precisionPropulsion
	entryCost = 4000
	cost = 147
	category = FuelTank
	subcategory = 0
	title = #autoLOC_501814         //#autoLOC_501814 = R-12 'Doughnut' External Tank
	manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
	description = #autoLOC_501815   //#autoLOC_501815 = Description pending
	attachRules = 1,0,1,1,1
	mass = 0.0375
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 6
	breakingForce = 50
	breakingTorque = 50
	maxTemp = 2000 // = 3000
	fuelCrossFeed = True
	bulkheadProfiles = size1, srf
	tags = #autoLOC_501816    //#autoLOC_501816 = fueltank mono monopropellant propellant
	MODEL
	{
		model = Squad/Parts/FuelTank/FoilTanks/ToroidTank
	}
	RESOURCE
	{
		name = LiquidFuel
		amount = 27
		maxAmount = 27
	}
	RESOURCE
	{
		name = Oxidizer
		amount = 33
		maxAmount = 33
	}
	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 = 500
	}
}