feat: JP DH-9 Navigation多索雷斯导航

This commit is contained in:
Yifan Liu
2023-03-01 21:23:20 -06:00
parent a673fd9cfb
commit 6246287c0d
2 changed files with 72 additions and 0 deletions

View File

@@ -3552,5 +3552,20 @@
"破坏协议-压制"
]
]
},
"DH-Open": {
"text": [
"ドッソレス",
"ホリデー",
"復刻",
"イベント",
"催中"
]
},
"DHChapterToDH": {
"text": [
"大会",
"エントリー"
]
}
}

View File

@@ -785,6 +785,63 @@
"isAscii": true,
"text": []
},
"DH-9": {
"algorithm": "JustReturn",
"action": "DoNothing",
"sub": [
"DH-Open"
],
"next": [
"DH-9@SideStoryStage",
"DH-9@SwipeToStage"
]
},
"DH-Open": {
"action": "ClickSelf",
"algorithm": "OcrDetect",
"text": [
"假日",
"复刻",
"活动",
"开放"
],
"roi": [
0,
500,
500,
150
],
"postDelay": 2000,
"next": [
"DHChapterToDH"
]
},
"DHChapterToDH": {
"algorithm": "OcrDetect",
"action": "ClickSelf",
"text": [
"极限",
"铁人",
"大奖"
],
"roi": [
934,
280,
234,
124
],
"postDelay": 2000,
"next": [
"DHChapterToDH",
"ChapterSwipeToTheRight"
]
},
"DH-9@SideStoryStage": {
"baseTask": "SideStoryStage",
"text": [
"DH-9"
]
},
"GA-6": {
"algorithm": "JustReturn",
"action": "DoNothing",