Skip to content

Commit

Permalink
fix (Notice): "The opponent's rank has changed." in TacticalChallenge
Browse files Browse the repository at this point in the history
  • Loading branch information
Dissectum committed Sep 13, 2023
1 parent 41d37b2 commit cbb8cb0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
16 changes: 14 additions & 2 deletions assets/Resource/Base/pipeline/TacticalChallenge.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
"next": [
"Sub_Wait_NowLoading_Partial",
"Notice_TimedOut_Partial",
"Notice_RankChanged_Partial",
"Notice_Standby_Partial",
"Sub_Click_PassButton",
"Click_ConfirmButton_OnBattleComplete_Partial",
Expand All @@ -166,7 +167,18 @@
"Notice_TimedOut_Partial": {
"recognition": "OCR",
"text": "List refresh timed out.",
"roi": [ 458, 268, 366, 131 ],
"roi": [ 360, 135, 560, 440 ],
"target": [ 537, 467, 204, 69 ],
"action": "Click",
"next": [
"Sub_Wait_NowLoading_Partial",
"Click_RankByTheFront_Partial"
]
},
"Notice_RankChanged_Partial": {
"recognition": "OCR",
"text": "RankChanged",
"roi": [ 360, 135, 560, 440 ],
"target": [ 537, 467, 204, 69 ],
"action": "Click",
"next": [
Expand All @@ -177,7 +189,7 @@
"Notice_Standby_Partial": {
"recognition": "OCR",
"text": "Standby",
"roi": [ 394, 171, 492, 366 ],
"roi": [ 360, 135, 560, 440 ],
"target": [ 531, 431, 217, 71 ],
"action": "Click",
"post_delay": 50000,
Expand Down
9 changes: 8 additions & 1 deletion assets/Resource/EN/pipeline/OCRPartialTasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@
"timedout"
]
},
"Notice_RankChanged_Partial": {
"text": [
"The opponent's rank has changed.",
"rank has changed",
"has changed"
]
},
"Notice_Standby_Partial": {
"text": [
"Standby"
Expand Down Expand Up @@ -95,7 +102,7 @@
]
},


"Sub_Goto_Club_Partial": {
"text": [
"Club Lobby",
Expand Down

0 comments on commit cbb8cb0

Please sign in to comment.