Parts/FuelTank/RCSFuelTankR1/RCSFuelTankR1.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 15:21, 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 FL-R750 RCS Fuel Tank.
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
			}
		}
	}	
}