Difference between revisions of "Parts/Utility/linearVernorRCS/linearRCS.cfg"
From Kerbal Space Program Wiki
m (BobBot moved page Parts/linearRCS/part.cfg to Parts/Utility/linearRCS/part.cfg without leaving a redirect: Update to new directory system) |
m (*update to 0.24.2;) |
||
Line 15: | Line 15: | ||
// --- editor parameters --- | // --- editor parameters --- | ||
− | TechRequired = | + | TechRequired = advFlightControl |
entryCost = 4200 | entryCost = 4200 | ||
cost = 500 | cost = 500 | ||
Line 48: | Line 48: | ||
thrusterPower = 1 | thrusterPower = 1 | ||
resourceName = MonoPropellant | resourceName = MonoPropellant | ||
+ | resourceFlowMode = STAGE_PRIORITY_FLOW | ||
atmosphereCurve | atmosphereCurve | ||
{ | { | ||
Line 55: | Line 56: | ||
} | } | ||
} | } | ||
+ | |||
}} | }} |
Revision as of 22:31, 11 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 = advFlightControl 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 resourceFlowMode = STAGE_PRIORITY_FLOW atmosphereCurve { key = 0 260 key = 1 100 } } }