feat: 新增支持肉鸽没选难度的时候自动选择普通难度

fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/1108
This commit is contained in:
MistEO
2022-07-13 23:58:10 +08:00
parent 0f3b98a363
commit 3e86c7793b
2 changed files with 14 additions and 0 deletions

View File

@@ -5680,6 +5680,7 @@
80
],
"next": [
"Roguelike1ChooseDifficulty",
"Roguelike1Start",
"Roguelike1ExitThenAbandon",
"Roguelike1Abandon",
@@ -5725,6 +5726,7 @@
"Roguelike1Begin": {
"algorithm": "JustReturn",
"next": [
"Roguelike1ChooseDifficulty",
"Roguelike1Start",
"Roguelike1ExitThenAbandon",
"Roguelike1Abandon",
@@ -5755,6 +5757,18 @@
"Roguelike1ExitThenAbandon"
]
},
"Roguelike1ChooseDifficulty": {
"action": "ClickSelf",
"roi": [
1061,
373,
208,
71
],
"next": [
"Roguelike1Start"
]
},
"Roguelike1Start": {
"action": "ClickSelf",
"cache": false,

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB