mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
fix.修复没有石头时,刷完理智卡住的问题
This commit is contained in:
@@ -424,7 +424,8 @@
|
||||
"next": [
|
||||
"StartButton2",
|
||||
"UseMedicine",
|
||||
"UseStone"
|
||||
"UseStone",
|
||||
"NoStone"
|
||||
]
|
||||
},
|
||||
"StartButton2": {
|
||||
@@ -491,6 +492,7 @@
|
||||
"StartButton2",
|
||||
"UseMedicine",
|
||||
"UseStone",
|
||||
"NoStone",
|
||||
"ClickCornerAfterPRTS"
|
||||
]
|
||||
},
|
||||
@@ -529,6 +531,7 @@
|
||||
"StartButton2",
|
||||
"UseMedicine",
|
||||
"UseStone",
|
||||
"NoStone",
|
||||
"EndOfAction"
|
||||
]
|
||||
},
|
||||
@@ -596,6 +599,18 @@
|
||||
"StartButton1"
|
||||
]
|
||||
},
|
||||
"NoStone": {
|
||||
"action": "doNothing",
|
||||
"roi": [
|
||||
800,
|
||||
250,
|
||||
350,
|
||||
250
|
||||
],
|
||||
"next": [
|
||||
"CloseStonePage"
|
||||
]
|
||||
},
|
||||
"CloseStonePage": {
|
||||
"algorithm": "justreturn",
|
||||
"action": "clickRect",
|
||||
|
||||
BIN
resource/template/NoStone.png
Normal file
BIN
resource/template/NoStone.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
Reference in New Issue
Block a user