Parts/FuelTank/FoilTanks/RadialTank Round.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 13:50, 10 March 2018 by ArnePeirs (talk | contribs) (Add R-4 config file)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This is the configuration file for R-4 'Dumpling' External Tank.
PART
{
	name = externalTankRound
	module = Part
	author = RoverDude
	rescaleFactor = 1.0
	node_attach = 0.3, 0.0, 0.0, 1.0, 0.0, 0.0, 0
	TechRequired = precisionPropulsion
	entryCost = 1200
	cost = 50
	category = Propulsion
	subcategory = 0
	title = R-4 'Dumpling' External Tank
	manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
	description = ...
	attachRules = 0,1,0,1,0
	mass = 0.3375
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 5
	breakingForce = 50
	breakingTorque = 50
	maxTemp = 2000 // = 3000
	fuelCrossFeed = True
	bulkheadProfiles = srf
	tags = fueltank ?lfo liquid oxidizer propellant rocket
	MODEL
	{
		model = Squad/Parts/FuelTank/FoilTanks/RadialTank_Round
	}
	RESOURCE
	{
		name = LiquidFuel
		amount = 10
		maxAmount = 10
	}
	RESOURCE
	{
		name = Oxidizer
		amount = 12
		maxAmount = 12
	}
}