feat: 支持韩服刷理智功能

This commit is contained in:
MistEO
2022-07-07 00:08:21 +08:00
parent 93c007495c
commit 0bd26d633c
8 changed files with 97 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

View 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로 복원
- 최대 자동 전투 횟수 설정

View 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"
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 16 KiB