Parts/Resources/LargeTank/LargeTank.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 15:31, 10 October 2024 by ArnePeirs (talk | contribs) (Update config)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This is the configuration file for Large Holding Tank.
PART
{
name = LargeTank
module = Part
author = RoverDude

mesh = LargeTank.mu
scale = 1
rescaleFactor = 1

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

TechRequired = experimentalScience
entryCost = 9000
cost = 3000
category = FuelTank
subcategory = 0
title = #autoLOC_500655 //#autoLOC_500655 = Large Holding Tank
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
description = #autoLOC_500656 //#autoLOC_500656 = A large tank that can be used for storing raw materials.  Not to be used as a bouncy castle.
attachRules = 1,1,1,1,0

// --- standard part parameters ---
mass = 2.0
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 7
maxTemp = 2000 // = 3000
bulkheadProfiles = size2, srf
tags = #autoLOC_500657 //#autoLOC_500657 = black isru mine )mining (ore resource store
RESOURCE
{
	name = Ore
	amount = 0
	maxAmount = 1500
}

MODULE
{
	name = ModuleFuelJettison
}


}