Skip to content

Commit

Permalink
fix:修复诺曼复兴战卡在第一矿区
Browse files Browse the repository at this point in the history
  • Loading branch information
overflow65537 committed Nov 17, 2024
1 parent 484575a commit 86b3273
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions assets/resource/base/pipeline/诺曼复兴战.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"未解锁自动扫荡_无提示"
],
"interrupt": [
"当前矿区清理完成",
"返回_诺曼复兴战",
"直达深巢",
"选择挑战目标",
Expand All @@ -25,6 +24,7 @@
],
"expected": "战斗准备",
"next": [
"当前矿区清理完成",
"无自动扫荡",
"未解锁自动扫荡",
"扫荡作战"
Expand Down Expand Up @@ -98,13 +98,6 @@
96
],
"expected": "章节已通关",
"action": "Click",
"target": [
10,
10,
0,
0
],
"next": [
"关闭深巢作战"
]
Expand All @@ -126,7 +119,23 @@
0
],
"next": [
"返回"
"关闭深巢作战",
"返回至诺曼复兴战"
]
},
"返回至诺曼复兴战": {
"post_delay": 1000,
"recognition": "OCR",
"roi": [
76,
18,
62,
34
],
"expected": "返回",
"action": "Click",
"next": [
"诺曼复兴战"
]
},
"返回_诺曼复兴战": {
Expand Down Expand Up @@ -177,6 +186,7 @@
"action": "Click"
},
"打开诺曼复兴战": {
"post_wait_freezes": 10,
"recognition": "OCR",
"roi": [
5,
Expand Down

0 comments on commit 86b3273

Please sign in to comment.