emergency-bomb-jettison.xml 930 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0"?>
  2. <!-- U/C switches -->
  3. <PropertyList>
  4. <path>bar-switch-warning.ac</path>
  5. <animation>
  6. <type>rotate</type>
  7. <object-name>Switch</object-name>
  8. <property>/controls/doors/emergency-bb-jettison-pos</property>
  9. <factor>-90</factor>
  10. <center>
  11. <x-m> 0.0</x-m>
  12. <y-m> 0.0</y-m>
  13. <z-m> 0.0</z-m>
  14. </center>
  15. <axis>
  16. <x>0</x>
  17. <y>1</y>
  18. <z>0</z>
  19. </axis>
  20. </animation>
  21. <animation>
  22. <type>pick</type>
  23. <object-name>Switch</object-name>
  24. <visible>true</visible>
  25. <action>
  26. <button>0</button>
  27. <repeatable>false</repeatable>
  28. <binding>
  29. <command>nasal</command>
  30. <script>
  31. vulcanb2.emerg_jettison()
  32. </script>
  33. </binding>
  34. </action>
  35. </animation>
  36. <!-- *** LoD *** -->
  37. <animation>
  38. <type>range</type>
  39. <min-m>0</min-m>
  40. <max-m>5</max-m>
  41. </animation>
  42. </PropertyList>