Difference between revisions of "Parts/FuelTank/fuelTankToroidal/fuelTankToroidal.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Page created)
 
m (Update to 1.4)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre>
+
{{Part config|ROUND-8 Toroidal Fuel Tank|2=PART
name = toroidalFuelTank
+
{
module = Part
+
name = toroidalFuelTank
author = NovaSilisko
+
module = Part
 
+
author = NovaSilisko
mesh = model.mu
+
mesh = model.mu
rescaleFactor = 1
+
rescaleFactor = 1
 
+
node_stack_top = 0.0, 0.0498631, 0.0, 0.0, 1.0, 0.0
node_stack_top = 0.0, 0.0498631, 0.0, 0.0, 1.0, 0.0
+
node_stack_bottom = 0.0, -0.0498631, 0.0, 0.0, -1.0, 0.0
node_stack_bottom = 0.0, -0.0498631, 0.0, 0.0, 1.0, 0.0
+
buoyancy = 0.5
 
+
buoyancyUseSine = False
cost = 100
+
TechRequired = precisionPropulsion
category = Propulsion
+
TechHidden = True
subcategory = 0
+
entryCost = 4800
title = ROUND-8 Toroidal Fuel Tank
+
cost = 175
manufacturer = Probodobodyne Inc.
+
category = none
description = An unconventionally shaped (but undoubtedly handy) fuel tank.
+
subcategory = 0
attachRules = 1,0,1,0,1
+
title = #autoLOC_500538 //#autoLOC_500538 = ROUND-8 Toroidal Fuel Tank
 
+
manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
mass = 0.025
+
description = #autoLOC_500539 //#autoLOC_500539 = An unconventionally shaped (but undoubtedly handy) fuel tank.
dragModelType = default
+
attachRules = 1,0,1,0,1
maximum_drag = 0.2
+
mass = 0.0375
minimum_drag = 0.15
+
dragModelType = default
angularDrag = 2
+
maximum_drag = 0.2
crashTolerance = 6
+
minimum_drag = 0.15
maxTemp = 2900
+
angularDrag = 2
breakingForce = 50
+
crashTolerance = 6
breakingTorque = 50
+
maxTemp = 2000 // = 2900
 +
breakingForce = 50
 +
breakingTorque = 50
 +
bulkheadProfiles = size1
 +
tags = #autoLOC_500540 //#autoLOC_500540 = donut doughnut fueltank gold ?lfo lifebuoy liquid oxidizer propellant (ring rocket yellow
 +
DRAG_CUBE
 +
{
 +
cube = Default, 0.2859113,0.6272321,0.6734665, 0.2859113,0.6268581,0.9227022, 1.21,0.96,0.2872447, 1.21,0.96,0.245615, 0.2958315,0.6112254,0.6440083, 0.2958315,0.6160544,1.104762, 0,0.02261333,-2.695719E-09, 1.152236,0.3307782,1.135139
 +
}
 +
RESOURCE
 +
{
 +
name = LiquidFuel
 +
amount = 27
 +
maxAmount = 27
 +
}
 +
RESOURCE
 +
{
 +
name = Oxidizer
 +
amount = 33
 +
maxAmount = 33
 +
}
  
RESOURCE
 
{
 
name = LiquidFuel
 
amount = 10
 
maxAmount = 10
 
 
}
 
}
  
RESOURCE
+
}}
{
 
name = Oxidizer
 
amount = 12.2
 
maxAmount = 12.2
 
}
 
</pre>
 

Latest revision as of 13:51, 10 March 2018

This is the configuration file for ROUND-8 Toroidal Fuel Tank.
PART
{
	name = toroidalFuelTank
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 1
	node_stack_top = 0.0, 0.0498631, 0.0, 0.0, 1.0, 0.0
	node_stack_bottom = 0.0, -0.0498631, 0.0, 0.0, -1.0, 0.0
	buoyancy = 0.5
	buoyancyUseSine = False
	TechRequired = precisionPropulsion
	TechHidden = True
	entryCost = 4800
	cost = 175
	category = none
	subcategory = 0
	title = #autoLOC_500538 //#autoLOC_500538 = ROUND-8 Toroidal Fuel Tank
	manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
	description = #autoLOC_500539 //#autoLOC_500539 = An unconventionally shaped (but undoubtedly handy) fuel tank.
	attachRules = 1,0,1,0,1
	mass = 0.0375
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.15
	angularDrag = 2
	crashTolerance = 6
	maxTemp = 2000 // = 2900
	breakingForce = 50
	breakingTorque = 50
	bulkheadProfiles = size1
	tags = #autoLOC_500540 //#autoLOC_500540 = donut doughnut fueltank gold ?lfo lifebuoy liquid oxidizer propellant (ring rocket yellow
	DRAG_CUBE
	{
		cube = Default, 0.2859113,0.6272321,0.6734665, 0.2859113,0.6268581,0.9227022, 1.21,0.96,0.2872447, 1.21,0.96,0.245615, 0.2958315,0.6112254,0.6440083, 0.2958315,0.6160544,1.104762, 0,0.02261333,-2.695719E-09, 1.152236,0.3307782,1.135139
	}
	RESOURCE
	{
		name = LiquidFuel
		amount = 27
		maxAmount = 27
	}
	RESOURCE
	{
		name = Oxidizer
		amount = 33
		maxAmount = 33
	}

}