-
Notifications
You must be signed in to change notification settings - Fork 6
/
ask21-set.xml
61 lines (61 loc) · 1.91 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?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 (YASim)</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>
<variant-of>ask21-jsb</variant-of>
<systems>
<property-rule n="100">
<name>Stall</name>
<path>Aircraft/ASK21/Systems/stall.xml</path>
</property-rule>
<property-rule n="102">
<name>YASim Wingflex</name>
<path>Systems/yasim_wingflex.xml</path>
</property-rule>
</systems>
<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"/>
<checklists include="ask21-checklists.xml"/>
<!-- hide the 2D panel -->
<panel>
<visibility archive="y">false</visibility>
</panel>
<tutorials include="Tutorials/ask21-tutorials.xml"/>
</sim>
<limits>
<mtow-lbs>1554</mtow-lbs>
</limits>
<nasal>
<ask21>
<!-- overwrite winch_jsb.nas - position must match with ask21-main.xml -->
<file n="0">Aircraft/ASK21/Nasal/winch.nas</file>
</ask21>
<electrical>
<file>Aircraft/ASK21/Nasal/electrical.nas</file>
</electrical>
</nasal>
</PropertyList>