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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Page created)
 
(Updated for 0.23)
Line 1: Line 1:
<pre>
+
{{Part config|ROUND-8 Toroidal Fuel Tank|2=PART
 +
{
 
name = toroidalFuelTank
 
name = toroidalFuelTank
 
module = Part
 
module = Part
Line 10: Line 11:
 
node_stack_bottom = 0.0, -0.0498631, 0.0, 0.0, 1.0, 0.0
 
node_stack_bottom = 0.0, -0.0498631, 0.0, 0.0, 1.0, 0.0
  
cost = 100
+
TechRequired = precisionEngineering
 +
entryCost = 4800
 +
cost = 220
 
category = Propulsion
 
category = Propulsion
 
subcategory = 0
 
subcategory = 0
Line 41: Line 44:
 
  maxAmount = 12.2
 
  maxAmount = 12.2
 
}
 
}
</pre>
+
}
 +
}}

Revision as of 14:24, 24 January 2014

This is the configuration file for ROUND-8 Toroidal Fuel Tank.
PART
{
name = toroidalFuelTank
module = Part
author = NovaSilisko

mesh = model.mu
rescaleFactor = 1

node_stack_top = 0.0, 0.0498631, 0.0, 0.0, 1.0, 0.0
node_stack_bottom = 0.0, -0.0498631, 0.0, 0.0, 1.0, 0.0

TechRequired = precisionEngineering
entryCost = 4800
cost = 220
category = Propulsion
subcategory = 0
title = ROUND-8 Toroidal Fuel Tank
manufacturer = Probodobodyne Inc.
description = An unconventionally shaped (but undoubtedly handy) fuel tank.
attachRules = 1,0,1,0,1

mass = 0.025
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.15
angularDrag = 2
crashTolerance = 6
maxTemp = 2900
breakingForce = 50
breakingTorque = 50

RESOURCE
{
 name = LiquidFuel
 amount = 10
 maxAmount = 10
}

RESOURCE
{
 name = Oxidizer
 amount = 12.2
 maxAmount = 12.2
}
}