1
0
Fork 0
fgdata/AI/Aircraft/339/339-main.xml
2022-03-01 18:43:32 +01:00

31 lines
No EOL
868 B
XML

<?xml version="1.0"?>
<PropertyList>
<description>Airbus A330-900 (NEO)</description>
<author>Ian (Yves) Tolosa, Feb 2022</author>
<path>Models/339.ac</path>
<!-- Pitch Forward so nosewheel on ground -->
<offsets>
<pitch-deg>-1.2</pitch-deg>
</offsets>
<!-- Gear Animation -->
<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/339/Effects/339-LightMap</inherits-from>
<object-name>339</object-name>
<object-name>Gear</object-name>
</effect>
<!-- ALS Navigation Lights Objects -->
<model>
<path>Lights/339-NavLights.xml</path>
</model>
</PropertyList>