1
0
Fork 0
fgdata/AI/Aircraft/736/736-main.xml

27 lines
773 B
XML
Raw Normal View History

2018-06-18 10:34:06 +00:00
<?xml version="1.0"?>
<PropertyList>
<description>Boeing 737-600</description>
<author>Ian(Yves) Tolosa, June 2018</author>
<path>Models/736.ac</path>
<!-- 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/736/Effects/736-LightMap</inherits-from>
<object-name>736</object-name>
<object-name>Gear</object-name>
</effect>
<!-- Add Navigation Lights Objects -->
<model>
<path>Lights/736-NavLights.xml</path>
</model>
</PropertyList>