27 lines
No EOL
804 B
XML
27 lines
No EOL
804 B
XML
<?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> |