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

85 lines
No EOL
2 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<description>ATR 72-500</description>
<author>Ian Tolosa</author>
<path>Models/AT7.ac</path>
<offsets>
<pitch-deg>-0.75</pitch-deg>
</offsets>
<animation>
<type>select</type>
<object-name>Gear_Open</object-name>
<condition>
<less-than>
<property>velocities/true-airspeed-kt</property>
<value>120</value>
</less-than>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>Gear_Closed</object-name>
<condition>
<greater-than-equals>
<property>velocities/true-airspeed-kt</property>
<value>120</value>
</greater-than-equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>Prop_Blur_L</object-name>
<condition>
<greater-than-equals>
<property>velocities/true-airspeed-kt</property>
<value>15</value>
</greater-than-equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>Prop_Blur_R</object-name>
<condition>
<greater-than-equals>
<property>velocities/true-airspeed-kt</property>
<value>15</value>
</greater-than-equals>
</condition>
</animation>
<animation>
<type>spin</type>
<object-name>Prop_L</object-name>
<property>velocities/true-airspeed-kt</property>
<factor>4</factor>
<center>
<x-m>-3.56891</x-m>
<y-m>-4.05145</y-m>
<z-m>3.07941</z-m>
</center>
<axis>
<x>1.000</x>
<y>0.000</y>
<z>0.000</z>
</axis>
</animation>
<animation>
<type>spin</type>
<object-name>Prop_R</object-name>
<property>velocities/true-airspeed-kt</property>
<factor>4</factor>
<center>
<x-m>-3.56891</x-m>
<y-m>4.05145</y-m>
<z-m>3.07941</z-m>
</center>
<axis>
<x>1.000</x>
<y>0.000</y>
<z>0.000</z>
</axis>
</animation>
<!-- Add Navigation Lights Objects -->
<model>
<path>Lights/AT7-NavLights.xml</path>
</model>
</PropertyList>