forked from MSA-S23/MD-11X-Project
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMD-11F-set.xml
86 lines (74 loc) · 2.2 KB
/
MD-11F-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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList include="MD-11-main.xml">
<sim>
<description>Boeing/McDonnell Douglas MD-11F</description>
<tags>
<tag>cargo</tag>
<tag>douglas</tag>
<tag>jet</tag>
<tag>retractable-gear</tag>
<tag>glass-cockpit</tag>
<tag>ifr</tag>
<tag>2010s</tag>
<tag>2000s</tag>
<tag>1990s</tag>
</tags>
<flight-model>yasim</flight-model>
<aero>MD-11F</aero>
<startup>
<splash-texture>Aircraft/MD-11/splash.png</splash-texture>
</startup>
<variant-of>MD-11</variant-of>
<menubar>
<default>
<menu n="100">
<label>McDonnell Douglas MD-11</label>
</menu>
</default>
</menubar>
<model n="0">
<path>Aircraft/MD-11/Models/MD-11F.xml</path>
<armrest type="double">0</armrest>
<livery>
<file type="string">FED</file>
</livery>
</model>
<shutterspeed type="double">0.18</shutterspeed>
<weight n="1">
<!-- 328 pax max @ 180 lbs + cargo -->
<name>Cargo</name>
<weight-lb type="double">74840</weight-lb>
<max-lb type="double">167325</max-lb>
<min-lb type="double">0</min-lb>
</weight>
</sim>
<instrumentation n="0">
<cdu n="0">
<ident n="0">
<model>MD-11F</model>
<engines>CF6-80C2</engines>
</ident>
</cdu>
</instrumentation>
<autopilot n="0">
<constant>
<flare-base type="double">0.315</flare-base>
<flch-thrust type="double">0.85</flch-thrust>
<descent-profile-high-base type="double">0.13</descent-profile-high-base>
<descent-profile-high-rate type="double">-0.00094203</descent-profile-high-rate>
<descent-profile-low-base type="double">0.12</descent-profile-low-base>
<descent-profile-low-rate type="double">-0.00050725</descent-profile-low-rate>
</constant>
</autopilot>
<nasal n="0">
<livery>
<file>Aircraft/MD-11/Nasal/liveriesF.nas</file>
</livery>
</nasal>
<limits>
<mass-and-balance>
<maximum-takeoff-mass-lbs>602500</maximum-takeoff-mass-lbs>
<maximum-landing-mass-lbs>471500</maximum-landing-mass-lbs>
</mass-and-balance>
</limits>
</PropertyList>