Parts/Utility/linearRCS/linearRCS.cfg

From Kerbal Space Program Wiki
< Parts‎ | Utility
Revision as of 01:28, 22 April 2014 by Brendan (talk | contribs) (Updated to 0.23.5)
Jump to: navigation, search
This is the configuration file for Place-Anywhere 7 Linear RCS Port.
PART
{
// --- general parameters ---
name = linearRcs
module = Part
author = C. Jenkins

// --- asset parameters ---
mesh = model.mu
scale = 1

// --- node definitions ---
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
node_attach = 0.0, 0.0 , 0.0, 0.0, -1.0, 0.0

// --- editor parameters ---
TechRequired = specializedControl
entryCost = 4200
cost = 500
category = Control
subcategory = 0
title = Place-Anywhere 7 Linear RCS Port
manufacturer = Reaction Systems Ltd.
description = For every space that really needs an RCS thruster, Reaction Systems Ltd. has you covered with its new Place-Anywhere 7 Linear RCS Port!

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 0,1,0,1,1

// --- standard part parameters ---
mass = 0.05
dragModelType = default
maximum_drag = 0.01
minimum_drag = 0.01
angularDrag = 0.1
crashTolerance = 50
breakingForce = 50
breakingTorque = 50
maxTemp = 3400
fuelCrossFeed = True


PhysicsSignificance = 1

MODULE
{
	name = ModuleRCS
	thrusterTransformName = RCSthruster
	thrusterPower = 1
	resourceName = MonoPropellant
	atmosphereCurve
 	{
   	 key = 0 260
  	 key = 1 100
 	}
}
}