Difference between revisions of "Parts/FuelTank/fuelTankJumbo-64/fuelTankJumbo-64.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<pre> name = fuelTank3-2module = Partauthor = NovaSiliskomesh = model.murescaleFactor = 1node_stack_top = 0.0, 3.75, 0.0, 0.0, 1.0, 0.0, 2node_stack_bottom = 0.0, -3.75, 0.0, ...")
 
(Page created)
Line 1: Line 1:
 
<pre>
 
<pre>
name = fuelTank3-2module = Partauthor = NovaSiliskomesh = model.murescaleFactor = 1node_stack_top = 0.0, 3.75, 0.0, 0.0, 1.0, 0.0, 2node_stack_bottom = 0.0, -3.75, 0.0, 0.0, 1.0, 0.0, 2node_attach = 1.25, 0.0, 0.0, 1.0, 0.0, 0.0, 1cost = 12500category = Propulsionsubcategory = 0title = Rockomax Jumbo-64 Fuel Tankmanufacturer = Rockomax Conglomeratedescription = The largest tank available from Rockomax, the Jumbo-64 holds a vast amount of fuel in a friendly orange insulated container.attachRules = 1,1,1,1,0mass = 4dragModelType = defaultmaximum_drag = 0.2minimum_drag = 0.3angularDrag = 2crashTolerance = 6breakingForce = 200breakingTorque = 200maxTemp = 2900RESOURCE{ name = LiquidFuel amount = 2880 maxAmount = 2880}RESOURCE{ name = Oxidizer amount = 3520 maxAmount = 3520}
+
name = fuelTank3-2
 +
module = Part
 +
author = NovaSilisko
 +
 
 +
mesh = model.mu
 +
rescaleFactor = 1
 +
 
 +
node_stack_top = 0.0, 3.75, 0.0, 0.0, 1.0, 0.0, 2
 +
node_stack_bottom = 0.0, -3.75, 0.0, 0.0, 1.0, 0.0, 2
 +
node_attach = 1.25, 0.0, 0.0, 1.0, 0.0, 0.0, 1
 +
 
 +
cost = 12500
 +
category = Propulsion
 +
subcategory = 0
 +
title = Rockomax Jumbo-64 Fuel Tank
 +
manufacturer = Rockomax Conglomerate
 +
description = The largest tank available from Rockomax, the Jumbo-64 holds a vast amount of fuel in a friendly orange insulated container.
 +
 
 +
attachRules = 1,1,1,1,0
 +
 
 +
mass = 4
 +
dragModelType = default
 +
maximum_drag = 0.2
 +
minimum_drag = 0.3
 +
angularDrag = 2
 +
crashTolerance = 6
 +
breakingForce = 200
 +
breakingTorque = 200maxTemp = 2900
 +
 
 +
 
 +
 
 +
RESOURCE
 +
{
 +
name = LiquidFuel
 +
amount = 2880
 +
maxAmount = 2880
 +
}
 +
 
 +
RESOURCE
 +
{
 +
name = Oxidizer
 +
amount = 3520
 +
maxAmount = 3520
 +
}
 +
 
 
</pre>
 
</pre>

Revision as of 02:31, 3 December 2012

name = fuelTank3-2
module = Part
author = NovaSilisko

mesh = model.mu
rescaleFactor = 1

node_stack_top = 0.0, 3.75, 0.0, 0.0, 1.0, 0.0, 2
node_stack_bottom = 0.0, -3.75, 0.0, 0.0, 1.0, 0.0, 2
node_attach = 1.25, 0.0, 0.0, 1.0, 0.0, 0.0, 1

cost = 12500
category = Propulsion
subcategory = 0
title = Rockomax Jumbo-64 Fuel Tank
manufacturer = Rockomax Conglomerate
description = The largest tank available from Rockomax, the Jumbo-64 holds a vast amount of fuel in a friendly orange insulated container.

attachRules = 1,1,1,1,0

mass = 4
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.3
angularDrag = 2
crashTolerance = 6
breakingForce = 200
breakingTorque = 200maxTemp = 2900



RESOURCE
{
 name = LiquidFuel
 amount = 2880
 maxAmount = 2880
}

RESOURCE
{
 name = Oxidizer
 amount = 3520
 maxAmount = 3520
}