Skip to content

Commit f8160ce

Browse files
fix: 决战概率无法退出添加舰船界面
1 parent 21a6c9b commit f8160ce

1 file changed

Lines changed: 29 additions & 3 deletions

File tree

assets/resource/pipeline/決戰.json

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@
10921092
"target_offset": [
10931093
5,
10941094
0,
1095-
0,
1095+
-10,
10961096
0
10971097
],
10981098
"next": [
@@ -1108,6 +1108,19 @@
11081108
"template": "通用/退出.png",
11091109
"action": "Click",
11101110
"green_mask": true,
1111+
"next": [
1112+
"[JumpBack]重新连接",
1113+
"决战退出添加保险",
1114+
"决战退出添加"
1115+
]
1116+
},
1117+
"决战退出添加保险": {
1118+
"recognition": {
1119+
"type": "TemplateMatch",
1120+
"param": {
1121+
"template": "战斗/开始出征.png"
1122+
}
1123+
},
11111124
"next": [
11121125
"[JumpBack]重新连接",
11131126
"决战切换策略",
@@ -1878,7 +1891,7 @@
18781891
"target_offset": [
18791892
5,
18801893
0,
1881-
0,
1894+
-10,
18821895
0
18831896
],
18841897
"next": [
@@ -1892,6 +1905,19 @@
18921905
"template": "通用/退出.png",
18931906
"action": "Click",
18941907
"green_mask": true,
1908+
"next": [
1909+
"[JumpBack]重新连接",
1910+
"决战退出添加BOSS保险",
1911+
"决战退出添加BOSS"
1912+
]
1913+
},
1914+
"决战退出添加BOSS保险": {
1915+
"recognition": {
1916+
"type": "TemplateMatch",
1917+
"param": {
1918+
"template": "战斗/开始出征.png"
1919+
}
1920+
},
18951921
"next": [
18961922
"[JumpBack]重新连接",
18971923
"决战检查舰船BOSS",
@@ -2646,7 +2672,7 @@
26462672
"target_offset": [
26472673
5,
26482674
0,
2649-
0,
2675+
-10,
26502676
0
26512677
],
26522678
"next": [

0 commit comments

Comments
 (0)