1
0
Fork 0
fgdata/AI/Aircraft/734/73P-main.xml

27 lines
804 B
XML
Raw Normal View History

2020-06-06 02:59:52 +00:00
<?xml version="1.0"?>
<PropertyList>
<description>Boeing 737-400 Freighter (BDSF)</description>
<author>Ian (Yves) Tolosa, June 2020</author>
<path>Models/73P.ac</path>
<!-- Gear Showed only < 170 knotspeed -->
<animation>
<type>select</type>
<object-name>73P_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/734/Effects/73P-LightMap</inherits-from>
<object-name>73P_Body</object-name>
<object-name>73P_Gear</object-name>
</effect>
<!-- Add Navigation Lights Objects -->
<model>
<path>Lights/73P-NavLights.xml</path>
</model>
</PropertyList>