ProbeLight.xml 663 B

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <model>
  4. <name>ProbeLightFlash</name>
  5. <path>Aircraft/CanberraBI8/Models/Lights/Flares/ProbeLight-flash.xml</path>
  6. </model>
  7. <model>
  8. <name>ProbeLightRemb</name>
  9. <path>Aircraft/CanberraBI8/Models/Lights/Rembrandt/ProbeLight-remb.xml</path>
  10. </model>
  11. <animation>
  12. <type>select</type>
  13. <object-name>ProbeLightFlash</object-name>
  14. <object-name>ProbeLightRemb</object-name>
  15. <condition>
  16. <and>
  17. <property>lightpack/probe-light-intensity</property>
  18. <not><property>sim/crashed</property></not>
  19. </and>
  20. </condition>
  21. </animation>
  22. </PropertyList>