feat: 支持韩服刷理智功能
|
Before Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 7.6 KiB |
34
resource/global/YoStarKR/readme.md
Normal file
@@ -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로 복원
|
||||
- 최대 자동 전투 횟수 설정
|
||||
63
resource/global/YoStarKR/resource/tasks.json
Normal file
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
BIN
resource/global/YoStarKR/resource/template/EndOfAction.png
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
BIN
resource/global/YoStarKR/resource/template/StartButton2.png
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
resource/global/YoStarKR/resource/template/UsePrts.png
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
|
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 16 KiB |