mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
fix: burden/toil tasks threshold 0.9 -> 0.8 (#12087)
--------- Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com>
This commit is contained in:
@@ -2918,7 +2918,8 @@
|
||||
"text": ["HYPOTHESES", "COMPILATION"]
|
||||
},
|
||||
"Sarkaz@Roguelike@ChooseBurdenOperatorAtStart": {
|
||||
"roi": [589, 584, 231, 121]
|
||||
"roi": [589, 584, 231, 121],
|
||||
"templThreshold": 0.8
|
||||
},
|
||||
"Sarkaz@Roguelike@NextLevel": {
|
||||
"text": [
|
||||
|
||||
@@ -35,9 +35,6 @@
|
||||
"Sarkaz@Roguelike@DecreaseBurdenAbandonThought": {
|
||||
"templThreshold": 0.9
|
||||
},
|
||||
"Sarkaz@Roguelike@DecreaseBurdenRetardation": {
|
||||
"templThreshold": 0.8
|
||||
},
|
||||
"Sarkaz@Roguelike@StageRefresh": {
|
||||
"templThreshold": 0.7
|
||||
}
|
||||
|
||||
@@ -10595,7 +10595,6 @@
|
||||
},
|
||||
"Sarkaz@Roguelike@DecreaseBurdenRetardation": {
|
||||
"roi": [561, 607, 153, 113],
|
||||
"templThreshold": 0.9,
|
||||
"action": "ClickSelf",
|
||||
"next": [
|
||||
"Sarkaz@Roguelike@DecreaseBurdenSwapUiToDefault1",
|
||||
|
||||
Reference in New Issue
Block a user