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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<pre> 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 node_stack_bottom =...")
 
m (Update config)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre>
+
{{Part config|PB-X150 Xenon Container|2=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
 
node_stack_bottom = 0.0, -0.1404661, 0.0, 0.0, 1.0, 0.0
 
 
 
cost = 200
 
category = Utility
 
subcategory = 0
 
title = PB-X150 Xenon Container
 
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.
 
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
+
name = xenonTank
amount = 700
+
module = Part
maxAmount = 700
+
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 = 3680
 +
category = FuelTank
 +
subcategory = 0
 +
title = #autoLOC_500625 //#autoLOC_500625 = PB-X150 Xenon Container
 +
manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
 +
description = #autoLOC_500626 //#autoLOC_500626 = 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.024
 +
dragModelType = default
 +
maximum_drag = 0.2
 +
minimum_drag = 0.3
 +
angularDrag = 2
 +
crashTolerance = 6
 +
maxTemp = 2000 // = 2900
 +
breakingForce = 50
 +
breakingTorque = 50
 +
bulkheadProfiles = size0
 +
tags = #autoLOC_500627 //#autoLOC_500627 = fueltank (ion propellant tank
 +
RESOURCE
 +
{
 +
name = XenonGas
 +
amount = 720
 +
maxAmount = 720
 +
}
 +
MODULE
 +
{
 +
name = ModuleCargoPart
 +
packedVolume = 125
 +
}
 
}
 
}
</pre>
+
}}

Latest revision as of 15:30, 10 October 2024

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 = 3680
	category = FuelTank
	subcategory = 0
	title = #autoLOC_500625 //#autoLOC_500625 = PB-X150 Xenon Container
	manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
	description = #autoLOC_500626 //#autoLOC_500626 = 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.024
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 6
	maxTemp = 2000 // = 2900
	breakingForce = 50
	breakingTorque = 50
	bulkheadProfiles = size0
	tags = #autoLOC_500627 //#autoLOC_500627 = fueltank (ion propellant tank
	RESOURCE
	{
		name = XenonGas
		amount = 720
		maxAmount = 720
	}
	MODULE
	{
		name = ModuleCargoPart
		packedVolume = 125
	}
}