Difference between revisions of "Parts/FuelTank/xenonTank/xenonTank.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 0.90.0;)
m (*update to 1.0;)
 
Line 1: Line 1:
 
{{Part config|PB-X150 Xenon Container|2=PART
 
{{Part config|PB-X150 Xenon Container|2=PART
 
{
 
{
name = xenonTank
+
name = xenonTank
module = Part
+
module = Part
author = NovaSilisko
+
author = NovaSilisko
 
+
mesh = model.mu
mesh = model.mu
+
scale = 1
scale = 1
+
rescaleFactor = 1
rescaleFactor = 1
+
node_stack_top = 0.0, 0.1404661, 0.0, 0.0, 1.0, 0.0, 0
 
+
node_stack_bottom = 0.0, -0.1404661, 0.0, 0.0, -1.0, 0.0, 0
node_stack_top = 0.0, 0.1404661, 0.0, 0.0, 1.0, 0.0, 0
+
TechRequired = ionPropulsion
node_stack_bottom = 0.0, -0.1404661, 0.0, 0.0, 1.0, 0.0, 0
+
entryCost = 8800
 
+
cost = 3600
TechRequired = ionPropulsion
+
category = FuelTank
entryCost = 8800
+
subcategory = 0
cost = 3000
+
title = PB-X150 Xenon Container
category = FuelTank
+
manufacturer = Probodobodyne Inc
subcategory = 0
+
description = Although most of the Probodobodyne staff couldn't pronounce "Xenon", when told how to say it correctly, they all agreed it sounded super-cool - and everything possible should be done so it could be used as a fuel, no matter the cost.
title = PB-X150 Xenon Container
+
attachRules = 1,0,1,1,0
manufacturer = Probodobodyne Inc
+
mass = 0.055
description = Although most of the Probodobodyne staff couldn't pronounce "Xenon", when told how to say it correctly, they all agreed it sounded super-cool - and everything possible should be done so it could be used as a fuel, no matter the cost.  
+
dragModelType = default
attachRules = 1,0,1,1,0
+
maximum_drag = 0.2
 
+
minimum_drag = 0.3
mass = 0.05
+
angularDrag = 2
dragModelType = default
+
crashTolerance = 6
maximum_drag = 0.2
+
maxTemp = 2000 // = 2900
minimum_drag = 0.3
+
breakingForce = 50
angularDrag = 2
+
breakingTorque = 50
crashTolerance = 6
+
bulkheadProfiles = size0
maxTemp = 2900
+
RESOURCE
breakingForce = 50
+
{
breakingTorque = 50
+
name = XenonGas
 
+
amount = 700
RESOURCE
+
maxAmount = 700
{
+
}
name = XenonGas
 
amount = 700
 
maxAmount = 700
 
}
 
 
}
 
}
  
 
}}
 
}}

Latest revision as of 11:08, 30 April 2015

This is the configuration file for PB-X150 Xenon Container.
PART
{
	name = xenonTank
	module = Part
	author = NovaSilisko
	mesh = model.mu
	scale = 1
	rescaleFactor = 1
	node_stack_top = 0.0, 0.1404661, 0.0, 0.0, 1.0, 0.0, 0
	node_stack_bottom = 0.0, -0.1404661, 0.0, 0.0, -1.0, 0.0, 0
	TechRequired = ionPropulsion
	entryCost = 8800
	cost = 3600
	category = FuelTank
	subcategory = 0
	title = PB-X150 Xenon Container
	manufacturer = Probodobodyne Inc
	description = Although most of the Probodobodyne staff couldn't pronounce "Xenon", when told how to say it correctly, they all agreed it sounded super-cool - and everything possible should be done so it could be used as a fuel, no matter the cost.
	attachRules = 1,0,1,1,0
	mass = 0.055
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 6
	maxTemp = 2000 // = 2900
	breakingForce = 50
	breakingTorque = 50
	bulkheadProfiles = size0
	RESOURCE
	{
		name = XenonGas
		amount = 700
		maxAmount = 700
	}
}