shrike3.xml 867 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>shrike.ac</path>
  4. <!--
  5. Shrike anti-radar missile
  6. -->
  7. <animation>
  8. <type>select</type>
  9. <object-name>Shrike</object-name>
  10. <condition>
  11. <and>
  12. <equals>
  13. <property>sim/armament</property>
  14. <value>BlackBuck6</value>
  15. </equals>
  16. <equals>
  17. <property>controls/armament/triggershrike3</property>
  18. <value>false</value>
  19. </equals>
  20. </and>
  21. </condition>
  22. </animation>
  23. <!-- Don't display the smoke (the submodel will reference the .ac model -->
  24. <animation>
  25. <type>select</type>
  26. <object-name>Smoke</object-name>
  27. <condition>
  28. <and>
  29. <equals>
  30. <property>sim/variant</property>
  31. <value>wibble</value>
  32. </equals>
  33. </and>
  34. </condition>
  35. </animation>
  36. </PropertyList>