Skip to content

Commit c18527e

Browse files
fix: SL不进行次数检测会导致500船/50战利品检测失效
1 parent d0d17db commit c18527e

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

assets/resource/pipeline/戰鬥.json

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,25 @@
1515
"post_wait_freezes": 0,
1616
"next": [
1717
"[JumpBack]重新连接",
18+
"战斗次数",
19+
"[JumpBack]活动退出",
20+
"[JumpBack]领取奖励",
21+
"[JumpBack]退出",
22+
"无动作结束"
23+
]
24+
},
25+
"战斗次数": {
26+
"post_wait_freezes": 0,
27+
"next": [
1828
"无限战斗检测",
1929
"无限战斗提示"
2030
]
2131
},
2232
"无限战斗检测": {
2333
"post_wait_freezes": 0,
2434
"next": [
25-
"战斗次数",
26-
"[JumpBack]领取奖励",
27-
"[JumpBack]退出",
28-
"无动作结束"
35+
"检查远征",
36+
"开始导航"
2937
]
3038
},
3139
"无限战斗提示": {
@@ -36,13 +44,6 @@
3644
"无动作结束"
3745
]
3846
},
39-
"战斗次数": {
40-
"post_wait_freezes": 0,
41-
"next": [
42-
"检查远征",
43-
"开始导航"
44-
]
45-
},
4647
"进入关卡": {
4748
"recognition": {
4849
"type": "OCR",
@@ -699,7 +700,8 @@
699700
},
700701
"action": {
701702
"type": "Click"
702-
}
703+
},
704+
"enabled": false
703705
},
704706
"节点1索敌成功": {
705707
"recognition": {

assets/resource/pipeline/通用.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@
250250
},
251251
"next": [
252252
"[JumpBack]重新连接",
253-
"检查远征",
254-
"进入关卡"
253+
"无限战斗检测",
254+
"无限战斗提示"
255255
],
256256
"on_error": [
257257
"战斗SL",

assets/resource/tasks/活动.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,12 @@
3535
581,
3636
254,
3737
75
38-
],
39-
"next": [
40-
"[JumpBack]重新连接",
41-
"战斗次数",
42-
"[JumpBack]活动退出",
43-
"[JumpBack]退出",
44-
"无动作结束"
4538
]
4639
},
47-
"战斗次数": {
40+
"活动退出": {
41+
"enabled": true
42+
},
43+
"无限战斗检测": {
4844
"next": [
4945
"进入关卡"
5046
]
@@ -82,6 +78,7 @@
8278
"pipeline_override": {
8379
"进入活动": {
8480
"next": [
81+
"[JumpBack]重新连接",
8582
"立体强袭开始"
8683
]
8784
}
@@ -98,6 +95,7 @@
9895
"pipeline_override": {
9996
"进入活动": {
10097
"next": [
98+
"[JumpBack]重新连接",
10199
"检查题目"
102100
]
103101
}

0 commit comments

Comments
 (0)