feat.新增对新关卡LS-6CE-6的支持

This commit is contained in:
MistEO
2022-05-01 22:53:14 +08:00
parent 0d0a78eee2
commit 6e64d760fd
4 changed files with 96 additions and 0 deletions

View File

@@ -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",

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -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" }
};
// “风雪过境” 活动关卡