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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<pre>PART { name = xenonTankRadial module = Part author = Squad mesh = model.mu rescaleFactor = 1 node_attach = 0.0, 0.0, -0.1875, 0.0, 0.0, -1.0 cost = 400 category = Uti...")
 
m (*update to 1.0;)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre>PART {
+
{{Part config|PB-X50R Xenon Container|2=PART
 
 
name = xenonTankRadial
 
module = Part
 
author = Squad
 
 
 
mesh = model.mu
 
rescaleFactor = 1
 
 
 
node_attach = 0.0, 0.0, -0.1875, 0.0, 0.0, -1.0
 
 
 
cost = 400
 
category = Utility
 
subcategory = 0
 
title = PB-X50R Xenon Container
 
 
 
description = The X50R is a small-volume Xenon container ideal for tuning the operating life of ion-driven spacecraft.
 
 
 
attachRules = 0,1,0,0,1
 
 
 
mass = 0.03
 
dragModelType = default
 
maximum_drag = 0.2
 
minimum_drag = 0.2
 
angularDrag = 2
 
crashTolerance = 12
 
maxTemp = 2900
 
 
 
RESOURCE
 
 
{
 
{
name = XenonGas
+
name = xenonTankRadial
amount = 400
+
module = Part
maxAmount = 400
+
author = Squad
 +
mesh = model.mu
 +
rescaleFactor = 1
 +
node_attach = 0.0, 0.0, -0.1875, 0.0, 0.0, -1.0
 +
TechRequired = ionPropulsion
 +
entryCost = 9600
 +
cost = 2200
 +
category = FuelTank
 +
subcategory = 0
 +
title = PB-X50R Xenon Container
 +
description = The X50R is a small-volume Xenon container, heralded by engineers for being ideally suited for small ion-driven spacecraft, and also for having thoroughly disproved management in their notion that a smaller fuel tank would make the fuel cheaper.
 +
attachRules = 0,1,0,0,1
 +
mass = 0.03143
 +
dragModelType = default
 +
maximum_drag = 0.2
 +
minimum_drag = 0.2
 +
angularDrag = 2
 +
crashTolerance = 12
 +
maxTemp = 2000 // = 2900
 +
bulkheadProfiles = srf
 +
RESOURCE
 +
{
 +
name = XenonGas
 +
amount = 400
 +
maxAmount = 400
 +
}
 
}
 
}
  
}</pre>
+
}}

Latest revision as of 11:05, 30 April 2015

This is the configuration file for PB-X50R Xenon Container.
PART
{
	name = xenonTankRadial
	module = Part
	author = Squad
	mesh = model.mu
	rescaleFactor = 1
	node_attach = 0.0, 0.0, -0.1875, 0.0, 0.0, -1.0
	TechRequired = ionPropulsion
	entryCost = 9600
	cost = 2200
	category = FuelTank
	subcategory = 0
	title = PB-X50R Xenon Container
	description = The X50R is a small-volume Xenon container, heralded by engineers for being ideally suited for small ion-driven spacecraft, and also for having thoroughly disproved management in their notion that a smaller fuel tank would make the fuel cheaper.
	attachRules = 0,1,0,0,1
	mass = 0.03143
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 2
	crashTolerance = 12
	maxTemp = 2000 // = 2900
	bulkheadProfiles = srf
	RESOURCE
	{
		name = XenonGas
		amount = 400
		maxAmount = 400
	}
}