feat: 增加「多索雷斯假日」复刻活动关卡导航

This commit is contained in:
ABA2396
2022-07-26 16:53:25 +08:00
parent 55684e987f
commit 598565902b
2 changed files with 66 additions and 0 deletions

View File

@@ -198,6 +198,69 @@
60
]
},
"DH-9": {
"algorithm": "JustReturn",
"action": "DoNothing",
"sub": [
"DH-Open"
],
"next": [
"StageDH-9"
]
},
"DH-Open": {
"action": "ClickSelf",
"algorithm": "OcrDetect",
"text": [
"假日",
"复刻",
"活动",
"开放"
],
"roi": [
0,
500,
500,
150
],
"next": [
"DHChapterToDH"
]
},
"DHChapterToDH": {
"algorithm": "OcrDetect",
"action": "ClickSelf",
"cache": false,
"text": [
"极限",
"铁人",
"大奖"
],
"roi": [
934,
280,
234,
124
],
"rearDelay": 2000,
"next": [
"DHChapterToDH",
"SwipeToTheRight"
]
},
"StageDH-9": {
"algorithm": "OcrDetect",
"action": "ClickSelf",
"text": [
"DH-9"
],
"roi": [
518,
133,
176,
134
]
},
"DV-8": {
"algorithm": "JustReturn",
"action": "DoNothing",

View File

@@ -180,6 +180,9 @@ namespace MeoAsstGui
new CombData { Display = "当前关卡", Value = string.Empty },
new CombData { Display = "上次作战", Value = "LastBattle" },
// SideStory「多索雷斯假日」复刻活动关卡
new CombData { Display = "DH-9", Value = "DH-9" },
new CombData { Display = "1-7", Value = "1-7" },
new CombData { Display = "龙门币-6/5", Value = "CE-6" },
new CombData { Display = "红票-5", Value = "AP-5" },