eng-caution.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <path>eng-caution.ac</path>
  4. <animation>
  5. <type>noshadow</type>
  6. <object-name>fire-RH</object-name>
  7. <object-name>caution-RH</object-name>
  8. <object-name>fire-LH</object-name>
  9. <object-name>caution-LH</object-name>
  10. </animation>
  11. <!-- CAUTION -->
  12. <animation>
  13. <type>select</type>
  14. <object-name>caution-LH</object-name>
  15. <condition>
  16. <and>
  17. <greater-than>
  18. <property>systems/electrical/volts</property>
  19. <value>16</value>
  20. </greater-than>
  21. <equals>
  22. <property>engines/engine[1]/out-of-fuel</property>
  23. <value>true</value>
  24. </equals>
  25. <property>/sim/model/lights/sbc1/state</property>
  26. </and>
  27. </condition>
  28. </animation>
  29. <animation>
  30. <type>select</type>
  31. <object-name>caution-RH</object-name>
  32. <condition>
  33. <and>
  34. <greater-than>
  35. <property>systems/electrical/volts</property>
  36. <value>16</value>
  37. </greater-than>
  38. <equals>
  39. <property>engines/engine[0]/out-of-fuel</property>
  40. <value>true</value>
  41. </equals>
  42. <property>/sim/model/lights/sbc1/state</property>
  43. </and>
  44. </condition>
  45. </animation>
  46. <!-- FIRE -->
  47. <animation>
  48. <type>select</type>
  49. <object-name>fire-RH</object-name>
  50. <condition>
  51. <and>
  52. <greater-than>
  53. <property>systems/electrical/volts</property>
  54. <value>16</value>
  55. </greater-than>
  56. <less-than>
  57. <property>systems/electrical/volts</property>
  58. <value>20</value>
  59. </less-than>
  60. <property>/sim/model/lights/sbc1/state</property>
  61. </and>
  62. </condition>
  63. </animation>
  64. <animation>
  65. <type>select</type>
  66. <object-name>fire-LH</object-name>
  67. <condition>
  68. <and>
  69. <greater-than>
  70. <property>systems/electrical/volts</property>
  71. <value>16</value>
  72. </greater-than>
  73. <less-than>
  74. <property>systems/electrical/volts</property>
  75. <value>20</value>
  76. </less-than>
  77. <property>/sim/model/lights/sbc1/state</property>
  78. </and>
  79. </condition>
  80. </animation>
  81. <animation>
  82. <type>material</type>
  83. <object-name>fire-RH</object-name>
  84. <object-name>caution-RH</object-name>
  85. <object-name>fire-LH</object-name>
  86. <object-name>caution-LH</object-name>
  87. <emission>
  88. <red> 1 </red>
  89. <green> 1 </green>
  90. <blue> 1 </blue>
  91. </emission>
  92. </animation>
  93. </PropertyList>