diff --git a/resource/global/YoStarJP/resource/tasks.json b/resource/global/YoStarJP/resource/tasks.json index c54e5d84ad..5587354688 100644 --- a/resource/global/YoStarJP/resource/tasks.json +++ b/resource/global/YoStarJP/resource/tasks.json @@ -2173,6 +2173,12 @@ "エントリー" ] }, + "EnterChapterIS": { + "text": [ + "ウォルシーニ", + "ウォル" + ] + }, "ExpiringMedicineCheck": { "ocrReplace": [ [ @@ -2196,11 +2202,41 @@ "1日" ] }, + "GachaOncePrefix@DoGacha": { + "text": [ + "1回スカウト", + "1回", + "スカウ" + ] + }, + "GachaTenTimesPrefix@DoGacha": { + "text": [ + "10回スカウト", + "10回", + "スカウ" + ] + }, "GoLastBattle": { "text": [ "前回の参加作戦" ] }, + "IS-Open": { + "action": "ClickSelf", + "algorithm": "OcrDetect", + "next": [ + "EnterChapterIS" + ], + "roi": [ + 0, + 500, + 500, + 150 + ], + "text": [ + "シラクザーノ" + ] + }, "InfrastEnterOperList": { "text": [ "体力", @@ -2384,6 +2420,18 @@ ] ] }, + "RecruitingActivitiesRecruit": { + "text": [ + "1回スカウト", + "スカウト" + ] + }, + "RecruitingActivitiesRecruitEnd": { + "text": [ + "1回スカウト", + "スカウト" + ] + }, "Roguelike@RecruitSupportConfirm": { "text": [ "サ.*ート", @@ -3787,53 +3835,5 @@ "text": [ "次を訪問" ] - }, - "RecruitingActivitiesRecruit": { - "text": [ - "1回スカウト", - "スカウト" - ] - }, - "RecruitingActivitiesRecruitEnd": { - "text": [ - "1回スカウト", - "スカウト" - ] - }, - "GachaOncePrefix@DoGacha": { - "text": [ - "1回スカウト", - "1回", - "スカウ" - ] - }, - "GachaTenTimesPrefix@DoGacha": { - "text": [ - "10回スカウト", - "10回", - "スカウ" - ] - }, - "IS-Open": { - "action": "ClickSelf", - "algorithm": "OcrDetect", - "text": [ - "シラクザーノ" - ], - "roi": [ - 0, - 500, - 500, - 150 - ], - "next": [ - "EnterChapterIS" - ] - }, - "EnterChapterIS": { - "text": [ - "ウォルシーニ", - "ウォル" - ] } }