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

29 lines
703 B
XML

<?xml version="1.0"?>
<PropertyList>
<description>Embraer Regional Jet 195</description>
<author>Ian(Yves) Tolosa, Original Model Innis Cunningham</author>
<path>Models/ERJ195.ac</path>
<animation>
<type>select</type>
<object-name>Gear_Open</object-name>
<condition>
<less-than>
<property>velocities/true-airspeed-kt</property>
<value>150</value>
</less-than>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>Gear_Closed</object-name>
<condition>
<more-than>
<property>velocities/true-airspeed-kt</property>
<value>150</value>
</more-than>
</condition>
</animation>
</PropertyList>