fx2.xml 951 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>effect2.ac</path>
  4. <!-- ******************************************************************* -->
  5. <!-- Condensation -->
  6. <!-- ******************************************************************* -->
  7. <!-- condensation -->
  8. <animation>
  9. <type>select</type>
  10. <object-name>condensation-left</object-name>
  11. <object-name>condensation-right</object-name>
  12. <condition>
  13. <and>
  14. <greater-than>
  15. <property>orientation/alpha-deg</property>
  16. <value>9.0</value>
  17. </greater-than>
  18. <greater-than>
  19. <property>velocities/airspeed-kt</property>
  20. <value>200</value>
  21. </greater-than>
  22. <less-than>
  23. <property>/position/altitude-ft</property>
  24. <value>5000.0</value>
  25. </less-than>
  26. </and>
  27. </condition>
  28. <attach>world</attach>
  29. <placer>
  30. <type>point</type>
  31. </placer>
  32. </animation>
  33. </PropertyList>