mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
feat.新增对新关卡1-7的支持
This commit is contained in:
@@ -13,6 +13,184 @@
|
||||
"StageSNFlag"
|
||||
]
|
||||
},
|
||||
"1-7": {
|
||||
"algorithm": "justreturn",
|
||||
"action": "doNothing",
|
||||
"next": [
|
||||
"StageThemeTo1-7",
|
||||
"StageThemeEpisode3ToEpisode1To1-7",
|
||||
"StageThemeEpisode2ToEpisode1To1-7",
|
||||
"StageThemeEpisode1To1-7",
|
||||
"Stage1-7"
|
||||
]
|
||||
},
|
||||
"StageThemeTo1-7": {
|
||||
"template": "StageTheme.png",
|
||||
"roi": [
|
||||
200,
|
||||
640,
|
||||
300,
|
||||
60
|
||||
],
|
||||
"action": "clickSelf",
|
||||
"next": [
|
||||
"StageThemeChapter3ToChapter2To1-7"
|
||||
]
|
||||
},
|
||||
"StageThemeChapter3ToChapter2To1-7": {
|
||||
"algorithm": "OcrDetect",
|
||||
"action": "clickSelf",
|
||||
"text": [
|
||||
"幻灭"
|
||||
],
|
||||
"roi": [
|
||||
200,
|
||||
120,
|
||||
80,
|
||||
32
|
||||
],
|
||||
"cache": false,
|
||||
"next": [
|
||||
"StageThemeChapter2ToChapter1To1-7"
|
||||
]
|
||||
},
|
||||
"StageThemeChapter2ToChapter1To1-7": {
|
||||
"algorithm": "OcrDetect",
|
||||
"action": "clickSelf",
|
||||
"text": [
|
||||
"觉醒"
|
||||
],
|
||||
"roi": [
|
||||
200,
|
||||
120,
|
||||
80,
|
||||
32
|
||||
],
|
||||
"cache": false,
|
||||
"next": [
|
||||
"StageThemeEpisode3ToEpisode1To1-7",
|
||||
"StageThemeEpisode2ToEpisode1To1-7",
|
||||
"StageThemeEpisode1To1-7"
|
||||
]
|
||||
},
|
||||
"StageThemeEpisode3ToEpisode1To1-7": {
|
||||
"action": "clickSelf",
|
||||
"roi": [
|
||||
250,
|
||||
320,
|
||||
155,
|
||||
200
|
||||
],
|
||||
"cache": false,
|
||||
"next": [
|
||||
"Stage1-7",
|
||||
"SwipeLeftToStage1-7",
|
||||
"SwipeRightToStage1-7",
|
||||
"SwipeRightToStage1-7From1-6"
|
||||
]
|
||||
},
|
||||
"StageThemeEpisode2ToEpisode1To1-7": {
|
||||
"action": "clickSelf",
|
||||
"roi": [
|
||||
480,
|
||||
230,
|
||||
280,
|
||||
300
|
||||
],
|
||||
"cache": false,
|
||||
"next": [
|
||||
"Stage1-7",
|
||||
"SwipeLeftToStage1-7",
|
||||
"SwipeRightToStage1-7",
|
||||
"SwipeRightToStage1-7From1-6"
|
||||
]
|
||||
},
|
||||
"StageThemeEpisode1To1-7": {
|
||||
"action": "clickSelf",
|
||||
"roi": [
|
||||
750,
|
||||
160,
|
||||
400,
|
||||
400
|
||||
],
|
||||
"cache": false,
|
||||
"next": [
|
||||
"Stage1-7",
|
||||
"SwipeLeftToStage1-7",
|
||||
"SwipeRightToStage1-7",
|
||||
"SwipeRightToStage1-7From1-6"
|
||||
]
|
||||
},
|
||||
"SwipeLeftToStage1-7": {
|
||||
"algorithm": "OcrDetect",
|
||||
"action": "swipeToTheLeft",
|
||||
"text": [
|
||||
"1-10"
|
||||
],
|
||||
"cache": false,
|
||||
"roi": [
|
||||
0,
|
||||
120,
|
||||
1080,
|
||||
480
|
||||
],
|
||||
"next": [
|
||||
"Stage1-7",
|
||||
"SwipeLeftToStage1-7"
|
||||
]
|
||||
},
|
||||
"SwipeRightToStage1-7": {
|
||||
"algorithm": "OcrDetect",
|
||||
"action": "swipeToTheRight",
|
||||
"text": [
|
||||
"1-3"
|
||||
],
|
||||
"cache": false,
|
||||
"roi": [
|
||||
0,
|
||||
120,
|
||||
1080,
|
||||
480
|
||||
],
|
||||
"next": [
|
||||
"Stage1-7",
|
||||
"SwipeRightToStage1-7",
|
||||
"SwipeRightToStage1-7From1-6"
|
||||
]
|
||||
},
|
||||
"SwipeRightToStage1-7From1-6": {
|
||||
"algorithm": "OcrDetect",
|
||||
"action": "swipeToTheRight",
|
||||
"text": [
|
||||
"1-6"
|
||||
],
|
||||
"cache": false,
|
||||
"roi": [
|
||||
0,
|
||||
120,
|
||||
1080,
|
||||
480
|
||||
],
|
||||
"next": [
|
||||
"Stage1-7",
|
||||
"SwipeRightToStage1-7",
|
||||
"SwipeRightToStage1-7From1-6"
|
||||
]
|
||||
},
|
||||
"Stage1-7": {
|
||||
"algorithm": "OcrDetect",
|
||||
"action": "clickSelf",
|
||||
"text": [
|
||||
"1-7"
|
||||
],
|
||||
"cache": false,
|
||||
"roi": [
|
||||
0,
|
||||
190,
|
||||
1080,
|
||||
60
|
||||
]
|
||||
},
|
||||
"LS-6": {
|
||||
"algorithm": "justreturn",
|
||||
"action": "doNothing",
|
||||
|
||||
BIN
resource/template/StageTheme.png
Normal file
BIN
resource/template/StageTheme.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
BIN
resource/template/StageThemeEpisode1To1-7.png
Normal file
BIN
resource/template/StageThemeEpisode1To1-7.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 139 KiB |
BIN
resource/template/StageThemeEpisode2ToEpisode1To1-7.png
Normal file
BIN
resource/template/StageThemeEpisode2ToEpisode1To1-7.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 108 KiB |
BIN
resource/template/StageThemeEpisode3ToEpisode1To1-7.png
Normal file
BIN
resource/template/StageThemeEpisode3ToEpisode1To1-7.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
@@ -75,7 +75,8 @@ namespace MeoAsstGui
|
||||
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" }
|
||||
new CombData { Display = "技能-5", Value = "CA-5" },
|
||||
new CombData { Display = "1-7", Value = "1-7" }
|
||||
};
|
||||
// “风雪过境” 活动关卡
|
||||
//StageList.Add(new CombData { Display = "BI-7", Value = "BI-7" });
|
||||
|
||||
Reference in New Issue
Block a user