Skip to content

Commit

Permalink
perf: ODR (#275)
Browse files Browse the repository at this point in the history
主要对基本所有事件设定特殊的选项,修改了4种节点的优先级,造物选择时优先第二个,以及新增了诊所处的失声天平、造物典契流程,奇巧置换再说
  • Loading branch information
Windsland52 authored Dec 12, 2024
1 parent fd916d7 commit 5c35199
Show file tree
Hide file tree
Showing 8 changed files with 598 additions and 73 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.
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.
39 changes: 37 additions & 2 deletions assets/resource/base/pipeline/activity/outside_deduction.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,9 @@
"SODStart_MediaSelect",
"SOD_ArcanistAdd",
"SODStart_Confirm"
],
"interrupt": [
"SOD_SwipeLeft"
]
},
"SODStart_GoodsSelect": {
Expand All @@ -351,6 +354,9 @@
"SOD_ItemSelect_1",
"SODStart_MediaSelect",
"SOD_ArcanistAdd"
],
"interrupt": [
"SOD_SwipeLeft"
]
},
"Sub_SODStart_GoodsSelect": {
Expand Down Expand Up @@ -393,7 +399,7 @@
},
"SODStart_MediaSelect": {
"recognition": "TemplateMatch",
"template": "OutsideDeduction/SODStart_MediaSelect3.png",
"template": "OutsideDeduction/SODStart_Media_RitualDagger.png",
"roi": [
0,
81,
Expand All @@ -406,6 +412,34 @@
"SODStart_MediaSelect"
]
},
"SOD_SwipeLeft": {
"action": "Swipe",
"begin": [
1020,
630,
100,
55
],
"end": [
450,
630,
100,
55
],
"post_delay": 0,
"next": [
"SOD_Click"
]
},
"SOD_Click": {
"action": "Click",
"target": [
500,
630,
100,
55
]
},
"SOD_ArcanistAdd": {
"recognition": "TemplateMatch",
"template": "OutsideDeduction/SOD_ArcanistAdd.png",
Expand Down Expand Up @@ -2481,7 +2515,8 @@
642,
20,
20
]
],
"post_wait_freezes": 500
},
"SOD_Main": {
"recognition": "TemplateMatch",
Expand Down
Loading

0 comments on commit 5c35199

Please sign in to comment.