master-caution.xml 865 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <path>master-caution.ac</path>
  4. <animation>
  5. <type>noshadow</type>
  6. <object-name>caution</object-name>
  7. </animation>
  8. <animation>
  9. <type>select</type>
  10. <object-name>caution</object-name>
  11. <condition>
  12. <and>
  13. <not>
  14. <property>gear/gear[0]/wow</property>
  15. <property>/sim/model/lights/sbc1/state</property>
  16. </not>
  17. <less-than>
  18. <property>systems/electrical/volts</property>
  19. <value>16</value>
  20. </less-than>
  21. </and>
  22. </condition>
  23. </animation>
  24. <animation>
  25. <type>material</type>
  26. <object-name>caution</object-name>
  27. <emission>
  28. <!-- <factor-prop>systems/electrical/outputs/instrument-lights-norm</factor-prop> -->
  29. <red> 1 </red>
  30. <green> 1 </green>
  31. <blue> 1 </blue>
  32. </emission>
  33. </animation>
  34. </PropertyList>