Strobe.xml 636 B

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