34 lines
928 B
XML
34 lines
928 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<PropertyList>
|
|
|
|
<model>
|
|
<name>TaxiLightFlash</name>
|
|
<path>Aircraft/MQ-9/Models/Lights/Flares/TaxiLight-flash.xml</path>
|
|
</model>
|
|
|
|
<model>
|
|
<name>TaxiLightRemb</name>
|
|
<path>Aircraft/MQ-9/Models/Lights/Rembrandt/TaxiLight-remb.xml</path>
|
|
</model>
|
|
|
|
<!--><model>
|
|
<name>TaxiLightCone</name>
|
|
<path>Aircraft/MQ-9/Models/Lights/LightCone/TaxiLight-cone.xml</path>
|
|
</model><--> <!-- uncomment for fake non-rembrandt cones -->
|
|
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>TaxiLightFlash</object-name>
|
|
<object-name>TaxiLightRemb</object-name>
|
|
<!--><object-name>TaxiLightCone</object-name><--> <!-- uncomment for fake non-rembrandt cones -->
|
|
<condition>
|
|
<and>
|
|
<property>lightpack/taxi-light-intensity</property>
|
|
<not><property>sim/crashed</property></not>
|
|
</and>
|
|
</condition>
|
|
</animation>
|
|
|
|
</PropertyList>
|