Difference between revisions of "Parts/FuelTank/fuelTankX200-8/fuelTankX200-8.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Page created)
 
m (*update to 1.0;)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre>
+
{{Part config|Rockomax X200-8 Fuel Tank|2=PART
name = fuelTank4-2
 
module = Part
 
author = NovaSilisko
 
 
 
mesh = model.mu
 
rescaleFactor = 1
 
 
 
node_stack_top = 0.0, 0.46875, 0.0, 0.0, 1.0, 0.0, 2
 
node_stack_bottom = 0.0, -0.46875, 0.0, 0.0, 1.0, 0.0, 2
 
node_attach = 1.25, 0.0, 0.0, 1.0, 0.0, 0.0, 1
 
 
 
cost = 900
 
category = Propulsion
 
subcategory = 0
 
title = Rockomax X200-8 Fuel Tank
 
manufacturer = Rockomax Conglomerate
 
description = A compact fuel tank, designed for small upper stages and landers.
 
 
 
attachRules = 1,1,1,1,0
 
 
 
mass = 0.5
 
dragModelType = default
 
maximum_drag = 0.2
 
minimum_drag = 0.3
 
angularDrag = 2
 
crashTolerance = 6
 
breakingForce = 200
 
breakingTorque = 200
 
maxTemp = 2900
 
 
 
 
 
 
 
RESOURCE
 
{
 
name = LiquidFuel
 
amount = 360
 
maxAmount = 360
 
}
 
 
 
RESOURCE
 
 
{
 
{
name = Oxidizer
+
name = fuelTank4-2
amount = 440
+
module = Part
maxAmount = 440
+
author = NovaSilisko
 +
mesh = model.mu
 +
rescaleFactor = 1
 +
node_stack_top = 0.0, 0.46875, 0.0, 0.0, 1.0, 0.0, 2
 +
node_stack_bottom = 0.0, -0.46875, 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 = fuelSystems
 +
entryCost = 5200
 +
cost = 800
 +
category = FuelTank
 +
subcategory = 0
 +
title = Rockomax X200-8 Fuel Tank
 +
manufacturer = Rockomax Conglomerate
 +
description = A compact fuel tank, designed for small upper stages and landers. Rockomax takes no responsibility for the Dawton Kerman Aboveground Pool Company stickers on the inside because it totally is not a swimming pool frame we stole from their back lot.
 +
attachRules = 1,1,1,1,0
 +
mass = 0.5
 +
dragModelType = default
 +
maximum_drag = 0.2
 +
minimum_drag = 0.3
 +
angularDrag = 2
 +
crashTolerance = 6
 +
breakingForce = 200
 +
breakingTorque = 200
 +
maxTemp = 2000 // = 2900
 +
bulkheadProfiles = size2, srf
 +
RESOURCE
 +
{
 +
name = LiquidFuel
 +
amount = 360
 +
maxAmount = 360
 +
}
 +
RESOURCE
 +
{
 +
name = Oxidizer
 +
amount = 440
 +
maxAmount = 440
 +
}
 
}
 
}
  
</pre>
+
}}

Latest revision as of 11:07, 30 April 2015

This is the configuration file for Rockomax X200-8 Fuel Tank.
PART
{
	name = fuelTank4-2
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 1
	node_stack_top = 0.0, 0.46875, 0.0, 0.0, 1.0, 0.0, 2
	node_stack_bottom = 0.0, -0.46875, 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 = fuelSystems
	entryCost = 5200
	cost = 800
	category = FuelTank
	subcategory = 0
	title = Rockomax X200-8 Fuel Tank
	manufacturer = Rockomax Conglomerate
	description = A compact fuel tank, designed for small upper stages and landers. Rockomax takes no responsibility for the Dawton Kerman Aboveground Pool Company stickers on the inside because it totally is not a swimming pool frame we stole from their back lot.
	attachRules = 1,1,1,1,0
	mass = 0.5
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 6
	breakingForce = 200
	breakingTorque = 200
	maxTemp = 2000 // = 2900
	bulkheadProfiles = size2, srf
	RESOURCE
	{
		name = LiquidFuel
		amount = 360
		maxAmount = 360
	}
	RESOURCE
	{
		name = Oxidizer
		amount = 440
		maxAmount = 440
	}
}