This commit is contained in:
commit
c2d89ad381
3 changed files with 10 additions and 2 deletions
|
@ -50,6 +50,8 @@
|
|||
</equals>
|
||||
</and>
|
||||
<and>
|
||||
<property>/gear/gear[1]/wow</property>
|
||||
<property>/gear/gear[2]/wow</property>
|
||||
<or>
|
||||
<equals>
|
||||
<property>/FMGC/status/phase</property>
|
||||
|
@ -66,6 +68,8 @@
|
|||
</equals>
|
||||
</and>
|
||||
<and>
|
||||
<property>/gear/gear[1]/wow</property>
|
||||
<property>/gear/gear[2]/wow</property>
|
||||
<or>
|
||||
<equals>
|
||||
<property>/FMGC/status/phase</property>
|
||||
|
|
|
@ -50,6 +50,8 @@
|
|||
</equals>
|
||||
</and>
|
||||
<and>
|
||||
<property>/gear/gear[1]/wow</property>
|
||||
<property>/gear/gear[2]/wow</property>
|
||||
<or>
|
||||
<equals>
|
||||
<property>/FMGC/status/phase</property>
|
||||
|
@ -66,6 +68,8 @@
|
|||
</equals>
|
||||
</and>
|
||||
<and>
|
||||
<property>/gear/gear[1]/wow</property>
|
||||
<property>/gear/gear[2]/wow</property>
|
||||
<or>
|
||||
<equals>
|
||||
<property>/FMGC/status/phase</property>
|
||||
|
|
|
@ -215,9 +215,9 @@ var librariesLoop = maketimer(0.1, func {
|
|||
}
|
||||
|
||||
var trueSpeedKts = getprop("/instrumentation/airspeed-indicator/true-speed-kt");
|
||||
if(trueSpeedKts > 370) {
|
||||
if(trueSpeedKts > 420) {
|
||||
setprop("/it-autoflight/internal/bank-limit", 15);
|
||||
} else if(trueSpeedKts > 300) {
|
||||
} else if(trueSpeedKts > 340) {
|
||||
setprop("/it-autoflight/internal/bank-limit", 20);
|
||||
} else {
|
||||
setprop("/it-autoflight/internal/bank-limit", 25);
|
||||
|
|
Reference in a new issue