Skip to content

Commit

Permalink
fix: 修复家园远征有时没点到的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Sep 26, 2023
1 parent aa8e843 commit 5cea4cd
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions assets/resource/pipeline/story_sweep.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"inverse": true,
"next": [
"Sub_SwitchToFragmentPage",
"RandomStorySweep",
"SelectFirstStorySweep",
"NoIdleStorySweep"
]
},
Expand All @@ -180,7 +180,7 @@
"MaterialNoCompleted"
]
},
"RandomStorySweep": {
"SelectFirstStorySweep": {
"recognition": "OCR",
"text": [
"开始远征"
Expand All @@ -195,7 +195,8 @@
"next": [
"StorySweepOneClickDispatch",
"StartStorySweep",
"NoIdleStorySweep"
"NoIdleStorySweep",
"SelectFirstStorySweep"
]
},
"NoIdleStorySweep": {
Expand Down Expand Up @@ -224,8 +225,9 @@
40
],
"duration": 1000,
"post_wait_freezes": 200,
"next": [
"RandomStorySweep",
"SelectFirstStorySweep",
"StorySweepOneClickDispatch",
"StartStorySweep",
"NoIdleStorySweep"
Expand Down Expand Up @@ -266,7 +268,7 @@
]
},
"next": [
"RandomStorySweep",
"SelectFirstStorySweep",
"StorySweepNotEnoughNumberOfLevels",
"StorySweepNotEnoughAP",
"StorySweepConsumptionLimit",
Expand Down Expand Up @@ -320,7 +322,7 @@
"action": "Click",
"next": [
"StartStorySweep",
"RandomStorySweep",
"SelectFirstStorySweep",
"StorySweepConsumptionLimit",
"StorySweepOneClickDispatch",
"NoIdleStorySweep"
Expand Down

0 comments on commit 5cea4cd

Please sign in to comment.