Skip to content

Commit

Permalink
feat: 新增活动:飞驰,明日之城
Browse files Browse the repository at this point in the history
  • Loading branch information
Tohkahb committed Jun 27, 2024
1 parent 63a12f3 commit 29283ae
Show file tree
Hide file tree
Showing 7 changed files with 531 additions and 9 deletions.
65 changes: 56 additions & 9 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,42 @@
"name": "关闭游戏",
"entry": "Close1999"
},
{
"name": "活动:飞驰,明日之城 18 艰难",
"entry": "FloorItToTheGoldenCity",
"option": [
"复现次数",
"刷完全部体力",
"吃全部临期糖"
],
"param": {
"EnterTheShow": {
"next": "FloorItToTheGoldenCity"
},
"TargetStageName": {
"text": "18"
},
"StageDifficulty": {
"next": "ActivityStageDifficulty"
}
}
},
{
"name": "当期活动推图",
"entry": "FloorItToTheGoldenCity_StagePromotion",
"option": [
"体力不够自动吃糖"
]
},
{
"name": "局外演绎:黄昏的音序",
"entry": "SeriesOfDusks",
"param": {
"EnterTheShow": {
"next": "OutsideDeduction"
}
}
},
{
"name": "活动:绿湖噩梦 17 艰难(已结束)",
"entry": "ANightmareAtGreenLake",
Expand Down Expand Up @@ -174,15 +210,6 @@
{
"name": "肉鸽:山麓的回音(已结束)",
"entry": "EchoesinInTheMountain"
},
{
"name": "局外演绎:黄昏的音序",
"entry": "SeriesOfDusks",
"param": {
"EnterTheShow": {
"next": "OutsideDeduction"
}
}
}
],
"recognizer": {},
Expand Down Expand Up @@ -733,6 +760,26 @@
}
}
]
},
"体力不够自动吃糖": {
"cases": [
{
"name": "Yes",
"param": {
"StagePromotion_EatCandy": {
"enabled": true
}
}
},
{
"name": "No",
"param": {
"StagePromotion_EatCandy": {
"enabled": false
}
}
}
]
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/resource/base/image/Combat/CantAuto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 72 additions & 0 deletions assets/resource/base/pipeline/activity/FloorItToTheGoldenCity.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"FloorItToTheGoldenCity": {
"next": [
"FloorItToTheGoldenCityEnterTheShow",
"Sub_StartUp"
]
},
"FloorItToTheGoldenCityEnterTheShow": {
"recognition": "TemplateMatch",
"template": "Combat/Activity/FloorItToTheGoldenCityEnterTheShow.png",
"roi": [
920,
144,
244,
146
],
"action": "Click",
"post_wait_freezes": 1,
"next": [
"FloorItToTheGoldenCityMainChapter",
"FloorItToTheGoldenCityEnterTheShow"
]
},
"FloorItToTheGoldenCityMainChapter": {
"recognition": "TemplateMatch",
"template": "Combat/Activity/FloorItToTheGoldenCityMainChapter.png",
"roi": [
988,
571,
281,
144
],
"action": "Click",
"next": "SwipeLeftAndFindStage"
},
"FloorItToTheGoldenCity_StagePromotion": {
"next": [
"FloorItToTheGoldenCityEnterTheShow_StagePromotion",
"Sub_StartUp"
]
},
"FloorItToTheGoldenCityEnterTheShow_StagePromotion": {
"recognition": "TemplateMatch",
"template": "Combat/Activity/FloorItToTheGoldenCityEnterTheShow.png",
"roi": [
920,
144,
244,
146
],
"action": "Click",
"post_wait_freezes": 1,
"next": [
"FloorItToTheGoldenCityMainChapter_StagePromotion",
"FloorItToTheGoldenCityEnterTheShow_StagePromotion"
]
},
"FloorItToTheGoldenCityMainChapter_StagePromotion": {
"recognition": "TemplateMatch",
"template": "Combat/Activity/FloorItToTheGoldenCityMainChapter.png",
"roi": [
988,
571,
281,
144
],
"action": "Click",
"next": [
"StagePromotion_SwipeRightAndFindStage"
]
}
}
Loading

0 comments on commit 29283ae

Please sign in to comment.