mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
feat.新增对新关卡LS-6、CE-6的支持
This commit is contained in:
@@ -12,6 +12,53 @@
|
||||
"OfflineConfirm"
|
||||
]
|
||||
},
|
||||
"LS-6": {
|
||||
"algorithm": "justreturn",
|
||||
"action": "doNothing",
|
||||
"next": [
|
||||
"StageResourceToLS6",
|
||||
"StageLSToStageLS6",
|
||||
"StageLS6"
|
||||
]
|
||||
},
|
||||
"StageResourceToLS6": {
|
||||
"template": "StageResource.png",
|
||||
"roi": [
|
||||
640,
|
||||
640,
|
||||
300,
|
||||
60
|
||||
],
|
||||
"action": "clickSelf",
|
||||
"next": [
|
||||
"SwipeToStageLS6"
|
||||
]
|
||||
},
|
||||
"SwipeToStageLS6": {
|
||||
"algorithm": "justReturn",
|
||||
"action": "swipeToTheLeft",
|
||||
"next": [
|
||||
"StageLSToStageLS6"
|
||||
]
|
||||
},
|
||||
"StageLSToStageLS6": {
|
||||
"template": "StageLS.png",
|
||||
"action": "clickSelf",
|
||||
"cache": false,
|
||||
"next": [
|
||||
"StageLS6"
|
||||
]
|
||||
},
|
||||
"StageLS6": {
|
||||
"action": "clickSelf",
|
||||
"cache": false,
|
||||
"roi": [
|
||||
923,
|
||||
102,
|
||||
259,
|
||||
136
|
||||
]
|
||||
},
|
||||
"LS-5": {
|
||||
"algorithm": "justreturn",
|
||||
"action": "doNothing",
|
||||
@@ -274,6 +321,53 @@
|
||||
220
|
||||
]
|
||||
},
|
||||
"CE-6": {
|
||||
"algorithm": "justreturn",
|
||||
"action": "doNothing",
|
||||
"next": [
|
||||
"StageResourceToCE6",
|
||||
"StageCE",
|
||||
"StageCE6"
|
||||
]
|
||||
},
|
||||
"StageResourceToCE6": {
|
||||
"template": "StageResource.png",
|
||||
"roi": [
|
||||
640,
|
||||
640,
|
||||
300,
|
||||
60
|
||||
],
|
||||
"action": "clickSelf",
|
||||
"next": [
|
||||
"SwipeToStageCE6"
|
||||
]
|
||||
},
|
||||
"SwipeToStageCE6": {
|
||||
"algorithm": "justReturn",
|
||||
"action": "swipeToTheLeft",
|
||||
"next": [
|
||||
"StageCEToCE6"
|
||||
]
|
||||
},
|
||||
"StageCEToCE6": {
|
||||
"template": "StageCE.png",
|
||||
"action": "clickSelf",
|
||||
"cache": false,
|
||||
"next": [
|
||||
"StageCE6"
|
||||
]
|
||||
},
|
||||
"StageCE6": {
|
||||
"action": "clickSelf",
|
||||
"cache": false,
|
||||
"roi": [
|
||||
936,
|
||||
101,
|
||||
243,
|
||||
143
|
||||
]
|
||||
},
|
||||
"CE-5": {
|
||||
"algorithm": "justreturn",
|
||||
"action": "doNothing",
|
||||
|
||||
BIN
resource/template/StageCE6.png
Normal file
BIN
resource/template/StageCE6.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
resource/template/StageLS6.png
Normal file
BIN
resource/template/StageLS6.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
@@ -71,8 +71,10 @@ namespace MeoAsstGui
|
||||
new CombData { Display = "上次作战", Value = "LastBattle" },
|
||||
new CombData { Display = "剿灭作战", Value = "Annihilation" },
|
||||
new CombData { Display = "龙门币-5", Value = "CE-5" },
|
||||
new CombData { Display = "龙门币-6", Value = "CE-6" },
|
||||
new CombData { Display = "红票-5", Value = "AP-5" },
|
||||
new CombData { Display = "经验-5", Value = "LS-5" },
|
||||
new CombData { Display = "经验-6", Value = "LS-6" },
|
||||
new CombData { Display = "技能-5", Value = "CA-5" }
|
||||
};
|
||||
// “风雪过境” 活动关卡
|
||||
|
||||
Reference in New Issue
Block a user