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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (BobBot moved page Parts/FuelTank/fuelTankSmall/part.cfg to Parts/FuelTank/fuelTankT200/fuelTankT200.cfg without leaving a redirect: Renamed part configuration file after update.)
m (*update to 1.0;)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Part config|FL-T200 Fuel Tank|2=PART
 
{{Part config|FL-T200 Fuel Tank|2=PART
 
{
 
{
// Kerbal Space Program - Part Config
+
name = fuelTankSmall
// FL-T500 Fuel Tank
+
module = Part
//
+
author = Mrbrownce
 
+
mesh = model.mu
// --- general parameters ---
+
scale = 0.1
name = fuelTankSmall
+
node_stack_top = 0.0, 4.442, 0.0, 0.0, 1.0, 0.0
module = Part
+
node_stack_bottom = 0.0, -4.442, 0.0, 0.0, -1.0, 0.0
author = Mrbrownce
+
node_attach = 5.01, 0.0, 0.0, 1.0, 0.0, 0.0, 1
 
+
TechRequired = generalRocketry
// --- asset parameters ---
+
entryCost = 2500
mesh = model.mu
+
cost = 275
scale = 0.1
+
category = FuelTank
 
+
subcategory = 0
// --- node definitions ---
+
title = FL-T200 Fuel Tank
node_stack_top = 0.0, 4.442, 0.0, 0.0, 1.0, 0.0
+
manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
node_stack_bottom = 0.0, -4.442, 0.0, 0.0, 1.0, 0.0
+
description = The T200 tank had some difficulty being accepted in the spacecraft engineering world, because most rocket builders had trouble overcoming their urges to squee at the "cute little fuel tank". This initial reaction was only put aside when the amount of fiery explosions in assembly areas became so high, strict guidelines were put in place to prohibit "teasing the fuel containers". The T200 Tank now is widely used in several space programs and does a remarkably good job, if assembled politely.
node_attach = 5.01, 0.0, 0.0, 1.0, 0.0, 0.0, 1
+
attachRules = 1,1,1,1,0
 
+
mass = 0.125
 
+
dragModelType = default
// --- editor parameters ---
+
maximum_drag = 0.2
TechRequired = start
+
minimum_drag = 0.3
entryCost = 0
+
angularDrag = 2
cost = 425
+
crashTolerance = 6
category = Propulsion
+
maxTemp = 2000 // = 2900
subcategory = 0
+
breakingForce = 50
title = FL-T200 Fuel Tank
+
breakingTorque = 50
manufacturer = Jebediah Kerman's Junkyard and Spaceship Parts Co.
+
bulkheadProfiles = size1, srf
description = The T200 tank had some difficulty being accepted in the spacecraft engineering world, because most rocket builders had trouble overcoming their urges to squee at the "cute little fuel tank". This initial reaction was only put aside when the amount of fiery explosions in assembly areas became so high, strict guidelines were put in place to prohibit "teasing the fuel containers". The T200 Tank now is widely used in several space programs and does a remarkably good job, if assembled politely.
+
RESOURCE
 
+
{
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
name = LiquidFuel
attachRules = 1,1,1,1,0
+
amount = 90
 
+
maxAmount = 90
// --- standard part parameters ---
+
}
mass = 0.125
+
RESOURCE
dragModelType = default
+
{
maximum_drag = 0.2
+
name = Oxidizer
minimum_drag = 0.3
+
amount = 110
angularDrag = 2
+
maxAmount = 110
crashTolerance = 6
+
}
maxTemp = 2900
 
breakingForce = 50
 
breakingTorque = 50
 
 
 
RESOURCE
 
{
 
name = LiquidFuel
 
amount = 90
 
maxAmount = 90
 
}
 
 
 
RESOURCE
 
{
 
name = Oxidizer
 
amount = 110
 
maxAmount = 110
 
}
 
 
}
 
}
  
 
}}
 
}}

Latest revision as of 11:05, 30 April 2015

This is the configuration file for FL-T200 Fuel Tank.
PART
{
	name = fuelTankSmall
	module = Part
	author = Mrbrownce
	mesh = model.mu
	scale = 0.1
	node_stack_top = 0.0, 4.442, 0.0, 0.0, 1.0, 0.0
	node_stack_bottom = 0.0, -4.442, 0.0, 0.0, -1.0, 0.0
	node_attach = 5.01, 0.0, 0.0, 1.0, 0.0, 0.0, 1
	TechRequired = generalRocketry
	entryCost = 2500
	cost = 275
	category = FuelTank
	subcategory = 0
	title = FL-T200 Fuel Tank
	manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
	description = The T200 tank had some difficulty being accepted in the spacecraft engineering world, because most rocket builders had trouble overcoming their urges to squee at the "cute little fuel tank". This initial reaction was only put aside when the amount of fiery explosions in assembly areas became so high, strict guidelines were put in place to prohibit "teasing the fuel containers". The T200 Tank now is widely used in several space programs and does a remarkably good job, if assembled politely.
	attachRules = 1,1,1,1,0
	mass = 0.125
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 6
	maxTemp = 2000 // = 2900
	breakingForce = 50
	breakingTorque = 50
	bulkheadProfiles = size1, srf
	RESOURCE
	{
		name = LiquidFuel
		amount = 90
		maxAmount = 90
	}
	RESOURCE
	{
		name = Oxidizer
		amount = 110
		maxAmount = 110
	}
}