Difference between revisions of "Parts/FuelTank/fuelTankOscarB/fuelTankOscarB.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|Oscar-B Fuel Tank|2=PART
 
{{Part config|Oscar-B Fuel Tank|2=PART
 
{
 
{
name = miniFuelTank
+
name = miniFuelTank
module = Part
+
module = Part
author = NovaSilisko
+
author = NovaSilisko
 
+
mesh = model.mu
mesh = model.mu
+
rescaleFactor = 1
rescaleFactor = 1
+
node_stack_top = 0.0, 0.1742737, 0.0, 0.0, 1.0, 0.0, 0
 
+
node_stack_bottom = 0.0, -0.1742737, 0.0, 0.0, -1.0, 0.0, 0
node_stack_top = 0.0, 0.1742737, 0.0, 0.0, 1.0, 0.0, 0
+
node_attach = 0.3175, 0.0, 0.0, 1.0, 0.0, 0.0
node_stack_bottom = 0.0, -0.1742737, 0.0, 0.0, 1.0, 0.0, 0
+
TechRequired = propulsionSystems
 
+
entryCost = 4200
TechRequired = precisionEngineering
+
cost = 70
entryCost = 4200
+
category = FuelTank
cost = 180
+
subcategory = 0
category = FuelTank
+
title = Oscar-B Fuel Tank
subcategory = 0
+
manufacturer = Probodobodyne Inc
title = Oscar-B Fuel Tank
+
description = The Oscar-B Fuel Tank from Probodobodyne is a compact fuel container for small space probes, or a backup tank for other small spacecraft. Do not wash in cold water, or feed after midnight.
manufacturer = Probodobodyne Inc
+
attachRules = 1,1,1,1,0
description = The Oscar-B Fuel Tank from Probodobodyne is a compact fuel container for small space probes, or a backup tank for other small spacecraft. Do not wash in cold water, or feed after midnight.
+
mass = 0.025
attachRules = 1,0,1,1,0
+
dragModelType = default
 
+
maximum_drag = 0.2
mass = 0.015
+
minimum_drag = 0.15
dragModelType = default
+
angularDrag = 2
maximum_drag = 0.2
+
crashTolerance = 6
minimum_drag = 0.15
+
maxTemp = 2000 // = 2900
angularDrag = 2
+
breakingForce = 50
crashTolerance = 6
+
breakingTorque = 50
maxTemp = 2900
+
bulkheadProfiles = size0, srf
breakingForce = 50
+
RESOURCE
breakingTorque = 50
+
{
 
+
name = LiquidFuel
RESOURCE
+
amount = 18
{
+
maxAmount = 18
name = LiquidFuel
+
}
amount = 5.735
+
RESOURCE
maxAmount = 5.735
+
{
}
+
name = Oxidizer
 
+
amount = 22
RESOURCE
+
maxAmount = 22
{
+
}
name = Oxidizer
 
amount = 7
 
maxAmount = 7
 
}
 
 
}
 
}
  
 
}}
 
}}

Latest revision as of 11:08, 30 April 2015

This is the configuration file for Oscar-B Fuel Tank.
PART
{
	name = miniFuelTank
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 1
	node_stack_top = 0.0, 0.1742737, 0.0, 0.0, 1.0, 0.0, 0
	node_stack_bottom = 0.0, -0.1742737, 0.0, 0.0, -1.0, 0.0, 0
	node_attach = 0.3175, 0.0, 0.0, 1.0, 0.0, 0.0
	TechRequired = propulsionSystems
	entryCost = 4200
	cost = 70
	category = FuelTank
	subcategory = 0
	title = Oscar-B Fuel Tank
	manufacturer = Probodobodyne Inc
	description = The Oscar-B Fuel Tank from Probodobodyne is a compact fuel container for small space probes, or a backup tank for other small spacecraft. Do not wash in cold water, or feed after midnight.
	attachRules = 1,1,1,1,0
	mass = 0.025
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.15
	angularDrag = 2
	crashTolerance = 6
	maxTemp = 2000 // = 2900
	breakingForce = 50
	breakingTorque = 50
	bulkheadProfiles = size0, srf
	RESOURCE
	{
		name = LiquidFuel
		amount = 18
		maxAmount = 18
	}
	RESOURCE
	{
		name = Oxidizer
		amount = 22
		maxAmount = 22
	}
}