Parts/Resources/SmallTank/SmallTank.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 18:11, 30 April 2015 by BobBot (talk | contribs) (+added in 1.0;)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This is the configuration file for Small Holding Tank.
PART
{
name = SmallTank
module = Part
author = RoverDude

mesh = SmallTank.mu
scale = 1
rescaleFactor = 1

node_attach = 0,0,-0.6,0,0,0,1
node_stack_top = 0.0, .9, 0.0, 0.0, 1.0, 0.0, 1
node_stack_bottom = 0.0, -.9, 0.0, 0.0, -1.0, 0.0, 1


TechRequired = advScienceTech
entryCost = 3000
cost = 1000
category = FuelTank
subcategory = 0
title = Small Holding Tank
manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
description = A small tank for storing raw materials, or possibly spare snacks.
attachRules = 1,1,1,1,0

// --- standard part parameters ---
mass = 0.25
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 7
maxTemp = 2000 // = 3000

RESOURCE
{
	name = Ore
	amount = 0
	maxAmount = 300
}

MODULE
{
	name = ModuleFuelJettison
}


}