Difference between revisions of "Parts/Resources/SmallTank/SmallTank.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(+added in 1.0;)
 
m (*update to 1.0.1;)
 
Line 25: Line 25:
  
 
// --- standard part parameters ---
 
// --- standard part parameters ---
mass = 0.25
+
mass = 0.50
 
dragModelType = default
 
dragModelType = default
 
maximum_drag = 0.2
 
maximum_drag = 0.2

Latest revision as of 21:00, 1 May 2015

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.50
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
}


}