1
0
Fork 0
fgdata/AI/Aircraft/dhc6/dhc6-main.xml

69 lines
1.7 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<description>de Havilland Canada DHC-6</description>
<author>Syd Adams, Keith Paterson</author>
<path>Models/dhc6.ac</path>
<animation>
<type>select</type>
<object-name>prop-blur-left</object-name>
<condition>
<greater-than>
<property>velocities/true-airspeed-kt</property>
<value>10</value>
</greater-than>
</condition>
</animation>
<animation>
<name>prop-left</name>
<object-name>Lprop.1</object-name>
<object-name>Lprop.2</object-name>
<object-name>Lprop.3</object-name>
</animation>
<animation>
<name>prop-right</name>
<object-name>Rprop.1</object-name>
<object-name>Rprop.2</object-name>
<object-name>Rprop.3</object-name>
</animation>
<animation>
<type>select</type>
<object-name>prop-left</object-name>
<condition>
<less-than>
<property>velocities/true-airspeed-kt</property>
<value>10</value>
</less-than>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>Lprop.disk</object-name>
<condition>
<greater-than>
<property>velocities/true-airspeed-kt</property>
<value>10</value>
</greater-than>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>Rprop.disk</object-name>
<condition>
<greater-than>
<property>velocities/true-airspeed-kt</property>
<value>10</value>
</greater-than>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>prop-right</object-name>
<condition>
<less-than>
<property>velocities/true-airspeed-kt</property>
<value>10</value>
</less-than>
</condition>
</animation>
</PropertyList>