forked from d-jsb/CRJ700-family
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CRJ1000-set.xml
74 lines (66 loc) · 1.95 KB
/
CRJ1000-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
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Bombardier CRJ700 series -->
<!-- Aircraft property settings specific to the CRJ1000 -->
<PropertyList include="CRJ700-main.xml">
<sim include="crj1000-views.xml">
<description>Bombardier CRJ1000</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>CRJ1000</aero>
<model>
<path>Aircraft/CRJ700-family/Models/CRJ1000.xml</path>
<variant type="int">0</variant>
<door>
<position-x-m type="float">-15.419</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>2041</mtow-rw-m>
<mlw-rw-m>1750</mlw-rw-m>
<mtow-lb>90000</mtow-lb>
<mlw-lb>81500</mlw-lb>
</limits>
<dimensions>
<nose-distance-m>20</nose-distance-m>
<cockpit-offset-x>-3.3</cockpit-offset-x>
</dimensions>
</model>
<sound>
<path>Aircraft/CRJ700-family/Sounds/CRJ1000-sounds.xml</path>
</sound>
<dimensions>
<radius-m type="float">39.13</radius-m>
</dimensions>
<weight n="1">
<weight-lb>18000</weight-lb>
<max-lb>26400</max-lb>
<min-lb>0</min-lb>
</weight>
<menubar>
<default>
<menu n="100">
<label>Bombardier CRJ1000</label>
</menu>
</default>
</menubar>
</sim>
<consumables>
<fuel>
<tank n="0">
<unusable-gal_us type="float">15</unusable-gal_us>
</tank>
<tank n="1">
<unusable-gal_us type="float">15</unusable-gal_us>
</tank>
<tank n="2">
<unusable-gal_us type="float">7.5</unusable-gal_us>
</tank>
</fuel>
</consumables>
</PropertyList>