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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "{{Part config|Stratus-V Cylindrified Monopropellant Tank}} <pre>PART { name = rcsTankRadialLong module = Part author = Squad mesh = model.mu rescaleFactor = 1.0 node_attach...")
 
m (*update to 1.0;)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Part config|Stratus-V Cylindrified Monopropellant Tank}}
+
{{Part config|Stratus-V Cylindrified Monopropellant Tank|2=PART
<pre>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
 
 
 
cost = 800
 
category = Propulsion
 
subcategory = 0
 
title = 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.
 
 
 
attachRules = 0,1,0,0,1
 
 
 
mass = 0.15
 
dragModelType = default
 
maximum_drag = 0.2
 
minimum_drag = 0.2
 
angularDrag = 2
 
crashTolerance = 12
 
maxTemp = 2900
 
 
 
RESOURCE
 
 
{
 
{
name = MonoPropellant
+
name = rcsTankRadialLong
amount = 150
+
module = Part
maxAmount = 150
+
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 = 450
 +
category = FuelTank
 +
subcategory = 0
 +
title = 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.
 +
attachRules = 0,1,0,0,1
 +
mass = 0.15
 +
dragModelType = default
 +
maximum_drag = 0.2
 +
minimum_drag = 0.2
 +
angularDrag = 2
 +
crashTolerance = 12
 +
maxTemp = 2000 // = 2900
 +
bulkheadProfiles = srf
 +
RESOURCE
 +
{
 +
name = MonoPropellant
 +
amount = 150
 +
maxAmount = 150
 +
}
 
}
 
}
  
}</pre>
+
}}

Latest revision as of 10:51, 30 April 2015

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 = 450
	category = FuelTank
	subcategory = 0
	title = 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.
	attachRules = 0,1,0,0,1
	mass = 0.15
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 2
	crashTolerance = 12
	maxTemp = 2000 // = 2900
	bulkheadProfiles = srf
	RESOURCE
	{
		name = MonoPropellant
		amount = 150
		maxAmount = 150
	}
}