mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
feat: 为选择线索添加判定 (#11323)
* feat: 为选择线索添加判定 * chore: Auto update by pre-commit hooks [skip changelog] --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -4463,6 +4463,17 @@
|
||||
"maskRange": [1, 255],
|
||||
"maxTimes": 3,
|
||||
"exceededNext": ["CloseSendClue"],
|
||||
"next": ["ClueSelected", "SelectClue"]
|
||||
},
|
||||
"ClueSelected": {
|
||||
"roi": [2, 133, 418, 196],
|
||||
"method": "RGBCount",
|
||||
"colorScales": [
|
||||
[
|
||||
[160, 0, 0],
|
||||
[255, 255, 255]
|
||||
]
|
||||
],
|
||||
"next": [
|
||||
"ClueGiveTo1st",
|
||||
"ClueGiveTo2nd",
|
||||
|
||||
BIN
resource/template/ClueSelected.png
Normal file
BIN
resource/template/ClueSelected.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user