Skip to content

Commit 79143cb

Browse files
authored
Merge pull request #177 from EeeMaoY/fix/fish-new
fix/fish-new: 钓鱼优化,以及少量bug修复
2 parents 2dfd984 + 565d696 commit 79143cb

2 files changed

Lines changed: 18 additions & 6 deletions

File tree

assets/resource/base/pipeline/Fish/FishNew.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@
7878
},
7979
"pre_delay": 0,
8080
"post_wait_freezes": {
81+
"target": [
82+
0,
83+
0,
84+
0,
85+
0
86+
],
8187
"time": 1000,
8288
"timeout": 6000
8389
},
@@ -203,10 +209,6 @@
203209
"template": "Fish/FishGeneralBait.png"
204210
}
205211
},
206-
"action": "Click",
207-
"focus": {
208-
"Node.Action.Succeeded": "选择万能鱼饵"
209-
},
210212
"next": [
211213
"[JumpBack]FishNewBaitDetail",
212214
"FishNewUseBait",

assets/resource/base/pipeline/Fish/FishStatus.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
"recognition": {
88
"type": "ColorMatch",
99
"param": {
10-
"roi": [395,33,500,35],
10+
"roi": [
11+
399,
12+
43,
13+
486,
14+
14
15+
],
1116
"method": 40,
1217
"lower": [
1318
78,
@@ -30,7 +35,12 @@
3035
"recognition": {
3136
"type": "ColorMatch",
3237
"param": {
33-
"roi": [395,33,500,35],
38+
"roi": [
39+
399,
40+
43,
41+
486,
42+
14
43+
],
3444
"method": 40,
3545
"lower": [
3646
24,

0 commit comments

Comments
 (0)