bomb.xml 895 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>bomb.ac</path>
  4. <!--
  5. Only display the racked bomb when the doors are open and the
  6. bomb hasn't been dropped.
  7. -->
  8. <animation>
  9. <type>select</type>
  10. <object-name>Body</object-name>
  11. <object-name>Fin</object-name>
  12. <object-name>Marking</object-name>
  13. <condition>
  14. <and>
  15. <greater-than>
  16. <property>controls/doors/bb-door-pos-norm</property>
  17. <value>0.05</value>
  18. </greater-than>
  19. <equals>
  20. <property>controls/armament/triggerbomb</property>
  21. <value>false</value>
  22. </equals>
  23. <equals>
  24. <property>sim/armament</property>
  25. <value>BlackBuck1</value>
  26. </equals>
  27. </and>
  28. </condition>
  29. </animation>
  30. <animation>
  31. <type>range</type>
  32. <min-m>0</min-m>
  33. <max-m>10000</max-m>
  34. </animation>
  35. </PropertyList>