Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ feat(interface.json FloorItToTheGoldenCity.json): 修改描述;增加当期活动探索模式推图功能 #143

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"entry": "Psychube"
},
{
"name": "自动深眠(配置一二队后再运行,队列名称默认)",
"name": "自动深眠(先配置一二队以后再运行,上下半队列名称需要分别为「成员队列一」和「成员队列二」)",
"entry": "Limbo"
},
{
Expand Down Expand Up @@ -76,8 +76,15 @@
}
},
{
"name": "当期活动推图",
"entry": "FloorItToTheGoldenCity_StagePromotion",
"name": "当期活动推图(故事模式)",
"entry": "FloorItToTheGoldenCity_StoryMode_StagePromotion",
"option": [
"体力不够自动吃糖"
]
},
{
"name": "当期活动推图(探索模式)",
"entry": "FloorItToTheGoldenCity_ExploreMode_StagePromotion",
"option": [
"体力不够自动吃糖"
]
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 56 additions & 6 deletions assets/resource/base/pipeline/activity/FloorItToTheGoldenCity.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"action": "Click",
"next": "SwipeLeftAndFindStage"
},
"FloorItToTheGoldenCity_StagePromotion": {
"FloorItToTheGoldenCity_StoryMode_StagePromotion": {
"next": [
"FloorItToTheGoldenCityEnterTheShow_StagePromotion",
"FloorItToTheGoldenCityEnterTheShow_StoryMode_StagePromotion",
"Sub_StartUp"
]
},
"FloorItToTheGoldenCityEnterTheShow_StagePromotion": {
"FloorItToTheGoldenCityEnterTheShow_StoryMode_StagePromotion": {
"recognition": "TemplateMatch",
"template": "Combat/Activity/FloorItToTheGoldenCityEnterTheShow.png",
"roi": [
Expand All @@ -51,11 +51,11 @@
"action": "Click",
"post_wait_freezes": 1,
"next": [
"FloorItToTheGoldenCityMainChapter_StagePromotion",
"FloorItToTheGoldenCityEnterTheShow_StagePromotion"
"FloorItToTheGoldenCityMainChapter_StoryMode_StagePromotion",
"FloorItToTheGoldenCityEnterTheShow_StoryMode_StagePromotion"
]
},
"FloorItToTheGoldenCityMainChapter_StagePromotion": {
"FloorItToTheGoldenCityMainChapter_StoryMode_StagePromotion": {
"recognition": "TemplateMatch",
"template": "Combat/Activity/FloorItToTheGoldenCityMainChapter.png",
"roi": [
Expand All @@ -68,5 +68,55 @@
"next": [
"StagePromotion_SwipeRightAndFindStage"
]
},
"FloorItToTheGoldenCity_ExploreMode_StagePromotion": {
"next": [
"FloorItToTheGoldenCityEnterTheShow_ExploreMode_StagePromotion",
"Sub_StartUp"
]
},
"FloorItToTheGoldenCityEnterTheShow_ExploreMode_StagePromotion": {
"recognition": "TemplateMatch",
"template": "Combat/Activity/FloorItToTheGoldenCityEnterTheShow.png",
"roi": [
920,
144,
244,
146
],
"action": "Click",
"post_wait_freezes": 1,
"next": [
"FloorItToTheGoldenCityMainChapter_ExploreMode_StagePromotion",
"FloorItToTheGoldenCityEnterTheShow_ExploreMode_StagePromotion"
]
},
"FloorItToTheGoldenCityMainChapter_ExploreMode_StagePromotion": {
"recognition": "TemplateMatch",
"template": "Combat/Activity/FloorItToTheGoldenCityMainChapter.png",
"roi": [
988,
571,
281,
144
],
"action": "Click",
"next": [
"FloorItToTheGoldenCityChooseExploreMode_StagePromotion"
]
},
"FloorItToTheGoldenCityChooseExploreMode_StagePromotion": {
"recognition": "TemplateMatch",
"template": "Combat/Activity/FloorItToTheGoldenCityChooseExploreMode.png",
"roi": [
30,
240,
196,
70
],
"action": "Click",
"next": [
"StagePromotion_SwipeRightAndFindStage"
]
}
}
Loading