mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 10:57:45 +08:00
@@ -1327,7 +1327,7 @@
|
||||
"action": "ClickSelf",
|
||||
"roi": [992, 584, 288, 136],
|
||||
"onErrorNext": ["Stop"],
|
||||
"next": ["EndOfActionAnnihilation", "EndOfAction"]
|
||||
"next": ["CheckLevelUp", "EndOfActionAnnihilation", "EndOfAction"]
|
||||
},
|
||||
"StageSNFlag": {
|
||||
"template": "StageSNReturnFlag.png",
|
||||
@@ -1387,6 +1387,12 @@
|
||||
"reduceOtherTimes": ["ClickCornerAfterPRTS*10"],
|
||||
"next": ["PRTS#next", "WaitAfterPRTS@LoadingText", "WaitAfterPRTS@LoadingIcon", "ClickCornerAfterPRTS"]
|
||||
},
|
||||
"CheckLevelUp": {
|
||||
"doc": "跳过可能出现的等级提升界面。另外还有个金圈升级动画的界面,可能还需要一次点击。很难验证,先把这个页面点了",
|
||||
"action": "ClickSelf",
|
||||
"roi": [250, 1000, 270, 200],
|
||||
"next": ["AnnihilationPrtsRecordConfirm", "EndOfActionAnnihilation", "EndOfAction"]
|
||||
},
|
||||
"ClickCornerAfterPRTS": {
|
||||
"algorithm": "JustReturn",
|
||||
"action": "ClickRect",
|
||||
@@ -1396,6 +1402,7 @@
|
||||
"maxTimes": 10,
|
||||
"postDelay": 3000,
|
||||
"next": [
|
||||
"CheckLevelUp",
|
||||
"AnnihilationPrtsRecordConfirm",
|
||||
"EndOfActionAnnihilation",
|
||||
"EndOfAction",
|
||||
|
||||
BIN
resource/template/Battle/LevelUp/CheckLevelUp.png
Normal file
BIN
resource/template/Battle/LevelUp/CheckLevelUp.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
Reference in New Issue
Block a user