-- Maneuvrability decrease factor for speed
factor = 0.1
RollCoefOff = 0.85 -- roll atenuation for non-assisted off mode
YawCoefOff = 0.42 -- yaw atenuation for non-assisted off mode
-- thrust values IGNORE
thrustNormalMin = 70 -- minimum thrust power (at the end of the speed interval) IGNORE
thrustNormalMax = 100 -- maximum thrust power (at the start of the speed interval) IGNORE
thrustAfterburnerMin = 100 -- minimum afterburner power IGNORE
thrustAfterburnerMax = 140 -- maximum afterburner power IGNORE
ForceZMultiplier = 0.001
FricCoef_OFF_Vectorial = 10 -- !!!!!!!!!!! For vectorial thrust, not used on non-vectorial thrust planes
VectorialThrustForce = 200000