1
0
Fork 0
fgdata/AI/Aircraft/735/735-main-winglets.xml
2018-06-11 12:05:04 +01:00

39 lines
No EOL
1.2 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<description>Boeing 737-500 W/ Winglets</description>
<author>Ian(Yves) Tolosa, June 2018</author>
<path>Models/735.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/735/Effects/735-LightMap</inherits-from>
<object-name>735</object-name>
<object-name>Gear</object-name>
<object-name>Winglets</object-name>
</effect>
<!-- Add Navigation Lights Objects -->
<model>
<path>Lights/735-NavLights.xml</path>
</model>
<!-- Enable Beacons and Strobes Pulse Behaviour -->
<nasal>
<load><![CDATA[
aircraft.light.new("/sim/model/Boeing/lighting/beacon", [0.7, 1.3]);
aircraft.light.new("/sim/model/Boeing/lighting/strobes", [0.02, 0.1, 0.02, 1.86]);
setprop("/sim/model/Boeing/lighting/beacon/enabled", 1);
setprop("/sim/model/Boeing/lighting/strobes/enabled", 1);
]]></load>
<unload></unload>
</nasal>
</PropertyList>