Difference between revisions of "Parts/Utility/linearVernorRCS/linearRCS.cfg"
From Kerbal Space Program Wiki
(Updated to 0.23.5) |
m (BobBot moved page Parts/linearRCS/part.cfg to Parts/Utility/linearRCS/part.cfg without leaving a redirect: Update to new directory system) |
(No difference)
|
Revision as of 23:53, 5 August 2014
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 } } }