forked from d-jsb/CRJ700-family
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CRJ900-set.xml
61 lines (53 loc) · 1.73 KB
/
CRJ900-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" encoding="UTF-8" ?>
<!-- Bombardier CRJ700 series -->
<!-- Aircraft property settings specific to the CRJ900 -->
<PropertyList include="CRJ700-main.xml">
<sim include="crj900-views.xml">
<description>Bombardier CRJ900</description>
<author>Ryan Miller, Henning S.</author>
<status>production</status>
<aircraft-version>1.5.2</aircraft-version>
<variant-of>CRJ700</variant-of>
<flight-model>yasim</flight-model>
<aero>CRJ900</aero>
<model>
<path>Aircraft/CRJ700-family/Models/CRJ900.xml</path>
<variant type="int">0</variant>
<door>
<position-x-m type="float">-13.459</position-x-m>
<position-y-m type="float">-1.139</position-y-m>
<position-z-m type="float">-1.796</position-z-m>
<jetway-hood-deg type="float">3</jetway-hood-deg>
</door>
<has-slats type="bool">true</has-slats>
<limits>
<mtow-rw-m>1778</mtow-rw-m>
<mlw-rw-m>1603</mlw-rw-m>
<mtow-lb>80500</mtow-lb>
<mlw-lb>73500</mlw-lb>
</limits>
<dimensions>
<nose-distance-m>18</nose-distance-m>
<cockpit-offset-x>-1.940</cockpit-offset-x>
</dimensions>
</model>
<sound>
<path>Aircraft/CRJ700-family/Sounds/CRJ900-sounds.xml</path>
</sound>
<dimensions>
<radius-m type="float">36.4</radius-m>
</dimensions>
<weight n="1">
<weight-lb>14000</weight-lb>
<max-lb>22750</max-lb>
<min-lb>0</min-lb>
</weight>
<menubar>
<default>
<menu n="100">
<label>Bombardier CRJ900</label>
</menu>
</default>
</menubar>
</sim>
</PropertyList>