-
Notifications
You must be signed in to change notification settings - Fork 8
/
767-300-set.xml
78 lines (69 loc) · 1.93 KB
/
767-300-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
<?xml version="1.0"?>
<PropertyList include="767-300-main.xml">
<sim>
<description>Boeing 767-300</description>
<author>Liam Gathercole and Isaias V. Prestes (model, animations), Juuso Tapaninen (cockpit), John Williams (FDM, systems)</author>
<tags>
<tag>transport</tag>
<tag>boeing</tag>
<tag>jet</tag>
<tag>retractable-gear</tag>
<tag>glass-cockpit</tag>
<tag>ifr</tag>
<tag>2010s</tag>
<tag>2000s</tag>
<tag>1990s</tag>
<tag>1980s</tag>
<tag>etops</tag>
<tag>twin-engine</tag>
</tags>
<status>alpha</status>
<rating>
<FDM type="int">2</FDM>
<systems type="int">4</systems>
<cockpit type="int">4</cockpit>
<model type="int">2</model>
</rating>
<aircraft-version>20151000</aircraft-version>
<flight-model>yasim</flight-model>
<fuel-fraction>0.75</fuel-fraction>
<aero>767-300</aero>
<model>
<path>Aircraft/767-300/Models/767-300.xml</path>
<!--winglets type="bool">false</winglets-->
<variant type="int">0</variant>
</model>
<menubar>
<default>
<menu n="100">
<label>767-300</label>
</menu>
</default>
</menubar>
<weight n="1">
<!-- 325 pax max @ 180 lbs-->
<name>Passengers and Cargo</name>
<weight-lb>50000</weight-lb>
<max-lb>88250</max-lb>
<min-lb>0</min-lb>
</weight>
</sim>
<instrumentation>
<!-- CDU stuff: http://wiki.flightgear.org/index.php/Howto:_Implement_a_Control_Display_Unit -->
<cdu>
<display>IDENT</display>
<ident>
<model>767-300</model>
<engines>CF6-80C2</engines>
</ident>
<input />
<serviceable type="bool">true</serviceable>
</cdu>
</instrumentation>
<limits n="0">
<mass-and-balance>
<maximum-takeoff-mass-lbs>350000</maximum-takeoff-mass-lbs>
<maximum-landing-mass-lbs>300000</maximum-landing-mass-lbs>
</mass-and-balance>
</limits>
</PropertyList>