gear-caution.xml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <path>gear-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. <equals>
  19. <property>controls/gear/gear-down</property>
  20. <value>0</value>
  21. </equals>
  22. <less-than>
  23. <property>position/gear-agl-ft</property>
  24. <value>1300</value>
  25. </less-than>
  26. <greater-than>
  27. <property>/surface-positions/flap-pos-norm</property>
  28. <value>0.1</value>
  29. </greater-than>
  30. <property>/surface-positions/flap-pos-norm</property>
  31. </and>
  32. </condition>
  33. </animation>
  34. <animation>
  35. <type>material</type>
  36. <object-name>caution</object-name>
  37. <emission>
  38. <red> 0.5 </red>
  39. <green> 0.5 </green>
  40. <blue> 0.5 </blue>
  41. </emission>
  42. </animation>
  43. <animation>
  44. <type>material</type>
  45. <object-name>case</object-name>
  46. <emission>
  47. <factor-prop>systems/electrical/outputs/instrument-lights-norm</factor-prop>
  48. <red> 0.5 </red>
  49. <green> 0.2 </green>
  50. <blue> 0.2 </blue>
  51. </emission>
  52. </animation>
  53. </PropertyList>