-
Notifications
You must be signed in to change notification settings - Fork 9
/
settings_无人机突防.json
96 lines (95 loc) · 2.38 KB
/
settings_无人机突防.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
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
{
"SettingsVersion": 1.2,
"SimMode": "Multirotor",
"PawnPaths": {
"BlackDrone": {
"PawnBP": "class'/Game/CustomDrone/QuadcopterDrone/BP_QuadcopterWithMissileDrone.BP_QuadcopterWithMissileDrone_C'"
}
},
"Vehicles": {
"UAV1": {
"VehicleType": "SimpleFlight",
"PawnPath": "BlackDrone",
"X": -24, "Y": 0, "Z": 0,
"Yaw": 0
},
"UAV2": {
"VehicleType": "SimpleFlight",
"PawnPath": "BlackDrone",
"X": -20, "Y": 5, "Z": 0,
"Yaw": 0
},
"UAV3": {
"VehicleType": "SimpleFlight",
"PawnPath": "BlackDrone",
"X": -16, "Y": 0, "Z": 0,
"Yaw": 0
},
"UAV4": {
"VehicleType": "SimpleFlight",
"PawnPath": "BlackDrone",
"X": -12, "Y": 5, "Z": 0,
"Yaw": 0
},
"UAV5": {
"VehicleType": "SimpleFlight",
"PawnPath": "BlackDrone",
"X": -8, "Y": 0, "Z": 0,
"Yaw": 0
},
"UAV6": {
"VehicleType": "SimpleFlight",
"PawnPath": "BlackDrone",
"X": -4, "Y": 5, "Z": 0,
"Yaw": 0
},
"UAV7": {
"VehicleType": "SimpleFlight",
"PawnPath": "BlackDrone",
"X": 0, "Y": 0, "Z": 0,
"Yaw": 0
},
"UAV8": {
"VehicleType": "SimpleFlight",
"PawnPath": "BlackDrone",
"X": 4, "Y": 5, "Z": 0,
"Yaw": 0
},
"UAV9": {
"VehicleType": "SimpleFlight",
"PawnPath": "BlackDrone",
"X": 8, "Y": 0, "Z": 0,
"Yaw": 0
},
"UAV10": {
"VehicleType": "SimpleFlight",
"PawnPath": "BlackDrone",
"X": 12, "Y": 5, "Z": 0,
"Yaw": 0
},
"UAV11": {
"VehicleType": "SimpleFlight",
"PawnPath": "BlackDrone",
"X": -222, "Y": 8, "Z": 0,
"Yaw": 0
},
"UAV12": {
"VehicleType": "SimpleFlight",
"PawnPath": "BlackDrone",
"X": -222, "Y": 2, "Z": 0,
"Yaw": 0
},
"UAV13": {
"VehicleType": "SimpleFlight",
"PawnPath": "BlackDrone",
"X": -222, "Y": -4, "Z": 0,
"Yaw": 0
},
"UAV14": {
"VehicleType": "SimpleFlight",
"PawnPath": "BlackDrone",
"X": -222, "Y": -10, "Z": 0,
"Yaw": 0
}
}
}