flap-transit.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <path>flap-transit.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. <or>
  13. <and>
  14. <greater-than>
  15. <property>surface-positions/flap-pos-norm</property>
  16. <value>0.1</value>
  17. </greater-than>
  18. <less-than>
  19. <property>surface-positions/flap-pos-norm</property>
  20. <value>0.2</value>
  21. </less-than>
  22. <greater-than>
  23. <property>systems/electrical/volts</property>
  24. <value>24</value>
  25. </greater-than>
  26. </and>
  27. <and>
  28. <greater-than>
  29. <property>surface-positions/flap-pos-norm</property>
  30. <value>0.3</value>
  31. </greater-than>
  32. <less-than>
  33. <property>surface-positions/flap-pos-norm</property>
  34. <value>0.4</value>
  35. </less-than>
  36. <greater-than>
  37. <property>systems/electrical/volts</property>
  38. <value>24</value>
  39. </greater-than>
  40. </and>
  41. <and>
  42. <greater-than>
  43. <property>surface-positions/flap-pos-norm</property>
  44. <value>0.5</value>
  45. </greater-than>
  46. <less-than>
  47. <property>surface-positions/flap-pos-norm</property>
  48. <value>0.6</value>
  49. </less-than>
  50. <greater-than>
  51. <property>systems/electrical/volts</property>
  52. <value>24</value>
  53. </greater-than>
  54. </and>
  55. <and>
  56. <greater-than>
  57. <property>surface-positions/flap-pos-norm</property>
  58. <value>0.7</value>
  59. </greater-than>
  60. <less-than>
  61. <property>surface-positions/flap-pos-norm</property>
  62. <value>0.8</value>
  63. </less-than>
  64. <greater-than>
  65. <property>systems/electrical/volts</property>
  66. <value>24</value>
  67. </greater-than>
  68. </and>
  69. </or>
  70. </condition>
  71. </animation>
  72. <animation>
  73. <type>material</type>
  74. <object-name>caution</object-name>
  75. <emission>
  76. <red> 1 </red>
  77. <green> 1 </green>
  78. <blue> 1 </blue>
  79. </emission>
  80. </animation>
  81. <animation>
  82. <type>material</type>
  83. <object-name>case</object-name>
  84. <emission>
  85. <factor-prop>systems/electrical/outputs/instrument-lights-norm</factor-prop>
  86. <red> 0.5 </red>
  87. <green> 0.2 </green>
  88. <blue> 0.2 </blue>
  89. </emission>
  90. </animation>
  91. </PropertyList>