Difference between revisions of "Parts/FuelTank/Size3SmallTank/part.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (BobBot moved page Parts/NASAmission/Size3SmallTank/part.cfg to Parts/FuelTank/Size3SmallTank/part.cfg without leaving a redirect: Renamed part configuration file after update.)
m (*update to 1.0;)
 
Line 1: Line 1:
 
{{Part config|Kerbodyne S3-3600 Tank|2=PART
 
{{Part config|Kerbodyne S3-3600 Tank|2=PART
 
{
 
{
name = Size3SmallTank
+
name = Size3SmallTank
module = Part
+
module = Part
author = Squad
+
author = Squad
 
+
mesh = Size3SmallTank.mu
mesh = Size3SmallTank.mu
+
rescaleFactor = 1
rescaleFactor = 1
+
node_stack_top = 0.0, 0.96, 0.0, 0.0, 1, 0.0, 3
 
+
node_stack_bottom = 0.0, -0.967, 0.0, 0.0, -1, 0.0, 3
node_stack_top = 0.0, 0.96, 0.0, 0.0, 1, 0.0, 3
+
node_attach = 0.0, 0.0, -1.89, 0.0, 0.0, 1.0
node_stack_bottom = 0.0, -0.967, 0.0, 0.0, 1, 0.0, 3
+
TechRequired = largeVolumeContainment
node_attach = 0.0, 0.0, -1.89, 0.0, 0.0, 1.0
+
entryCost = 18800
 
+
cost = 3250
TechRequired = veryHeavyRocketry
+
category = Propulsion
entryCost = 18800
+
subcategory = 0
cost = 7200
+
title = Kerbodyne S3-3600 Tank
category = Propulsion
+
manufacturer = Kerbodyne
subcategory = 0
+
description = A half-capacity version of Kerbodyne's iconic fuel tank, for not quite exactly half the cost.
title = Kerbodyne S3-3600 Tank
+
attachRules = 1,1,1,1,0
manufacturer = Kerbodyne
+
mass = 2.25
description = A quarter capacity version of Kerbodyne's iconic fuel tank.
+
dragModelType = default
 
+
maximum_drag = 0.2
attachRules = 1,1,1,1,0
+
minimum_drag = 0.3
 
+
angularDrag = 2
mass = 2.5
+
crashTolerance = 6
dragModelType = default
+
breakingForce = 200
maximum_drag = 0.2
+
breakingTorque = 200
minimum_drag = 0.3
+
maxTemp = 2000 // = 2900
angularDrag = 2
+
bulkheadProfiles = size3, srf
crashTolerance = 6
+
RESOURCE
breakingForce = 200
+
{
breakingTorque = 200
+
name = LiquidFuel
maxTemp = 2900
+
amount = 1620
 
+
maxAmount = 1620
RESOURCE
+
}
{
+
RESOURCE
name = LiquidFuel
+
{
amount = 1620
+
name = Oxidizer
maxAmount = 1620
+
amount = 1980
}
+
maxAmount = 1980
 
+
}
RESOURCE
 
{
 
name = Oxidizer
 
amount = 1980
 
maxAmount = 1980
 
}
 
 
 
 
}
 
}
  
 
}}
 
}}

Latest revision as of 10:54, 30 April 2015

This is the configuration file for Kerbodyne S3-3600 Tank.
PART
{
	name = Size3SmallTank
	module = Part
	author = Squad
	mesh = Size3SmallTank.mu
	rescaleFactor = 1
	node_stack_top = 0.0, 0.96, 0.0, 0.0, 1, 0.0, 3
	node_stack_bottom = 0.0, -0.967, 0.0, 0.0, -1, 0.0, 3
	node_attach = 0.0, 0.0, -1.89, 0.0, 0.0, 1.0
	TechRequired = largeVolumeContainment
	entryCost = 18800
	cost = 3250
	category = Propulsion
	subcategory = 0
	title = Kerbodyne S3-3600 Tank
	manufacturer = Kerbodyne
	description = A half-capacity version of Kerbodyne's iconic fuel tank, for not quite exactly half the cost.
	attachRules = 1,1,1,1,0
	mass = 2.25
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 6
	breakingForce = 200
	breakingTorque = 200
	maxTemp = 2000 // = 2900
	bulkheadProfiles = size3, srf
	RESOURCE
	{
		name = LiquidFuel
		amount = 1620
		maxAmount = 1620
	}
	RESOURCE
	{
		name = Oxidizer
		amount = 1980
		maxAmount = 1980
	}
}