28 lines
622 B
XML
28 lines
622 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<PropertyList>
|
|
|
|
<model>
|
|
<name>BeaconFlare</name>
|
|
<path>Aircraft/MQ-9/Models/Lights/Flares/Strobe-flare.xml</path>
|
|
</model>
|
|
|
|
<model>
|
|
<name>BeaconRemb</name>
|
|
<path>Aircraft/MQ-9/Models/Lights/Rembrandt/Strobe-remb.xml</path>
|
|
</model>
|
|
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>BeaconFlare</object-name>
|
|
<object-name>BeaconRemb</object-name>
|
|
<condition>
|
|
<and>
|
|
<property>lightpack/strobe-state/state</property>
|
|
<not><property>sim/crashed</property></not>
|
|
</and>
|
|
</condition>
|
|
</animation>
|
|
|
|
</PropertyList>
|