airbrake-indicator.xml 979 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0"?>
  2. <!-- Airbrake indicator -->
  3. <PropertyList>
  4. <path>airbrake-indicator.ac</path>
  5. <animation>
  6. <type>material</type>
  7. <object-name>face</object-name>
  8. </animation>
  9. <effect>
  10. <inherits-from>Aircraft/AvroVulcanB2/Models/Effects/glass-uber</inherits-from>
  11. <object-name>vitre</object-name>
  12. </effect>
  13. <animation>
  14. <type>select</type>
  15. <object-name>Open</object-name>
  16. <condition>
  17. <not>
  18. <equals>
  19. <property>surface-positions/speedbrake-pos-norm</property>
  20. <value>0</value>
  21. </equals>
  22. </not>
  23. </condition>
  24. </animation>
  25. <animation>
  26. <type>select</type>
  27. <object-name>Close</object-name>
  28. <condition>
  29. <equals>
  30. <property>surface-positions/speedbrake-pos-norm</property>
  31. <value>0</value>
  32. </equals>
  33. </condition>
  34. </animation>
  35. <!-- *** LoD *** -->
  36. <animation>
  37. <type>range</type>
  38. <min-m>0</min-m>
  39. <max-m>5</max-m>
  40. </animation>
  41. </PropertyList>