Skip to content

Commit

Permalink
feat: 新增1.8版本 再见,来亚什基 (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: MistEO <[email protected]>
  • Loading branch information
Tohkahb and MistEO authored Apr 12, 2024
1 parent 1b2ce80 commit 6a57064
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 3 deletions.
22 changes: 19 additions & 3 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
}
},
{
"name": "活动:朔日手记 19 艰难",
"name": "活动:朔日手记 19 艰难 (活动已结束)",
"entry": "NotesOnShuoRi",
"option": [
"复现次数",
Expand All @@ -149,8 +149,24 @@
"entry": "EchoesinInTheMountain"
},
{
"name": "人工梦游",
"entry": "Limbo"
"name": "活动:再见,来亚什基 16 艰难",
"entry": "GoodbyeRaya",
"option": [
"复现次数",
"刷完全部体力",
"吃全部临期糖"
],
"param": {
"EnterTheShow": {
"next": "GoodbyeRaya"
},
"TargetStageName": {
"text": "16"
},
"StageDifficulty": {
"next": "ActivityStageDifficulty"
}
}
},
{
"name": "领取奖励",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions assets/resource/base/pipeline/activity/GoodbyeRaya.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"GoodbyeRaya": {
"next": [
"GoodbyeRayaEnterTheShow",
"Sub_StartUp"
]
},
"GoodbyeRayaEnterTheShow": {
"recognition": "TemplateMatch",
"template": "Combat/Activity/GoodbyeRayaEnterTheShow.png",
"roi": [
940,
144,
244,
146
],
"action": "Click",
"post_wait_freezes": 1,
"next": [
"GoodbyeRayaMainChapter"
]
},
"GoodbyeRayaMainChapter": {
"recognition": "TemplateMatch",
"template": "Combat/Activity/GoodbyeRayaMainChapter.png",
"roi": [
988,
571,
261,
95
],
"action": "Click",
"next": "SwipeLeftAndFindStage"
}
}

0 comments on commit 6a57064

Please sign in to comment.