mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 10:57:45 +08:00
feat: 增加「多索雷斯假日」复刻活动关卡导航
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user