mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
* fix: 功能入口 * chore: Auto update by pre-commit hooks [skip changelog] * chore: 调整任务 * chore: 重试时只检测对应主题 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
82 lines
2.3 KiB
JSON
82 lines
2.3 KiB
JSON
{
|
|
"Infrast-Entry": {
|
|
"algorithm": "JustReturn",
|
|
"action": "DoNothing",
|
|
"crop_doc": {
|
|
"roi": [935, 570, 85, 75],
|
|
"mask": []
|
|
},
|
|
"next": [
|
|
"InfrastDefault",
|
|
"InfrastDark",
|
|
"InfrastSami",
|
|
"InfrastMistCity",
|
|
"InfrastSiege",
|
|
"InfrastSarkaz",
|
|
"InfrastDelicious",
|
|
"InfrastGaming",
|
|
"InfrastDahuangCity",
|
|
"InfrastDreamland",
|
|
"InfrastJieGarden",
|
|
"InfrastAveMujica",
|
|
"InfrastTogether"
|
|
]
|
|
},
|
|
"InfrastDefault": {
|
|
"action": "ClickSelf",
|
|
"maskRange": [1, 255],
|
|
"roi": [930, 540, 230, 180],
|
|
"template": "Default/EnterInfrast.png",
|
|
"postDelay": 5000,
|
|
"next": ["#self", "Stop"]
|
|
},
|
|
"InfrastDark": {
|
|
"baseTask": "InfrastDefault",
|
|
"template": "Dark/EnterInfrast.png"
|
|
},
|
|
"InfrastSami": {
|
|
"baseTask": "InfrastDefault",
|
|
"template": "Sami/EnterInfrast.png"
|
|
},
|
|
"InfrastMistCity": {
|
|
"baseTask": "InfrastDefault",
|
|
"template": "MistCity/EnterInfrast.png"
|
|
},
|
|
"InfrastSiege": {
|
|
"baseTask": "InfrastDefault",
|
|
"template": "Siege/EnterInfrast.png"
|
|
},
|
|
"InfrastSarkaz": {
|
|
"baseTask": "InfrastDefault",
|
|
"template": "Sarkaz/EnterInfrast.png"
|
|
},
|
|
"InfrastDelicious": {
|
|
"baseTask": "InfrastDefault",
|
|
"template": "Delicious/EnterInfrast.png"
|
|
},
|
|
"InfrastGaming": {
|
|
"baseTask": "InfrastDefault",
|
|
"template": "Gaming/EnterInfrast.png"
|
|
},
|
|
"InfrastDahuangCity": {
|
|
"baseTask": "InfrastDefault",
|
|
"template": "DahuangCity/EnterInfrast.png"
|
|
},
|
|
"InfrastDreamland": {
|
|
"baseTask": "InfrastDefault",
|
|
"template": ["Dreamland/DreamlandDefault/EnterInfrast.png", "Dreamland/DreamlandDark/EnterInfrast.png"]
|
|
},
|
|
"InfrastJieGarden": {
|
|
"baseTask": "InfrastDefault",
|
|
"template": "JieGarden/EnterInfrast.png"
|
|
},
|
|
"InfrastAveMujica": {
|
|
"baseTask": "InfrastDefault",
|
|
"template": "AveMujica/EnterInfrast.png"
|
|
},
|
|
"InfrastTogether": {
|
|
"baseTask": "InfrastDefault",
|
|
"template": "Together/EnterInfrast.png"
|
|
}
|
|
}
|