Skip to content

Commit

Permalink
feat: 乌卢鲁运动会复刻 (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tohkahb authored Jul 26, 2024
1 parent 13c3fe2 commit c27a2b2
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 1 deletion.
17 changes: 17 additions & 0 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,23 @@
}
}
},
{
"name": "活动:复兴乌卢鲁运动会 13 艰难(复刻)",
"entry": "RevivalTheUluruGames_Reproduction",
"option": [
"复现次数",
"刷完全部体力",
"吃全部临期糖"
],
"param": {
"TargetStageName": {
"text": "13"
},
"StageDifficulty": {
"next": "ActivityStageDifficulty"
}
}
},
{
"name": "当期活动推图",
"entry": "FloorItToTheGoldenCity_StagePromotion",
Expand Down
42 changes: 41 additions & 1 deletion assets/resource/base/pipeline/activity/RevivalTheUluruGames.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,45 @@
],
"action": "Click",
"next": "SwipeLeftAndFindStage"
},
"RevivalTheUluruGames_Reproduction": {
"next": [
"RevivalTheUluruGames_ReproductionEnterTheShow",
"Sub_StartUp"
]
},
"RevivalTheUluruGames_ReproductionEnterTheShow": {
"recognition": "OCR",
"expected": [
"复兴",
"乌卢鲁",
"运动会"
],
"roi": [
838,
130,
237,
77
],
"action": "Click",
"post_wait_freezes": 1,
"next": [
"RevivalTheUluruGames_ReproductionEnterStory"
]
},
"RevivalTheUluruGames_ReproductionEnterStory": {
"recognition": "OCR",
"expected": [
"步入",
"故事"
],
"roi": [
917,
568,
355,
131
],
"action": "Click",
"next": "SwipeLeftAndFindStage"
}
}
}

0 comments on commit c27a2b2

Please sign in to comment.