Skip to content

Commit

Permalink
fix: 修复魔精bug (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
a16797 authored Nov 21, 2024
1 parent 67a8774 commit d905834
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions assets/resource/base/pipeline/wilderness.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
218,
236
],
"target_offset": [
0,
-30,
0,
0
],
"action": "Click",
"post_wait_freezes": 1,
"next": [
Expand All @@ -70,6 +76,12 @@
221,
232
],
"target_offset": [
0,
-30,
0,
0
],
"action": "Click",
"post_wait_freezes": 1,
"next": [
Expand Down Expand Up @@ -192,6 +204,7 @@
"post_wait_freezes": 100,
"next": [
"CollectProduct",
"AutoAssignCritters",
"EnterProduct"
],
"interrupt": [
Expand All @@ -211,8 +224,7 @@
],
"action": "Click",
"next": [
"CollectProductNext",
"AutoSelectProducts"
"CollectProductNext"
]
},
"CollectProductNext": {
Expand All @@ -224,7 +236,10 @@
406,
220
],
"action": "Click"
"action": "Click",
"next": [
"AutoSelectProducts"
]
},
"AutoSelectProducts": {
"recognition": "OCR",
Expand Down

0 comments on commit d905834

Please sign in to comment.