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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Updated for 0.23)
m (*update to 1.0;)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Part config|Rockomax X200-32 Fuel Tank|2=PART
 
{{Part config|Rockomax X200-32 Fuel Tank|2=PART
 
{
 
{
name = fuelTank1-2
+
name = fuelTank1-2
module = Part
+
module = Part
author = NovaSilisko
+
author = NovaSilisko
 
+
mesh = model.mu
mesh = model.mu
+
rescaleFactor = 1
rescaleFactor = 1
+
node_stack_top = 0.0, 1.875, 0.0, 0.0, 1.0, 0.0, 2
 
+
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 2
node_stack_top = 0.0, 1.875, 0.0, 0.0, 1.0, 0.0, 2
+
node_attach = 1.25, 0.0, 0.0, 1.0, 0.0, 0.0, 1
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, 1.0, 0.0, 2
+
TechRequired = fuelSystems
node_attach = 1.25, 0.0, 0.0, 1.0, 0.0, 0.0, 1
+
entryCost = 14400
 
+
cost = 3000
TechRequired = heavierRocketry
+
category = FuelTank
entryCost = 8800
+
subcategory = 0
cost = 2600
+
title = Rockomax X200-32 Fuel Tank
category = Propulsion
+
manufacturer = Rockomax Conglomerate
subcategory = 0
+
description = Developed after one J. Kerman complained that the fuel tanks available were 'way too small', the X200-32 holds a generous amount of fuel, for all your... fueling needs or something like that. Shut up, Rockomax hires rocket scientists, not writers.
title = Rockomax X200-32 Fuel Tank
+
attachRules = 1,1,1,1,0
manufacturer = Rockomax Conglomerate
+
mass = 2
description = Developed after one J. Kerman complained that the fuel tanks available were 'way too small', the X200-32 holds a generous amount of fuel, for all your... fueling needs or something like that. Shut up, Rockomax hires rocket scientists, not writers.
+
dragModelType = default
 
+
maximum_drag = 0.2
attachRules = 1,1,1,1,0
+
minimum_drag = 0.3
 
+
angularDrag = 2
mass = 2
+
crashTolerance = 6
dragModelType = default
+
breakingForce = 200
maximum_drag = 0.2
+
breakingTorque = 200
minimum_drag = 0.3
+
maxTemp = 2000 // = 2900
angularDrag = 2
+
bulkheadProfiles = size2, srf
crashTolerance = 6
+
RESOURCE
breakingForce = 200
+
{
breakingTorque = 200
+
name = LiquidFuel
maxTemp = 2900
+
amount = 1440
 
+
maxAmount = 1440
RESOURCE
+
}
{
+
RESOURCE
name = LiquidFuel
+
{
amount = 1440
+
name = Oxidizer
maxAmount = 1440
+
amount = 1760
 +
maxAmount = 1760
 +
}
 
}
 
}
  
RESOURCE
 
{
 
name = Oxidizer
 
amount = 1760
 
maxAmount = 1760
 
}
 
}
 
 
}}
 
}}

Latest revision as of 11:02, 30 April 2015

This is the configuration file for Rockomax X200-32 Fuel Tank.
PART
{
	name = fuelTank1-2
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 1
	node_stack_top = 0.0, 1.875, 0.0, 0.0, 1.0, 0.0, 2
	node_stack_bottom = 0.0, -1.875, 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 = 14400
	cost = 3000
	category = FuelTank
	subcategory = 0
	title = Rockomax X200-32 Fuel Tank
	manufacturer = Rockomax Conglomerate
	description = Developed after one J. Kerman complained that the fuel tanks available were 'way too small', the X200-32 holds a generous amount of fuel, for all your... fueling needs or something like that. Shut up, Rockomax hires rocket scientists, not writers.
	attachRules = 1,1,1,1,0
	mass = 2
	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 = 1440
		maxAmount = 1440
	}
	RESOURCE
	{
		name = Oxidizer
		amount = 1760
		maxAmount = 1760
	}
}