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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (BobBot moved page Parts/RCSTank1-2/part.cfg to Parts/FuelTank/RCSTank1-2/part.cfg without leaving a redirect: Update to new directory system)
m (*update to 1.0;)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Part config|FL-R1 RCS Fuel Tank|2=PART
 
{{Part config|FL-R1 RCS Fuel Tank|2=PART
 
{
 
{
// Kerbal Space Program - Part Config
+
name = RCSTank1-2
 
+
module = Part
// --- general parameters ---
+
author = NovaSilisko
name = RCSTank1-2
+
mesh = model.mu
module = Part
+
rescaleFactor = 1
author = NovaSilisko
+
node_stack_top = 0.0, 0.5, 0.0, 0.0, 1.0, 0.0, 2
 
+
node_stack_bottom = 0.0, -0.5, 0.0, 0.0, -1.0, 0.0, 2
// --- asset parameters ---
+
TechRequired = advFuelSystems
mesh = model.mu
+
entryCost = 11000
rescaleFactor = 1
+
cost = 1300
 
+
category = FuelTank
// --- node definitions ---
+
subcategory = 0
node_stack_top = 0.0, 0.5, 0.0, 0.0, 1.0, 0.0
+
title = FL-R1 RCS Fuel Tank
node_stack_bottom = 0.0, -0.5, 0.0, 0.0, 1.0, 0.0
+
manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
 
+
description = A larger-scale version of the standard RCS fuel tank.
// --- editor parameters ---
+
attachRules = 1,0,1,1,0
TechRequired = largeControl
+
mass = 0.4
entryCost = 11000
+
dragModelType = default
cost = 1300
+
maximum_drag = 0.2
category = Propulsion
+
minimum_drag = 0.2
subcategory = 0
+
angularDrag = 2
title = FL-R1 RCS Fuel Tank
+
crashTolerance = 12
manufacturer = Jebediah Kerman's Junkyard and Spaceship Parts Co.
+
maxTemp = 2000 // = 2900
description = A larger-scale version of the standard RCS fuel tank.
+
bulkheadProfiles = size2
 
+
RESOURCE
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
{
attachRules = 1,0,1,1,0
+
name = MonoPropellant
 +
amount = 750
 +
maxAmount = 750
 +
}
 +
}
  
// --- standard part parameters ---
 
mass = 0.4
 
dragModelType = default
 
maximum_drag = 0.2
 
minimum_drag = 0.2
 
angularDrag = 2
 
crashTolerance = 12
 
maxTemp = 2900
 
 
// --- rcs fuel tank parameters ---
 
 
RESOURCE
 
{
 
name = MonoPropellant
 
amount = 750
 
maxAmount = 750
 
}
 
}
 
 
}}
 
}}

Latest revision as of 10:54, 30 April 2015

This is the configuration file for FL-R1 RCS Fuel Tank.
PART
{
	name = RCSTank1-2
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 1
	node_stack_top = 0.0, 0.5, 0.0, 0.0, 1.0, 0.0, 2
	node_stack_bottom = 0.0, -0.5, 0.0, 0.0, -1.0, 0.0, 2
	TechRequired = advFuelSystems
	entryCost = 11000
	cost = 1300
	category = FuelTank
	subcategory = 0
	title = FL-R1 RCS Fuel Tank
	manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
	description = A larger-scale version of the standard RCS fuel tank.
	attachRules = 1,0,1,1,0
	mass = 0.4
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 2
	crashTolerance = 12
	maxTemp = 2000 // = 2900
	bulkheadProfiles = size2
	RESOURCE
	{
		name = MonoPropellant
		amount = 750
		maxAmount = 750
	}
}