Skip to content

Commit

Permalink
为拟战场域添加常规方式通关
Browse files Browse the repository at this point in the history
  • Loading branch information
overflow65537 committed Jul 2, 2024
1 parent b7f2063 commit c5c0f06
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 13 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 48 additions & 13 deletions assets/resource/base/pipeline/战斗.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,61 @@
{
"战斗": {
"next": [
"自动战斗",
"开始自动战斗",
"选择战斗",
"选择战斗类型",
"打开资源",
"打开战斗"
]
},
"拟战场域": {
"next": [
"补给包不足_拟战场域",
"体力不足",
"退出战斗_拟战场域",
"体力不足_拟战场域",
"开始自动战斗",
"拟战场域_手动",
"选择战斗_拟战场域",
"打开拟战场域",
"打开资源",
"打开战斗"
]
},
"拟战场域_手动": {
"recognition": "OCR",
"roi": [
1027,
639,
103,
44
],
"expected": "多重挑战",
"action": "Click",
"next": [
"战斗中",
"作战开始",
"补给包不足",
"体力不足",
"退出战斗"
]
},
"战斗中": {
"pre_delay": 50,
"is_sub": true,
"recognition": "TemplateMatch",
"roi": [
1133,
586,
118,
100
],
"template": "战斗/攻击_1133_586_117_99__1063_521_217_199.png",
"action": "Click"
},
"作战开始": {
"is_sub": true,
"recognition": "OCR",
"roi": [
1042,
650,
106,
40
],
"expected": "作战开始",
"action": "Click"
},
"体力不足_拟战场域": {
"recognition": "OCR",
"roi": [
Expand Down Expand Up @@ -157,17 +191,18 @@
]
},
"退出战斗": {
"pre_delay": 1000,
"recognition": "OCR",
"roi": [
1130,
652,
73,
33
],
"expected": "确定",
"expected": "返回",
"action": "Click",
"next": [
"战斗"
"拟战场域_手动"
]
},
"退出战斗_拟战场域": {
Expand Down Expand Up @@ -264,7 +299,7 @@
0
],
"next": [
"战斗"
"拟战场域"
]
},
"退出自动作战": {
Expand Down

0 comments on commit c5c0f06

Please sign in to comment.