-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
108 lines (107 loc) · 3.2 KB
/
config.json
File metadata and controls
108 lines (107 loc) · 3.2 KB
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
{
"name": "MuMuPlayer",
"comment": "修改adb_shape为实际的模拟器大小,adb_init_cmd为相应模拟器的连接命令,name是窗口名称,如果没有准确匹配的名称会搜索包含的name的窗口。padding是计算比例之前扣除的像素数量,形式top,bottom,left,right。stick是自动贴合主窗口,设置为空队列即不贴合。",
"capture_mode": "adb",
"padding": [0, 0, 0, 0],
"scale": 0.2,
"match_width": 1024,
"stick": ["left", "top,height"],
"adb_shape": [1920, 1080],
"adb_ip": "127.0.0.1",
"adb_port": 7555,
"display_fps": 10,
"check_fps": 0.5,
"repeat": -1,
"data": [
{
"file": "select.png",
"area": [0.813, 0.811, 0.973, 0.948],
"thre": 0.88,
"comment": "选图开始",
"chn": 0,
"enable": true,
"action": [0.83, 0.90, 0.966, 0.931]
},
{
"file": "select1.png",
"area": [0.813, 0.811, 0.973, 0.948],
"thre": 0.9,
"comment": "绝境开始",
"chn": 0,
"enable": true,
"action": [0.83, 0.90, 0.966, 0.931]
},
{
"file": "select2.png",
"area": [0.831, 0.76, 0.965, 0.90],
"thre": 0.9,
"comment": "愚人号选图开始",
"chn": 0,
"enable": false,
"action": [0.831, 0.86, 0.965, 0.90]
},
{
"file": "start.png",
"area": [0.81, 0.53, 0.90, 0.88],
"thre": 0.9,
"comment": "开始行动",
"enable": true,
"action": [0.817, 0.530, 0.90, 0.88]
},
{
"file": "stone.png",
"area": [0.584, 0.755, 0.876, 0.851],
"thre": 0.9,
"comment": "不嗑药",
"enable": false,
"action": [0.59, 0.76, 0.63, 0.85]
},
{
"file": "stone.png",
"area": [0.55, 0.31, 0.70, 0.60],
"thre": 0.9,
"comment": "不碎石",
"enable": false,
"action": [0.59, 0.76, 0.63, 0.85]
},
{
"file": "stone.png",
"area": [0.584, 0.755, 0.876, 0.851],
"thre": 0.9,
"comment": "碎石/嗑药",
"enable": true,
"count": -1,
"action": [0.82, 0.76, 0.966, 0.85]
},
{
"file": "empty.png",
"area": [0.68, 0.34, 0.82, 0.68],
"thre": 0.9,
"comment": "没石头了",
"enable": true,
"action": [0.68, 0.34, 0.82, 0.68]
},
{
"file": "done.png",
"area": [0.05, 0.565, 0.18, 0.636],
"thre": 0.9,
"comment": "行动记录",
"enable": true,
"action": [0.056, 0.40, 0.215, 0.49]
},
{
"file": "friend.png",
"area": [0.878, 0.84, 0.990, 0.92],
"thre": 0.9,
"comment": "访问好友",
"chn": 0,
"enable": true,
"action": [0.878, 0.84, 0.990, 0.92]
}
],
"recruitment": {
"area": [0.287, 0.484, 0.682, 0.686],
"width": 800,
"thre": 0.75
}
}