-
Notifications
You must be signed in to change notification settings - Fork 3
/
raven-set.xml
69 lines (58 loc) · 1.86 KB
/
raven-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
<?xml version="1.0" encoding="ISO-8859-1"?>
<PropertyList include="raven-cnf.xml">
<sim>
<description>Robinson R44 Raven II</description>
<!--<author>Emmanuel BARANGER (3D)/JM-26 (FDM)/BACON Guillaume (Sounds)</author> in base.xml-->
<status>early production</status>*
<variant-of>clipper</variant-of>
<rating>
<FDM type="int"> 3 </FDM>
<systems type="int"> 3 </systems>
<cockpit type="int"> 4 </cockpit>
<model type="int"> 4 </model>
</rating>
<previews>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>Splashs/raven-splash.png</path>
</preview>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>Splashs/raven-splash1.png</path>
</preview>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>Splashs/raven-splash2.png</path>
</preview>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>Splashs/raven-splash3.png</path>
</preview>
</previews>
</sim>
<consumables>
<fuel>
<tank n="0">
<name type="string">Main Tank</name>
<capacity-gal_us type="double">31.6</capacity-gal_us>
<unusable-gal_us type="double">30.6</unusable-gal_us>
<level-gal_us type="double">50</level-gal_us>
</tank>
<tank n="1">
<name type="string">Auxiliary tank</name>
<capacity-gal_us type="double">18.5</capacity-gal_us>
<unusable-gal_us type="double">18.3</unusable-gal_us>
<level-gal_us type="double">50</level-gal_us>
</tank>
</fuel>
</consumables>
<nasal>
<garmin196>
<file>Aircraft/Instruments-3d/garmin196/garmin196.nas</file>
</garmin196>
</nasal>
</PropertyList>