canopy-caution.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <path>canopy-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. <greater-than>
  14. <property>systems/electrical/volts</property>
  15. <value>24</value>
  16. </greater-than>
  17. <property>/sim/model/lights/sbc1/state</property>
  18. <greater-than>
  19. <property>/instrumentation/doors/crew/position-norm</property>
  20. <value> 0.01 </value>
  21. </greater-than>
  22. </and>
  23. </condition>
  24. </animation>
  25. <animation>
  26. <type>material</type>
  27. <object-name>caution</object-name>
  28. <emission>
  29. <red> 1 </red>
  30. <green> 1 </green>
  31. <blue> 1 </blue>
  32. </emission>
  33. </animation>
  34. <animation>
  35. <type>material</type>
  36. <object-name>case</object-name>
  37. <emission>
  38. <factor-prop>systems/electrical/outputs/instrument-lights-norm</factor-prop>
  39. <red> 0.5 </red>
  40. <green> 0.2 </green>
  41. <blue> 0.2 </blue>
  42. </emission>
  43. </animation>
  44. </PropertyList>