diff --git a/resource/global/YoStarEN/resource/template/UseMedicine.png b/resource/global/YoStarEN/resource/template/UseMedicine.png deleted file mode 100644 index 035522cd44..0000000000 Binary files a/resource/global/YoStarEN/resource/template/UseMedicine.png and /dev/null differ diff --git a/resource/global/YoStarJP/resource/template/UseMedicine.png b/resource/global/YoStarJP/resource/template/UseMedicine.png deleted file mode 100644 index 12efc25904..0000000000 Binary files a/resource/global/YoStarJP/resource/template/UseMedicine.png and /dev/null differ diff --git a/resource/global/YoStarKR/readme.md b/resource/global/YoStarKR/readme.md new file mode 100644 index 0000000000..6c97fcff76 --- /dev/null +++ b/resource/global/YoStarKR/readme.md @@ -0,0 +1,34 @@ +# YoStarKR client + +## 韩服 + +请进入 `设置` - `启动设置` - `客户端版本` 选择 `韩服` + +目前支持: + +- 刷理智(仅支持选择`当前关卡`) +- 使用理智药恢复理智 +- 使用源石恢复理智 +- 指定次数 + +## Korean + +Please go to `Settings` - `Startup Settings` - `Client Version` and select `YoStarKR` + +Now supports: + +- Auto battle (only supports selecting `current stage`) +- Restore with potion +- Restore with Originite +- Set the max number of auto battles + +## 한국인 + +'설정' - '시작 설정' - '클라이언트 버전'으로 이동하여 'YoStarKR'을 선택하세요. + +이제 다음을 지원합니다. + +- 자동 전투('현재 단계' 선택만 지원) +- 물약으로 회복 +- Originite로 복원 +- 최대 자동 전투 횟수 설정 diff --git a/resource/global/YoStarKR/resource/tasks.json b/resource/global/YoStarKR/resource/tasks.json new file mode 100644 index 0000000000..addbfba44d --- /dev/null +++ b/resource/global/YoStarKR/resource/tasks.json @@ -0,0 +1,63 @@ +{ + "StartButton1": { + "algorithm": "OcrDetect", + "text": [ + "작전개시" + ], + "preDelay": 500, + "roi": [ + 1000, + 600, + 280, + 120 + ], + "exceededNext": [ + "StageSNReturnFlag", + "Stop" + ], + "action": "ClickSelf", + "next": [ + "StartButton2", + "UseMedicine", + "UseStone", + "NoStone", + "OfflineConfirm" + ] + }, + "PRTS": { + "algorithm": "OcrDetect", + "text": [ + "배치가능", + "인원" + ], + "roi": [ + 0, + 500, + 1280, + 220 + ], + "action": "DoNothing", + "rearDelay": 5000, + "next": [ + "PRTS", + "PRTS3", + "EndOfAction", + "PrtsErrorConfirm", + "OfflineConfirm", + "WaitAfterPRTS" + ] + }, + "EndOfAction": { + "Doc": "This task registered the StageDropsTaskPlugin", + "roi": [ + 791, + 410, + 296, + 145 + ], + "action": "DoNothing", + "next": [ + "ClickCorner" + ] + } +} diff --git a/resource/global/YoStarKR/resource/template/EndOfAction.png b/resource/global/YoStarKR/resource/template/EndOfAction.png new file mode 100644 index 0000000000..8210515825 Binary files /dev/null and b/resource/global/YoStarKR/resource/template/EndOfAction.png differ diff --git a/resource/global/YoStarKR/resource/template/StartButton2.png b/resource/global/YoStarKR/resource/template/StartButton2.png new file mode 100644 index 0000000000..40e0545d8b Binary files /dev/null and b/resource/global/YoStarKR/resource/template/StartButton2.png differ diff --git a/resource/global/YoStarKR/resource/template/UsePrts.png b/resource/global/YoStarKR/resource/template/UsePrts.png new file mode 100644 index 0000000000..3f58c1051d Binary files /dev/null and b/resource/global/YoStarKR/resource/template/UsePrts.png differ diff --git a/resource/template/UseMedicine.png b/resource/template/UseMedicine.png index 2434d605a0..2fd6ff75b6 100644 Binary files a/resource/template/UseMedicine.png and b/resource/template/UseMedicine.png differ