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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 1.0;)
m (*update to 1.0.1;)
Line 8: Line 8:
 
node_stack_top = 0.0, 0.0498631, 0.0, 0.0, 1.0, 0.0
 
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
 
node_stack_bottom = 0.0, -0.0498631, 0.0, 0.0, -1.0, 0.0
TechRequired = ionPropulsion
+
TechRequired = precisionPropulsion
entryCost = 12800
+
entryCost = 4800
 
cost = 175
 
cost = 175
 
category = FuelTank
 
category = FuelTank

Revision as of 20:59, 1 May 2015

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 = precisionPropulsion
	entryCost = 4800
	cost = 175
	category = FuelTank
	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.0375
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.15
	angularDrag = 2
	crashTolerance = 6
	maxTemp = 2000 // = 2900
	breakingForce = 50
	breakingTorque = 50
	bulkheadProfiles = size1
	RESOURCE
	{
		name = LiquidFuel
		amount = 27
		maxAmount = 27
	}
	RESOURCE
	{
		name = Oxidizer
		amount = 33
		maxAmount = 33
	}

}