Difference between revisions of "Parts/FuelTank/Size1 Tanks/fuelTankT200.cfg"
From Kerbal Space Program Wiki
< Parts
Coldheat007 (talk | contribs) (Updated the whole cfg file to version 0.18.1) |
|||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
+ | |||
// Kerbal Space Program - Part Config | // Kerbal Space Program - Part Config | ||
// FL-T500 Fuel Tank | // FL-T500 Fuel Tank | ||
// | // | ||
− | + | ||
// --- general parameters --- | // --- general parameters --- | ||
name = fuelTankSmall | name = fuelTankSmall | ||
− | module = | + | module = Part |
author = Mrbrownce | author = Mrbrownce | ||
− | + | ||
// --- asset parameters --- | // --- asset parameters --- | ||
mesh = model.mu | mesh = model.mu | ||
scale = 0.1 | scale = 0.1 | ||
− | + | ||
// --- node definitions --- | // --- node definitions --- | ||
− | node_stack_top = 0.0, 4.442, 0.0, 0.0, 1.0, 0. | + | 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 | node_attach = 5.01, 0.0, 0.0, 1.0, 0.0, 0.0, 1 | ||
− | + | ||
+ | |||
// --- editor parameters --- | // --- editor parameters --- | ||
cost = 225 | cost = 225 | ||
− | category = | + | category = Propulsion |
subcategory = 0 | subcategory = 0 | ||
title = FL-T200 Fuel Tank | title = FL-T200 Fuel Tank | ||
− | manufacturer = Jebediah Kerman's Junkyard and | + | manufacturer = Jebediah Kerman's Junkyard and SpaceshipParts Co. |
− | description = The T200 tank had some difficulty | + | description = The T200 tank had some difficulty beingaccepted in the spacecraft engineering world, because most rocket builders hadtrouble overcoming their urges to squee at the "cute little fueltank". This initial reaction was only put aside when the amount of fieryexplosions in assembly areas became so high, strict guidelines were put inplace to prohibit "teasing the fuel containers". The T200 Tank now iswidely used in several space programs, especially in conjunction with theLV-909 engine. |
− | because most rocket builders | + | // attachment rules: stack, srfAttach, allowStack,allowSrfAttach, allowCollision |
− | "cute little | ||
− | |||
− | |||
− | especially in conjunction with | ||
− | |||
− | // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, | ||
− | allowCollision | ||
attachRules = 1,1,1,1,0 | attachRules = 1,1,1,1,0 | ||
+ | |||
// --- standard part parameters --- | // --- standard part parameters --- | ||
− | mass = | + | mass = 0.125 |
dragModelType = default | dragModelType = default | ||
maximum_drag = 0.2 | maximum_drag = 0.2 | ||
Line 44: | Line 41: | ||
breakingForce = 50 | breakingForce = 50 | ||
breakingTorque = 50 | breakingTorque = 50 | ||
− | + | ||
− | + | RESOURCE | |
− | + | { | |
− | + | name = LiquidFuel | |
− | + | amount = 90 | |
− | + | maxAmount = 90 | |
− | + | } | |
+ | |||
+ | RESOURCE | ||
+ | { | ||
+ | name = Oxidizer | ||
+ | amount = 110 | ||
+ | maxAmount = 110 | ||
+ | } | ||
</pre> | </pre> |
Revision as of 02:19, 7 December 2012
// Kerbal Space Program - Part Config // FL-T500 Fuel Tank // // --- general parameters --- name = fuelTankSmall module = Part author = Mrbrownce // --- asset parameters --- mesh = model.mu scale = 0.1 // --- node definitions --- 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 // --- editor parameters --- cost = 225 category = Propulsion subcategory = 0 title = FL-T200 Fuel Tank manufacturer = Jebediah Kerman's Junkyard and SpaceshipParts Co. description = The T200 tank had some difficulty beingaccepted in the spacecraft engineering world, because most rocket builders hadtrouble overcoming their urges to squee at the "cute little fueltank". This initial reaction was only put aside when the amount of fieryexplosions in assembly areas became so high, strict guidelines were put inplace to prohibit "teasing the fuel containers". The T200 Tank now iswidely used in several space programs, especially in conjunction with theLV-909 engine. // attachment rules: stack, srfAttach, allowStack,allowSrfAttach, allowCollision attachRules = 1,1,1,1,0 // --- standard part parameters --- mass = 0.125 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.3 angularDrag = 2 crashTolerance = 6 maxTemp = 2900 breakingForce = 50 breakingTorque = 50 RESOURCE { name = LiquidFuel amount = 90 maxAmount = 90 } RESOURCE { name = Oxidizer amount = 110 maxAmount = 110 }