Difference between revisions of "Parts/FuelTank/Size3Tanks/medium.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(+added in 0.24.2;)
 
m (BobBot moved page Parts/NASAmission/Size3MediumTank/part.cfg to Parts/FuelTank/Size3MediumTank/part.cfg without leaving a redirect: Renamed part configuration file after update.)
(No difference)

Revision as of 10:51, 30 April 2015

This is the configuration file for Kerbodyne S3-7200 Tank.
PART
{
name = Size3MediumTank
module = Part
author = Squad

mesh = Size3MediumTank.mu
rescaleFactor = 1

node_stack_top = 0.0, 1.931, 0.0, 0.0, 1.0, 0.0, 3
node_stack_bottom = 0.0, -1.937, 0.0, 0.0, 1.0, 0.0, 3
node_attach = 0.0, 0.0, -1.89, 0.0, 0.0, 1.0

TechRequired = veryHeavyRocketry
entryCost = 32600
cost = 14400
category = Propulsion
subcategory = 0
title = Kerbodyne S3-7200 Tank
manufacturer = Kerbodyne
description = A half capacity version of Kerbodyne's iconic fuel tank.

attachRules = 1,1,1,1,0

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

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

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

}