<?xml version="1.0"?>
<PropertyList>
  <description>Bombardier Canadair Regional Jet CRJ200 (CL-600-2B19)</description>
  <author>Ian (Yves) Tolosa, December 2019</author>
  <path>Models/CR2.ac</path>
  <!-- Pitch Forward so nosewheel on ground -->
  <offsets>
    <pitch-deg>-0.2</pitch-deg>
  </offsets>
  <!-- Gear Showed only < 150 knotspeed -->
  <animation>
    <type>select</type>
    <object-name>Gear</object-name>
    <condition>
      <less-than>
        <property>velocities/true-airspeed-kt</property>
        <value>150</value>
      </less-than>
    </condition>
  </animation>
  <!-- Tail and Windows Lightmap Effect -->
  <effect>
    <inherits-from>AI/Aircraft/CR2/Effects/CR2-LightMap</inherits-from>
    <object-name>CR2</object-name>
	<object-name>Gear</object-name>
  </effect>
    <!-- ALS Navigation Lights Objects -->
    <model>
    <path>Lights/CR2-NavLights.xml</path>
  </model>
</PropertyList>