12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0"?>
- <PropertyList>
- <scenario>
- <name>EC130 wingman right</name>
- <description>
- 2 ship - Non-tactical formation
- This scenario formates 1 EC130 right
- behind the parent aircraft
- Michael Habarta, Vivian Meazza
- </description>
- <entry>
- <name>Heli-2</name>
- <type>wingman</type>
- <model>AI/Aircraft/ec130/Models/ec130-wingman.xml</model>
- <x-offset>-45</x-offset>
- <y-offset>45</y-offset>
- <z-offset>0</z-offset>
- <formate>true</formate>
- <max-speed-kts>180</max-speed-kts>
- <coefficients>
- <heading>5.0</heading>
- <pitch>4.0</pitch>
- <bank>4.0</bank>
- <speed>2.5</speed>
- </coefficients>
- </entry>
- </scenario>
- </PropertyList>
|