-
Notifications
You must be signed in to change notification settings - Fork 2
/
IL-76MD-set.xml
58 lines (47 loc) · 1.43 KB
/
IL-76MD-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
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (C) Herbert Wagner Nov2016
see Read-Me.txt for all copyrights in the base folder of this aircraft
-->
<PropertyList include="IL-76MD-base.xml">
<sim>
<description>Ilyushin Il-76MD (YASim)</description>
<author>Wagner Herbert (FDM, animations, instrumentation updates), Baranger Emmanuel (3D/FDM)</author>
<flight-model>yasim</flight-model>
<aero>IL-76MD-yasim</aero>
<rating>
<FDM type="int"> 3 </FDM>
<systems type="int"> 1 </systems>
<cockpit type="int"> 0 </cockpit>
<model type="int"> 4 </model>
</rating>
<weight n="0">
<name>Crew</name>
<weight-lb type="double">600</weight-lb>
<max-lb type="double">1800</max-lb>
<min-lb type="double">600</min-lb>
</weight>
<weight n="1">
<name>Cargo</name>
<weight-lb type="double">0.0</weight-lb>
<max-lb type="double">120000</max-lb>
<min-lb type="double">0.0</min-lb>
</weight>
<weight n="2">
<name>Parachuters a 120 lb</name>
<weight-lb type="double">0.0</weight-lb>
<max-lb type="double">15120.0</max-lb>
<min-lb type="double">0.0</min-lb>
</weight>
<systems>
<autopilot>
<path>Aircraft/IL-76MD/Systems/IL-76MD-autopilot.xml</path>
</autopilot>
</systems>
<import>
<path>Huds/Sets/controls.xml</path>
<x-offset>-100</x-offset>
<y-offset>70</y-offset>
</import>
</sim>
</PropertyList>