Files
MQ-9/Models/Lights/RedLight.xml
Meir Michanie c903aa556c first commit
2016-07-04 11:38:07 +03:00

28 lines
634 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<PropertyList>
<model>
<name>RedLightFlare</name>
<path>Aircraft/MQ-9/Models/Lights/Flares/RedLight-flare.xml</path>
</model>
<model>
<name>RedLightRemb</name>
<path>Aircraft/MQ-9/Models/Lights/Rembrandt/RedLight-remb.xml</path>
</model>
<animation>
<type>select</type>
<object-name>RedLightFlare</object-name>
<object-name>RedLightRemb</object-name>
<condition>
<and>
<property>lightpack/nav-lights-intensity</property>
<not><property>sim/crashed</property></not>
</and>
</condition>
</animation>
</PropertyList>