-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdhc6-base.xml
648 lines (598 loc) · 26.5 KB
/
dhc6-base.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
<?xml version="1.0" encoding="UTF-8"?>
<!--
************************************************************************
de Havilland Twin Otter
Jan 2008 Syd Adams
2017 Jonathan Schellhase
************************************************************************
-->
<PropertyList include="Aircraft/Generic/Human/Include/walker-include.xml">
<sim include="Config/dhc6-views.xml">
<model>
<autostart type="bool">0</autostart>
<blunt-nose type="bool">1</blunt-nose>
<display-callsign type="bool">0</display-callsign>
<remove-doors type="bool">0</remove-doors>
<equipment>
<ground-services>
<external-power>
<enable type="bool">1</enable>
</external-power>
</ground-services>
<left-pitot-cover type="bool">1</left-pitot-cover>
<right-pitot-cover type="bool">1</right-pitot-cover>
<left-engine-cover type="bool">1</left-engine-cover>
<right-engine-cover type="bool">1</right-engine-cover>
</equipment>
<effects>
<engine-spray-enabled type="bool">1</engine-spray-enabled>
</effects>
<!-- An exit for the walker -->
<map>
<default_exit>
<x-offset-m type="float">-2.8</x-offset-m>
<y-offset-m type="float">-1.5</y-offset-m>
</default_exit>
</map>
<show-garmin-196 type="bool">false</show-garmin-196>
<fallback-model-index type="int">157</fallback-model-index>
</model>
<aircraft-data include="Config/dhc6-aircraft-data.xml"/>
<status>advanced production</status>
<rating>
<FDM type="int">4</FDM>
<systems type="int">4</systems>
<cockpit type="int">5</cockpit>
<model type="int">5</model>
</rating>
<current-view>
<z-offset-dec-step type="double">0.0</z-offset-dec-step>
<z-offset-inc-step type="double">0.0</z-offset-inc-step>
<can-change-z-offset type="bool">false</can-change-z-offset>
<z-offset-min-m type="float">2.0</z-offset-min-m>
<z-offset-max-m type="float">200.0</z-offset-max-m>
</current-view>
<airport>
<runways>
<start-offset-m>20</start-offset-m>
</runways>
</airport>
<systems>
<path>Aircraft/dhc6/Systems/systems.xml</path>
<autopilot>
<path>Aircraft/dhc6/Systems/autopilot.xml</path>
</autopilot>
<property-rule n="101">
<path>Aircraft/dhc6/Systems/als-lights.xml</path>
</property-rule>
<property-rule n="102">
<path>Aircraft/dhc6/Systems/equipment.xml</path>
</property-rule>
<property-rule n="103">
<path>Aircraft/dhc6/Systems/views.xml</path>
</property-rule>
<property-rule n="104">
<path>Aircraft/dhc6/Systems/hydraulic.xml</path>
</property-rule>
<property-rule n="105">
<path>Aircraft/dhc6/Systems/instruments.xml</path>
</property-rule>
<property-rule n="106">
<path>Aircraft/dhc6/Systems/gearAGL.xml</path>
</property-rule>
<property-rule n="107">
<path>Aircraft/dhc6/Systems/pneumatic.xml</path>
</property-rule>
<property-rule n="108">
<path>Aircraft/dhc6/Models/Flightdeck/Instruments/VHF-22/ctl22-comm0-filters.xml</path>
</property-rule>
<property-rule n="109">
<path>Aircraft/dhc6/Models/Flightdeck/Instruments/VHF-22/ctl22-comm1-filters.xml</path>
</property-rule>
<property-rule n="110">
<path>Aircraft/dhc6/Models/Flightdeck/Instruments/VIR-32/ctl32-nav0-filters.xml</path>
</property-rule>
<property-rule n="111">
<path>Aircraft/dhc6/Models/Flightdeck/Instruments/VIR-32/ctl32-nav1-filters.xml</path>
</property-rule>
<property-rule n="112">
<path>Aircraft/dhc6/Models/Flightdeck/Instruments/ADF-462/ctl62-adf0-filters.xml</path>
</property-rule>
<property-rule n="113">
<path>Aircraft/dhc6/Models/Flightdeck/Instruments/ADF-462/ctl62-adf1-filters.xml</path>
</property-rule>
</systems>
<instrumentation>
<path>Aircraft/dhc6/Systems/instrumentation.xml</path>
</instrumentation>
<sound>
<path>Aircraft/dhc6/Sounds/dhc6-sound.xml</path>
<click-thunder1 type="bool">false</click-thunder1>
<click-thunder2 type="bool">false</click-thunder2>
<click-thunder3 type="bool">false</click-thunder3>
<!--Lightning distance from aircraft -->
<lightning>
<dist1 type="double">0.0</dist1>
<dist2 type="double">0.0</dist2>
<dist3 type="double">0.0</dist3>
</lightning>
</sound>
<flaps>
<setting>0.000</setting>
<setting>0.125</setting>
<setting>0.250</setting>
<setting>0.375</setting>
<setting>0.500</setting>
<setting>0.625</setting>
<setting>0.750</setting>
<setting>0.875</setting>
<setting>1.000</setting>
</flaps>
<virtual-cockpit>true</virtual-cockpit>
<allow-toggle-cockpit>true</allow-toggle-cockpit>
<help include="Config/dhc6-help.xml"/>
<checklists include="Tutorials/dhc6-checklists.xml"/>
<tutorials include="Tutorials/dhc6-tutorials.xml"/>
<weight n="0">
<name>Crew</name>
<weight-lb>360</weight-lb>
<max-lb>400</max-lb>
<min-lb>180</min-lb>
</weight>
<weight n="1">
<name>Pax/Baggage</name>
<weight-lb>1898</weight-lb>
<max-lb>4000</max-lb>
<min-lb>0</min-lb>
</weight>
<yokes-visible type="bool">1</yokes-visible>
<multiplay>
<generic>
<string n="0" alias="/sim/aero"/>
<string n="1" alias="/sim/multiplay/callsign"/>
<int n="0" alias="/sim/model/blunt-nose"/>
<int n="1" alias="/sim/model/display-callsign"/>
<int n="2" alias="/controls/lighting/nav-lights"/>
<int n="3" alias="/controls/lighting/landing-light[0]"/>
<int n="4" alias="/controls/lighting/landing-light[1]"/>
<int n="5" alias="/controls/lighting/taxi-light"/>
<int n="6" alias="/controls/lighting/strobe/state"/>
<int n="7" alias="/controls/lighting/beacon/state"/>
<int n="8" alias="/sim/model/equipment/left-pitot-cover"/>
<int n="9" alias="/sim/model/equipment/left-engine-cover"/>
<int n="10" alias="/sim/model/equipment/left-tiedown-wheels"/>
<int n="11" alias="/sim/model/equipment/left-chock-fwd"/>
<int n="12" alias="/sim/model/equipment/left-chock-aft"/>
<int n="13" alias="/sim/model/equipment/rear-tiedown-wheels"/>
<int n="14" alias="/sim/model/equipment/right-chock-aft"/>
<int n="15" alias="/sim/model/equipment/right-chock-fwd"/>
<int n="16" alias="/sim/model/equipment/right-tiedown-wheels"/>
<int n="17" alias="/sim/model/equipment/right-engine-cover"/>
<int n="18" alias="/sim/model/equipment/right-pitot-cover"/>
<int n="19" alias="/sim/model/remove-doors"/>
<float n="0" alias="/controls/flight/aileron"> 0 </float>
<float n="1" alias="/controls/flight/elevator"> 0 </float>
<float n="2" alias="/controls/flight/rudder"> 0 </float>
<!-- effects dont like aliases, values will be directly assigned
<float n="3" alias="/sim/model/lights/nav-light-intens"> 0 </float>
<float n="4" alias="/sim/model/lights/landing-light-intens[0]"> 0 </float>
<float n="5" alias="/sim/model/lights/landing-light-intens[1]"> 0 </float>
<float n="6" alias="/sim/model/lights/taxi-light-intens"> 0 </float>
<float n="7" alias="/sim/model/lights/strobe-light-intens"> 0 </float>
<float n="8" alias="/sim/model/lights/beacon-light-intens"> 0 </float>
-->
<float n="9" alias="/systems/electrical/volts"> 0 </float>
<float n="10" alias="/systems/electrical/outputs/flight-comp-lights-dim-factor"> 0 </float>
<float n="11" alias="/controls/doors/Baggage-door/position-norm"> 0 </float>
<float n="12" alias="/controls/doors/LF-door/position-norm"> 0 </float>
<float n="13" alias="/controls/doors/LR-door-F/position-norm"> 0 </float>
<float n="14" alias="/controls/doors/LR-door-R/position-norm"> 0 </float>
<float n="15" alias="/controls/doors/RF-door/position-norm"> 0 </float>
<float n="16" alias="/controls/doors/RR-door/position-norm"> 0 </float>
<float n="17" alias="/systems/electrical/outputs/cabin-lights-dim-factor"> 0 </float>
<float n="18" alias="/controls/gear/tiller"> 0 </float>
</generic>
</multiplay>
<menubar include="Config/dhc6-menu.xml"/>
<rendering>
<als-secondary-lights>
<landing-light2-offset-deg type="float">5</landing-light2-offset-deg>
</als-secondary-lights>
<show-shadow type="bool">true</show-shadow>
</rendering>
<flight-recorder include="Systems/flightrecorder.xml"/>
<replay>
<buffer>
<hi-res-time type="double">1200</hi-res-time>
<medium-res-time type="double">3600</medium-res-time>
<low-res-time type="double">7200</low-res-time>
</buffer>
</replay>
<panel>
<path>Aircraft/dhc6/Panels/dhc6-panel.xml</path>
<visibility>false</visibility>
</panel>
<pilots>
<pilots-enabled type="bool">true</pilots-enabled>
<show-pilot type="bool">true</show-pilot>
<hide-pilot-cockpit-view type="bool">false</hide-pilot-cockpit-view>
<show-copilot type="bool">true</show-copilot>
<hide-copilot-cockpit-view type="bool">false</hide-copilot-cockpit-view>
</pilots>
<tags>
<tag>ga</tag>
<tag>cargo</tag>
<tag>passenger</tag>
<tag>bizjet</tag>
<tag>bombardier</tag>
<tag>1960s</tag>
<tag>1970s</tag>
<tag>ifr</tag>
<tag>fixed-gear</tag>
<tag>stol</tag>
<tag>amphibious</tag>
<tag>seaplane</tag>
<tag>tow</tag>
<tag>rembrandt</tag>
<tag>turboprop</tag>
<tag>2-engine</tag>
</tags>
<minimum-fg-version>2020.3.0</minimum-fg-version>
</sim>
<autopilot>
<locks>
<passive-mode type="bool">true</passive-mode>
</locks>
<settings>
<target-speed-kt type="double">70</target-speed-kt>
<target-altitude-ft type="double">1000</target-altitude-ft>
<vs-display type="double">0</vs-display>
</settings>
</autopilot>
<!-- SurferTim -->
<consumables>
<fuel>
<tank n="0">
<name>Front Tank</name>
</tank>
<tank n="1">
<name>Rear Tank</name>
</tank>
</fuel>
</consumables>
<controls include="Config/dhc6-controls.xml"/>
<engines>
<engine n="0">
<running>0</running>
<rpm>0</rpm>
<fuel-flow-pph type="float">0</fuel-flow-pph>
<generator-rpm type="double" alias="/engines/engine[0]/n2">0</generator-rpm>
<turbine-rpm type="double" alias="/engines/engine[0]/n2">0</turbine-rpm>
</engine>
<engine n="1">
<running>0</running>
<rpm>0</rpm>
<fuel-flow-pph type="float">0</fuel-flow-pph>
<generator-rpm type="double" alias="/engines/engine[1]/n2">0</generator-rpm>
<turbine-rpm type="double" alias="/engines/engine[1]/n2">0</turbine-rpm>
</engine>
</engines>
<gear>
<gear n="0">
<tyre-smoke type="int">0</tyre-smoke>
<sprayspeed-ms type="double">0</sprayspeed-ms>
<spray-density type="double">0</spray-density>
<caster-angle-deg-damped type="double">0</caster-angle-deg-damped>
<position-norm type="double">1</position-norm>
</gear>
<gear n="1">
<tyre-smoke type="int">0</tyre-smoke>
<sprayspeed-ms type="double">0</sprayspeed-ms>
<spray-density type="double">0</spray-density>
<caster-angle-deg-damped type="double">0</caster-angle-deg-damped>
<position-norm type="double">1</position-norm>
</gear>
<gear n="2">
<tyre-smoke type="int">0</tyre-smoke>
<sprayspeed-ms type="double">0</sprayspeed-ms>
<spray-density type="double">0</spray-density>
<caster-angle-deg-damped type="double">0</caster-angle-deg-damped>
<position-norm type="double">1</position-norm>
</gear>
</gear>
<input include="Config/dhc6-input.xml"/>
<instrumentation>
<flightdirector>
<serviceable>true</serviceable>
</flightdirector>
<airspeed-indicator n="0">
<serviceable type="bool">1</serviceable>
<indicated-speed-kt type="double">0</indicated-speed-kt>
</airspeed-indicator>
<airspeed-indicator n="1">
<serviceable type="bool">1</serviceable>
<indicated-speed-kt type="double">0</indicated-speed-kt>
</airspeed-indicator>
<attitude-indicator n="0">
<config>
<tumble-flag type="bool">false</tumble-flag>
</config>
<caged-flag type="bool">false</caged-flag>
<horizon-offset-deg type="double">0</horizon-offset-deg>
<serviceable type="bool">true</serviceable>
<spin type="double">0.0</spin>
<tumble-norm type="double">0.0</tumble-norm>
<indicated-pitch-deg type="double">0.0</indicated-pitch-deg>
<indicated-roll-deg type="double">0.0</indicated-roll-deg>
</attitude-indicator>
<attitude-indicator n="1">
<config>
<tumble-flag type="bool">false</tumble-flag>
</config>
<caged-flag type="bool">false</caged-flag>
<horizon-offset-deg type="double">0</horizon-offset-deg>
<serviceable type="bool">true</serviceable>
<spin type="double">0.0</spin>
<tumble-norm type="double">0.0</tumble-norm>
<indicated-pitch-deg type="double">0.0</indicated-pitch-deg>
<indicated-roll-deg type="double">0.0</indicated-roll-deg>
</attitude-indicator>
<altimeter n="0">
<serviceable type="bool">1</serviceable>
<setting-inhg type="double">29.92</setting-inhg>
<decision-height type="double">100</decision-height>
</altimeter>
<altimeter n="1">
<serviceable type="bool">1</serviceable>
<setting-inhg type="double">29.92</setting-inhg>
</altimeter>
<engine-instruments>
<fuel-flow n="0">
<fuel-flow-pph type="double">0.0</fuel-flow-pph>
<indicated-fuel-flow-pph type="double">0.0</indicated-fuel-flow-pph>
<serviceable type="bool">0</serviceable>
</fuel-flow>
<fuel-flow n="1">
<fuel-flow-pph type="double">0.0</fuel-flow-pph>
<indicated-fuel-flow-pph type="double">0.0</indicated-fuel-flow-pph>
<serviceable type="bool">0</serviceable>
</fuel-flow>
<fuel-qty-aft>
<level-lbs type="double">0.0</level-lbs>
<indicated-fuelqty-lbs type="double"></indicated-fuelqty-lbs>
<serviceable type="bool">0</serviceable>
</fuel-qty-aft>
<fuel-qty-fwd>
<level-lbs type="double">0.0</level-lbs>
<indicated-fuelqty-lbs type="double"></indicated-fuelqty-lbs>
<serviceable type="bool">0</serviceable>
</fuel-qty-fwd>
<oil-temp n="0">
<indicated-temp-degc type="double">0.0</indicated-temp-degc>
<serviceable type="bool">0</serviceable>
</oil-temp>
<oil-temp n="1">
<indicated-temp-degc type="double">0.0</indicated-temp-degc>
<serviceable type="bool">0</serviceable>
</oil-temp>
<oil-press n="0">
<pressure-psi type="double">0.0</pressure-psi>
<indicated-pressure-psi type="double">0.0</indicated-pressure-psi>
<serviceable type="bool">0</serviceable>
</oil-press>
<oil-press n="1">
<pressure-psi type="double">0.0</pressure-psi>
<indicated-pressure-psi type="double">0.0</indicated-pressure-psi>
<serviceable type="bool">0</serviceable>
</oil-press>
<propeller n="0">
<indicated-rpm type="double" alias="/engines/engine[0]/rpm"/>
<serviceable type="bool">1</serviceable>
</propeller>
<propeller n="1">
<indicated-rpm type="double" alias="/engines/engine[1]/rpm"/>
<serviceable type="bool">1</serviceable>
</propeller>
<t5 n="0">
<indicated-t5-degc type="double">0.0</indicated-t5-degc>
</t5>
<t5 n="1">
<indicated-t5-degc type="double">0.0</indicated-t5-degc>
</t5>
<torque n="0">
<indicated-torque-ftlb type="double">0.0</indicated-torque-ftlb>
<serviceable type="bool">0</serviceable>
</torque>
<torque n="1">
<indicated-torque-ftlb type="double">0.0</indicated-torque-ftlb>
<serviceable type="bool">0</serviceable>
</torque>
<turbine n="0">
<indicated-speed type="double" alias="/engines/engine[0]/n2"/>
<serviceable type="bool">0</serviceable>
</turbine>
<turbine n="1">
<indicated-speed type="double" alias="/engines/engine[1]/n2"/>
<serviceable type="bool">0</serviceable>
</turbine>
</engine-instruments>
<transponder>
<inputs>
<serviceable type="bool">true</serviceable>
<ident-btn-pos type="double">0</ident-btn-pos>
</inputs>
</transponder>
<ctl22 n="0" include="Models/Flightdeck/Instruments/VHF-22/ctl22-comm0-config.xml" />
<ctl22 n="1" include="Models/Flightdeck/Instruments/VHF-22/ctl22-comm1-config.xml" />
<ctl32 n="0" include="Models/Flightdeck/Instruments/VIR-32/ctl32-nav0-config.xml" />
<ctl32 n="1" include="Models/Flightdeck/Instruments/VIR-32/ctl32-nav1-config.xml" />
<ctl62 n="0" include="Models/Flightdeck/Instruments/ADF-462/ctl62-adf0-config.xml" />
<ctl62 n="1" include="Models/Flightdeck/Instruments/ADF-462/ctl62-adf1-config.xml" />
<comm n="0">
<operable type="bool">0</operable>
<add-noise type="bool">1</add-noise>
<volume type="double">0.5</volume>
<ptt type="bool">0</ptt>
</comm>
<comm n="1">
<operable type="bool">0</operable>
<add-noise type="bool">1</add-noise>
<volume type="double">0.5</volume>
<ptt type="bool">0</ptt>
</comm>
<nav n="0">
<ident type="bool">0</ident>
<volume type="double">0.5</volume>
<slaved-to-gps type="bool">false</slaved-to-gps>
<slaved-to-gps-pos type="double">0</slaved-to-gps-pos>
</nav>
<nav n="1">
<ident type="bool">0</ident>
<volume type="double">0.5</volume>
</nav>
<adf n="0">
<ident-audible type="bool">0</ident-audible>
<volume-norm type="double">0.5</volume-norm>
</adf>
<adf n="1">
<ident-audible type="bool">0</ident-audible>
<volume-norm type="double">0.5</volume-norm>
</adf>
<dme>
<ident type="bool">0</ident>
<power-btn-pos type="double">1</power-btn-pos>
<switch-min-kts-pos type="double">1</switch-min-kts-pos>
<switch-position-pos type="double">1</switch-position-pos>
</dme>
<elt>
<armed type="bool">false</armed>
<on type="bool">true</on>
<on-pos type="double">1</on-pos>
<test type="bool">false</test>
</elt>
<!-- KMA20 audio panel by Simworld2020 -->
<kma20>
<serviceable type="bool">1</serviceable>
<!-- -1: COM1, 0: COM2, 1: EXT -->
<knob type="int" archive="y">-1</knob>
<!-- -1: SPEAKER, 0: OFF, 1: PHONE -->
<auto type="int" archive="y">0</auto>
<com1 type="int" archive="y">0</com1>
<com2 type="int" archive="y">0</com2>
<nav1 type="int" archive="y">0</nav1>
<nav2 type="int" archive="y">0</nav2>
<adf type="int" archive="y">0</adf>
<dme type="int" archive="y">0</dme>
<mkr type="int" archive="y">0</mkr>
<sens type="int" archive="y">0</sens>
<!-- flag for marker lights test -->
<test type="int" archive="y">0</test>
</kma20>
<!-- <marker-beacon>
<audio-btn type="bool">1</audio-btn>
<name type="string">marker-beacon</name>
<number type="int">0</number>
<serviceable type="bool">1</serviceable>
<inner type="bool">0</inner>
<middle type="bool">0</middle>
<outer type="bool">0</outer>
<test type="bool">0</test>
</marker-beacon>
-->
</instrumentation>
<limits>
<max-flap-extension-speed>
<flaps>0.0</flaps>
<speed>103</speed>
</max-flap-extension-speed>
<max-flap-extension-speed>
<flaps>0.26</flaps>
<speed>93</speed>
</max-flap-extension-speed>
<vne-0>170</vne-0>
<vne-1>160</vne-1>
<vne-2>145</vne-2>
<vne-3>130</vne-3>
<vne-4>115</vne-4>
<max-alt>25000</max-alt>
<max-positive-g>3.8</max-positive-g>
<max-negative-g>-1.52</max-negative-g>
<mass-and-balance>
<maximum-takeoff-mass-lbs>12500</maximum-takeoff-mass-lbs>
<maximum-landing-mass-lbs>12300</maximum-landing-mass-lbs>
</mass-and-balance>
<max-prop-rpm>2200</max-prop-rpm>
<max-exhaust-temp>725</max-exhaust-temp>
<max-n2>101.5</max-n2>
<warnings-enabled type="bool">true</warnings-enabled>
</limits>
<nasal>
<dhc6>
<file>Aircraft/dhc6/Nasal/convert.nas</file>
<file>Aircraft/dhc6/Nasal/Electrical.nas</file>
<file>Aircraft/dhc6/Nasal/systems.nas</file>
<file>Aircraft/dhc6/Nasal/printGforce.nas</file>
<file>Aircraft/dhc6/Nasal/t5.nas</file>
<file>Aircraft/dhc6/Nasal/torque.nas</file>
<file>Aircraft/dhc6/Nasal/failures.nas</file>
<file>Aircraft/dhc6/Nasal/direction-gyro.nas</file>
<file>Aircraft/dhc6/Nasal/earth-rate.nas</file>
<file>Aircraft/dhc6/Nasal/smoothAnimate.nas</file>
<file>Aircraft/dhc6/Nasal/beta-range.nas</file>
<file>Aircraft/dhc6/Nasal/auto-feather.nas</file>
<file>Aircraft/dhc6/Nasal/spool-downgrader.nas</file>
<file>Aircraft/dhc6/Nasal/weather-effects.nas</file>
<file>Aircraft/dhc6/Nasal/als-taxi-lights.nas</file>
<file>Nasal/flashlight.nas</file>
<file>Aircraft/dhc6/Nasal/cabin-light.nas</file>
<file>Aircraft/dhc6/Nasal/fltcomp-light.nas</file>
<file>Aircraft/dhc6/Nasal/overhead-light.nas</file>
<file>Aircraft/dhc6/Nasal/limits.nas</file>
<file>Aircraft/dhc6/Nasal/ground-services.nas</file>
<file>Aircraft/dhc6/Models/Flightdeck/Instruments/ki266/ki266.nas</file>
<file>Aircraft/dhc6/Nasal/vor-ils-catch.nas</file>
<file>Aircraft/dhc6/Nasal/tooltips.nas</file>
<file>Aircraft/dhc6/Nasal/interpolate.nas</file>
<file>Aircraft/dhc6/Nasal/light-manager.nas</file>
<file>Aircraft/dhc6/Nasal/views.nas</file>
<file>Aircraft/dhc6/Nasal/KMA20_AudioPanel.nas</file>
</dhc6>
<dialogs>
<file>Aircraft/dhc6/Nasal/dialogs.nas</file>
</dialogs>
<m877>
<file>Aircraft/Instruments-3d/clock/M877/M877.nas</file>
</m877>
<tyresmoke>
<file>Aircraft/dhc6/Nasal/tyresmoke.nas</file>
</tyresmoke>
<ELT>
<file>Aircraft/dhc6/Models/Flightdeck/Instruments/ELT/ELTmessage.nas</file>
</ELT>
<garmin196>
<file>Aircraft/Instruments-3d/garmin196/garmin196.nas</file>
</garmin196>
<groundsteering>
<file>Aircraft/dhc6/Nasal/groundsteering.nas</file>
</groundsteering>
</nasal>
<systems>
<pitot n="0">
<serviceable type="bool">1</serviceable>
</pitot>
<pitot n="1">
<serviceable type="bool">1</serviceable>
</pitot>
<static n="0">
<serviceable type="bool">1</serviceable>
</static>
<static n="1">
<serviceable type="bool">1</serviceable>
</static>
<hydraulic>
<indicated-pressure type="double">0</indicated-pressure>
<pressure type="double">0.0</pressure>
<serviceable type="bool">1</serviceable>
</hydraulic>
</systems>
</PropertyList>