We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b1d65e commit ac068e0Copy full SHA for ac068e0
1 file changed
assets/resource/base/pipeline/ClaimRewards.json
@@ -100,7 +100,7 @@
100
"action": "Click",
101
"post_wait_freezes": 500,
102
"next": [
103
- "ClaimRewardsBattlePassExp",
+ "[JumpBack]ClaimRewardsBattlePassExp",
104
"ClaimRewardsBattlePassBackToPage1"
105
]
106
},
@@ -147,7 +147,8 @@
147
148
149
150
- "ClaimRewardsBattlePassRewards"
+ "[JumpBack]ClaimRewardsBattlePassRewards",
151
+ "ClaimRewardsExit"
152
153
154
"ClaimRewardsBattlePassRewards": {
@@ -171,12 +172,12 @@
171
172
"threshold": 0.8
173
}
174
- "action": "Click",
175
- "next": [
176
- "ClaimRewardsExit"
177
- ]
+ "action": "Click"
178
179
"ClaimRewardsExit": {
180
- "desc": "领取奖励任务出口"
+ "desc": "领取奖励任务出口",
+ "pre_delay": 0,
+ "post_delay": 0,
181
+ "rate_limit": 0
182
183
0 commit comments