forked from myHuTao-qwq/HutaoFisher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
38 lines (36 loc) · 844 Bytes
/
config.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
{
"useGPU": true,
"logAllImgs": true,
"logData": true,
"typeToFish": {
"medaka": true,
"large_medaka": true,
"stickleback": true,
"koi": true,
"butterflyfish": true,
"pufferfish": true,
"ray": true,
"angler": true,
"axe_marlin": true,
"heartfeather_bass": true,
"maintenance_mek": true
},
"MaxFailNum": 3,
"MaxRodTries": 25,
"MaxThrowFailNum": 5,
"MaxThrowWaiting": 3,
"MaxBiteWaiting": {
"medaka": 10,
"large_medaka": 10,
"stickleback": 12.5,
"koi": 12,
"butterflyfish": 8.5,
"pufferfish": 11.5,
"ray": 11.5,
"angler": 9.5,
"axe_marlin": 8.5,
"heartfeather_bass": 8.5,
"maintenance_mek": 8
},
"MaxControlWaiting": 3
}