fx2.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>effect2.ac</path>
  4. <!-- ******************************************************************* -->
  5. <!-- Condensation -->
  6. <!-- ******************************************************************* -->
  7. <!-- condensation -->
  8. <!-- Turns off non rembrant lighting and effects -->
  9. <effect>
  10. <inherits-from>Aircraft/AvroVulcanB2/Models/Effects/glass-uber</inherits-from>
  11. <object-name>condensation-left</object-name>
  12. <object-name>condensation-right</object-name>
  13. </effect>
  14. <animation>
  15. <type>select</type>
  16. <object-name>condensation-left</object-name>
  17. <object-name>condensation-right</object-name>
  18. <condition>
  19. <and>
  20. <greater-than>
  21. <property>sim/multiplay/generic/float[6]</property>
  22. <value>5.0</value>
  23. </greater-than>
  24. <greater-than>
  25. <property>sim/multiplay/generic/float[8]</property>
  26. <value>140</value>
  27. </greater-than>
  28. <less-than>
  29. <property>sim/multiplay/generic/float[3]</property>
  30. <value>5000.0</value>
  31. </less-than>
  32. </and>
  33. </condition>
  34. <attach>world</attach>
  35. <placer>
  36. <type>point</type>
  37. </placer>
  38. </animation>
  39. </PropertyList>