Difference between revisions of "Parts/Utility/linearVernorRCS/vernorEngine.cfg"
From Kerbal Space Program Wiki
(+version 0.24;) |
m (*update to 0.24.2;) |
||
Line 71: | Line 71: | ||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
}} | }} |
Revision as of 21:55, 11 August 2014
PART { name = vernierEngine module = Part author = HugoGut mesh = Vernier_Engine.mu scale = 1 rescaleFactor = 2 node_attach = 0.0, 0.0, 0.0, 1, 0, 0.0, 1 // --- editor parameters --- TechRequired = specializedControl entryCost = 4200 cost = 1400 category = Control subcategory = 0 title = Vernor Engine manufacturer = Reaction Systems Ltd. description = The VR-N1ER Veer-Governor, or "Vernor" Engine is an attitude control thruster. These motors are linked to RCS controls, but are powered by a Fuel+Oxidizer mix, making them significantly more powerful than MonoPropellant-powered RCS thrusters. They are fairly more bulky in comparison though, and feature only one nozzle facing outwards, although most agree that is an acceptable trade-off for the additional punch they pack. // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 0,1,0,1,1 // --- standard part parameters --- mass = 0.08 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 // --- rcs module parameters --- MODULE { name = ModuleRCS thrusterTransformName = RCSthruster thrusterPower = 12 resourceName = LiquidFuel resourceFlowMode = STAGE_PRIORITY_FLOW PROPELLANT { name = LiquidFuel ratio = 0.9 DrawGauge = True resourceFlowMode = STAGE_PRIORITY_FLOW } PROPELLANT { name = Oxidizer ratio = 1.1 resourceFlowMode = STAGE_PRIORITY_FLOW } atmosphereCurve { key = 0 260 key = 1 140 } }