1
0
Fork 0
fgdata/AI/Aircraft/787/789-main.xml

31 lines
882 B
XML
Raw Normal View History

2016-09-04 10:44:56 +00:00
<?xml version="1.0"?>
<PropertyList>
<description>Boeing 787-900</description>
<author>Ian(Yves) Tolosa. August 2016 </author>
<path>Models/789.ac</path>
<!-- Pitch Forward so nosewheel on ground -->
2017-02-21 12:22:29 +00:00
<offsets>
<pitch-deg>-0.75</pitch-deg>
2017-02-21 12:22:29 +00:00
</offsets>
<!-- Gear Showed only < 150 knotspeed -->
<animation>
2016-09-04 10:44:56 +00:00
<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/787/Effects/789-LightMap</inherits-from>
<object-name>789</object-name>
<object-name>Gear</object-name>
</effect>
<!-- Add Navigation Lights Objects -->
<model>
<path>Lights/789-NavLights.xml</path>
</model>
2016-09-04 10:44:56 +00:00
</PropertyList>