bomb-bay-indicator.xml 725 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0"?>
  2. <!-- Bomb Bay indicator -->
  3. <PropertyList>
  4. <path>bomb-bay-indicator.ac</path>
  5. <animation>
  6. <type>select</type>
  7. <object-name>Open</object-name>
  8. <condition>
  9. <not>
  10. <equals>
  11. <property>controls/doors/bb-door-pos-norm</property>
  12. <value>0</value>
  13. </equals>
  14. </not>
  15. </condition>
  16. </animation>
  17. <animation>
  18. <type>select</type>
  19. <object-name>Close</object-name>
  20. <condition>
  21. <equals>
  22. <property>controls/doors/bb-door-pos-norm</property>
  23. <value>0</value>
  24. </equals>
  25. </condition>
  26. </animation>
  27. <!-- *** LoD *** -->
  28. <animation>
  29. <type>range</type>
  30. <min-m>0</min-m>
  31. <max-m>5</max-m>
  32. </animation>
  33. </PropertyList>