diff --git a/resource/global/YoStarEN/resource/tasks.json b/resource/global/YoStarEN/resource/tasks.json index e01a56c59a..0b971154d6 100644 --- a/resource/global/YoStarEN/resource/tasks.json +++ b/resource/global/YoStarEN/resource/tasks.json @@ -1,4 +1,19 @@ { + "ClickChapter1": { + "text": [ + "Hour of An Awakening" + ] + }, + "ClickChapter2": { + "text": [ + "Shatter of A Vision" + ] + }, + "ClickChapter3": { + "text": [ + "Shadow of A Dying Sun" + ] + }, "CharsNameOcrReplace": { "Doc": "该任务的 ocrReplace 被所有涉及干员名的English Name识别任务复用", "ocrReplace": [ @@ -1384,19 +1399,10 @@ ] ] }, - "ClickChapter1": { + "TodaysSupplies": { + "algorithm": "OcrDetect", "text": [ - "Hour of An Awakening" - ] - }, - "ClickChapter2": { - "text": [ - "Shatter of A Vision" - ] - }, - "ClickChapter3": { - "text": [ - "Shadow of A Dying Sun" + "Resource Today" ] }, "StartButton1": { @@ -1409,6 +1415,52 @@ "Takeover" ] }, + "ExpiringMedicineCheck": { + "text": [ + "min", + "hr", + "1 day" + ], + "ocrReplace": [ + [ + ".+hrs?", + "hr" + ], + [ + ".+mins?", + "min" + ] + ] + }, + "GoLastBattle": { + "text": [ + "To the most recent stage" + ] + }, + "StartRecruit": { + "text": [ + "Recruit Now" + ] + }, + "RecruitFlag": { + "text": [ + "Recruit" + ] + }, + "RecruitNow": { + "text": [ + "Expedite" + ] + }, + "Award": { + "template": "Task.png", + "roi": [ + 700, + 530, + 200, + 130 + ] + }, "NoFriends": { "text": [ "No friends" @@ -1565,49 +1617,6 @@ "Trust" ] }, - "InfrastStationedInfo": { - "text": [ - "Operator" - ] - }, - "InfrastEnterOperList": { - "fullMatch": true, - "text": [ - "Morale", - "Resting", - "Working", - "Assign" - ] - }, - "Award": { - "template": "Task.png", - "roi": [ - 700, - 530, - 200, - 130 - ] - }, - "GoLastBattle": { - "text": [ - "To the most recent stage" - ] - }, - "StartRecruit": { - "text": [ - "Recruit Now" - ] - }, - "RecruitFlag": { - "text": [ - "Recruit" - ] - }, - "RecruitNow": { - "text": [ - "Expedite" - ] - }, "ShamareThumbnail1": { "maskRange": [ 1, @@ -1626,14 +1635,19 @@ 255 ] }, - "Roguelike@StageTraderInvestSystem": { - "maskRange": [ - 1, - 255 + "InfrastStationedInfo": { + "text": [ + "Operator" ] }, - "Roguelike@StageTraderInvestConfirm": { - "templThreshold": 0.55 + "InfrastEnterOperList": { + "fullMatch": true, + "text": [ + "Morale", + "Resting", + "Working", + "Assign" + ] }, "BattleStageName": { "Doc": "该任务的 ocrReplace 被所有涉及Rouge-like的English识别任务复用", @@ -2027,6 +2041,15 @@ "StageDrops-DropType-Reward": { "templThreshold": 0.7 }, + "Roguelike@StageTraderInvestConfirm": { + "templThreshold": 0.55 + }, + "Roguelike@StageTraderInvestSystem": { + "maskRange": [ + 1, + 255 + ] + }, "Roguelike@StageTraderInvestSystemFull": { "text": [ "Storage full" @@ -3375,11 +3398,5 @@ "《欢欣鼓舞》" ] ] - }, - "TodaysSupplies": { - "algorithm": "OcrDetect", - "text": [ - "Resource Today" - ] } } \ No newline at end of file