feat: SideStory「挽歌燃烧殆尽」导航 (#12094)

* feat: SideStory「挽歌燃烧殆尽」导航

* chore: Auto update by pre-commit hooks [skip changelog]

* feat: 神秘ocr
This commit is contained in:
Sherkey Asher
2025-03-09 01:05:18 +08:00
committed by GitHub
parent ae2f714ec1
commit 2aa996b59d

View File

@@ -620,6 +620,60 @@
"OR-4@SideStoryStage": {
"text": ["OR-4"]
},
"EA-8": {
"algorithm": "JustReturn",
"sub": ["EA-OpenOpt"],
"next": ["EA-8@SideStoryStage", "EA-8@SwipeToStage"]
},
"EA-8@SideStoryStage": {
"text": ["EA-8"]
},
"EA-7": {
"algorithm": "JustReturn",
"sub": ["EA-OpenOpt"],
"next": ["EA-7@SideStoryStage", "EA-7@SwipeToStage"]
},
"EA-7@SideStoryStage": {
"text": ["EA-7"]
},
"EA-6": {
"algorithm": "JustReturn",
"sub": ["EA-OpenOpt"],
"next": ["EA-6@SideStoryStage", "EA-6@SwipeToStage"]
},
"EA-6@SideStoryStage": {
"text": ["EA-6"]
},
"EA-3": {
"algorithm": "JustReturn",
"sub": ["EA-OpenOpt"],
"next": ["EA-3@SideStoryStage", "EA-3@SwipeToStage"]
},
"EA-3@SideStoryStage": {
"text": ["EA-3"]
},
"EA-OpenOpt": {
"algorithm": "JustReturn",
"next": ["EA-OpenOcr", "EA-Open"]
},
"EA-Open": {
"baseTask": "SS-Open",
"template": "StageSideStory.png",
"next": ["EAChapterToEA"]
},
"EA-OpenOcr": {
"baseTask": "SS-OpenOcr",
"text": ["挽歌燃烧殆尽", "将熄的火"],
"next": ["EAChapterToEA"]
},
"EAChapterToEA": {
"algorithm": "OcrDetect",
"action": "ClickSelf",
"text": ["摇", "影"],
"preDelay": 3000,
"roi": [1097, 492, 115, 45],
"next": ["#self", "ChapterSwipeToTheRight"]
},
"EP-8": {
"algorithm": "JustReturn",
"sub": ["EP-OpenOpt"],