low-rpm.xml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <PropertyList>
  3. <path>lamp.ac</path>
  4. <animation>
  5. <object-name>lampoff</object-name>
  6. <object-name>lampon</object-name>
  7. </animation>
  8. <animation>
  9. <type>select</type>
  10. <object-name>lampon</object-name>
  11. <condition>
  12. <and>
  13. <property>/instrumentation/alerts/rpm</property>
  14. <greater-than>
  15. <property>/systems/electrical/outputs/instrument-lights</property>
  16. <value>0.0001</value>
  17. </greater-than>
  18. </and>
  19. </condition>
  20. </animation>
  21. <animation>
  22. <type>material</type>
  23. <object-name>lampoff</object-name>
  24. <emission>
  25. <red> 0 </red>
  26. <green> 0 </green>
  27. <blue> 0 </blue>
  28. </emission>
  29. </animation>
  30. <animation>
  31. <type>material</type>
  32. <object-name>lampon</object-name>
  33. <emission>
  34. <red> 1 </red>
  35. <green> 1 </green>
  36. <blue> 1 </blue>
  37. <factor-prop>/systems/electrical/outputs/instrument-lights</factor-prop>
  38. </emission>
  39. </animation>
  40. </PropertyList>