Skip to content

Commit

Permalink
feat: 新增支持箱中巡游活动期间吼吼点唱机奖励领取
Browse files Browse the repository at this point in the history
  • Loading branch information
Trust04zh committed Oct 24, 2023
1 parent 70625cd commit 2cf9ead
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion assets/resource/pipeline/awards.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Awards": {
"next": [
"Sub_MailBadge",
"Sub_JukeboxBadge",
"Sub_JukeboxBadge_MysteryBoxCarnival",
"Sub_DailyBadge",
"HomeFlag",
"Sub_ObtainedAwards",
Expand Down Expand Up @@ -165,6 +165,25 @@
"HomeFlag"
]
},
"Sub_JukeboxBadge_MysteryBoxCarnival": {
"is_sub": true,
"recognition": "TemplateMatch",
"template": "Awards/JukeboxBadge.png",
"roi": [
288,
0,
111,
114
],
"action": "Click",
"post_wait_freezes": 1,
"next": [
"Sub_CollectJukeboxExp",
"Sub_JukeboxAwardsBadge",
"Sub_BackButton",
"HomeFlag"
]
},
"Sub_CollectJukeboxExp": {
"is_sub": true,
"recognition": "TemplateMatch",
Expand Down

0 comments on commit 2cf9ead

Please sign in to comment.