mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
feat: 新增支持肉鸽没选难度的时候自动选择普通难度
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/1108
This commit is contained in:
@@ -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,
|
||||
|
||||
BIN
resource/template/Roguelike1ChooseDifficulty.png
Normal file
BIN
resource/template/Roguelike1ChooseDifficulty.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
Reference in New Issue
Block a user