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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 0.25;)
m (*update to 1.0;)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{Part config|FL-T800 Fuel Tank|2=PART
 
{{Part config|FL-T800 Fuel Tank|2=PART
 
{
 
{
// Kerbal Space Program - Part Config
+
name = fuelTank_long
// FL-T800 Fuel Tank
+
module = Part
//
+
author = NovaSilisko
 
+
mesh = model.mu
// --- general parameters ---
+
scale = 0.1
name = fuelTank_long
+
node_stack_top = 0.0, 15, 0.0, 0.0, 1.0, 0.0
module = Part
+
node_stack_bottom = 0.0, -15.1, 0.0, 0.0, -1.0, 0.0
author = NovaSilisko
+
node_attach = 5.01, 0.0, 0.0, 1.0, 0.0, 0.0, 1
 
+
TechRequired = fuelSystems
// --- asset parameters ---
+
entryCost = 4800
mesh = model.mu
+
cost = 800
scale = 0.1
+
category = FuelTank
 
+
subcategory = 0
 
+
title = FL-T800 Fuel Tank
// --- node definitions ---
+
manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
node_stack_top = 0.0, 15, 0.0, 0.0, 1.0, 0.0
+
description = A stretched variant of the FL-T400, the FL-T800 holds twice the fuel in a slightly stronger container. The black stripes along the side make the rocket go faster, our engineers tell us.
node_stack_bottom = 0.0, -15.1, 0.0, 0.0, 1.0, 0.0
+
attachRules = 1,1,1,1,0
node_attach = 5.01, 0.0, 0.0, 1.0, 0.0, 0.0, 1
+
mass = 0.5
 
+
dragModelType = default
 
+
maximum_drag = 0.2
// --- editor parameters ---
+
minimum_drag = 0.3
TechRequired = advRocketry
+
angularDrag = 2
entryCost = 4800
+
crashTolerance = 6
cost = 1600
+
breakingForce = 50
category = Propulsion
+
breakingTorque = 50
subcategory = 0
+
maxTemp = 2000 // = 2900
title = FL-T800 Fuel Tank
+
bulkheadProfiles = size1, srf
manufacturer = Jebediah Kerman's Junkyard and Spaceship Parts Co.
+
RESOURCE
description = A stretched variant of the FL-T400, the FL-T800 holds twice the fuel in a slightly stronger container. The black stripes along the side make the rocket go faster, our engineers tell us.
+
{
 
+
name = LiquidFuel
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
amount = 360
attachRules = 1,1,1,1,0
+
maxAmount = 360
 
+
}
// --- standard part parameters ---
+
RESOURCE
mass = 0.5
+
{
dragModelType = default
+
name = Oxidizer
maximum_drag = 0.2
+
amount = 440
minimum_drag = 0.3
+
maxAmount = 440
angularDrag = 2
+
}
crashTolerance = 6
 
breakingForce = 50
 
breakingTorque = 50
 
maxTemp = 2900
 
 
 
RESOURCE
 
{
 
name = LiquidFuel
 
amount = 360
 
maxAmount = 360
 
}
 
 
 
RESOURCE
 
{
 
name = Oxidizer
 
amount = 440
 
maxAmount = 440
 
}
 
 
}
 
}
  
 
}}
 
}}

Latest revision as of 10:50, 30 April 2015

This is the configuration file for FL-T800 Fuel Tank.
PART
{
	name = fuelTank_long
	module = Part
	author = NovaSilisko
	mesh = model.mu
	scale = 0.1
	node_stack_top = 0.0, 15, 0.0, 0.0, 1.0, 0.0
	node_stack_bottom = 0.0, -15.1, 0.0, 0.0, -1.0, 0.0
	node_attach = 5.01, 0.0, 0.0, 1.0, 0.0, 0.0, 1
	TechRequired = fuelSystems
	entryCost = 4800
	cost = 800
	category = FuelTank
	subcategory = 0
	title = FL-T800 Fuel Tank
	manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
	description = A stretched variant of the FL-T400, the FL-T800 holds twice the fuel in a slightly stronger container. The black stripes along the side make the rocket go faster, our engineers tell us.
	attachRules = 1,1,1,1,0
	mass = 0.5
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 6
	breakingForce = 50
	breakingTorque = 50
	maxTemp = 2000 // = 2900
	bulkheadProfiles = size1, srf
	RESOURCE
	{
		name = LiquidFuel
		amount = 360
		maxAmount = 360
	}
	RESOURCE
	{
		name = Oxidizer
		amount = 440
		maxAmount = 440
	}
}