-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSR22T-set.xml
36 lines (35 loc) · 975 Bytes
/
SR22T-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
<?xml version="1.0" encoding="ISO-8859-1"?>
<PropertyList include="SR22T-base.xml">
<sim>
<description>Cirrus SR22T (JSBSim)</description>
<author>Benedikt Wolf (D-ECHO), C-FWES</author>
<aircraft-version>03/2021</aircraft-version>
<status>alpha</status>
<flight-model archive="y">jsb</flight-model>
<aero archive="y">SR22T-jsb</aero>
<rating>
<FDM type="int">1</FDM>
<systems type="int">1</systems>
<cockpit type="int">1</cockpit>
<model type="int">1</model>
</rating>
<fuel-fraction>0.5</fuel-fraction>
<previews>
<preview>
<type>cockpit</type>
<path>Splash/cockpit1.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Splash/exterior1.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Splash/exterior2.jpg</path>
<splash type="bool">true</splash>
</preview>
</previews>
</sim>
</PropertyList>