MQ-9/Models/Lights/WhiteLight.xml
2016-07-04 11:38:07 +03:00

28 lines
649 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<PropertyList>
<model>
<name>WhiteLightFlare</name>
<path>Aircraft/MQ-9/Models/Lights/Flares/WhiteLight-flare.xml</path>
</model>
<model>
<name>WhiteLightRemb</name>
<path>Aircraft/MQ-9/Models/Lights/Rembrandt/WhiteLight-remb.xml</path>
</model>
<animation>
<type>select</type>
<object-name>WhiteLightFlare</object-name>
<object-name>WhiteLightRemb</object-name>
<condition>
<and>
<property>lightpack/white-light-intensity</property>
<not><property>sim/crashed</property></not>
</and>
</condition>
</animation>
</PropertyList>