Difference between revisions of "Parts/FuelTank/fuelTankJumbo-64/fuelTankJumbo-64.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 0.90.0;)
m (*update to 1.0;)
 
Line 1: Line 1:
 
{{Part config|Rockomax Jumbo-64 Fuel Tank|2=PART
 
{{Part config|Rockomax Jumbo-64 Fuel Tank|2=PART
 
{
 
{
name = fuelTank3-2
+
name = fuelTank3-2
module = Part
+
module = Part
author = NovaSilisko
+
author = NovaSilisko
 
+
mesh = model.mu
mesh = model.mu
+
rescaleFactor = 1
rescaleFactor = 1
+
node_stack_top = 0.0, 3.75, 0.0, 0.0, 1.0, 0.0, 2
 
+
node_stack_bottom = 0.0, -3.75, 0.0, 0.0, -1.0, 0.0, 2
node_stack_top = 0.0, 3.75, 0.0, 0.0, 1.0, 0.0, 2
+
node_attach = 1.25, 0.0, 0.0, 1.0, 0.0, 0.0, 1
node_stack_bottom = 0.0, -3.75, 0.0, 0.0, 1.0, 0.0, 2
+
TechRequired = advFuelSystems
node_attach = 1.25, 0.0, 0.0, 1.0, 0.0, 0.0, 1
+
entryCost = 24200
 
+
cost = 5750
TechRequired = heavierRocketry
+
category = FuelTank
entryCost = 24200
+
subcategory = 0
cost = 12800
+
title = Rockomax Jumbo-64 Fuel Tank
category = FuelTank
+
manufacturer = Rockomax Conglomerate
subcategory = 0
+
description = The largest tank available from Rockomax, the Jumbo-64 holds a vast amount of fuel in a friendly orange insulated container. Contrary to popular belief, the Jumbo-64 is NOT orange flavored and should NOT be tasted.
title = Rockomax Jumbo-64 Fuel Tank
+
attachRules = 1,1,1,1,0
manufacturer = Rockomax Conglomerate
+
mass = 4
description = The largest tank available from Rockomax, the Jumbo-64 holds a vast amount of fuel in a friendly orange insulated container. Contrary to popular belief, the Jumbo-64 is NOT orange flavored and should NOT be tasted.
+
dragModelType = default
 
+
maximum_drag = 0.2
attachRules = 1,1,1,1,0
+
minimum_drag = 0.3
 
+
angularDrag = 2
mass = 4
+
crashTolerance = 6
dragModelType = default
+
breakingForce = 200
maximum_drag = 0.2
+
breakingTorque = 200
minimum_drag = 0.3
+
maxTemp = 2000 // = 2900
angularDrag = 2
+
bulkheadProfiles = size2, srf
crashTolerance = 6
+
RESOURCE
breakingForce = 200
+
{
breakingTorque = 200
+
name = LiquidFuel
maxTemp = 2900
+
amount = 2880
 
+
maxAmount = 2880
 
+
}
 
+
RESOURCE
RESOURCE
+
{
{
+
name = Oxidizer
name = LiquidFuel
+
amount = 3520
amount = 2880
+
maxAmount = 3520
maxAmount = 2880
+
}
}
 
 
 
RESOURCE
 
{
 
name = Oxidizer
 
amount = 3520
 
maxAmount = 3520
 
}
 
 
}
 
}
  
 
}}
 
}}

Latest revision as of 11:07, 30 April 2015

This is the configuration file for Rockomax Jumbo-64 Fuel Tank.
PART
{
	name = fuelTank3-2
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 1
	node_stack_top = 0.0, 3.75, 0.0, 0.0, 1.0, 0.0, 2
	node_stack_bottom = 0.0, -3.75, 0.0, 0.0, -1.0, 0.0, 2
	node_attach = 1.25, 0.0, 0.0, 1.0, 0.0, 0.0, 1
	TechRequired = advFuelSystems
	entryCost = 24200
	cost = 5750
	category = FuelTank
	subcategory = 0
	title = Rockomax Jumbo-64 Fuel Tank
	manufacturer = Rockomax Conglomerate
	description = The largest tank available from Rockomax, the Jumbo-64 holds a vast amount of fuel in a friendly orange insulated container. Contrary to popular belief, the Jumbo-64 is NOT orange flavored and should NOT be tasted.
	attachRules = 1,1,1,1,0
	mass = 4
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 6
	breakingForce = 200
	breakingTorque = 200
	maxTemp = 2000 // = 2900
	bulkheadProfiles = size2, srf
	RESOURCE
	{
		name = LiquidFuel
		amount = 2880
		maxAmount = 2880
	}
	RESOURCE
	{
		name = Oxidizer
		amount = 3520
		maxAmount = 3520
	}
}