1
0
Fork 0
fgdata/AI/Aircraft/ERJ145/ERJ145-main.xml
2020-04-06 21:12:05 +01:00

29 lines
No EOL
754 B
XML

<?xml version="1.0"?>
<PropertyList>
<description>Embraer ERJ 145</description>
<author>Brett Harrison</author>
<path>Models/ERJ-145.ac</path>
<offsets>
<pitch-deg>-1.5</pitch-deg>
</offsets>
<animation>
<type>select</type>
<object-name>ER4_Gear</object-name>
<condition>
<less-than>
<property>velocities/true-airspeed-kt</property>
<value>180</value>
</less-than>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>ER4_GearCover</object-name>
<condition>
<greater-than>
<property>velocities/true-airspeed-kt</property>
<value>180</value>
</greater-than>
</condition>
</animation>
</PropertyList>