dash10.xml 520 B

123456789101112131415161718192021222324252627
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>dash10.ac</path>
  4. <!--
  5. Dash-10 pod used on Black Buck missions to jam SAM
  6. -->
  7. <animation>
  8. <type>select</type>
  9. <object-name>Dash10</object-name>
  10. <condition>
  11. <or>
  12. <equals>
  13. <property>sim/variant</property>
  14. <value>XM607</value>
  15. </equals>
  16. <equals>
  17. <property>sim/variant</property>
  18. <value>XM597</value>
  19. </equals>
  20. </or>
  21. </condition>
  22. </animation>
  23. </PropertyList>