Difference between revisions of "Parts/FuelTank/FoilTanks/ToroidTank.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Add R-12 config file)
 
(No difference)

Latest revision as of 13:50, 10 March 2018

This is the configuration file for R-12 'Doughnut' External Tank.
PART
{
	name = externalTankToroid
	module = Part
	author = RoverDude
	rescaleFactor = 1.0
	node_stack_top = 0.0, 0.125, 0.0, 0.0, 1.0, 0.0
	node_stack_bottom = 0.0, -0.125, 0.0, 0.0, -1.0, 0.0
	TechRequired = precisionPropulsion
	entryCost = 4000
	cost = 147
	category = FuelTank
	subcategory = 0
	title = R-12 'Doughnut' External Tank
	manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
	description = ...
	attachRules = 1,0,1,1,1
	mass = 0.01
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 6
	breakingForce = 50
	breakingTorque = 50
	maxTemp = 2000 // = 3000
	fuelCrossFeed = True
	bulkheadProfiles = size1, srf
	tags = fueltank mono monopropellant propellant
	MODEL
	{
		model = Squad/Parts/FuelTank/FoilTanks/ToroidTank
	}
	RESOURCE
	{
		name = LiquidFuel
		amount = 27
		maxAmount = 27
	}
	RESOURCE
	{
		name = Oxidizer
		amount = 33
		maxAmount = 33
	}
}