Difference between revisions of "Parts/Utility/rcsBlockRV-105 v2/rcsBlockRV-105.cfg"
From Kerbal Space Program Wiki
m (BobBot moved page Parts/RCS block/part.cfg to Parts/Utility/RCS block/part.cfg without leaving a redirect: Update to new directory system) |
m (*update to 0.24.2;) |
||
Line 18: | Line 18: | ||
// --- editor parameters --- | // --- editor parameters --- | ||
− | TechRequired = | + | TechRequired = advFlightControl |
entryCost = 3400 | entryCost = 3400 | ||
cost = 450 | cost = 450 | ||
Line 38: | Line 38: | ||
crashTolerance = 15 | crashTolerance = 15 | ||
maxTemp = 3600 | maxTemp = 3600 | ||
+ | |||
+ | |||
+ | PhysicsSignificance = 1 | ||
// --- rcs module parameters --- | // --- rcs module parameters --- | ||
Line 47: | Line 50: | ||
thrusterPower = 1 | thrusterPower = 1 | ||
resourceName = MonoPropellant | resourceName = MonoPropellant | ||
+ | resourceFlowMode = STAGE_PRIORITY_FLOW | ||
atmosphereCurve | atmosphereCurve | ||
{ | { | ||
Line 54: | Line 58: | ||
} | } | ||
} | } | ||
+ | |||
}} | }} |
Revision as of 01:21, 12 August 2014
PART { // --- general parameters --- name = RCSBlock module = Part author = NovaSilisko // --- asset parameters --- mesh = model.mu scale = 0.1 // --- node definitions --- // definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z node_attach = 0.45212, -0.0105571, -0.0059382, 1.0, 0.0, 0.0 // --- editor parameters --- TechRequired = advFlightControl entryCost = 3400 cost = 450 category = Control subcategory = 0 title = RV-105 RCS Thruster Block manufacturer = STEADLER Engineering Corps description = The recent discovery of a third law of physics made it possible for STEADLER Corps engineers to produce these small monopropellant thrusters, to help with attitude control and linear motion. Even though many Kerbal physicists still dispute the validity of this new law, studies show that the thrusters seem to work as advertised. // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 0,1,0,0,0 // --- standard part parameters --- mass = 0.05 dragModelType = default maximum_drag = 0.001 minimum_drag = 0.001 angularDrag = 2 crashTolerance = 15 maxTemp = 3600 PhysicsSignificance = 1 // --- rcs module parameters --- MODULE { name = ModuleRCS thrusterTransformName = RCSthruster thrusterPower = 1 resourceName = MonoPropellant resourceFlowMode = STAGE_PRIORITY_FLOW atmosphereCurve { key = 0 260 key = 1 100 } } }