Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 64 additions & 3 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,15 @@
"cases": [
{
"name": "3副本加两轮鬼",
"pipeline_override": {}
"pipeline_override": {
"抓鬼一轮完成": {
"next": [
"[JumpBack]抓鬼一轮完成-再次点击确定",
"抓鬼轮次计算-max",
"捉鬼-结束"
]
}
}
},
{
"name": "3副本",
Expand All @@ -356,6 +364,13 @@
"打开小地图_百晓仙子-50普通-1",
"[JumpBack]打开大地图_69副本"
]
},
"抓鬼一轮完成": {
"next": [
"[JumpBack]抓鬼一轮完成-再次点击确定",
"抓鬼轮次计算-max",
"捉鬼-结束"
]
}
}
}
Expand All @@ -376,7 +391,7 @@
"抓鬼-关闭组队界面": {
"next": [
"抓鬼轮次计算-max",
"抓鬼轮次计算-max-结束"
"捉鬼-结束"
]
}
},
Expand All @@ -391,7 +406,7 @@
"next": [
"[JumpBack]抓鬼一轮完成-再次点击确定",
"抓鬼轮次计算-max",
"抓鬼轮次计算-max-结束"
"捉鬼-结束"
]
}
},
Expand Down Expand Up @@ -457,6 +472,13 @@
"next": [
"115打开小地图_百晓仙子"
]
},
"抓鬼一轮完成": {
"next": [
"[JumpBack]抓鬼一轮完成-再次点击确定",
"抓鬼轮次计算-max",
"捉鬼-结束"
]
}
}
},
Expand All @@ -467,6 +489,13 @@
"next": [
"115返回长安城"
]
},
"抓鬼一轮完成": {
"next": [
"[JumpBack]抓鬼一轮完成-再次点击确定",
"抓鬼轮次计算-max",
"捉鬼-结束"
]
}
}
},
Expand All @@ -477,6 +506,13 @@
"next": [
"115打开小地图-百晓仙子-50普通-1"
]
},
"抓鬼一轮完成": {
"next": [
"[JumpBack]抓鬼一轮完成-再次点击确定",
"抓鬼轮次计算-max",
"捉鬼-结束"
]
}
}
}
Expand Down Expand Up @@ -765,6 +801,11 @@
"expected": [
"第25关"
]
},
"秘境-点击进入战斗前重新确认关卡数": {
"expected": [
"第25关"
]
}
}
},
Expand All @@ -775,6 +816,11 @@
"expected": [
"第24关"
]
},
"秘境-点击进入战斗前重新确认关卡数": {
"expected": [
"第24关"
]
}
}
},
Expand All @@ -785,6 +831,11 @@
"expected": [
"第21关"
]
},
"秘境-点击进入战斗前重新确认关卡数": {
"expected": [
"第21关"
]
}
}
},
Expand All @@ -796,6 +847,11 @@
"expected": [
"第18关"
]
},
"秘境-点击进入战斗前重新确认关卡数": {
"expected": [
"第18关"
]
}
}
},
Expand All @@ -806,6 +862,11 @@
"expected": [
"第60关"
]
},
"秘境-点击进入战斗前重新确认关卡数": {
"expected": [
"第60关"
]
}
}
}
Expand Down
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.
5 changes: 3 additions & 2 deletions assets/resource/base/pipeline/fuben115.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"post_delay": 1000,
"next": [
"115识别位置-长安城-副本",
"[JumpBack]panduan_zhujiemian_ks",
"[JumpBack]打开大地图_69副本"
]
},
Expand Down Expand Up @@ -931,8 +932,8 @@
"action": "Click",
"post_delay": 1500,
"next": [
"日常抓鬼-第一轮",
"[JumpBack]打开大地图_69副本"
"[JumpBack]捉鬼-fuben桥接",
"panduan_zhujiemian"
]
}
}
Loading
Loading