Revert "feat: 删除无用的 Roguelike@Continue 相关任务"

This reverts commit bd40f03422.
This commit is contained in:
zzyyyl
2023-10-19 12:31:31 +08:00
parent 03aa96619c
commit 4beb733fcf
12 changed files with 57 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

View File

@@ -8676,6 +8676,7 @@
"Roguelike@ExitThenAbandon",
"Roguelike@Abandon",
"Roguelike@TodoEnter",
"Roguelike@Continue",
"Roguelike@ReturnButtons#next",
"Roguelike@ReturnConfirm",
"Roguelike@StartUpThemes#next"
@@ -8791,6 +8792,7 @@
"Roguelike@Stages#next",
"Roguelike@GamePass",
"Roguelike@TodoEnter",
"Roguelike@Continue",
"Roguelike@ReturnButtons#next",
"Roguelike@ReturnConfirm",
"Roguelike@StartUpThemes#next",
@@ -8825,6 +8827,23 @@
139
]
},
"Roguelike@Continue": {
"Doc": "base_task",
"template": "empty.png",
"action": "ClickSelf",
"cache": false,
"roi": [
1032,
487,
248,
215
],
"postDelay": 500,
"next": [
"Roguelike@MissionFailedFlag2",
"Roguelike@ExitThenAbandon"
]
},
"Roguelike@DialogSkip": {
"Doc": "月度小队,跳过对话",
"action": "ClickSelf",
@@ -10526,6 +10545,7 @@
]
},
"Phantom@Roguelike@CloseEvent": {},
"Phantom@Roguelike@Continue": {},
"Phantom@Roguelike@DialogSkipConfirm": {
"template": "Roguelike@DialogSkipConfirm.png",
"next": [
@@ -10990,6 +11010,7 @@
"Mizuki@Roguelike@Stages#next"
]
},
"Mizuki@Roguelike@Continue": {},
"Mizuki@Roguelike@DataTraceback": {
"action": "DoNothing",
"cache": false,
@@ -11623,6 +11644,42 @@
]
},
"Sami@Roguelike@CloseEvent": {},
"Sami@Roguelike@Continue": {
"roi": [
967,
536,
313,
177
],
"next": [
"Sami@Roguelike@MissionFailedFlag2",
"Sami@Roguelike@ExitThenAbandon",
"Sami@Roguelike@ContinueClick"
]
},
"Sami@Roguelike@ContinueClick": {
"algorithm": "OcrDetect",
"action": "ClickSelf",
"cache": false,
"text": [
"初霜湖泽",
"密静林地",
"昧明冻土",
"积冰岩骸",
"无瑕花园",
"远见之构",
"深埋迷境"
],
"roi": [
522,
431,
245,
144
],
"next": [
"Sami@Roguelike@Continue"
]
},
"Sami@Roguelike@DialogSkipConfirm": {
"template": "Roguelike@DialogSkipConfirm.png",
"next": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB