1
0
Fork 0
fgdata/AI/Aircraft/220/223-main.xml

31 lines
No EOL
907 B
XML

<?xml version="1.0"?>
<PropertyList>
<description>Airbus A220-300, formely Bombardier CS300</description>
<author>Ian (Yves) Tolosa, July 2018</author>
<path>Models/223.ac</path>
<!-- Pitch Forward so nosewheel on ground -->
<offsets>
<pitch-deg>-0.5</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/220/Effects/223-LightMap</inherits-from>
<object-name>223</object-name>
<object-name>Gear</object-name>
</effect>
<!-- ALS Navigation Lights Objects -->
<model>
<path>Lights/223-NavLights.xml</path>
</model>
</PropertyList>