-
Notifications
You must be signed in to change notification settings - Fork 2
/
DHC-2_Beaver.json
35 lines (35 loc) · 1.04 KB
/
DHC-2_Beaver.json
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
{
"$schema": "https://planecommand.com/schema/aircraft_profile_v3.1.json",
"name": "DHC-2 Beaver XPll",
"author": "S Smith",
"name_filter": "DHC2 Beaver",
"author_filter": "papamac@STMA",
"config": {
"flaps": {
"settings": [
0,
15,
35,
50,
58
],
"response": "degree"
},
"brake": {
"status": "sim/flightmodel/controls/parkbrake",
"on": "sim/flightmodel/controls/parkbrake=1",
"off": "sim/flightmodel/controls/parkbrake=0"
},
"avionics_switch": {
"status": "sim/cockpit2/switches/avionics_power_on",
"on": [
"sim/cockpit2/switches/avionics_power_on=1",
"sim/cockpit/electrical/instrument_brightness=1"
],
"off": [
"sim/cockpit2/switches/avionics_power_on=0",
"sim/cockpit/electrical/instrument_brightness=0"
]
}
}
}