1
0
Fork 0

Okay, maybe it was a good idea to assume that not all targets are target[0].

This commit is contained in:
ehofman 2004-06-11 17:19:59 +00:00
parent 36abb08074
commit d6467f3ad4

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[1]/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[1]/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[2]/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[2]/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>