mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
chore: Auto Update Game Resources - 2024-11-05
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/11685401615 [skip changelog]
This commit is contained in:
@@ -3596,127 +3596,6 @@
|
||||
["^资深.+", "资深干员"]
|
||||
]
|
||||
},
|
||||
"UseSupportUnit-Enter": {
|
||||
"doc": "通过点击编队界面右上角 <助战单位> 文字左边的 Icon 进入助战列表",
|
||||
"roi": [1023, 314, 46, 50],
|
||||
"action": "ClickSelf",
|
||||
"next": ["UseSupportUnit-Enter@NextAfterLoadingText", "UseSupportUnit-InSupportList"]
|
||||
},
|
||||
"UseSupportUnit-InSupportList": {
|
||||
"doc": "通过识别右上角 <更新助战列表> 文字左边的 Icon 或者 冷却倒计时左边的 Icon 判断是否已进入助战列表",
|
||||
"template": ["UseSupportUnit-Refresh", "UseSupportUnit-RefreshCooldown"],
|
||||
"roi": [1096, 12, 61, 52]
|
||||
},
|
||||
"UseSupportUnit-RefreshSupportList": {
|
||||
"doc": "更新助战列表,如果识别到冷却倒计时则等待倒计时结束后再点击 <更新助战列表> 按钮",
|
||||
"algorithm": "JustReturn",
|
||||
"next": ["UseSupportUnit-Refresh", "UseSupportUnit-RefreshCooldown"]
|
||||
},
|
||||
"UseSupportUnit-Refresh": {
|
||||
"roi": [1096, 12, 61, 52],
|
||||
"preDelay": 500,
|
||||
"action": "ClickSelf",
|
||||
"next": ["UseSupportUnit-Refresh@NextAfterLoadingText", "Stop"]
|
||||
},
|
||||
"UseSupportUnit-RefreshCooldown": {
|
||||
"roi": [1096, 12, 61, 52],
|
||||
"postDelay": 1000,
|
||||
"next": ["UseSupportUnit-RefreshSupportList"]
|
||||
},
|
||||
"UseSupportUnit-LeaveSupportList": {
|
||||
"doc": "如果已经进入助战列表则点击左上角箭头图标返回编队界面",
|
||||
"algorithm": "JustReturn",
|
||||
"next": ["UseSupportUnit-LeaveSupportList-InSupportList", "Stop"]
|
||||
},
|
||||
"UseSupportUnit-LeaveSupportList-InSupportList": {
|
||||
"baseTask": "UseSupportUnit-InSupportList",
|
||||
"template": ["UseSupportUnit-Refresh", "UseSupportUnit-RefreshCooldown"],
|
||||
"next": ["UseSupportUnit-ReturnButton"]
|
||||
},
|
||||
"UseSupportUnit-ReturnButton": {
|
||||
"baseTask": "ReturnButton",
|
||||
"template": ["Return.png"],
|
||||
"next": ["UseSupportUnit-LeaveSupportList#next"]
|
||||
},
|
||||
"UseSupportUnit-Role": {
|
||||
"doc": "模版任务: 招募助战干员时选择职业,若当前职业正确则不进行额外操作",
|
||||
"algorithm": "JustReturn",
|
||||
"next": ["UseSupportUnit-RoleSelected", "UseSupportUnit-SelectRole"]
|
||||
},
|
||||
"UseSupportUnit-RoleSelected": {
|
||||
"doc": "模版任务: 招募助战干员时通过深色背景的职业图标判断当前职业是否正确,Ccoeff 应该够用,若出问题可以考虑换为 RGBCount",
|
||||
"template": "empty.png",
|
||||
"roi": [20, 93, 73, 608]
|
||||
},
|
||||
"UseSupportUnit-SelectRole": {
|
||||
"doc": "模版任务: 招募助战干员时通过点击浅色背景的职业图标切换职业",
|
||||
"template": "empty.png",
|
||||
"roi": [20, 93, 73, 608],
|
||||
"action": "ClickSelf",
|
||||
"next": ["UseSupportUnit-Role@NextAfterLoadingText"]
|
||||
},
|
||||
"Pioneer@UseSupportUnit-RoleSelected": {},
|
||||
"Pioneer@UseSupportUnit-SelectRole": {},
|
||||
"Warrior@UseSupportUnit-RoleSelected": {},
|
||||
"Warrior@UseSupportUnit-SelectRole": {},
|
||||
"Tank@UseSupportUnit-RoleSelected": {},
|
||||
"Tank@UseSupportUnit-SelectRole": {},
|
||||
"Sniper@UseSupportUnit-RoleSelected": {},
|
||||
"Sniper@UseSupportUnit-SelectRole": {},
|
||||
"Caster@UseSupportUnit-RoleSelected": {},
|
||||
"Caster@UseSupportUnit-SelectRole": {},
|
||||
"Medic@UseSupportUnit-RoleSelected": {},
|
||||
"Medic@UseSupportUnit-SelectRole": {},
|
||||
"Support@UseSupportUnit-RoleSelected": {},
|
||||
"Support@UseSupportUnit-SelectRole": {},
|
||||
"Special@UseSupportUnit-RoleSelected": {},
|
||||
"Special@UseSupportUnit-SelectRole": {},
|
||||
"UseSupportUnit-SwipeToTheLeft": {
|
||||
"baseTask": "SwipeToTheLeft",
|
||||
"postDelay": 1000
|
||||
},
|
||||
"UseSupportUnit-SwipeToTheRight": {
|
||||
"baseTask": "SwipeToTheRight",
|
||||
"postDelay": 1000
|
||||
},
|
||||
"UseSupportUnit-MaxSpecLvl-1": {
|
||||
"template": "UseSupportUnit-MaxSpecLvl.png",
|
||||
"roi": [736, 251, 24, 22]
|
||||
},
|
||||
"UseSupportUnit-MaxSpecLvl-2": {
|
||||
"template": "UseSupportUnit-MaxSpecLvl.png",
|
||||
"roi": [851, 251, 24, 22]
|
||||
},
|
||||
"UseSupportUnit-MaxSpecLvl-3": {
|
||||
"template": "UseSupportUnit-MaxSpecLvl.png",
|
||||
"roi": [966, 251, 24, 22]
|
||||
},
|
||||
"UseSupportUnit-SelectSkill-1": {
|
||||
"template": "UseSupportUnit-SelectSkill.png",
|
||||
"action": "ClickSelf",
|
||||
"roi": [781, 320, 66, 38]
|
||||
},
|
||||
"UseSupportUnit-SelectSkill-2": {
|
||||
"template": "UseSupportUnit-SelectSkill.png",
|
||||
"action": "ClickSelf",
|
||||
"roi": [900, 320, 64, 38]
|
||||
},
|
||||
"UseSupportUnit-SelectSkill-3": {
|
||||
"template": "UseSupportUnit-SelectSkill.png",
|
||||
"action": "ClickSelf",
|
||||
"roi": [1010, 320, 70, 38]
|
||||
},
|
||||
"UseSupportUnit-Confirm": {
|
||||
"doc": "识别 <招募助战> 文字并点击",
|
||||
"baseTask": "RecruitSupportConfirm"
|
||||
},
|
||||
"UseSupportUnit-Cancel": {
|
||||
"doc": "若识别到 <招募助战> 文字就点击屏幕下方取消选择",
|
||||
"baseTask": "RecruitSupportConfirm",
|
||||
"action": "ClickRect",
|
||||
"specificRect": [640, 700, 0, 0],
|
||||
"postDelay": 500
|
||||
},
|
||||
"SupportListAnalyzer-Flag": {
|
||||
"doc": "识别每个助战干员栏位底部的 Icon,后续根据相对位置识别其他信息",
|
||||
"template": ["SupportListAnalyzer-Friend.png", "SupportListAnalyzer-NonFriend.png"],
|
||||
@@ -6124,6 +6003,127 @@
|
||||
"roi": [740, 565, 300, 65],
|
||||
"preDelay": 200
|
||||
},
|
||||
"UseSupportUnit-Cancel": {
|
||||
"doc": "若识别到 <招募助战> 文字就点击屏幕下方取消选择",
|
||||
"baseTask": "RecruitSupportConfirm",
|
||||
"action": "ClickRect",
|
||||
"specificRect": [640, 700, 0, 0],
|
||||
"postDelay": 500
|
||||
},
|
||||
"UseSupportUnit-Confirm": {
|
||||
"doc": "识别 <招募助战> 文字并点击",
|
||||
"baseTask": "RecruitSupportConfirm"
|
||||
},
|
||||
"UseSupportUnit-Enter": {
|
||||
"doc": "通过点击编队界面右上角 <助战单位> 文字左边的 Icon 进入助战列表",
|
||||
"roi": [1023, 314, 46, 50],
|
||||
"action": "ClickSelf",
|
||||
"next": ["UseSupportUnit-Enter@NextAfterLoadingText", "UseSupportUnit-InSupportList"]
|
||||
},
|
||||
"UseSupportUnit-InSupportList": {
|
||||
"doc": "通过识别右上角 <更新助战列表> 文字左边的 Icon 或者 冷却倒计时左边的 Icon 判断是否已进入助战列表",
|
||||
"template": ["UseSupportUnit-Refresh", "UseSupportUnit-RefreshCooldown"],
|
||||
"roi": [1096, 12, 61, 52]
|
||||
},
|
||||
"UseSupportUnit-LeaveSupportList": {
|
||||
"doc": "如果已经进入助战列表则点击左上角箭头图标返回编队界面",
|
||||
"algorithm": "JustReturn",
|
||||
"next": ["UseSupportUnit-LeaveSupportList-InSupportList", "Stop"]
|
||||
},
|
||||
"UseSupportUnit-LeaveSupportList-InSupportList": {
|
||||
"baseTask": "UseSupportUnit-InSupportList",
|
||||
"template": ["UseSupportUnit-Refresh", "UseSupportUnit-RefreshCooldown"],
|
||||
"next": ["UseSupportUnit-ReturnButton"]
|
||||
},
|
||||
"UseSupportUnit-MaxSpecLvl-1": {
|
||||
"template": "UseSupportUnit-MaxSpecLvl.png",
|
||||
"roi": [736, 251, 24, 22]
|
||||
},
|
||||
"UseSupportUnit-MaxSpecLvl-2": {
|
||||
"template": "UseSupportUnit-MaxSpecLvl.png",
|
||||
"roi": [851, 251, 24, 22]
|
||||
},
|
||||
"UseSupportUnit-MaxSpecLvl-3": {
|
||||
"template": "UseSupportUnit-MaxSpecLvl.png",
|
||||
"roi": [966, 251, 24, 22]
|
||||
},
|
||||
"UseSupportUnit-Refresh": {
|
||||
"roi": [1096, 12, 61, 52],
|
||||
"preDelay": 500,
|
||||
"action": "ClickSelf",
|
||||
"next": ["UseSupportUnit-Refresh@NextAfterLoadingText", "Stop"]
|
||||
},
|
||||
"UseSupportUnit-RefreshCooldown": {
|
||||
"roi": [1096, 12, 61, 52],
|
||||
"postDelay": 1000,
|
||||
"next": ["UseSupportUnit-RefreshSupportList"]
|
||||
},
|
||||
"UseSupportUnit-RefreshSupportList": {
|
||||
"doc": "更新助战列表,如果识别到冷却倒计时则等待倒计时结束后再点击 <更新助战列表> 按钮",
|
||||
"algorithm": "JustReturn",
|
||||
"next": ["UseSupportUnit-Refresh", "UseSupportUnit-RefreshCooldown"]
|
||||
},
|
||||
"UseSupportUnit-ReturnButton": {
|
||||
"baseTask": "ReturnButton",
|
||||
"template": ["Return.png"],
|
||||
"next": ["UseSupportUnit-LeaveSupportList#next"]
|
||||
},
|
||||
"UseSupportUnit-Role": {
|
||||
"doc": "模版任务: 招募助战干员时选择职业,若当前职业正确则不进行额外操作",
|
||||
"algorithm": "JustReturn",
|
||||
"next": ["UseSupportUnit-RoleSelected", "UseSupportUnit-SelectRole"]
|
||||
},
|
||||
"UseSupportUnit-RoleSelected": {
|
||||
"doc": "模版任务: 招募助战干员时通过深色背景的职业图标判断当前职业是否正确,Ccoeff 应该够用,若出问题可以考虑换为 RGBCount",
|
||||
"template": "empty.png",
|
||||
"roi": [20, 93, 73, 608]
|
||||
},
|
||||
"UseSupportUnit-SelectRole": {
|
||||
"doc": "模版任务: 招募助战干员时通过点击浅色背景的职业图标切换职业",
|
||||
"template": "empty.png",
|
||||
"roi": [20, 93, 73, 608],
|
||||
"action": "ClickSelf",
|
||||
"next": ["UseSupportUnit-Role@NextAfterLoadingText"]
|
||||
},
|
||||
"UseSupportUnit-SelectSkill-1": {
|
||||
"template": "UseSupportUnit-SelectSkill.png",
|
||||
"action": "ClickSelf",
|
||||
"roi": [781, 320, 66, 38]
|
||||
},
|
||||
"UseSupportUnit-SelectSkill-2": {
|
||||
"template": "UseSupportUnit-SelectSkill.png",
|
||||
"action": "ClickSelf",
|
||||
"roi": [900, 320, 64, 38]
|
||||
},
|
||||
"UseSupportUnit-SelectSkill-3": {
|
||||
"template": "UseSupportUnit-SelectSkill.png",
|
||||
"action": "ClickSelf",
|
||||
"roi": [1010, 320, 70, 38]
|
||||
},
|
||||
"UseSupportUnit-SwipeToTheLeft": {
|
||||
"baseTask": "SwipeToTheLeft",
|
||||
"postDelay": 1000
|
||||
},
|
||||
"UseSupportUnit-SwipeToTheRight": {
|
||||
"baseTask": "SwipeToTheRight",
|
||||
"postDelay": 1000
|
||||
},
|
||||
"Caster@UseSupportUnit-RoleSelected": {},
|
||||
"Caster@UseSupportUnit-SelectRole": {},
|
||||
"Medic@UseSupportUnit-RoleSelected": {},
|
||||
"Medic@UseSupportUnit-SelectRole": {},
|
||||
"Pioneer@UseSupportUnit-RoleSelected": {},
|
||||
"Pioneer@UseSupportUnit-SelectRole": {},
|
||||
"Sniper@UseSupportUnit-RoleSelected": {},
|
||||
"Sniper@UseSupportUnit-SelectRole": {},
|
||||
"Special@UseSupportUnit-RoleSelected": {},
|
||||
"Special@UseSupportUnit-SelectRole": {},
|
||||
"Support@UseSupportUnit-RoleSelected": {},
|
||||
"Support@UseSupportUnit-SelectRole": {},
|
||||
"Tank@UseSupportUnit-RoleSelected": {},
|
||||
"Tank@UseSupportUnit-SelectRole": {},
|
||||
"Warrior@UseSupportUnit-RoleSelected": {},
|
||||
"Warrior@UseSupportUnit-SelectRole": {},
|
||||
"Roguelike": {
|
||||
"template": [
|
||||
"Terminal.png",
|
||||
|
||||
@@ -7,5 +7,5 @@
|
||||
"pool": "恶人寥寥",
|
||||
"time": 1730433600
|
||||
},
|
||||
"last_updated": "2024-11-02 15:42:13.614"
|
||||
"last_updated": "2024-11-05 13:42:19.005"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user