Difference between revisions of "Parts/FuelTank/RCStankRadialLong/RCSTankRadialLong.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 1.0;)
m (Update config)
 
Line 9: Line 9:
 
TechRequired = specializedControl
 
TechRequired = specializedControl
 
entryCost = 5400
 
entryCost = 5400
cost = 450
+
cost = 250
 
category = FuelTank
 
category = FuelTank
 
subcategory = 0
 
subcategory = 0
title = Stratus-V Cylindrified Monopropellant Tank
+
title = #autoLOC_500613 //#autoLOC_500613 = Stratus-V Cylindrified Monopropellant Tank
description = After years of research and development, the Stratus corporation has developed a revolutionary upgrade to their Stratus-V fuel tank line. Cylinders. This tank holds a moderate supply of monopropellant for RCS thrusters.
+
description = #autoLOC_500614 //#autoLOC_500614 = After years of research and development, the Stratus corporation has developed a revolutionary upgrade to their Stratus-V fuel tank line. Cylinders. This tank holds a moderate supply of monopropellant for RCS thrusters.
attachRules = 0,1,0,0,1
+
manufacturer = #autoLOC_6004000 //#autoLOC_6004000 = Stratus Corporation
mass = 0.15
+
attachRules = 0,1,0,1,1
 +
mass = 0.03
 
dragModelType = default
 
dragModelType = default
 
maximum_drag = 0.2
 
maximum_drag = 0.2
Line 23: Line 24:
 
maxTemp = 2000 // = 2900
 
maxTemp = 2000 // = 2900
 
bulkheadProfiles = srf
 
bulkheadProfiles = srf
 +
tags = #autoLOC_500615 //#autoLOC_500615 = fuel fueltank rcs
 
RESOURCE
 
RESOURCE
 
{
 
{
 
name = MonoPropellant
 
name = MonoPropellant
amount = 150
+
amount = 50
maxAmount = 150
+
maxAmount = 50
 
}
 
}
 +
MODULE
 +
{
 +
name = ModuleCargoPart
 +
stackableQuantity = 1
 +
packedVolume = 600
 +
}
 
}
 
}
 
 
}}
 
}}

Latest revision as of 15:25, 10 October 2024

This is the configuration file for Stratus-V Cylindrified Monopropellant Tank.
PART
{
	name = rcsTankRadialLong
	module = Part
	author = Squad
	mesh = model.mu
	rescaleFactor = 1.0
	node_attach = 0.0, 0.0, -0.3125, 0.0, 0.0, -1.0
	TechRequired = specializedControl
	entryCost = 5400
	cost = 250
	category = FuelTank
	subcategory = 0
	title = #autoLOC_500613 //#autoLOC_500613 = Stratus-V Cylindrified Monopropellant Tank
	description = #autoLOC_500614 //#autoLOC_500614 = After years of research and development, the Stratus corporation has developed a revolutionary upgrade to their Stratus-V fuel tank line. Cylinders. This tank holds a moderate supply of monopropellant for RCS thrusters.
	manufacturer = #autoLOC_6004000 //#autoLOC_6004000 = Stratus Corporation
	attachRules = 0,1,0,1,1
	mass = 0.03
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 2
	crashTolerance = 12
	maxTemp = 2000 // = 2900
	bulkheadProfiles = srf
	tags = #autoLOC_500615 //#autoLOC_500615 = fuel fueltank rcs
	RESOURCE
	{
		name = MonoPropellant
		amount = 50
		maxAmount = 50
	}
	MODULE
	{
		name = ModuleCargoPart	
		stackableQuantity = 1
		packedVolume = 600
	}	
}