forked from viktorradnai/flightgear-ask21
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ask21-set.xml
37 lines (37 loc) · 1.44 KB
/
ask21-set.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0"?>
<!--
YASim Schleicher ASK 21 Glider
See AUTHORS.txt for credits
-->
<PropertyList include="ask21-main.xml">
<sim>
<description>Schleicher ASK 21 Glider</description>
<long-description>
The Alexander Schleicher ASK21 is a two-seater glider designed by Rudolf Kaiser (therefor AS*K*). It is often used in flight training, either normal or aerobatic. For spinning, it can be equipped with a tail ballast, this can be done in flightgear, by setting "Tail Ballast" in Fuel and Payload. The K21, how it is also called sometimes, was first built in 1978.
</long-description>
<status>production</status>
<rating>
<FDM type="int">4</FDM>
<systems type="int">4</systems>
<cockpit type="int">4</cockpit>
<model type="int">4</model>
</rating>
<flight-model archive="y">yasim</flight-model>
<aero archive="y">ask21</aero>
<startup>
<splash-texture>Aircraft/ASK21/ask21-splash.png</splash-texture>
</startup>
<sound>
<path>Aircraft/ASK21/Sounds/ask21-sound.xml</path>
</sound>
<model>
<variant type="int">0</variant>
</model>
<help include="ask21-help.xml"/>
<!-- hide the 2D panel -->
<panel>
<visibility archive="y">false</visibility>
</panel>
<tutorials include="Tutorials/ask21-tutorials.xml"/>
</sim>
</PropertyList>