Skip to content

Commit

Permalink
fix: 意志解析添加进入时flag,以防止后续可能发生的误触 (#316)
Browse files Browse the repository at this point in the history
fix #298
  • Loading branch information
Windsland52 authored Jan 23, 2025
1 parent c844d89 commit f54f904
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
Binary file added assets/resource/base/image/Combat/Entering.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 19 additions & 6 deletions assets/resource/base/pipeline/psychube.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,24 @@
136
],
"action": "Click",
"next": [
"PsychubeSwitchToReplay",
"PsychubeSetReplaysTimes",
"StartReplay"
],
"interrupt": [
"CombatEntering"
]
},
"CombatEntering": {
"recognition": "TemplateMatch",
"template": "Combat/Entering.png",
"roi": [
1106,
0,
174,
311
],
"post_wait_freezes": {
"time": 1000,
"target": [
Expand All @@ -107,12 +125,7 @@
1091,
345
]
},
"next": [
"PsychubeSwitchToReplay",
"PsychubeSetReplaysTimes",
"StartReplay"
]
}
},
"PsychubeSwitchToReplay": {
"recognition": "TemplateMatch",
Expand Down

0 comments on commit f54f904

Please sign in to comment.