Parts/FuelTank/RockomaxTanks/Rockomax64.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 15:14, 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 Rockomax Jumbo-64 Fuel Tank.
PART
{
	name = Rockomax64_BW
	module = Part
	author = yes
		MODEL
	{
		model =Squad/Parts/FuelTank/RockomaxTanks/Assets/Rockomax64
	}
	rescaleFactor = 1
	node_stack_top = 0.0, 3.73, 0.0, 0.0, 1.0, 0.0, 2
	node_stack_bottom = 0.0, -3.73, 0.0, 0.0, -1.0, 0.0, 2
	node_attach = 1.25, 0.0, 0.0, 1.0, 0.0, 0.0, 1
	TechRequired = advFuelSystems
	entryCost = 24200
	cost = 5750
	category = FuelTank
	subcategory = 0
	title = #autoLOC_500520 //#autoLOC_500520 = Rockomax Jumbo-64 Fuel Tank
	manufacturer = #autoLOC_501637 //#autoLOC_501637 = Rockomax Conglomerate
	description = #autoLOC_500521 //#autoLOC_500521 = The largest tank available from Rockomax, the Jumbo-64 holds a vast amount of fuel in a friendly orange insulated container. Contrary to popular belief, the Jumbo-64 is NOT orange flavored and should NOT be tasted.
	attachRules = 1,1,1,1,0
	mass = 4
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 6
	breakingForce = 200
	breakingTorque = 200
	maxTemp = 2000 // = 2900
	bulkheadProfiles = size2, srf
	tags = #autoLOC_500522 //#autoLOC_500522 = fueltank ?lfo liquid orange oxidizer propellant rocket
	RESOURCE
	{
		name = LiquidFuel
		amount = 2880
		maxAmount = 2880
	}
	RESOURCE
	{
		name = Oxidizer
		amount = 3520
		maxAmount = 3520
	}
	MODULE
	{
		name = ModulePartVariants
		baseVariant = BlackAndWhite
		VARIANT
		{
			name = BlackAndWhite
			displayName = #autoLOC_8007122
			themeName = White
			primaryColor = #ffffff
			secondaryColor = #000000
			GAMEOBJECTS
			{
				Rockomax_64_White = true
				Rockomax_64_Orange = false
			}
		}
		VARIANT
		{
			name = Orange
			displayName = #autoLOC_8007123
			themeName = Orange
			primaryColor = #f49841
			secondaryColor = #4c4f47
			GAMEOBJECTS
			{
				Rockomax_64_White = false
				Rockomax_64_Orange = true
			}
			TEXTURE
			{
				mainTextureURL = Squad/Parts/FuelTank/RockomaxTanks/Assets/rockomax_16 [AlbedoM] O
				_BumpMap = Squad/Parts/FuelTank/RockomaxTanks/Assets/rockomax_16 [Normal]O
			}
		}
	}
}