1
0
Fork 0
fgdata/AI/Aircraft/777/77W-main.xml

31 lines
886 B
XML
Raw Normal View History

<?xml version="1.0"?>
<PropertyList>
<description>Boeing 777-300 ER</description>
<author>Ian(Yves) Tolosa. September 2016</author>
<path>Models/77W.ac</path>
<!-- Pitch Forward so nosewheel on ground -->
<offsets>
<pitch-deg>-0.7</pitch-deg>
</offsets>
<!-- Gear Showed only < 170 knotspeed -->
<animation>
<type>select</type>
<object-name>Gear</object-name>
<condition>
<less-than>
<property>velocities/true-airspeed-kt</property>
<value>170</value>
</less-than>
</condition>
</animation>
<!-- Tail and Windows Lightmap Effect -->
<effect>
<inherits-from>AI/Aircraft/777/Effects/77W-LightMap</inherits-from>
<object-name>77W</object-name>
<object-name>Gear</object-name>
</effect>
<!-- Add Navigation Lights Objects -->
<model>
<path>Lights/77W-NavLights.xml</path>
</model>
</PropertyList>