EC130_wingman_demo_1R_ship.xml 694 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <scenario>
  4. <name>EC130 wingman right</name>
  5. <description>
  6. 2 ship - Non-tactical formation
  7. This scenario formates 1 EC130 right
  8. behind the parent aircraft
  9. Michael Habarta, Vivian Meazza
  10. </description>
  11. <entry>
  12. <name>Heli-2</name>
  13. <type>wingman</type>
  14. <model>AI/Aircraft/ec130/Models/ec130-wingman.xml</model>
  15. <x-offset>-45</x-offset>
  16. <y-offset>45</y-offset>
  17. <z-offset>0</z-offset>
  18. <formate>true</formate>
  19. <max-speed-kts>180</max-speed-kts>
  20. <coefficients>
  21. <heading>5.0</heading>
  22. <pitch>4.0</pitch>
  23. <bank>4.0</bank>
  24. <speed>2.5</speed>
  25. </coefficients>
  26. </entry>
  27. </scenario>
  28. </PropertyList>