mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix: 合成思绪出现藏品二选一时卡住 (#9883)
This commit is contained in:
@@ -10053,7 +10053,10 @@
|
||||
"method": "CcoeffHSV",
|
||||
"templThreshold": 0.95,
|
||||
"roi": [750, 525, 188, 129],
|
||||
"next": ["Sarkaz@Roguelike@StageFilterTruthConfirm"]
|
||||
"next": [
|
||||
"Sarkaz@Roguelike@StageFilterTruthChooseCollection",
|
||||
"Sarkaz@Roguelike@StageFilterTruthConfirm"
|
||||
]
|
||||
},
|
||||
"Sarkaz@Roguelike@StageFilterTruthCannotCombine": {
|
||||
"action": "DoNothing",
|
||||
@@ -10062,6 +10065,15 @@
|
||||
"roi": [750, 525, 188, 129],
|
||||
"next": ["Sarkaz@Roguelike@StageFilterTruthLeave"]
|
||||
},
|
||||
"Sarkaz@Roguelike@StageFilterTruthChooseCollection": {
|
||||
"Doc": "合成出现藏品二选一",
|
||||
"baseTask": "Sarkaz@Roguelike@GetDrop3",
|
||||
"template": "Sarkaz@Roguelike@GetDrop3.png",
|
||||
"next": [
|
||||
"Sarkaz@Roguelike@StageFilterTruthTryCombine1",
|
||||
"Sarkaz@Roguelike@StageFilterTruthCannotCombine"
|
||||
]
|
||||
},
|
||||
"Sarkaz@Roguelike@StageFilterTruthCloseCollection": {
|
||||
"baseTask": "Sarkaz@Roguelike@CloseCollectionClose",
|
||||
"template": "Sarkaz@Roguelike@CloseCollectionClose.png",
|
||||
|
||||
Reference in New Issue
Block a user