Skip to content

Commit

Permalink
add new ui support.
Browse files Browse the repository at this point in the history
  • Loading branch information
hxdnshx committed Oct 31, 2023
1 parent 0c87e38 commit 0ee5363
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 11 deletions.
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.
30 changes: 23 additions & 7 deletions assets/resource/pipeline/daily.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"ThreadLuxcavationBattle":{
"next": [
"PartySelectBtn",
"PartyHelpBtn",
"Sub_LvLSelBattleBtn",
"Sub_ThreadBattleBtn",
"Sub_ThreadLuxcavationBtn",
Expand Down Expand Up @@ -116,7 +117,8 @@
],
"action": "Click",
"next": [
"PartySelectBtn"
"PartySelectBtn",
"PartyHelpBtn"
]
},
"LuxcavationEnter": {
Expand All @@ -127,7 +129,8 @@
],
"action": "Click",
"next": [
"PartySelectBtn"
"PartySelectBtn",
"PartyHelpBtn"
]
},
"PartySelectBtn": {
Expand All @@ -141,6 +144,18 @@
"BattleLoop"
]
},
"PartyHelpBtn": {
"recognition": "TemplateMatch",
"template": "limbus_template/daily/PartyHelp.png",
"roi": [
0, 0, 264, 163
],
"action": "Click",
"target": [65, 28, 63, 35],
"next": [
"PartySelectBtn"
]
},
"BattleLoop": {
"next": [
"BattleStart",
Expand All @@ -151,7 +166,7 @@
"AbnormalEventSkip",
"EndBattleConfirm"
],
"timeout": 60000
"timeout": 80000
},
"WinRateAuto": {
"pre_wait_freezes": 1500,
Expand Down Expand Up @@ -243,10 +258,11 @@
{
"pre_wait_freezes": 1500,
"recognition": "TemplateMatch",
"template": "limbus_template/daily/Confirm.png",
"roi": [
1015,511,265,150
],
"template": [
"limbus_template/daily/Confirm.png",
"limbus_template/daily/Confirm2.png"],
"roi": [[1015,511,265,150],
[968, 472, 160, 181]],
"action": "Click"
}

Expand Down
8 changes: 4 additions & 4 deletions assets/resource/pipeline/limubs_startup.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@
"is_sub": true,
"pre_wait_freezes": 500,
"recognition": "TemplateMatch",
"template": "limbus_template/daily/Confirm.png",
"roi": [
1015,511,265,150
],
"template": ["limbus_template/daily/Confirm.png",
"limbus_template/daily/Confirm2.png"],
"roi": [[1015,511,265,150],
[968, 472, 160, 181]],
"action": "Click"
},
"Sub_BattleSetting":
Expand Down

0 comments on commit 0ee5363

Please sign in to comment.