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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (BobBot moved page Parts/xenonTank/part.cfg to Parts/FuelTank/xenonTank/part.cfg without leaving a redirect: Update to new directory system)
m (*update to 0.24.2;)
Line 9: Line 9:
 
rescaleFactor = 1
 
rescaleFactor = 1
  
node_stack_top = 0.0, 0.1404661, 0.0, 0.0, 1.0, 0.0
+
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
+
node_stack_bottom = 0.0, -0.1404661, 0.0, 0.0, 1.0, 0.0, 0
  
 
TechRequired = ionPropulsion
 
TechRequired = ionPropulsion
 
entryCost = 8800
 
entryCost = 8800
cost = 800
+
cost = 3000
 
category = Utility
 
category = Utility
 
subcategory = 0
 
subcategory = 0
 
title = PB-X150 Xenon Container
 
title = PB-X150 Xenon Container
 
manufacturer = Probodobodyne Inc.
 
manufacturer = Probodobodyne Inc.
description = Although most of the KSC staff can't pronounce "Xenon", when told how to say it correctly, they all agree it sounds super-cool - and everything possible should be done so it can be used as a fuel.
+
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
 
attachRules = 1,0,1,1,0
  
Line 39: Line 39:
 
}
 
}
 
}
 
}
 +
 
}}
 
}}

Revision as of 12:52, 12 August 2014

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 = 3000
category = Utility
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.05
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.3
angularDrag = 2
crashTolerance = 6
maxTemp = 2900
breakingForce = 50
breakingTorque = 50

RESOURCE
{
 name = XenonGas
 amount = 700
 maxAmount = 700
}
}