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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 0.90.0;)
m (*update to 1.0;)
Line 1: Line 1:
 
{{Part config|ROUND-8 Toroidal Fuel Tank|2=PART
 
{{Part config|ROUND-8 Toroidal Fuel Tank|2=PART
 
{
 
{
name = toroidalFuelTank
+
name = toroidalFuelTank
module = Part
+
module = Part
author = NovaSilisko
+
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 = ionPropulsion
 +
entryCost = 12800
 +
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
 +
}
  
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 = 360
 
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.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
 
}
 
 
}
 
}
  
 
}}
 
}}

Revision as of 11:05, 30 April 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 = ionPropulsion
	entryCost = 12800
	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
	}

}