mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-28 05:29:52 +08:00
v.3.6版本 全自动枫丹地脉花 20250818 (#1627)
* v.3.6版本 全自动枫丹地脉花 20250818 ### v.3.6版本:20250818 - **新功能**: - **优化**: 1. 领取地脉过程,优化在死亡或低血量时自动到神像回血时的异常处理。 2. 优化线路2和线路6特殊的战斗地点。 3. 加入游泳检测,检测到游泳状态返回战斗失败后,最多重试2次。 4. 48.0版本后,可选激活BGI本体的自动吃药。 -在“实时触发->自动吃药”中设置检测间隔,和吃药间隔。(建议默认就可以) -目前只支持回血和复活药功能(佩戴营养袋,JS配置中勾选“启用吃药检测”才能启用,默认关闭)。 -BUff类食物目前不稳定,本JS暂不支持BUff类食物 5. 优化相关LOG和设置中的显示。 * 注释掉没有的参数 注释掉没有的参数
This commit is contained in:
@@ -26,6 +26,20 @@
|
||||
|
||||
## 三、更新说明
|
||||
|
||||
### v.3.6版本:20250818
|
||||
|
||||
- **新功能**:
|
||||
|
||||
- **优化**:
|
||||
1. 领取地脉过程,优化在死亡或低血量时自动到神像回血时的异常处理。
|
||||
2. 优化线路2和线路6特殊的战斗地点。
|
||||
3. 加入游泳检测,检测到游泳状态返回战斗失败后,最多重试2次。
|
||||
4. 48.0版本后,可选激活BGI本体的自动吃药。
|
||||
-在“实时触发->自动吃药”中设置检测间隔,和吃药间隔。(建议默认就可以)
|
||||
-目前只支持回血和复活药功能(佩戴营养袋,JS配置中勾选“启用吃药检测”才能启用,默认关闭)。
|
||||
-BUff类食物目前不稳定,本JS暂不支持BUff类食物
|
||||
5. 优化相关LOG和设置中的显示。
|
||||
|
||||
### v.3.5版本:20250809
|
||||
|
||||
- **新功能**:
|
||||
|
||||
@@ -1,33 +1,33 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线1厄里那斯-1:厄里那斯神像下1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4749.5869140625,
|
||||
"y": 2636.20751953125,
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4758.18505859375,
|
||||
"y": 2611.123291015625,
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4760.80029296875,
|
||||
"y": 2574.517578125,
|
||||
"move_mode": "dash",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线1厄里那斯-1:厄里那斯神像下1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4749.5869140625,
|
||||
"y": 2636.20751953125,
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4758.18505859375,
|
||||
"y": 2611.123291015625,
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4760.80029296875,
|
||||
"y": 2574.517578125,
|
||||
"move_mode": "dash",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线1厄里那斯-1:厄里那斯神像下2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4761.7,
|
||||
"y": 2572,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线1厄里那斯-1:厄里那斯神像下2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4761.7,
|
||||
"y": 2572,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,37 +1,37 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线1 厄里那斯-点2:厄里那斯神像右下1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4689.61181640625,
|
||||
"y": 2429.431884765625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4631.0048828125,
|
||||
"y": 2468.979736328125,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4653.67138671875,
|
||||
"y": 2531.894287109375,
|
||||
"move_mode": "dash",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线1 厄里那斯-点2:厄里那斯神像右下1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4689.61181640625,
|
||||
"y": 2429.431884765625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4631.0048828125,
|
||||
"y": 2468.979736328125,
|
||||
"action": "",
|
||||
"move_mode": "fly",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4653.67138671875,
|
||||
"y": 2531.894287109375,
|
||||
"move_mode": "dash",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线1 厄里那斯-点2:厄里那斯神像右下2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4652.3,
|
||||
"y": 2531.6,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线1 厄里那斯-点2:厄里那斯神像右下2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4652.3,
|
||||
"y": 2531.6,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,55 +1,55 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线1 厄里那斯-点3:厄里那斯神像右下*1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4689.56884765625,
|
||||
"y": 2429.328857421875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4664.06201171875,
|
||||
"y": 2408.484619140625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4628.40234375,
|
||||
"y": 2418.338623046875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4585.56103515625,
|
||||
"y": 2438.055908203125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4568.48828125,
|
||||
"y": 2433.225341796875,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线1 厄里那斯-点3:厄里那斯神像右下*1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4689.56884765625,
|
||||
"y": 2429.328857421875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4664.06201171875,
|
||||
"y": 2408.484619140625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4628.40234375,
|
||||
"y": 2418.338623046875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4585.56103515625,
|
||||
"y": 2438.055908203125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4568.48828125,
|
||||
"y": 2433.225341796875,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线1 厄里那斯-点3:厄里那斯神像右下*2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4568.48828125,
|
||||
"y": 2433.225341796875,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线1 厄里那斯-点3:厄里那斯神像右下*2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4568.48828125,
|
||||
"y": 2433.225341796875,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,55 +1,55 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线1 厄里那斯-点4:厄里那斯神像右下下下1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4689.5751953125,
|
||||
"y": 2429.39599609375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4674.1884765625,
|
||||
"y": 2418.41552734375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4626.88916015625,
|
||||
"y": 2356.658935546875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4569.60888671875,
|
||||
"y": 2349.85302734375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4553.5107421875,
|
||||
"y": 2358.491943359375,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线1 厄里那斯-点4:厄里那斯神像右下下下1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4689.5751953125,
|
||||
"y": 2429.39599609375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4674.1884765625,
|
||||
"y": 2418.41552734375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4626.88916015625,
|
||||
"y": 2356.658935546875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4569.60888671875,
|
||||
"y": 2349.85302734375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4553.5107421875,
|
||||
"y": 2358.491943359375,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线1 厄里那斯-点4:厄里那斯神像右下下下2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4552.86376953125,
|
||||
"y": 2357.971435546875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线1 厄里那斯-点4:厄里那斯神像右下下下2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4552.86376953125,
|
||||
"y": 2357.971435546875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,55 +1,55 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线1 厄里那斯-点5:厄里那斯神像下下下下1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4626.09619140625,
|
||||
"y": 2182.30126953125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4628.6923828125,
|
||||
"y": 2191.432373046875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4610.0830078125,
|
||||
"y": 2236.067138671875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4609.7587890625,
|
||||
"y": 2299.192138671875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4607.455078125,
|
||||
"y": 2316.584716796875,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线1 厄里那斯-点5:厄里那斯神像下下下下1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4626.09619140625,
|
||||
"y": 2182.30126953125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4628.6923828125,
|
||||
"y": 2191.432373046875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4610.0830078125,
|
||||
"y": 2236.067138671875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4609.7587890625,
|
||||
"y": 2299.192138671875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4607.455078125,
|
||||
"y": 2316.584716796875,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线1 厄里那斯-点5:厄里那斯神像下下下下2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4607.455078125,
|
||||
"y": 2316.584716796875,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线1 厄里那斯-点5:厄里那斯神像下下下下2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4607.455078125,
|
||||
"y": 2316.584716796875,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,33 +1,33 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线1 厄里那斯-点6:厄里那斯神像下下下1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4689.5,
|
||||
"y": 2429.552978515625,
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4700.13818359375,
|
||||
"y": 2393.348876953125,
|
||||
"move_mode": "dash",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4700.13818359375,
|
||||
"y": 2393.348876953125,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线1 厄里那斯-点6:厄里那斯神像下下下1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4689.5,
|
||||
"y": 2429.552978515625,
|
||||
"move_mode": "walk",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4700.13818359375,
|
||||
"y": 2393.348876953125,
|
||||
"move_mode": "dash",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4700.13818359375,
|
||||
"y": 2393.348876953125,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线1 厄里那斯-点6:厄里那斯神像下下下2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4699.83544921875,
|
||||
"y": 2393.139404296875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线1 厄里那斯-点6:厄里那斯神像下下下2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4699.83544921875,
|
||||
"y": 2393.139404296875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,37 +1,37 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线2 秋分山-1:秋分山左下-1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 4146.91162109375,
|
||||
"y": 2606.272705078125,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4191.60693359375,
|
||||
"y": 2522.24609375,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4183.26953125,
|
||||
"y": 2502.36962890625,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线2 秋分山-1:秋分山左下-1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 4146.91162109375,
|
||||
"y": 2606.272705078125,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4191.60693359375,
|
||||
"y": 2522.24609375,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4183.26953125,
|
||||
"y": 2502.36962890625,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线2 秋分山-1:秋分山左下-2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4183.26953125,
|
||||
"y": 2502.36962890625,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线2 秋分山-1:秋分山左下-2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4183.26953125,
|
||||
"y": 2502.36962890625,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,55 +1,55 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线2 秋分山-1:秋分山左下1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4146.6904296875,
|
||||
"y": 2606.247802734375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4157.88671875,
|
||||
"y": 2579.28125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4150.46337890625,
|
||||
"y": 2530.249267578125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4180.84326171875,
|
||||
"y": 2450.04736328125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4190.03271484375,
|
||||
"y": 2426.40625,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线2 秋分山-1:秋分山左下1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4146.6904296875,
|
||||
"y": 2606.247802734375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4157.88671875,
|
||||
"y": 2579.28125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4150.46337890625,
|
||||
"y": 2530.249267578125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4180.84326171875,
|
||||
"y": 2450.04736328125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4190.03271484375,
|
||||
"y": 2426.40625,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线2 秋分山-1:秋分山左下2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4189.6376953125,
|
||||
"y": 2426.829345703125,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线2 秋分山-1:秋分山左下2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4189.6376953125,
|
||||
"y": 2426.829345703125,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,64 +1,64 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线2 秋分山-2:秋分山左下下1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4375.5,
|
||||
"y": 2280.045654296875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4334.42236328125,
|
||||
"y": 2337.5732421875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4327.21728515625,
|
||||
"y": 2345.842529296875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4280.197265625,
|
||||
"y": 2342.5048828125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4264.15869140625,
|
||||
"y": 2357.422119140625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4246.28271484375,
|
||||
"y": 2374.04833984375,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线2 秋分山-2:秋分山左下下1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4375.5,
|
||||
"y": 2280.045654296875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4334.42236328125,
|
||||
"y": 2337.5732421875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4327.21728515625,
|
||||
"y": 2345.842529296875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4280.197265625,
|
||||
"y": 2342.5048828125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 4264.15869140625,
|
||||
"y": 2357.422119140625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": 4246.28271484375,
|
||||
"y": 2374.04833984375,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线2 秋分山-2:秋分山左下下2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4246.28271484375,
|
||||
"y": 2374.04833984375,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线2 秋分山-2:秋分山左下下2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4246.28271484375,
|
||||
"y": 2374.04833984375,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,46 +1,46 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线2 秋分山-3:秋分山左下下下1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4375.373046875,
|
||||
"y": 2281.0244140625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4383.6611328125,
|
||||
"y": 2268.129638671875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4318.09765625,
|
||||
"y": 2235.657958984375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4299.75146484375,
|
||||
"y": 2232.588134765625,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线2 秋分山-3:秋分山左下下下1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4375.373046875,
|
||||
"y": 2281.0244140625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4383.6611328125,
|
||||
"y": 2268.129638671875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4318.09765625,
|
||||
"y": 2235.657958984375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4299.75146484375,
|
||||
"y": 2232.588134765625,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线2 秋分山-3:秋分山左下下下2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4299.75146484375,
|
||||
"y": 2232.588134765625,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线2 秋分山-3:秋分山左下下下2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4299.75146484375,
|
||||
"y": 2232.588134765625,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,37 +1,37 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线2 秋分山-4:秋分山左左下下1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4402.902,
|
||||
"y": 2297,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4394.3154296875,
|
||||
"y": 2257.97900390625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4402.5263671875,
|
||||
"y": 2253.2724609375,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线2 秋分山-4:秋分山左左下下1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4402.902,
|
||||
"y": 2297,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4394.3154296875,
|
||||
"y": 2257.97900390625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4402.5263671875,
|
||||
"y": 2253.2724609375,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线2 秋分山-4:秋分山左左下下2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4403.7,
|
||||
"y": 2251.7,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线2 秋分山-4:秋分山左左下下2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4403.7,
|
||||
"y": 2251.7,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,42 +1,42 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线2 秋分山-4:秋分山左左下下1-线路修复",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4394.3154296875,
|
||||
"y": 2257.97900390625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4402.5263671875,
|
||||
"y": 2253.2724609375,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4402.5263671875,
|
||||
"y": 2253.2724609375,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4402.5263671875,
|
||||
"y": 2253.2724609375,
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线2 秋分山-4:秋分山左左下下1-线路修复",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4394.3154296875,
|
||||
"y": 2257.97900390625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4402.5263671875,
|
||||
"y": 2253.2724609375,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4402.5263671875,
|
||||
"y": 2253.2724609375,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4402.5263671875,
|
||||
"y": 2253.2724609375,
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线2 秋分山西侧锚点左下-5:秋分山左左下下_特殊处理",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4393.71826171875,
|
||||
"y": 2265.736083984375,
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线2 秋分山西侧锚点左下-5:秋分山左左下下_特殊处理",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4391.922,
|
||||
"y": 2260.0286,
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,37 +1,37 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线3 秋分山西侧锚点-1:锚点右1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4146.68408203125,
|
||||
"y": 2606.22607421875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4116.20751953125,
|
||||
"y": 2592.000732421875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4098.6328125,
|
||||
"y": 2584.1611328125,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线3 秋分山西侧锚点-1:锚点右1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4146.68408203125,
|
||||
"y": 2606.22607421875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4116.20751953125,
|
||||
"y": 2592.000732421875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4098.6328125,
|
||||
"y": 2584.1611328125,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线3 秋分山西侧锚点-1:锚点右2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4098.2,
|
||||
"y": 2585.1,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线3 秋分山西侧锚点-1:锚点右2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4098.2,
|
||||
"y": 2585.1,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,37 +1,37 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线3 秋分山西侧锚点-2:锚点右右1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4146.779296875,
|
||||
"y": 2606.25390625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4091.37109375,
|
||||
"y": 2573.86328125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4063.5205078125,
|
||||
"y": 2564.291259765625,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线3 秋分山西侧锚点-2:锚点右右1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4146.779296875,
|
||||
"y": 2606.25390625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4091.37109375,
|
||||
"y": 2573.86328125,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4063.5205078125,
|
||||
"y": 2564.291259765625,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线3 秋分山西侧锚点-2:锚点右右2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4063.5205078125,
|
||||
"y": 2564.291259765625,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线3 秋分山西侧锚点-2:锚点右右2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4063.5205078125,
|
||||
"y": 2564.291259765625,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,46 +1,46 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线3 秋分山西侧锚点-3:锚点右右右1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3917.2880859375,
|
||||
"y": 2576.434814453125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3922.8388671875,
|
||||
"y": 2562.638427734375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3986.65234375,
|
||||
"y": 2599.51123046875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3999.6552734375,
|
||||
"y": 2613.181640625,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线3 秋分山西侧锚点-3:锚点右右右1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3917.2880859375,
|
||||
"y": 2576.434814453125,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3922.8388671875,
|
||||
"y": 2562.638427734375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3986.65234375,
|
||||
"y": 2599.51123046875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3999.6552734375,
|
||||
"y": 2613.181640625,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,26 +1,26 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线3 秋分山西侧锚点-3:锚点右右右2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3999.6552734375,
|
||||
"y": 2613.181640625,
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3999.2,
|
||||
"y": 2613.8,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线3 秋分山西侧锚点-3:锚点右右右2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3999.6552734375,
|
||||
"y": 2613.181640625,
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3999.2,
|
||||
"y": 2613.8,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,46 +1,46 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线3 秋分山西侧锚点-4:东侧锚点上1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 3917.2783203125,
|
||||
"y": 2576.334716796875,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3917.228515625,
|
||||
"y": 2573.301025390625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3907.2451171875,
|
||||
"y": 2607.017333984375,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3921.345703125,
|
||||
"y": 2617.813232421875,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线3 秋分山西侧锚点-4:东侧锚点上1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 3917.2783203125,
|
||||
"y": 2576.334716796875,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3917.228515625,
|
||||
"y": 2573.301025390625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3907.2451171875,
|
||||
"y": 2607.017333984375,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "stop_flying",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3921.345703125,
|
||||
"y": 2617.813232421875,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线3 秋分山西侧锚点-4:东侧锚点上2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3921.345703125,
|
||||
"y": 2617.813232421875,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线3 秋分山西侧锚点-4:东侧锚点上2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3921.345703125,
|
||||
"y": 2617.813232421875,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,55 +1,55 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线4 柔灯港上锚点-1:锚点左上1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&茶包LCB",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 2873.544921875,
|
||||
"y": 3512.03515625,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 2890.5087890625,
|
||||
"y": 3532.46435546875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 2904.51171875,
|
||||
"y": 3545.618896484375,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 2929.8173828125,
|
||||
"y": 3563.57470703125,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 2932.47265625,
|
||||
"y": 3583.896728515625,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线4 柔灯港上锚点-1:锚点左上1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&茶包LCB",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 2873.544921875,
|
||||
"y": 3512.03515625,
|
||||
"type": "teleport",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 2890.5087890625,
|
||||
"y": 3532.46435546875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 2904.51171875,
|
||||
"y": 3545.618896484375,
|
||||
"type": "path",
|
||||
"move_mode": "climb",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 2929.8173828125,
|
||||
"y": 3563.57470703125,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 2932.47265625,
|
||||
"y": 3583.896728515625,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线4 柔灯港上锚点-1:锚点左上2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 2932.47265625,
|
||||
"y": 3583.896728515625,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线4 柔灯港上锚点-1:锚点左上2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 2932.47265625,
|
||||
"y": 3583.896728515625,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,55 +1,55 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线4 柔灯港上锚点-2:锚点左上+1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&茶包LCB",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3032.662109375,
|
||||
"y": 3732.420166015625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3019.8095703125,
|
||||
"y": 3712.950927734375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3015.82421875,
|
||||
"y": 3665.193115234375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3010.951171875,
|
||||
"y": 3624.05029296875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3008.40234375,
|
||||
"y": 3602.593017578125,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线4 柔灯港上锚点-2:锚点左上+1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&茶包LCB",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3032.662109375,
|
||||
"y": 3732.420166015625,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3019.8095703125,
|
||||
"y": 3712.950927734375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3015.82421875,
|
||||
"y": 3665.193115234375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "target"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3010.951171875,
|
||||
"y": 3624.05029296875,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3008.40234375,
|
||||
"y": 3602.593017578125,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线4 柔灯港上锚点-2:锚点左上+2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3008.40234375,
|
||||
"y": 3602.593017578125,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线4 柔灯港上锚点-2:锚点左上+2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3008.40234375,
|
||||
"y": 3602.593017578125,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,55 +1,55 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线4 柔灯港上锚点-3:锚点左左上1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&茶包LCB",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 3032.6708984375,
|
||||
"y": 3732.432861328125,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3045.591796875,
|
||||
"y": 3710.537841796875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3039.93359375,
|
||||
"y": 3671.215576171875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3055.349609375,
|
||||
"y": 3641.24462890625,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3077.185546875,
|
||||
"y": 3602.835693359375,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线4 柔灯港上锚点-3:锚点左左上1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&茶包LCB",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 3032.6708984375,
|
||||
"y": 3732.432861328125,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3045.591796875,
|
||||
"y": 3710.537841796875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3039.93359375,
|
||||
"y": 3671.215576171875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3055.349609375,
|
||||
"y": 3641.24462890625,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3077.185546875,
|
||||
"y": 3602.835693359375,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,29 +1,29 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线4 柔灯港上锚点-3:锚点左左上2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3077.185546875,
|
||||
"y": 3602.835693359375,
|
||||
"type": "path",
|
||||
"move_mode": "walk"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3077,
|
||||
"y": 3602.2,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线4 柔灯港上锚点-3:锚点左左上2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3077.185546875,
|
||||
"y": 3602.835693359375,
|
||||
"type": "path",
|
||||
"move_mode": "walk"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3077,
|
||||
"y": 3602.2,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,49 +1,49 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线4 柔灯港上锚点-4:锚点左上++1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&茶包LCB",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 3032.677734375,
|
||||
"y": 3732.448486328125,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3038.5537109375,
|
||||
"y": 3718.4228515625,
|
||||
"type": "path",
|
||||
"move_mode": "walk"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3067.19921875,
|
||||
"y": 3698.43212890625,
|
||||
"type": "target",
|
||||
"move_mode": "dash"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3079.7314453125,
|
||||
"y": 3675.759765625,
|
||||
"type": "path",
|
||||
"move_mode": "dash"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3091.7978515625,
|
||||
"y": 3654.750732421875,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线4 柔灯港上锚点-4:锚点左上++1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&茶包LCB",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 3032.677734375,
|
||||
"y": 3732.448486328125,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3038.5537109375,
|
||||
"y": 3718.4228515625,
|
||||
"type": "path",
|
||||
"move_mode": "walk"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 3067.19921875,
|
||||
"y": 3698.43212890625,
|
||||
"type": "target",
|
||||
"move_mode": "dash"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 3079.7314453125,
|
||||
"y": 3675.759765625,
|
||||
"type": "path",
|
||||
"move_mode": "dash"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 3091.7978515625,
|
||||
"y": 3654.750732421875,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,26 +1,26 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线4 柔灯港上锚点-4:锚点左上++2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3091.7978515625,
|
||||
"y": 3654.750732421875,
|
||||
"type": "path",
|
||||
"move_mode": "walk"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3092.3,
|
||||
"y": 3654.3,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线4 柔灯港上锚点-4:锚点左上++2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 3091.7978515625,
|
||||
"y": 3654.750732421875,
|
||||
"type": "path",
|
||||
"move_mode": "walk"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 3092.3,
|
||||
"y": 3654.3,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,46 +1,46 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线5 新枫丹科学院左锚点-1:锚点左上1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&茶包LCB",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 4498.1845703125,
|
||||
"y": 4710.78857421875,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4496.67333984375,
|
||||
"y": 4741.02978515625,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4539.94189453125,
|
||||
"y": 4771.01220703125,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4556.0986328125,
|
||||
"y": 4762.41748046875,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线5 新枫丹科学院左锚点-1:锚点左上1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&茶包LCB",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 4498.1845703125,
|
||||
"y": 4710.78857421875,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4496.67333984375,
|
||||
"y": 4741.02978515625,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4539.94189453125,
|
||||
"y": 4771.01220703125,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4556.0986328125,
|
||||
"y": 4762.41748046875,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线5 新枫丹科学院左锚点-1:锚点左上2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4556.0986328125,
|
||||
"y": 4762.41748046875,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线5 新枫丹科学院左锚点-1:锚点左上2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4556.0986328125,
|
||||
"y": 4762.41748046875,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,46 +1,46 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线5 新枫丹科学院左锚点-2:锚点上1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&茶包LCB",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 4498.14990234375,
|
||||
"y": 4710.7763671875,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4494.0791015625,
|
||||
"y": 4762.04150390625,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4499.02392578125,
|
||||
"y": 4825.24072265625,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4517.81201171875,
|
||||
"y": 4866.47802734375,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线5 新枫丹科学院左锚点-2:锚点上1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&茶包LCB",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 4498.14990234375,
|
||||
"y": 4710.7763671875,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4494.0791015625,
|
||||
"y": 4762.04150390625,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4499.02392578125,
|
||||
"y": 4825.24072265625,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4517.81201171875,
|
||||
"y": 4866.47802734375,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线5 新枫丹科学院左锚点-2:锚点上2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4517.81201171875,
|
||||
"y": 4866.47802734375,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线5 新枫丹科学院左锚点-2:锚点上2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4517.81201171875,
|
||||
"y": 4866.47802734375,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,37 +1,37 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线5 新枫丹科学院左锚点-3:科学院左上锚点1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&茶包LCB",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4624.357421875,
|
||||
"y": 4951.77880859375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4607.47216796875,
|
||||
"y": 4925.97412109375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4578.63134765625,
|
||||
"y": 4913.2822265625,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线5 新枫丹科学院左锚点-3:科学院左上锚点1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&茶包LCB",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4624.357421875,
|
||||
"y": 4951.77880859375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4607.47216796875,
|
||||
"y": 4925.97412109375,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4578.63134765625,
|
||||
"y": 4913.2822265625,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线5 新枫丹科学院左锚点-3:科学院左上锚点2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4577.7,
|
||||
"y": 4912.1,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线5 新枫丹科学院左锚点-3:科学院左上锚点2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4577.7,
|
||||
"y": 4912.1,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,46 +1,46 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线5 新枫丹科学院左锚点-4:科学院左上锚点左上1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&茶包LCB",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 4624.37255859375,
|
||||
"y": 4951.841796875,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4635.6494140625,
|
||||
"y": 4951.49755859375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4665.64501953125,
|
||||
"y": 4970.13671875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4679.46875,
|
||||
"y": 4977.8310546875,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线5 新枫丹科学院左锚点-4:科学院左上锚点左上1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&茶包LCB",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 4624.37255859375,
|
||||
"y": 4951.841796875,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4635.6494140625,
|
||||
"y": 4951.49755859375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4665.64501953125,
|
||||
"y": 4970.13671875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 4679.46875,
|
||||
"y": 4977.8310546875,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线5 新枫丹科学院左锚点-4:科学院左上锚点左上2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4679.46875,
|
||||
"y": 4977.8310546875,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线5 新枫丹科学院左锚点-4:科学院左上锚点左上2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4679.46875,
|
||||
"y": 4977.8310546875,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,37 +1,37 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线6 芒索斯山东麓-1:锚点下1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4984.794921875,
|
||||
"y": 4462.982421875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4970.0341796875,
|
||||
"y": 4415.9619140625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4962.818359375,
|
||||
"y": 4395.8056640625,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线6 芒索斯山东麓-1:锚点下1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4984.794921875,
|
||||
"y": 4462.982421875,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4970.0341796875,
|
||||
"y": 4415.9619140625,
|
||||
"action": "",
|
||||
"move_mode": "dash",
|
||||
"action_params": "",
|
||||
"type": "path"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 4962.818359375,
|
||||
"y": 4395.8056640625,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线6 芒索斯山东麓-1:锚点下2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4962.818359375,
|
||||
"y": 4395.8056640625,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线6 芒索斯山东麓-1:锚点下2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4962.818359375,
|
||||
"y": 4395.8056640625,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线6 芒索斯山东麓-2:锚点右1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4984.6904296875,
|
||||
"y": 4462.9052734375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4952.037109375,
|
||||
"y": 4468.8408203125,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线6 芒索斯山东麓-2:锚点右1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4984.6904296875,
|
||||
"y": 4462.9052734375,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"action_params": "",
|
||||
"type": "teleport"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 4952.037109375,
|
||||
"y": 4468.8408203125,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线6 芒索斯山东麓-2:锚点右2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4952.037109375,
|
||||
"y": 4468.8408203125,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线6 芒索斯山东麓-2:锚点右2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4952.037109375,
|
||||
"y": 4468.8408203125,
|
||||
"move_mode": "walk",
|
||||
"type": "target"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,36 +1,36 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线6 芒索斯山东麓-3:锚点左1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 4984.75,
|
||||
"y": 4462.9736328125,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 5032.75048828125,
|
||||
"y": 4492.81201171875,
|
||||
"type": "target",
|
||||
"move_mode": "dash",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 5043.3564453125,
|
||||
"y": 4479.98974609375,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线6 芒索斯山东麓-3:锚点左1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 4984.75,
|
||||
"y": 4462.9736328125,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 5032.75048828125,
|
||||
"y": 4492.81201171875,
|
||||
"type": "target",
|
||||
"move_mode": "dash",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 5043.3564453125,
|
||||
"y": 4479.98974609375,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线6 芒索斯山东麓-3:锚点左2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 5043.3564453125,
|
||||
"y": 4479.98974609375,
|
||||
"type": "target",
|
||||
"move_mode": "dash"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线6 芒索斯山东麓-3:锚点左2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 5043.3564453125,
|
||||
"y": 4479.98974609375,
|
||||
"type": "target",
|
||||
"move_mode": "dash"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,55 +1,55 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线6 芒索斯山东麓-4:锚点左上1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 4984.7451171875,
|
||||
"y": 4462.9365234375,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 5046.47412109375,
|
||||
"y": 4496.55810546875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 5077.7783203125,
|
||||
"y": 4494.84716796875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 5107.18701171875,
|
||||
"y": 4542.48974609375,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 5087.0234375,
|
||||
"y": 4573.26708984375,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线6 芒索斯山东麓-4:锚点左上1",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 4984.7451171875,
|
||||
"y": 4462.9365234375,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 5046.47412109375,
|
||||
"y": 4496.55810546875,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 5077.7783203125,
|
||||
"y": 4494.84716796875,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": 5107.18701171875,
|
||||
"y": 4542.48974609375,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": 5087.0234375,
|
||||
"y": 4573.26708984375,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线6 芒索斯山东麓-4:锚点左上2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 5087.0234375,
|
||||
"y": 4573.26708984375,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线6 芒索斯山东麓-4:锚点左上2",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 5087.0234375,
|
||||
"y": 4573.26708984375,
|
||||
"type": "target",
|
||||
"move_mode": "walk"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线6 芒索斯山东麓-2:锚点右1_特殊处理",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4971.0547,
|
||||
"y": 4465.7285,
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
{
|
||||
"info": {
|
||||
"name": "枫丹地脉花-路线6 芒索斯山东麓-2:锚点右1_特殊处理",
|
||||
"type": "collect",
|
||||
"author": "平面镜&LCB茶包",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgi_version": "0.44.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": 4966.1953,
|
||||
"y": 4466.5923,
|
||||
"move_mode": "walk",
|
||||
"type": "path"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -7,7 +7,7 @@
|
||||
const startTime = new Date();
|
||||
// const recognitionObject = new RecognitionObject();
|
||||
// recognitionObject.UseMask = false; // 设置 UseMask 为 true
|
||||
// 下个版本BGI才支持带UseMask的构造函数
|
||||
// 下个版本BGI才支持带UseMask的构造函数RecognitionObject.RegionOfInterest = new Rect(xa, ya, wa, ha);
|
||||
const Imagidentify = RecognitionObject.TemplateMatch(file.ReadImageMatSync(imagefilePath));
|
||||
for (let ii = 0; ii < 10; ii++) {
|
||||
captureRegion = captureGameRegion(); // 获取一张截图
|
||||
@@ -82,6 +82,9 @@
|
||||
|
||||
//初始化
|
||||
var SMODEL = settings.SMODEL ? settings.SMODEL : true;
|
||||
var EAT = settings.EAT ? settings.EAT : false;
|
||||
// var EATNAME = settings.EATNAME ? settings.EATNAME : null;
|
||||
// if (settings.EATNAME === undefined || settings.EATNAME === "") {EATNAME = null}else{EATNAME = settings.EATNAME}
|
||||
var SHUOVER=0 //0初始状态,1队伍配置标志,2结束线路,3线路出错
|
||||
var haoganq=0 //0初始状态,1好感队伍配置标志
|
||||
var Rewards = settings.Rewards ? settings.Rewards : false; // ture 领取冒险点奖励,false 不领取冒险点奖励
|
||||
@@ -146,7 +149,7 @@
|
||||
}
|
||||
var timesConfig = { value: timesValue };
|
||||
|
||||
log.warn(`全自动枫丹地脉花: v3.5 - ${SHUV}.${color}.${rawTimes}`);//调试LOG
|
||||
log.warn(`全自动枫丹地脉花: v3.6 - ${SHUV}.${color}.${rawTimes}`);//调试LOG
|
||||
log.warn(`使用树脂类型数量:${rewards.length}`);
|
||||
log.warn(`使用树脂顺序:${golbalRewardText.join(" ->")}`);
|
||||
|
||||
@@ -326,7 +329,23 @@
|
||||
await genshin.returnMainUi();
|
||||
log.info("重置地图中,打开冒险之证寻找地脉花...");
|
||||
await genshin.tp(2297.60, -824.45);
|
||||
await genshin.returnMainUi();
|
||||
await genshin.returnMainUi();
|
||||
|
||||
if (EAT){
|
||||
|
||||
// if (EATNAME == null){
|
||||
await sleep(1000);
|
||||
dispatcher.RunTask(new SoloTask("AutoEat"));
|
||||
// }else{
|
||||
// dispatcher.RunTask(new SoloTask("AutoEat"));
|
||||
// await sleep(1000);
|
||||
// await dispatcher.RunTask(new SoloTask("AutoEat", {foodEffectType:parseInt(EATNAME, 10)}));
|
||||
// await sleep(1000);
|
||||
// }
|
||||
|
||||
log.warn("·便携式营养袋· 中可放入血量恢复和复活药...");
|
||||
log.warn("可到 ·实时触发->自动吃药· 中配置检测间隔...");
|
||||
}
|
||||
|
||||
for(let i = 0;i<5;i++){
|
||||
await sleep(1100);
|
||||
@@ -461,6 +480,7 @@
|
||||
|
||||
// //自定义标关闭
|
||||
await sleep(1200);
|
||||
|
||||
await keyPress("M");
|
||||
await sleep(1200);
|
||||
await click(53,1019);
|
||||
@@ -686,7 +706,7 @@
|
||||
}
|
||||
|
||||
//定义领取动作,好感队伍是否添加?
|
||||
async function claimRewards( Rewardspath = null ) {
|
||||
async function claimRewards( Rewardspath = null ,Repath = null) {
|
||||
await genshin.returnMainUi();
|
||||
log.info(`尝试领取奖励,优先${onerewards}'`);
|
||||
shouldContinueChecking = false;
|
||||
@@ -711,10 +731,42 @@
|
||||
|
||||
let dimai = await Textocr("地脉之花", 1, 1, 0, 840,225, 230, 125);
|
||||
if (!dimai.found) {
|
||||
let pathDic = JSON.parse(file.readTextSync(Rewardspath));
|
||||
pathDic["positions"][0]["type"] = "path";
|
||||
await pathingScript.run(JSON.stringify(pathDic));
|
||||
await keyPress("F");await keyPress("F")
|
||||
|
||||
shouldContinueChecking = true;
|
||||
|
||||
await keyPress("VK_ESCAPE");
|
||||
await sleep(1000);
|
||||
await keyPress("VK_ESCAPE");
|
||||
await sleep(1000);
|
||||
await genshin.returnMainUi();
|
||||
await sleep(500);
|
||||
|
||||
let smallXY = await genshin.getPositionFromMap();
|
||||
log.info(`地脉寻找异常,当前小地图坐标: X=${smallXY.X}, Y=${smallXY.Y}`);
|
||||
|
||||
//计算smallXY.X,smallXY.Y与2297.60, -824.45的差值,看是否在100内
|
||||
let xDiff = Math.abs(smallXY.X - 2297.60);
|
||||
let yDiff = Math.abs(smallXY.Y - (-824.45));
|
||||
|
||||
if (xDiff < 100 || yDiff < 100) {
|
||||
log.warn("当前异常地点在须弥,重新执行");
|
||||
await genshin.returnMainUi();
|
||||
await sleep(500);
|
||||
await genshin.tp(2297.60, -824.45);
|
||||
await sleep(5000);
|
||||
await pathingScript.runFile(Repath)
|
||||
await sleep(500);
|
||||
|
||||
} else {
|
||||
log.warn("当前异常地点在枫丹,继续执行");
|
||||
let pathDic = JSON.parse(file.readTextSync(Rewardspath));
|
||||
pathDic["positions"][0]["type"] = "path";
|
||||
await pathingScript.run(JSON.stringify(pathDic));
|
||||
}
|
||||
|
||||
shouldContinueChecking = false;
|
||||
await keyPress("F");await sleep(700);await keyPress("F");await sleep(700);await keyPress("F") ;
|
||||
|
||||
}
|
||||
|
||||
await sleep(500);
|
||||
@@ -766,8 +818,11 @@
|
||||
shouldExit &= (parseInt(momentResinCount, 10) <= 0);
|
||||
}
|
||||
|
||||
log.info(`${resinTypeMap[rewards[i]]} ...`);
|
||||
await click(SHU.x+550,SHU.y)
|
||||
log.info(`${resinTypeMap[rewards[i]]} ...`);
|
||||
let dimai2 = await Textocr("地脉之花", 1, 0, 0, 840,225, 230, 125);
|
||||
if (!dimai2.found) { await keyPress("F");await sleep(700);await keyPress("F");await sleep(700);await keyPress("F") ; }
|
||||
await click(SHU.x+550,SHU.y)
|
||||
await click(SHU.x+550,SHU.y)
|
||||
|
||||
if (shouldExit)
|
||||
{
|
||||
@@ -963,7 +1018,7 @@
|
||||
let startTime = Date.now();
|
||||
let noTextCount = 0;
|
||||
const successKeywords = ["挑战达成", "战斗胜利", "挑战成功"];
|
||||
const failureKeywords = ["挑战失败"];
|
||||
const failureKeywords = ["挑战失败","游泳"];
|
||||
const recovery = ["复苏"];
|
||||
|
||||
// 循环检测直到超时
|
||||
@@ -1002,7 +1057,7 @@
|
||||
resolve(false);
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//战斗区域
|
||||
let foundText = recognizeFightText(captureRegion);
|
||||
@@ -1196,7 +1251,7 @@
|
||||
if (!await genshin.SwitchParty(haogandui))await genshin.returnMainUi();
|
||||
}
|
||||
// shouldContinueChecking = false;
|
||||
if (!(await claimRewards( `${selectedFolder}${jsonFile2}` ))) {
|
||||
if (!(await claimRewards( `${selectedFolder}${jsonFile2}`,`${selectedFolder}${jsonFile1}`))) {
|
||||
log.warn("树脂消耗完毕,结束任务");
|
||||
dispatcher.addTimer(new RealtimeTimer("AutoPick", { forceInteraction: false }));
|
||||
await genshin.returnMainUi();
|
||||
@@ -1261,7 +1316,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
try {
|
||||
//根据SHUOVER决定模式
|
||||
|
||||
@@ -1,35 +1,35 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "全自动枫丹地脉花",
|
||||
"version": "3.5",
|
||||
"bgi_version": "0.44.8",
|
||||
"description": "枫丹地脉花,蓝花金花通用。生存压力大,请带盾奶;避免纯水输出,请注意说明文件。如有BUG请联系作者QQ:119996800",
|
||||
"tags": [
|
||||
"地脉花"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "LCB-茶包",
|
||||
"links": "https://github.com/kaedelcb"
|
||||
},
|
||||
{
|
||||
"name": "ddaodan",
|
||||
"links": "https://github.com/ddaodan"
|
||||
},
|
||||
{
|
||||
"name": "平面镜",
|
||||
"links": "https://github.com/Flatmirrr"
|
||||
},
|
||||
{
|
||||
"name": "秋云",
|
||||
"links": "https://github.com/physligl"
|
||||
}
|
||||
],
|
||||
"settings_ui": "settings.json",
|
||||
"main": "main.js",
|
||||
"versionLog": {
|
||||
"v2.0": [
|
||||
"感谢平面镜之前的基础线路版本和D捣蛋的基础逻辑"
|
||||
]
|
||||
}
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "全自动枫丹地脉花",
|
||||
"version": "3.6",
|
||||
"bgi_version": "0.44.8",
|
||||
"description": "枫丹地脉花,蓝花金花通用。生存压力大,请带盾奶;避免纯水输出,请注意说明文件。如有BUG请联系作者QQ:119996800",
|
||||
"tags": [
|
||||
"地脉花"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "LCB-茶包",
|
||||
"links": "https://github.com/kaedelcb"
|
||||
},
|
||||
{
|
||||
"name": "ddaodan",
|
||||
"links": "https://github.com/ddaodan"
|
||||
},
|
||||
{
|
||||
"name": "平面镜",
|
||||
"links": "https://github.com/Flatmirrr"
|
||||
},
|
||||
{
|
||||
"name": "秋云",
|
||||
"links": "https://github.com/physligl"
|
||||
}
|
||||
],
|
||||
"settings_ui": "settings.json",
|
||||
"main": "main.js",
|
||||
"versionLog": {
|
||||
"v2.0": [
|
||||
"感谢平面镜之前的基础线路版本和D捣蛋的基础逻辑"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,83 +1,96 @@
|
||||
[
|
||||
{
|
||||
"name": "method",
|
||||
"type": "select",
|
||||
"label": "默认:通过 <冒险之证> 寻找地脉花,一般不用改\n可选:通过 <拖动地图> 为原始方法,按需要选择",
|
||||
"options": [
|
||||
"冒险之证",
|
||||
"拖动地图"
|
||||
],
|
||||
"default": "冒险之证"
|
||||
},
|
||||
{
|
||||
"name": "n",
|
||||
"type": "input-text",
|
||||
"label": "选填:战斗队伍,默认不更换队伍,如需好感队则必填"
|
||||
},
|
||||
{
|
||||
"name": "nh",
|
||||
"type": "input-text",
|
||||
"label": "选填:好感队伍,如设定领奖前切换,同时战斗队伍必填"
|
||||
},
|
||||
{
|
||||
"name": "times",
|
||||
"type": "input-text",
|
||||
"label": "选填:按刷取次数,默认6次,最多99次,树脂耗尽模式下无效",
|
||||
"default": "6"
|
||||
},
|
||||
{
|
||||
"name": "shuv",
|
||||
"type": "select",
|
||||
"label": "默认:<1> 为按上面的次数刷取,可选 <2> 为耗尽树脂模式",
|
||||
"options": [
|
||||
"1-次数刷取",
|
||||
"2-树脂耗尽"
|
||||
],
|
||||
"default": "1-次数刷取"
|
||||
},
|
||||
{
|
||||
"name": "color",
|
||||
"type": "select",
|
||||
"label": "默认:<1-蓝花(经验花)>,可选<2-黄花(摩拉花)>",
|
||||
"options": [
|
||||
"1-蓝花(经验花)",
|
||||
"2-黄花(摩拉花)"
|
||||
],
|
||||
"default": "1-蓝花(经验花)"
|
||||
},
|
||||
{
|
||||
"name": "Rewardsuse",
|
||||
"type": "input-text",
|
||||
"label": "树脂设定:1=浓缩/2=原粹/3=脆弱/4=须臾\n用`/`隔开:填写对应的树脂<数字>即可\n默认:1/2 (表示先用浓缩后原粹,直至用完,不填的不使用)",
|
||||
"default": "1/2"
|
||||
},
|
||||
{
|
||||
"name": "Fightquick",
|
||||
"type": "checkbox",
|
||||
"label": "默认开启:异步检测战斗结束,即地脉花长出后马上停止战斗\n开启后,建议关闭配置组中的<自动检测战斗结束>选项\n不启用:使用传统<打开队伍界面>进行判断战斗结束",
|
||||
"default": "true"
|
||||
|
||||
},
|
||||
{
|
||||
"name": "timeout",
|
||||
"type": "input-text",
|
||||
"label": "战斗超时,启用<异步检测战斗结束>开启后,下方填写的超时时间才有效\n默认180秒,建议和配置组的战斗超时一致",
|
||||
"default": "180"
|
||||
},
|
||||
{
|
||||
"name": "SMODEL",
|
||||
"type": "checkbox",
|
||||
"label": "直跑模式:如下个花近,直跑过去,不传送,要求44.8版本以上",
|
||||
"default": "true"
|
||||
},
|
||||
{
|
||||
"name": "Rewards",
|
||||
"type": "checkbox",
|
||||
"label": "勾选后,打完地脉花后,领取历练点并提交每日任务"
|
||||
},
|
||||
{
|
||||
"name": "nowuid",
|
||||
"type": "input-text",
|
||||
"label": "禁止特定UID刷地脉花,用 / 隔开,如12345/99999"
|
||||
}
|
||||
[
|
||||
{
|
||||
"name": "method",
|
||||
"type": "select",
|
||||
"label": "默认:通过 <冒险之证> 寻找地脉花,一般不用改\n可选:通过 <拖动地图> 为原始方法,按需要选择",
|
||||
"options": [
|
||||
"冒险之证",
|
||||
"拖动地图"
|
||||
],
|
||||
"default": "冒险之证"
|
||||
},
|
||||
{
|
||||
"name": "n",
|
||||
"type": "input-text",
|
||||
"label": "选填:战斗队伍,默认不更换队伍,如需好感队则必填"
|
||||
},
|
||||
{
|
||||
"name": "nh",
|
||||
"type": "input-text",
|
||||
"label": "选填:好感队伍,如设定领奖前切换,同时战斗队伍必填"
|
||||
},
|
||||
{
|
||||
"name": "times",
|
||||
"type": "input-text",
|
||||
"label": "选填:按刷取次数,默认6次,最多99次,树脂耗尽模式下无效",
|
||||
"default": "6"
|
||||
},
|
||||
{
|
||||
"name": "shuv",
|
||||
"type": "select",
|
||||
"label": "默认:<1> 为按上面的次数刷取,可选 <2> 为耗尽树脂模式",
|
||||
"options": [
|
||||
"1-次数刷取",
|
||||
"2-树脂耗尽"
|
||||
],
|
||||
"default": "1-次数刷取"
|
||||
},
|
||||
{
|
||||
"name": "color",
|
||||
"type": "select",
|
||||
"label": "默认:<1-蓝花(经验花)>,可选<2-黄花(摩拉花)>",
|
||||
"options": [
|
||||
"1-蓝花(经验花)",
|
||||
"2-黄花(摩拉花)"
|
||||
],
|
||||
"default": "1-蓝花(经验花)"
|
||||
},
|
||||
{
|
||||
"name": "Rewardsuse",
|
||||
"type": "input-text",
|
||||
"label": "树脂设定:1=浓缩/2=原粹/3=脆弱/4=须臾\n用`/`隔开:填写对应的树脂<数字>即可\n默认:1/2 (表示先用浓缩后原粹,直至用完,不填的不使用)",
|
||||
"default": "1/2"
|
||||
},
|
||||
{
|
||||
"name": "Fightquick",
|
||||
"type": "checkbox",
|
||||
"label": "默认开启:异步检测战斗结束,即地脉花长出后马上停止战斗\n开启后,建议关闭配置组中的<自动检测战斗结束>选项\n不启用:使用传统<打开队伍界面>判断战斗结束 ↓↓",
|
||||
"default": "true"
|
||||
|
||||
},
|
||||
{
|
||||
"name": "timeout",
|
||||
"type": "input-text",
|
||||
"label": "战斗超时,启用<异步检测战斗结束>开启后,下方填写的超时时间才有效\n默认180秒,建议和配置组的战斗超时一致 ↓↓",
|
||||
"default": "180"
|
||||
},
|
||||
{
|
||||
"name": "SMODEL",
|
||||
"type": "checkbox",
|
||||
"label": "直跑模式:如下个花近,直跑去,不传送,要求44.8版本以上 ↓↓",
|
||||
"default": "true"
|
||||
},
|
||||
{
|
||||
"name": "EAT",
|
||||
"type": "checkbox",
|
||||
"label": "支持血量恢复药和复活药\n自动吃药:请戴“营养袋”,要求48.2版本以上,否则会报错。 ↓↓",
|
||||
"default": "false"
|
||||
},
|
||||
// {
|
||||
// "name": "EATNAME",
|
||||
// "type": "input-text",
|
||||
// "label": "Buff类吃药间隔:请到·实时触发->自动吃药·中配置吃药间隔\n请到所在配置组的设置中设定每类食物名称 \n 1=攻击类/2=冒险类/3=防御类:填对应数字,如“1/2” ↓↓",
|
||||
// "default": "1/2"
|
||||
// }
|
||||
// ,
|
||||
{
|
||||
"name": "Rewards",
|
||||
"type": "checkbox",
|
||||
"label": "勾选后,打完地脉花后,领取历练点并提交每日任务 ↓↓"
|
||||
},
|
||||
{
|
||||
"name": "nowuid",
|
||||
"type": "input-text",
|
||||
"label": "禁止特定UID刷地脉花,用 / 隔开,如(12345/99999)↓↓ "
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user