This commit is contained in:
omega13a 2017-06-23 14:42:26 -07:00
commit c2d89ad381
3 changed files with 10 additions and 2 deletions

View file

@ -50,6 +50,8 @@
</equals> </equals>
</and> </and>
<and> <and>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
<or> <or>
<equals> <equals>
<property>/FMGC/status/phase</property> <property>/FMGC/status/phase</property>
@ -66,6 +68,8 @@
</equals> </equals>
</and> </and>
<and> <and>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
<or> <or>
<equals> <equals>
<property>/FMGC/status/phase</property> <property>/FMGC/status/phase</property>

View file

@ -50,6 +50,8 @@
</equals> </equals>
</and> </and>
<and> <and>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
<or> <or>
<equals> <equals>
<property>/FMGC/status/phase</property> <property>/FMGC/status/phase</property>
@ -66,6 +68,8 @@
</equals> </equals>
</and> </and>
<and> <and>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
<or> <or>
<equals> <equals>
<property>/FMGC/status/phase</property> <property>/FMGC/status/phase</property>

View file

@ -215,9 +215,9 @@ var librariesLoop = maketimer(0.1, func {
} }
var trueSpeedKts = getprop("/instrumentation/airspeed-indicator/true-speed-kt"); var trueSpeedKts = getprop("/instrumentation/airspeed-indicator/true-speed-kt");
if(trueSpeedKts > 370) { if(trueSpeedKts > 420) {
setprop("/it-autoflight/internal/bank-limit", 15); setprop("/it-autoflight/internal/bank-limit", 15);
} else if(trueSpeedKts > 300) { } else if(trueSpeedKts > 340) {
setprop("/it-autoflight/internal/bank-limit", 20); setprop("/it-autoflight/internal/bank-limit", 20);
} else { } else {
setprop("/it-autoflight/internal/bank-limit", 25); setprop("/it-autoflight/internal/bank-limit", 25);