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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 1.0;)
m (Update to 1.4)
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:
 
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
TechRequired = ionPropulsion
+
buoyancy = 0.5
entryCost = 12800
+
buoyancyUseSine = False
 +
TechRequired = precisionPropulsion
 +
TechHidden = True
 +
entryCost = 4800
 
cost = 175
 
cost = 175
category = FuelTank
+
category = none
 
subcategory = 0
 
subcategory = 0
title = ROUND-8 Toroidal Fuel Tank
+
title = #autoLOC_500538 //#autoLOC_500538 = ROUND-8 Toroidal Fuel Tank
manufacturer = Probodobodyne Inc
+
manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
description = An unconventionally shaped (but undoubtedly handy) fuel tank.
+
description = #autoLOC_500539 //#autoLOC_500539 = An unconventionally shaped (but undoubtedly handy) fuel tank.
 
attachRules = 1,0,1,0,1
 
attachRules = 1,0,1,0,1
 
mass = 0.0375
 
mass = 0.0375
Line 27: Line 30:
 
breakingTorque = 50
 
breakingTorque = 50
 
bulkheadProfiles = size1
 
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
 
RESOURCE
 
{
 
{

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
	}

}