1<?xml version="1.0"?>
2<PropertyList>
3  <description>Bombardier Canadair Regional Jet CRJ900 (CL-600-2D24)</description>
4  <author>Ian (Yves) Tolosa, March 2019</author>
5  <path>Models/CR9.ac</path>
6  <!-- Pitch Forward so nosewheel on ground -->
7  <offsets>
8    <pitch-deg>-1.9</pitch-deg>
9  </offsets>
10  <!-- Gear Showed only < 150 knotspeed -->
11  <animation>
12    <type>select</type>
13    <object-name>Gear</object-name>
14    <condition>
15      <less-than>
16        <property>velocities/true-airspeed-kt</property>
17        <value>150</value>
18      </less-than>
19    </condition>
20  </animation>
21  <!-- Tail and Windows Lightmap Effect -->
22  <effect>
23    <inherits-from>AI/Aircraft/CR9/Effects/CR9-LightMap</inherits-from>
24    <object-name>CR9</object-name>
25	<object-name>Gear</object-name>
26  </effect>
27    <!-- ALS Navigation Lights Objects -->
28    <model>
29    <path>Lights/CR9-NavLights.xml</path>
30  </model>
31</PropertyList>