Difference between revisions of "FL-T400 Fuel Tank"

From Kerbal Space Program Wiki
Jump to: navigation, search
m
m
Line 11: Line 11:
 
*stats
 
*stats
 
|
 
|
config=hello
+
config=
 +
<nowiki>// Kerbal Space Program - Part Config
 +
// FL-T500 Fuel Tank
 +
//
 +
 
 +
// --- general parameters ---
 +
name = fuelTank
 +
module = FuelTank
 +
author = Mrbrownce
 +
 
 +
// --- asset parameters ---
 +
mesh = fuelTank.DAE
 +
scale = 0.1
 +
texture = fueltank_tex.png
 +
specPower = 0.1
 +
rimFalloff = 3
 +
alphaCutoff = 0
 +
 
 +
// --- node definitions ---
 +
node_stack_top = 0.0, 7.72552, 0.0, 0.0, 1.0, 0.0
 +
node_stack_bottom = 0.0, -7.43024, 0.0, 0.0, 1.0, 0.0
 +
 
 +
 
 +
 
 +
// --- editor parameters ---
 +
cost = 550
 +
category = 0
 +
subcategory = 0
 +
title = FL-T500 Fuel Tank
 +
manufacturer = Jebediah Kerman's Junkyard and Spaceship Parts Co.
 +
description = The FL series was received as a substantial upgrade over previous fuel containers used in the Space Program, generally due to it's ability to keep the fuel unexploded more often than not. Fuel tanks are useless if there isn't a Liquid Engine attached under it. They can also be stacked with other fuel tanks to increase the amount of fuel for the engine below.
 +
 
 +
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
 +
attachRules = 1,0,1,1,0
 +
 
 +
// --- standard part parameters ---
 +
mass = 2.5
 +
dragModelType = default
 +
maximum_drag = 0.2
 +
minimum_drag = 0.3
 +
angularDrag = 2
 +
crashTolerance = 6
 +
maxTemp = 2900
 +
 
 +
// --- fuel tank parameters ---
 +
 
 +
fuel = 500.0
 +
dryMass = 0.3
 +
fullExplosionPotential = 0.9
 +
emptyExplosionPotential = 0.1</nowiki>
 
|
 
|
 
}}
 
}}

Revision as of 20:17, 15 July 2011

[[|]]