28 lines
646 B
XML
28 lines
646 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<PropertyList>
|
|
|
|
<model>
|
|
<name>GreenLightFlare</name>
|
|
<path>Aircraft/MQ-9/Models/Lights/Flares/GreenLight-flare.xml</path>
|
|
</model>
|
|
|
|
<model>
|
|
<name>GreenLightRemb</name>
|
|
<path>Aircraft/MQ-9/Models/Lights/Rembrandt/GreenLight-remb.xml</path>
|
|
</model>
|
|
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>GreenLightFlare</object-name>
|
|
<object-name>GreenLightRemb</object-name>
|
|
<condition>
|
|
<and>
|
|
<property>lightpack/nav-lights-intensity</property>
|
|
<not><property>sim/crashed</property></not>
|
|
</and>
|
|
</condition>
|
|
</animation>
|
|
|
|
</PropertyList>
|