1
0
Fork 0

Make use of the new radar/in-range property

This commit is contained in:
ehofman 2004-06-10 19:14:42 +00:00
parent 40f484c5c5
commit ec8b3e7c14

View file

@ -23,18 +23,14 @@
<h>17</h> <h>17</h>
<condition> <condition>
<and> <and>
<less-than> <equals>
<property>ai/models/aircraft[0]/radar/range-nm</property> <property>ai/models/aircraft[0]/radar/in-range</property>
<value>43</value> <value>true</value>
</less-than> </equals>
<equals> <equals>
<property>/instrumentation/radar/range</property> <property>/instrumentation/radar/range</property>
<value>40</value> <value>40</value>
</equals> </equals>
<not-equals>
<property>ai/models/aircraft[0]/radar/range-nm</property>
<value>0</value>
</not-equals>
</and> </and>
</condition> </condition>
<texture> <texture>
@ -68,18 +64,14 @@
<h>17</h> <h>17</h>
<condition> <condition>
<and> <and>
<less-than> <equals>
<property>ai/models/aircraft[0]/radar/range-nm</property> <property>ai/models/aircraft[0]/radar/in-range</property>
<value>22</value> <value>true</value>
</less-than> </equals>
<equals> <equals>
<property>/instrumentation/radar/range</property> <property>/instrumentation/radar/range</property>
<value>20</value> <value>20</value>
</equals> </equals>
<not-equals>
<property>ai/models/aircraft[0]/radar/range-nm</property>
<value>0</value>
</not-equals>
</and> </and>
</condition> </condition>
<texture> <texture>
@ -113,18 +105,14 @@
<h>17</h> <h>17</h>
<condition> <condition>
<and> <and>
<less-than> <equals>
<property>ai/models/aircraft[1]/radar/range-nm</property> <property>ai/models/aircraft[0]/radar/in-range</property>
<value>43</value> <value>true</value>
</less-than> </equals>
<equals> <equals>
<property>/instrumentation/radar/range</property> <property>/instrumentation/radar/range</property>
<value>40</value> <value>40</value>
</equals> </equals>
<not-equals>
<property>ai/models/aircraft[1]/radar/range-nm</property>
<value>0</value>
</not-equals>
</and> </and>
</condition> </condition>
<texture> <texture>
@ -158,18 +146,14 @@
<h>17</h> <h>17</h>
<condition> <condition>
<and> <and>
<less-than> <equals>
<property>ai/models/aircraft[1]/radar/range-nm</property> <property>ai/models/aircraft[0]/radar/in-range</property>
<value>22</value> <value>true</value>
</less-than> </equals>
<equals> <equals>
<property>/instrumentation/radar/range</property> <property>/instrumentation/radar/range</property>
<value>20</value> <value>20</value>
</equals> </equals>
<not-equals>
<property>ai/models/aircraft[1]/radar/range-nm</property>
<value>0</value>
</not-equals>
</and> </and>
</condition> </condition>
<texture> <texture>
@ -203,18 +187,14 @@
<h>17</h> <h>17</h>
<condition> <condition>
<and> <and>
<less-than> <equals>
<property>ai/models/aircraft[2]/radar/range-nm</property> <property>ai/models/aircraft[0]/radar/in-range</property>
<value>43</value> <value>true</value>
</less-than> </equals>
<equals> <equals>
<property>/instrumentation/radar/range</property> <property>/instrumentation/radar/range</property>
<value>40</value> <value>40</value>
</equals> </equals>
<not-equals>
<property>ai/models/aircraft[2]/radar/range-nm</property>
<value>0</value>
</not-equals>
</and> </and>
</condition> </condition>
<texture> <texture>
@ -248,18 +228,14 @@
<h>17</h> <h>17</h>
<condition> <condition>
<and> <and>
<less-than> <equals>
<property>ai/models/aircraft[2]/radar/range-nm</property> <property>ai/models/aircraft[0]/radar/in-range</property>
<value>22</value> <value>true</value>
</less-than> </equals>
<equals> <equals>
<property>/instrumentation/radar/range</property> <property>/instrumentation/radar/range</property>
<value>20</value> <value>20</value>
</equals> </equals>
<not-equals>
<property>ai/models/aircraft[2]/radar/range-nm</property>
<value>0</value>
</not-equals>
</and> </and>
</condition> </condition>
<texture> <texture>