diff --git a/assets/interface.json b/assets/interface.json index 9e1c7d20..bc96b1c6 100644 --- a/assets/interface.json +++ b/assets/interface.json @@ -125,7 +125,7 @@ } }, { - "name": "活动:朔日手记 19 艰难", + "name": "活动:朔日手记 19 艰难 (活动已结束)", "entry": "NotesOnShuoRi", "option": [ "复现次数", @@ -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": "领取奖励", diff --git a/assets/resource/base/image/Combat/Activity/GoodbyeRayaEnterTheShow.png b/assets/resource/base/image/Combat/Activity/GoodbyeRayaEnterTheShow.png new file mode 100644 index 00000000..33ffd7f2 Binary files /dev/null and b/assets/resource/base/image/Combat/Activity/GoodbyeRayaEnterTheShow.png differ diff --git a/assets/resource/base/image/Combat/Activity/GoodbyeRayaMainChapter.png b/assets/resource/base/image/Combat/Activity/GoodbyeRayaMainChapter.png new file mode 100644 index 00000000..9cef8258 Binary files /dev/null and b/assets/resource/base/image/Combat/Activity/GoodbyeRayaMainChapter.png differ diff --git a/assets/resource/base/pipeline/activity/GoodbyeRaya.json b/assets/resource/base/pipeline/activity/GoodbyeRaya.json new file mode 100644 index 00000000..42de88e2 --- /dev/null +++ b/assets/resource/base/pipeline/activity/GoodbyeRaya.json @@ -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" + } +} \ No newline at end of file