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

From Kerbal Space Program Wiki
Jump to: navigation, search
(+added in 1.0;)
 
m (Update config)
 
(One intermediate revision by one other user not shown)
Line 9: Line 9:
 
rescaleFactor = 1
 
rescaleFactor = 1
  
node_attach = 0,0,-0.6,0,0,0,1
+
node_attach = 0,0,0.6,0,0,-1,1
 
node_stack_top = 0.0, .9, 0.0, 0.0, 1.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
 
node_stack_bottom = 0.0, -.9, 0.0, 0.0, -1.0, 0.0, 1
Line 19: Line 19:
 
category = FuelTank
 
category = FuelTank
 
subcategory = 0
 
subcategory = 0
title = Small Holding Tank
+
title = #autoLOC_500673 //#autoLOC_500673 = Small Holding Tank
manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
+
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
description = A small tank for storing raw materials, or possibly spare snacks.
+
description = #autoLOC_500674 //#autoLOC_500674 = A small tank for storing raw materials, or possibly spare snacks.
 
attachRules = 1,1,1,1,0
 
attachRules = 1,1,1,1,0
  
 
// --- standard part parameters ---
 
// --- standard part parameters ---
mass = 0.25
+
mass = 0.50
 
dragModelType = default
 
dragModelType = default
 
maximum_drag = 0.2
 
maximum_drag = 0.2
Line 32: Line 32:
 
crashTolerance = 7
 
crashTolerance = 7
 
maxTemp = 2000 // = 3000
 
maxTemp = 2000 // = 3000
 
+
bulkheadProfiles = size1, srf
 +
tags = #autoLOC_500675 //#autoLOC_500675 = black isru mine )mining (ore resource store
 
RESOURCE
 
RESOURCE
 
{
 
{
Line 47: Line 48:
  
 
}
 
}
 
 
}}
 
}}

Latest revision as of 15:31, 10 October 2024

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,-1,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 = #autoLOC_500673 //#autoLOC_500673 = Small Holding Tank
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
description = #autoLOC_500674 //#autoLOC_500674 = 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
bulkheadProfiles = size1, srf
tags = #autoLOC_500675 //#autoLOC_500675 = black isru mine )mining (ore resource store
RESOURCE
{
	name = Ore
	amount = 0
	maxAmount = 300
}

MODULE
{
	name = ModuleFuelJettison
}


}