1
0
Fork 0
fgdata/AI/Aircraft/767/76W-main.xml

31 lines
No EOL
891 B
XML

<?xml version="1.0"?>
<PropertyList>
<description>Boeing 767-300 ER Winglets </description>
<author>Ian(Yves) Tolosa. Mar 2016 </author>
<path>Models/76W.ac</path>
<!-- Pitch Forward so nosewheel on ground -->
<offsets>
<pitch-deg>-0.3</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/767/Effects/76W-LightMap</inherits-from>
<object-name>76W</object-name>
<object-name>Gear</object-name>
</effect>
<!-- Add Navigation Lights Objects -->
<model>
<path>Lights/76W-NavLights.xml</path>
</model>
</PropertyList>