Difference between revisions of "FL-T400 Fuel Tank"

From Kerbal Space Program Wiki
Jump to: navigation, search
Line 1: Line 1:
{{Part
+
<!-- Work in progress! -->
|
+
{{Partbox
intro=The '''FL-T500 Fuel Tank''' provides fuel to an [[LV-T30 Liquid Fuel Engine]] attached beneath it.
+
|Name=FL-T500 Fuel Tank
|
+
|Module=FuelTank
usage=The FL-T500 Fuel Tank is currently the only [[Liquid Fuel]] tank and the only way to power the LV-T30 Liquid Fuel Engine. It provides thrust for a short duration that may be extended by stacking multiple fuel tanks on top of each other. Cannot be attached to radial decouplers.
+
|File=FL-T500 Fuel Tank.jpg
|
+
|Costs=550
attributes=
+
|Mass=25
*'''Mass:''' 2.5
+
|More=
*'''Dry Mass:''' 0.3
+
{{PB-more|Dry Mass|0.3 kg}}
*'''Fuel:''' 500
+
{{PB-more|Fuel|500}}
*'''Drag:''' 0.2 - 0.3
+
{{PB-more|since|v0.7.3}}
|
+
|cfg=Parts/FuelTank/parts.cfg
config=  
 
<pre>
 
// 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
 
</pre>
 
|
 
 
}}
 
}}
 +
 +
The '''FL-T500 Fuel Tank''' provides fuel to an [[LV-T30 Liquid Fuel Engine]] attached beneath it.
 +
 +
usage=The FL-T500 Fuel Tank is currently the only [[Liquid Fuel]] tank and the only way to power the LV-T30 Liquid Fuel Engine. It provides thrust for a short duration that may be extended by stacking multiple fuel tanks on top of each other. It can not be attached to radial decouplers.

Revision as of 15:08, 27 July 2011

Template:Partbox

The FL-T500 Fuel Tank provides fuel to an LV-T30 Liquid Fuel Engine attached beneath it.

usage=The FL-T500 Fuel Tank is currently the only Liquid Fuel tank and the only way to power the LV-T30 Liquid Fuel Engine. It provides thrust for a short duration that may be extended by stacking multiple fuel tanks on top of each other. It can not be attached to radial decouplers.