Skip to content

Commit

Permalink
fix: 修复部分情况下无法快捷编队的情况
Browse files Browse the repository at this point in the history
fix #215
  • Loading branch information
Windsland52 committed Nov 19, 2024
1 parent a1ea4a0 commit 315e850
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 35 deletions.
Binary file removed assets/resource/base/image/OutsideDeduction/37.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
71 changes: 36 additions & 35 deletions assets/resource/base/pipeline/activity/outside_deduction.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,37 +348,53 @@
"action": "Click",
"post_delay": 2500,
"next": [
"SOD_Quickformation",
"SOD_Quickformation_On",
"SOD_ArcanistAdd"
],
"interrupt": [
"SOD_Quickformation"
]
},
"SOD_Quickformation": {
"recognition": "TemplateMatch",
"template": "OutsideDeduction/SOD_Quickformation.png",
"threshold": 0.95,
"recognition": "ColorMatch",
"roi": [
499,
0,
212,
107
529,
19,
150,
49
],
"action": "Click",
"next": [
"SOD_Quickformation",
"SOD_Quickformation_On"
]
"upper": [
138,
137,
137
],
"lower": [
88,
87,
87
],
"count": 100,
"action": "Click"
},
"SOD_Quickformation_On": {
"recognition": "TemplateMatch",
"template": "OutsideDeduction/SOD_Quickformation_On.png",
"threshold": 0.9,
"recognition": "ColorMatch",
"roi": [
490,
0,
140,
108
529,
19,
150,
49
],
"upper": [
250,
130,
75
],
"lower": [
200,
80,
25
],
"count": 100,
"next": [
"SOD_ArcanistAdd_1"
]
Expand Down Expand Up @@ -431,21 +447,6 @@
"SOD_ArcanistAdd_Confirm_1"
]
},
"SOD_ArcanistAdd_37": {
"recognition": "TemplateMatch",
"template": "OutsideDeduction/37.png",
"threshold": 0.85,
"roi": [
502,
64,
766,
633
],
"action": "Click",
"next": [
"SOD_ArcanistAdd_Confirm_1"
]
},
"SOD_ArcanistAdd_Confirm_1": {
"recognition": "TemplateMatch",
"template": "OutsideDeduction/SOD_ArcanistAdd_Confirm_1.png",
Expand Down

0 comments on commit 315e850

Please sign in to comment.