mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
Revert "fix: 刷理智失败次数限制未生效" (#11210)
This reverts commit b896a55a50.
[skip changelog]
This commit is contained in:
@@ -2725,6 +2725,7 @@
|
||||
"EndOfAction": {
|
||||
"Doc": "本任务注册了插件 StageDropsTaskPlugin",
|
||||
"roi": [0, 290, 70, 60],
|
||||
"reduceOtherTimes": ["FightMissionFailed"],
|
||||
"next": ["ClickCorner"]
|
||||
},
|
||||
"EndOfActionThenStop": {
|
||||
@@ -2909,7 +2910,7 @@
|
||||
"roi": [36, 226, 482, 269],
|
||||
"next": ["EndOfAction", "OfflineConfirm", "StartUpThemes#next", "StartButton1"],
|
||||
"maxTimes": 3,
|
||||
"maxTimesDoc": "这是失败次数的限制,超过此限制会停止任务,但每成功一次 StageDrops-Stars-3 会减少一次失败次数",
|
||||
"maxTimesDoc": "这是失败次数的限制,超过此限制会停止任务,但每成功一次 EndOfAction 会减少一次失败次数",
|
||||
"exceededNext": ["FightMissionFailedAndStop"],
|
||||
"onErrorNext": ["ClickCornerAfterPRTS"]
|
||||
},
|
||||
@@ -5278,8 +5279,7 @@
|
||||
},
|
||||
"StageDrops-Stars-3": {
|
||||
"templThreshold": 0.8,
|
||||
"roi": [50, 270, 250, 100],
|
||||
"reduceOtherTimes": ["FightMissionFailed"]
|
||||
"roi": [50, 270, 250, 100]
|
||||
},
|
||||
"StageDrops-Stars-2": {
|
||||
"templThreshold": 0.8,
|
||||
|
||||
Reference in New Issue
Block a user