From 8f0a9beca697abe205999b13223bccd5a35c1a2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8F=90=E7=93=A6=E7=89=B9=E9=92=93=E9=B1=BC=E7=8E=B3?= =?UTF-8?q?=E5=B8=88?= <144542161+Hijiwos@users.noreply.github.com> Date: Tue, 15 Jul 2025 22:14:18 +0800 Subject: [PATCH] =?UTF-8?q?JS=E8=84=9A=E6=9C=AC=EF=BC=9ABGI-=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=E8=BF=BD=E8=B8=AA=E5=8A=A0=E8=BD=BD=E5=99=A8=EF=BC=88?= =?UTF-8?q?=E8=81=94=E6=9C=BA=E7=89=88=EF=BC=89=E3=80=90=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E3=80=91=20(#1348)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 适应性更新 * 修复了已知问题(无法制作特色料理) * 适应性更新 * 更新settings * 更改名称 --- .../READEME.md | 8 + .../assets/others/1P.png | Bin .../assets/others/2P.png | Bin .../assets/others/3P.png | Bin .../assets/others/4P.png | Bin .../水晶块@忆雪晴/01-地下矿区-起点-x2.json | 148 ++++ .../水晶块@忆雪晴/02-巨蛇岩洞西x9.json | 382 +++++++++ .../水晶块@忆雪晴/03-巨蛇岩洞东x4.json | 139 ++++ .../水晶块@忆雪晴/04-临时主矿道西x2.json | 148 ++++ .../pathing/水晶块@忆雪晴/06-跳崖点西x6.json | 238 ++++++ .../pathing/水晶块@忆雪晴/07-跳崖点东x18.json | 742 ++++++++++++++++++ .../水晶块@忆雪晴/08-巨渊主矿区西x7.json | 301 +++++++ .../pathing/水晶块@忆雪晴/09-崎岖石厅x6.json | 337 ++++++++ .../pathing/水晶块@忆雪晴/10-无名遗迹x10.json | 382 +++++++++ .../水晶块@忆雪晴/11-荧光狭道北南x7.json | 274 +++++++ .../水晶块@忆雪晴/12-荧光狭道西x5.json | 265 +++++++ .../main.js | 0 .../AutoPathingLoader-MultiUser/manifest.json | 15 + .../settings.json | 4 +- repo/js/OnlineHoeing/manifest.json | 15 - 20 files changed, 3382 insertions(+), 16 deletions(-) rename repo/js/{OnlineHoeing => AutoPathingLoader-MultiUser}/READEME.md (94%) rename repo/js/{OnlineHoeing => AutoPathingLoader-MultiUser}/assets/others/1P.png (100%) rename repo/js/{OnlineHoeing => AutoPathingLoader-MultiUser}/assets/others/2P.png (100%) rename repo/js/{OnlineHoeing => AutoPathingLoader-MultiUser}/assets/others/3P.png (100%) rename repo/js/{OnlineHoeing => AutoPathingLoader-MultiUser}/assets/others/4P.png (100%) create mode 100644 repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/01-地下矿区-起点-x2.json create mode 100644 repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/02-巨蛇岩洞西x9.json create mode 100644 repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/03-巨蛇岩洞东x4.json create mode 100644 repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/04-临时主矿道西x2.json create mode 100644 repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/06-跳崖点西x6.json create mode 100644 repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/07-跳崖点东x18.json create mode 100644 repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/08-巨渊主矿区西x7.json create mode 100644 repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/09-崎岖石厅x6.json create mode 100644 repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/10-无名遗迹x10.json create mode 100644 repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/11-荧光狭道北南x7.json create mode 100644 repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/12-荧光狭道西x5.json rename repo/js/{OnlineHoeing => AutoPathingLoader-MultiUser}/main.js (100%) create mode 100644 repo/js/AutoPathingLoader-MultiUser/manifest.json rename repo/js/{OnlineHoeing => AutoPathingLoader-MultiUser}/settings.json (96%) delete mode 100644 repo/js/OnlineHoeing/manifest.json diff --git a/repo/js/OnlineHoeing/READEME.md b/repo/js/AutoPathingLoader-MultiUser/READEME.md similarity index 94% rename from repo/js/OnlineHoeing/READEME.md rename to repo/js/AutoPathingLoader-MultiUser/READEME.md index 33a34f05..d44c6095 100644 --- a/repo/js/OnlineHoeing/READEME.md +++ b/repo/js/AutoPathingLoader-MultiUser/READEME.md @@ -95,8 +95,16 @@ 路径```assets/pathing你的路径文件夹名```内只能存放```.json```后缀的文件 + - **assets/pathing文件夹下已经内置了部分路径** + + 内置的路径已经做过联机情况下的适配,可以放心使用 + # 4.适用场景 + - **同步运行同一组路径追踪文件** + + 自行探索,理论上所有地图追踪文件都可以同步执行 + - **配置了本地远程,可以在一个设备上运行两套原神+BGI:** 可以用两个账号实现双倍的锄地收益,例如在调度器内都配置两个锄地脚本,一个先作为房主后作为成员,另一个先作为成员后作为房主,可以自动实现两个号同时锄地,锄完两个世界的资源 diff --git a/repo/js/OnlineHoeing/assets/others/1P.png b/repo/js/AutoPathingLoader-MultiUser/assets/others/1P.png similarity index 100% rename from repo/js/OnlineHoeing/assets/others/1P.png rename to repo/js/AutoPathingLoader-MultiUser/assets/others/1P.png diff --git a/repo/js/OnlineHoeing/assets/others/2P.png b/repo/js/AutoPathingLoader-MultiUser/assets/others/2P.png similarity index 100% rename from repo/js/OnlineHoeing/assets/others/2P.png rename to repo/js/AutoPathingLoader-MultiUser/assets/others/2P.png diff --git a/repo/js/OnlineHoeing/assets/others/3P.png b/repo/js/AutoPathingLoader-MultiUser/assets/others/3P.png similarity index 100% rename from repo/js/OnlineHoeing/assets/others/3P.png rename to repo/js/AutoPathingLoader-MultiUser/assets/others/3P.png diff --git a/repo/js/OnlineHoeing/assets/others/4P.png b/repo/js/AutoPathingLoader-MultiUser/assets/others/4P.png similarity index 100% rename from repo/js/OnlineHoeing/assets/others/4P.png rename to repo/js/AutoPathingLoader-MultiUser/assets/others/4P.png diff --git a/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/01-地下矿区-起点-x2.json b/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/01-地下矿区-起点-x2.json new file mode 100644 index 00000000..a428f992 --- /dev/null +++ b/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/01-地下矿区-起点-x2.json @@ -0,0 +1,148 @@ +{ + "info": { + "name": "01-地下矿区-起点-x2", + "type": "collect", + "author": "忆雪晴-828632080", + "version": "V1", + "description": "[无须战斗][周一、四定期挖矿]钟离无柱阻挡挖矿,解决全命座柱子卡人问题。刚需钟离,录制队友无任何加速效果,如双风,佳明,迪希雅,罗莎莉亚等。 地图追踪需要关闭钟离生存位的可能,需要在设置组选择中规避钟离不定时开盾。//鸣谢: 白可佬儿 V1-25年五月28", + "map_name": "TheChasm", + "bgi_version": "0.45.0", + "tags": [ + "钟离", + "钟离无阻挡挖矿", + "无战斗挖矿", + "挖矿懒人包", + "高效线路", + "周一四刷矿" + ], + "last_modified_time": 1748445147912 + }, + "positions": [ + { + "id": 1, + "x": 895.74, + "y": 1020.9, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 895.74, + "y": 1020.9, + "action": "combat_script", + "move_mode": "dash", + "action_params": "钟离 s(0.2), e, w(0.6)", + "type": "path" + }, + { + "id": 3, + "x": 902.09, + "y": 1021.85, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 908.09, + "y": 1020.85, + "action": "", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 932.53, + "y": 1015.35, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": 938.23, + "y": 1009.41, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 7, + "x": 954.12, + "y": 1020.16, + "action": "combat_script", + "move_mode": "dash", + "action_params": "钟离 d(0.2),e", + "type": "path" + }, + { + "id": 8, + "x": 955.47, + "y": 1047.44, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 9, + "x": 941.73, + "y": 1053.62, + "action": "combat_script", + "move_mode": "dash", + "action_params": "钟离 d(0.2),e", + "type": "path" + }, + { + "id": 10, + "x": 924.73, + "y": 1060.62, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 11, + "x": 925.18, + "y": 1064.68, + "action": "mining", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 12, + "x": 920.58, + "y": 1064.99, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "target" + }, + { + "id": 13, + "x": 933.71, + "y": 1062.73, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 14, + "x": 931.3, + "y": 1058.37, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/02-巨蛇岩洞西x9.json b/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/02-巨蛇岩洞西x9.json new file mode 100644 index 00000000..0b6f2c1e --- /dev/null +++ b/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/02-巨蛇岩洞西x9.json @@ -0,0 +1,382 @@ +{ + "info": { + "name": "02-巨蛇岩洞西x9", + "type": "collect", + "author": "忆雪晴-828632080", + "version": "V1-领队版", + "description": "[无须战斗][周一、四定期挖矿]钟离无柱阻挡挖矿,解决全命座柱子卡人问题。刚需钟离,录制队友无任何加速效果,如双风,佳明,迪希雅,罗莎莉亚等。 地图追踪需要关闭钟离生存位的可能,需要在设置组选择中规避钟离不定时开盾。//鸣谢: 白可佬儿 V1-25年五月28", + "map_name": "TheChasm", + "bgi_version": "0.45.0", + "tags": [ + "钟离", + "钟离无阻挡挖矿", + "无战斗挖矿", + "挖矿懒人包", + "高效线路", + "周一四刷矿" + ], + "last_modified_time": 1748445136765 + }, + "positions": [ + { + "id": 1, + "x": 887.55, + "y": 762.59, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 895.1, + "y": 765.79, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 916.94, + "y": 770.96, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 967.0, + "y": 774.5, + "action": "", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 970.25, + "y": 781.5, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": 972.16, + "y": 783.54, + "action": "combat_script", + "move_mode": "run", + "action_params": "钟离 d(0.2),keypress(e)", + "type": "path" + }, + { + "id": 7, + "x": 974.19, + "y": 783.39, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": 987.9, + "y": 783.68, + "action": "combat_script", + "move_mode": "dash", + "action_params": "钟离 d(0.2),keypress(e)", + "type": "path" + }, + { + "id": 9, + "x": 1001.73, + "y": 779.19, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 10, + "x": 1005.51, + "y": 779.27, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 11, + "x": 1013.2, + "y": 784.03, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 12, + "x": 1016.76, + "y": 784.61, + "action": "mining", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 13, + "x": 1019.1, + "y": 787.94, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 14, + "x": 1023.03, + "y": 792.31, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 15, + "x": 1026.58, + "y": 787.58, + "action": "mining", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 16, + "x": 1023.03, + "y": 792.31, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 17, + "x": 1026.58, + "y": 787.58, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 18, + "x": 1025.72, + "y": 783.14, + "action": "mining", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 19, + "x": 1030.71, + "y": 784.11, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 20, + "x": 1026.58, + "y": 787.58, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 21, + "x": 1023.03, + "y": 792.31, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 22, + "x": 1028.2, + "y": 783.91, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "orientation" + }, + { + "id": 23, + "x": 1026.98, + "y": 776.67, + "action": "", + "move_mode": "climb", + "action_params": "", + "type": "path" + }, + { + "id": 24, + "x": 1026.98, + "y": 776.67, + "action": "", + "move_mode": "jump", + "action_params": "", + "type": "path" + }, + { + "id": 25, + "x": 1026.8, + "y": 775.98, + "action": "", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 26, + "x": 1022.8, + "y": 764.98, + "action": "", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 27, + "x": 1035.52, + "y": 728.15, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 28, + "x": 1042.52, + "y": 715.15, + "action": "combat_script", + "move_mode": "run", + "action_params": "钟离 d(0.2),e", + "type": "path" + }, + { + "id": 29, + "x": 1043.64, + "y": 704.96, + "action": "combat_script", + "move_mode": "run", + "action_params": "钟离 d(0.2),e", + "type": "path" + }, + { + "id": 30, + "x": 1044.02, + "y": 702.23, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 31, + "x": 1049.17, + "y": 697.36, + "action": "mining", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 32, + "x": 1055.24, + "y": 693.5, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 33, + "x": 1057.95, + "y": 702.15, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 34, + "x": 1055.3, + "y": 698.08, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 35, + "x": 1050.47, + "y": 702.81, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 36, + "x": 1045.47, + "y": 702.81, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 37, + "x": 1037.69, + "y": 694.59, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 38, + "x": 1046.56, + "y": 692.04, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 39, + "x": 1046.56, + "y": 697.56, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 40, + "x": 1039.56, + "y": 698.56, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/03-巨蛇岩洞东x4.json b/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/03-巨蛇岩洞东x4.json new file mode 100644 index 00000000..0aedc37e --- /dev/null +++ b/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/03-巨蛇岩洞东x4.json @@ -0,0 +1,139 @@ +{ + "info": { + "name": "03-巨蛇岩洞东x4", + "type": "collect", + "author": "忆雪晴-828632080", + "version": "V1-领队版", + "description": "[无须战斗][周一、四定期挖矿]钟离无柱阻挡挖矿,解决全命座柱子卡人问题。刚需钟离,录制队友无任何加速效果,如双风,佳明,迪希雅,罗莎莉亚等。 地图追踪需要关闭钟离生存位的可能,需要在设置组选择中规避钟离不定时开盾。//鸣谢: 白可佬儿 V1-25年五月28", + "map_name": "TheChasm", + "bgi_version": "0.45.0", + "tags": [ + "钟离", + "钟离无阻挡挖矿", + "无战斗挖矿", + "挖矿懒人包", + "高效线路", + "周一四刷矿" + ], + "last_modified_time": 1748445128045 + }, + "positions": [ + { + "id": 1, + "x": 887.6, + "y": 762.64, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 866.86, + "y": 751.36, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 814.67, + "y": 761.38, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 811.96, + "y": 762.79, + "action": "combat_script", + "move_mode": "dash", + "action_params": "钟离 d(0.2),e", + "type": "path" + }, + { + "id": 5, + "x": 772.21, + "y": 793.1, + "action": "combat_script", + "move_mode": "dash", + "action_params": "钟离 d(0.2),e", + "type": "path" + }, + { + "id": 6, + "x": 755.54, + "y": 825.78, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 7, + "x": 754.93, + "y": 827.7, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": 739.03, + "y": 861.25, + "action": "mining", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 9, + "x": 734.21, + "y": 855.92, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 10, + "x": 746.81, + "y": 859.45, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 11, + "x": 739.05, + "y": 866.04, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 12, + "x": 736.05, + "y": 855.04, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 13, + "x": 750.4, + "y": 859.88, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/04-临时主矿道西x2.json b/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/04-临时主矿道西x2.json new file mode 100644 index 00000000..d2c0b685 --- /dev/null +++ b/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/04-临时主矿道西x2.json @@ -0,0 +1,148 @@ +{ + "info": { + "name": "04-临时主矿道西x2", + "type": "collect", + "author": "忆雪晴-828632080", + "version": "V1-领队版", + "description": "[无须战斗][周一、四定期挖矿]钟离无柱阻挡挖矿,解决全命座柱子卡人问题。刚需钟离,录制队友无任何加速效果,如双风,佳明,迪希雅,罗莎莉亚等。 地图追踪需要关闭钟离生存位的可能,需要在设置组选择中规避钟离不定时开盾。//鸣谢: 白可佬儿 V1-25年五月28", + "map_name": "TheChasm", + "bgi_version": "0.45.0", + "tags": [ + "钟离", + "钟离无阻挡挖矿", + "无战斗挖矿", + "挖矿懒人包", + "高效线路", + "周一四刷矿" + ], + "last_modified_time": 1748445117722 + }, + "positions": [ + { + "id": 1, + "x": 663.84, + "y": 1058.84, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 663.84, + "y": 1058.84, + "action": "combat_script", + "move_mode": "walk", + "action_params": "钟离 d(0.2),e", + "type": "path" + }, + { + "id": 3, + "x": 665.37, + "y": 1056.03, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 666.12, + "y": 1054.05, + "action": "", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 662.13, + "y": 1022.54, + "action": "", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": 665.32, + "y": 1000.24, + "action": "", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 7, + "x": 667.32, + "y": 986.24, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "1000", + "type": "path" + }, + { + "id": 8, + "x": 667.74, + "y": 985.66, + "action": "combat_script", + "move_mode": "walk", + "action_params": "钟离 s(0.2)", + "type": "target" + }, + { + "id": 9, + "x": 667.74, + "y": 985.66, + "action": "mining", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 10, + "x": 679.86, + "y": 969.35, + "action": "log_output", + "move_mode": "dash", + "action_params": "战斗选择于此[默认战斗关闭] 战斗选择于此[默认战斗关闭] 战斗选择于此[默认战斗关闭] 战斗选择于此[默认战斗关闭]", + "type": "path" + }, + { + "id": 11, + "x": 676.86, + "y": 966.35, + "action": "combat_script", + "move_mode": "dash", + "action_params": "钟离 d(0.2),e", + "type": "path" + }, + { + "id": 12, + "x": 666.05, + "y": 955.15, + "action": "mining", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 13, + "x": 662.05, + "y": 959.15, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 14, + "x": 672.05, + "y": 953.15, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/06-跳崖点西x6.json b/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/06-跳崖点西x6.json new file mode 100644 index 00000000..7c99a857 --- /dev/null +++ b/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/06-跳崖点西x6.json @@ -0,0 +1,238 @@ +{ + "info": { + "name": "06-跳崖点西x6", + "type": "collect", + "author": "忆雪晴-828632080", + "version": "V1-领队版", + "description": "[无须战斗][周一、四定期挖矿]钟离无柱阻挡挖矿,解决全命座柱子卡人问题。刚需钟离,录制队友无任何加速效果,如双风,佳明,迪希雅,罗莎莉亚等。 地图追踪需要关闭钟离生存位的可能,需要在设置组选择中规避钟离不定时开盾。//鸣谢: 白可佬儿 V1-25年五月28", + "map_name": "TheChasm", + "bgi_version": "0.45.0", + "tags": [ + "钟离", + "钟离无阻挡挖矿", + "无战斗挖矿", + "挖矿懒人包", + "高效线路", + "周一四刷矿" + ], + "last_modified_time": 1748445109674 + }, + "positions": [ + { + "id": 1, + "x": 551.11, + "y": 950.86, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 551.45, + "y": 949.77, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 558.85, + "y": 935.27, + "action": "log_output", + "move_mode": "walk", + "action_params": "==============跳崖喽!==========================跳崖喽!==========================跳崖喽!==========================跳崖喽!==========================跳崖喽!==========================跳崖喽!==========================跳崖喽!============", + "type": "path" + }, + { + "id": 4, + "x": 572.88, + "y": 930.91, + "action": "", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 571.19, + "y": 912.82, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "1500", + "type": "path" + }, + { + "id": 6, + "x": 560.12, + "y": 904.72, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 7, + "x": 556.77, + "y": 889.0, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": 560.13, + "y": 884.82, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 9, + "x": 582.06, + "y": 843.5, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 10, + "x": 590.33, + "y": 832.81, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 11, + "x": 583.24, + "y": 802.64, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 12, + "x": 604.69, + "y": 769.6, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 13, + "x": 611.99, + "y": 758.83, + "action": "combat_script", + "move_mode": "run", + "action_params": "钟离 d(0.2),e", + "type": "path" + }, + { + "id": 14, + "x": 621.61, + "y": 752.57, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 15, + "x": 609.41, + "y": 729.47, + "action": "combat_script", + "move_mode": "run", + "action_params": "钟离 d(0.2),e", + "type": "path" + }, + { + "id": 16, + "x": 598.29, + "y": 728.2, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 17, + "x": 592.0, + "y": 722.98, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 18, + "x": 593.32, + "y": 719.41, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 19, + "x": 592.82, + "y": 717.04, + "action": "mining", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 20, + "x": 592.02, + "y": 726.68, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 21, + "x": 584.74, + "y": 715.24, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 22, + "x": 591.95, + "y": 712.44, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 23, + "x": 603.27, + "y": 714.68, + "action": "mining", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 24, + "x": 600.27, + "y": 719.68, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/07-跳崖点东x18.json b/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/07-跳崖点东x18.json new file mode 100644 index 00000000..75a43986 --- /dev/null +++ b/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/07-跳崖点东x18.json @@ -0,0 +1,742 @@ +{ + "info": { + "name": "07-跳崖点东x18", + "type": "collect", + "author": "忆雪晴-828632080", + "version": "V1-领队版", + "description": "[无须战斗][周一、四定期挖矿]钟离无柱阻挡挖矿,解决全命座柱子卡人问题。刚需钟离,录制队友无任何加速效果,如双风,佳明,迪希雅,罗莎莉亚等。 地图追踪需要关闭钟离生存位的可能,需要在设置组选择中规避钟离不定时开盾。//鸣谢: 白可佬儿 V1-25年五月28", + "map_name": "TheChasm", + "bgi_version": "0.45.0", + "tags": [ + "钟离", + "钟离无阻挡挖矿", + "无战斗挖矿", + "挖矿懒人包", + "高效线路", + "周一四刷矿" + ], + "last_modified_time": 1748445099414 + }, + "positions": [ + { + "id": 1, + "x": 551.07, + "y": 950.83, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 551.07, + "y": 950.83, + "action": "combat_script", + "move_mode": "walk", + "action_params": "钟离 s(0.2), e, w(0.9)", + "type": "path" + }, + { + "id": 3, + "x": 546.95, + "y": 956.66, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 541.39, + "y": 964.63, + "action": "", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 523.27, + "y": 979.57, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "490", + "type": "path" + }, + { + "id": 6, + "x": 523.27, + "y": 979.77, + "action": "mining", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 7, + "x": 520.67, + "y": 982.53, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 8, + "x": 512.22, + "y": 997.56, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 9, + "x": 502.53, + "y": 994.39, + "action": "log_output", + "move_mode": "dash", + "action_params": "============可选战斗,默认关闭========= ========= ============可选战斗,默认关闭========= ========= ============可选战斗,默认关闭========= ========= ============可选战斗,默认关闭========= ========= ============可选战斗,默认关闭========= =========", + "type": "path" + }, + { + "id": 10, + "x": 493.53, + "y": 993.39, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 11, + "x": 482.06, + "y": 993.27, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 12, + "x": 479.08, + "y": 997.74, + "action": "", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 13, + "x": 467.13, + "y": 1007.86, + "action": "combat_script", + "move_mode": "fly", + "action_params": "keypress(VK_SPACE),wait(0.6)", + "type": "path" + }, + { + "id": 14, + "x": 467.13, + "y": 1007.86, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "100", + "type": "path" + }, + { + "id": 15, + "x": 467.13, + "y": 1007.86, + "action": "mining", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 16, + "x": 471.35, + "y": 1008.84, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 17, + "x": 452.0, + "y": 1027.82, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 18, + "x": 447.15, + "y": 1029.11, + "action": "", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 19, + "x": 383.66, + "y": 1027.91, + "action": "", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 20, + "x": 379.66, + "y": 1027.91, + "action": "combat_script", + "move_mode": "fly", + "action_params": "keypress(VK_SPACE),wait(0.3),attack(0.2)", + "type": "path" + }, + { + "id": 21, + "x": 379.66, + "y": 1027.91, + "action": "combat_script", + "move_mode": "walk", + "action_params": "钟离 d(0.2),e", + "type": "target" + }, + { + "id": 22, + "x": 375.51, + "y": 1026.62, + "action": "combat_script", + "move_mode": "run", + "action_params": "钟离 d(0.2),e", + "type": "path" + }, + { + "id": 23, + "x": 370.58, + "y": 1019.97, + "action": "combat_script", + "move_mode": "run", + "action_params": "keydown(x)", + "type": "path" + }, + { + "id": 24, + "x": 371.76, + "y": 1023.05, + "action": "mining", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 25, + "x": 375.32, + "y": 1026.69, + "action": "combat_script", + "move_mode": "walk", + "action_params": "keyup(x)", + "type": "target" + }, + { + "id": 26, + "x": 372.21, + "y": 1031.25, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 27, + "x": 377.28, + "y": 1027.68, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 28, + "x": 372.08, + "y": 1018.87, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 29, + "x": 372.4, + "y": 1000.89, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 30, + "x": 369.56, + "y": 986.2, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 31, + "x": 359.59, + "y": 977.88, + "action": "", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 32, + "x": 333.0, + "y": 930.34, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "1000", + "type": "path" + }, + { + "id": 33, + "x": 332.0, + "y": 927.34, + "action": "mining", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 34, + "x": 328.78, + "y": 934.83, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 35, + "x": 326.77, + "y": 934.62, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 36, + "x": 326.27, + "y": 930.64, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 37, + "x": 326.98, + "y": 923.83, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 38, + "x": 330.89, + "y": 917.8, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 39, + "x": 330.71, + "y": 922.72, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 40, + "x": 338.4, + "y": 924.75, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 41, + "x": 340.2, + "y": 926.52, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 42, + "x": 337.35, + "y": 930.0, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 43, + "x": 335.55, + "y": 927.54, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 44, + "x": 321.11, + "y": 936.84, + "action": "combat_script", + "move_mode": "run", + "action_params": "钟离 a(0.2),e", + "type": "path" + }, + { + "id": 45, + "x": 304.05, + "y": 937.28, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 46, + "x": 304.05, + "y": 937.28, + "action": "combat_script", + "move_mode": "run", + "action_params": "钟离 e(hold)", + "type": "path" + }, + { + "id": 47, + "x": 304.05, + "y": 937.28, + "action": "log_output", + "move_mode": "run", + "action_params": "============可选战斗,默认关闭========= ========= ============可选战斗,默认关闭========= ========= ============可选战斗,默认关闭========= ========= ============可选战斗,默认关闭========= ========= ============可选战斗,默认关闭========= =========", + "type": "path" + }, + { + "id": 48, + "x": 273.1, + "y": 938.83, + "action": "combat_script", + "move_mode": "run", + "action_params": "钟离 a(0.4),keypress(e)", + "type": "path" + }, + { + "id": 49, + "x": 268.15, + "y": 937.08, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 50, + "x": 266.15, + "y": 933.08, + "action": "combat_script", + "move_mode": "dash", + "action_params": "钟离 a(0.2),keypress(e)", + "type": "path" + }, + { + "id": 51, + "x": 279.15, + "y": 887.59, + "action": "mining", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 52, + "x": 286.05, + "y": 880.91, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 53, + "x": 288.15, + "y": 883.45, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 54, + "x": 281.09, + "y": 887.31, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 55, + "x": 274.62, + "y": 898.36, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 56, + "x": 271.7, + "y": 898.83, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 57, + "x": 278.72, + "y": 888.15, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 58, + "x": 258.58, + "y": 895.59, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 59, + "x": 226.59, + "y": 899.22, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 60, + "x": 209.0, + "y": 883.88, + "action": "log_output", + "move_mode": "run", + "action_params": "========可选战斗,默认关闭========= ========= ========可选战斗,默认关闭========= ========= ========可选战斗,默认关闭========= ========= ========可选战斗,默认关闭========= ========= ========可选战斗,默认关闭========= =========", + "type": "path" + }, + { + "id": 61, + "x": 206.62, + "y": 894.0, + "action": "combat_script", + "move_mode": "dash", + "action_params": "钟离 d(0.2),e", + "type": "path" + }, + { + "id": 62, + "x": 207.58, + "y": 904.5, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 63, + "x": 168.75, + "y": 910.62, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 64, + "x": 155.31, + "y": 917.57, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 65, + "x": 158.62, + "y": 915.07, + "action": "mining", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 66, + "x": 164.48, + "y": 915.06, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 67, + "x": 154.31, + "y": 918.57, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 68, + "x": 163.14, + "y": 898.38, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 69, + "x": 164.78, + "y": 881.66, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 70, + "x": 157.75, + "y": 873.96, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 71, + "x": 154.5, + "y": 848.83, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 72, + "x": 148.81, + "y": 831.64, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 73, + "x": 166.08, + "y": 814.11, + "action": "combat_script", + "move_mode": "dash", + "action_params": "钟离 d(0.2),e", + "type": "path" + }, + { + "id": 74, + "x": 184.94, + "y": 803.19, + "action": "log_output", + "move_mode": "run", + "action_params": "============可选战斗,默认关闭========= ========= ============可选战斗,默认关闭========= ========= ============可选战斗,默认关闭========= ========= ============可选战斗,默认关闭========= ========= ============可选战斗,默认关闭========= =========", + "type": "path" + }, + { + "id": 75, + "x": 184.94, + "y": 803.19, + "action": "combat_script", + "move_mode": "run", + "action_params": "钟离 d(0.2),e", + "type": "path" + }, + { + "id": 76, + "x": 178.98, + "y": 795.15, + "action": "mining", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 77, + "x": 178.61, + "y": 801.59, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 78, + "x": 180.85, + "y": 799.83, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 79, + "x": 176.98, + "y": 791.15, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 80, + "x": 184.34, + "y": 798.67, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/08-巨渊主矿区西x7.json b/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/08-巨渊主矿区西x7.json new file mode 100644 index 00000000..375a384b --- /dev/null +++ b/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/08-巨渊主矿区西x7.json @@ -0,0 +1,301 @@ +{ + "info": { + "name": "08-巨渊主矿区西x7", + "type": "collect", + "author": "忆雪晴-828632080", + "version": "V1-领队版", + "description": "[无须战斗][周一、四定期挖矿]钟离无柱阻挡挖矿,解决全命座柱子卡人问题。刚需钟离,录制队友无任何加速效果,如双风,佳明,迪希雅,罗莎莉亚等。 地图追踪需要关闭钟离生存位的可能,需要在设置组选择中规避钟离不定时开盾。//鸣谢: 白可佬儿 V1-25年五月28", + "map_name": "TheChasm", + "bgi_version": "0.45.0", + "tags": [ + "钟离", + "钟离无阻挡挖矿", + "无战斗挖矿", + "挖矿懒人包", + "高效线路", + "周一四刷矿" + ], + "last_modified_time": 1748445167087 + }, + "positions": [ + { + "id": 1, + "x": 278.47, + "y": 767.28, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 263.24, + "y": 748.62, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 260.26, + "y": 740.45, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 258.85, + "y": 735.45, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 258.85, + "y": 735.45, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": 258.39, + "y": 732.77, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 7, + "x": 260.56, + "y": 727.3, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": 299.32, + "y": 695.01, + "action": "combat_script", + "move_mode": "dash", + "action_params": "钟离 d(0.2),e", + "type": "path" + }, + { + "id": 9, + "x": 307.3, + "y": 676.33, + "action": "combat_script", + "move_mode": "dash", + "action_params": "钟离 a(0.2),e", + "type": "path" + }, + { + "id": 10, + "x": 338.3, + "y": 688.33, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 11, + "x": 347.25, + "y": 695.16, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 12, + "x": 359.27, + "y": 698.02, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 13, + "x": 362.1, + "y": 694.31, + "action": "mining", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 14, + "x": 358.14, + "y": 693.9, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 15, + "x": 366.17, + "y": 692.59, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 16, + "x": 377.39, + "y": 693.68, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 17, + "x": 387.39, + "y": 705.68, + "action": "log_output", + "move_mode": "dash", + "action_params": "========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= =========", + "type": "path" + }, + { + "id": 18, + "x": 423.92, + "y": 748.55, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 19, + "x": 448.1, + "y": 741.1, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 20, + "x": 459.26, + "y": 746.73, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 21, + "x": 471.34, + "y": 752.43, + "action": "log_output", + "move_mode": "dash", + "action_params": "========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= =========", + "type": "path" + }, + { + "id": 22, + "x": 490.34, + "y": 761.43, + "action": "log_output", + "move_mode": "dash", + "action_params": "========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= =========", + "type": "path" + }, + { + "id": 23, + "x": 504.46, + "y": 762.94, + "action": "combat_script", + "move_mode": "dash", + "action_params": "钟离 a(0.3),e", + "type": "path" + }, + { + "id": 24, + "x": 504.61, + "y": 780.33, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 25, + "x": 501.77, + "y": 780.98, + "action": "mining", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 26, + "x": 502.67, + "y": 777.42, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 27, + "x": 506.57, + "y": 778.88, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 28, + "x": 507.27, + "y": 785.06, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 29, + "x": 505.23, + "y": 788.28, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 30, + "x": 503.15, + "y": 786.03, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 31, + "x": 502.67, + "y": 777.42, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/09-崎岖石厅x6.json b/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/09-崎岖石厅x6.json new file mode 100644 index 00000000..03394b36 --- /dev/null +++ b/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/09-崎岖石厅x6.json @@ -0,0 +1,337 @@ +{ + "info": { + "name": "09-崎岖石厅x6", + "type": "collect", + "author": "忆雪晴-828632080", + "version": "V1-领队版", + "description": "[无须战斗][周一、四定期挖矿]钟离无柱阻挡挖矿,解决全命座柱子卡人问题。刚需钟离,录制队友无任何加速效果,如双风,佳明,迪希雅,罗莎莉亚等。 地图追踪需要关闭钟离生存位的可能,需要在设置组选择中规避钟离不定时开盾。//鸣谢: 白可佬儿 V1-25年五月28", + "map_name": "TheChasm", + "bgi_version": "0.45.0", + "tags": [ + "钟离", + "钟离无阻挡挖矿", + "无战斗挖矿", + "挖矿懒人包", + "高效线路", + "周一四刷矿" + ], + "last_modified_time": 1748445192318 + }, + "positions": [ + { + "id": 1, + "x": 396.12, + "y": 401.61, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 400.42, + "y": 393.16, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 404.99, + "y": 384.04, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 406.01, + "y": 372.28, + "action": "stop_flying", + "move_mode": "run", + "action_params": "400", + "type": "path" + }, + { + "id": 5, + "x": 402.9, + "y": 366.38, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": 358.71, + "y": 341.48, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 7, + "x": 344.41, + "y": 321.14, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": 346.29, + "y": 305.99, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 9, + "x": 347.17, + "y": 299.81, + "action": "log_output", + "move_mode": "walk", + "action_params": "========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= =========", + "type": "path" + }, + { + "id": 10, + "x": 346.49, + "y": 290.84, + "action": "combat_script", + "move_mode": "run", + "action_params": "钟离 d(0.2),e", + "type": "path" + }, + { + "id": 11, + "x": 345.44, + "y": 284.62, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 12, + "x": 344.47, + "y": 278.83, + "action": "combat_script", + "move_mode": "run", + "action_params": "钟离 d(0.2),e", + "type": "path" + }, + { + "id": 13, + "x": 339.1, + "y": 268.24, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "1500", + "type": "path" + }, + { + "id": 14, + "x": 338.48, + "y": 270.32, + "action": "mining", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 15, + "x": 335.08, + "y": 266.17, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 16, + "x": 336.0, + "y": 270.55, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 17, + "x": 339.55, + "y": 267.75, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 18, + "x": 349.55, + "y": 253.75, + "action": "", + "move_mode": "jump", + "action_params": "", + "type": "path" + }, + { + "id": 19, + "x": 351.55, + "y": 231.75, + "action": "", + "move_mode": "jump", + "action_params": "", + "type": "path" + }, + { + "id": 20, + "x": 352.7, + "y": 210.16, + "action": "", + "move_mode": "jump", + "action_params": "", + "type": "path" + }, + { + "id": 21, + "x": 349.7, + "y": 188.16, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "", + "type": "target" + }, + { + "id": 22, + "x": 349.7, + "y": 188.16, + "action": "combat_script", + "move_mode": "walk", + "action_params": "钟离 s(0.3),e(hold)", + "type": "path" + }, + { + "id": 23, + "x": 351.02, + "y": 183.67, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 24, + "x": 347.19, + "y": 190.02, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 25, + "x": 351.71, + "y": 188.55, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 26, + "x": 369.38, + "y": 184.62, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 27, + "x": 399.62, + "y": 147.7, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 28, + "x": 413.34, + "y": 147.84, + "action": "combat_script", + "move_mode": "run", + "action_params": "钟离 d(0.2),e", + "type": "path" + }, + { + "id": 29, + "x": 423.25, + "y": 142.54, + "action": "combat_script", + "move_mode": "run", + "action_params": "钟离 d(0.2),e", + "type": "path" + }, + { + "id": 30, + "x": 423.46, + "y": 130.29, + "action": "log_output", + "move_mode": "run", + "action_params": "========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= =========", + "type": "path" + }, + { + "id": 31, + "x": 423.46, + "y": 124.29, + "action": "mining", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 32, + "x": 426.18, + "y": 121.8, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 33, + "x": 416.49, + "y": 126.91, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 34, + "x": 419.04, + "y": 132.9, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 35, + "x": 420.17, + "y": 125.82, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/10-无名遗迹x10.json b/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/10-无名遗迹x10.json new file mode 100644 index 00000000..1a88b7b7 --- /dev/null +++ b/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/10-无名遗迹x10.json @@ -0,0 +1,382 @@ +{ + "info": { + "name": "10-无名遗迹x10", + "type": "collect", + "author": "忆雪晴-828632080", + "version": "V1-领队版", + "description": "[无须战斗][周一、四定期挖矿]钟离无柱阻挡挖矿,解决全命座柱子卡人问题。刚需钟离,录制队友无任何加速效果,如双风,佳明,迪希雅,罗莎莉亚等。 地图追踪需要关闭钟离生存位的可能,需要在设置组选择中规避钟离不定时开盾。//鸣谢: 白可佬儿 V1-25年五月28", + "map_name": "TheChasm", + "bgi_version": "0.45.0", + "tags": [ + "钟离", + "钟离无阻挡挖矿", + "无战斗挖矿", + "挖矿懒人包", + "高效线路", + "周一四刷矿" + ], + "last_modified_time": 1748445214281 + }, + "positions": [ + { + "id": 1, + "x": 524.73, + "y": 525.45, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 515.49, + "y": 529.14, + "action": "combat_script", + "move_mode": "run", + "action_params": "钟离 d(0.2),e", + "type": "path" + }, + { + "id": 3, + "x": 509.83, + "y": 531.22, + "action": "combat_script", + "move_mode": "run", + "action_params": "wait(0.35)", + "type": "path" + }, + { + "id": 4, + "x": 508.83, + "y": 535.22, + "action": "", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 508.71, + "y": 555.03, + "action": "", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": 508.71, + "y": 555.03, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 7, + "x": 511.08, + "y": 560.67, + "action": "combat_script", + "move_mode": "walk", + "action_params": "钟离 s(0.2),e(hold)", + "type": "target" + }, + { + "id": 8, + "x": 518.31, + "y": 561.78, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 9, + "x": 510.52, + "y": 569.53, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 10, + "x": 510.28, + "y": 564.79, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 11, + "x": 505.39, + "y": 562.01, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 12, + "x": 506.67, + "y": 560.53, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 13, + "x": 509.91, + "y": 562.11, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 14, + "x": 509.32, + "y": 552.66, + "action": "combat_script", + "move_mode": "walk", + "action_params": "钟离 d(0.2),e(hold)", + "type": "target" + }, + { + "id": 15, + "x": 510.48, + "y": 549.51, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 16, + "x": 524.08, + "y": 516.23, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 17, + "x": 532.91, + "y": 499.42, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 18, + "x": 523.63, + "y": 450.94, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 19, + "x": 538.63, + "y": 409.68, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 20, + "x": 539.83, + "y": 381.65, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 21, + "x": 546.32, + "y": 377.46, + "action": "log_output", + "move_mode": "run", + "action_params": "========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= =========", + "type": "path" + }, + { + "id": 22, + "x": 553.26, + "y": 367.1, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 23, + "x": 561.26, + "y": 363.1, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 24, + "x": 567.46, + "y": 359.38, + "action": "combat_script", + "move_mode": "run", + "action_params": "钟离 d(0.2),e", + "type": "path" + }, + { + "id": 25, + "x": 579.94, + "y": 348.0, + "action": "mining", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 26, + "x": 580.0, + "y": 347.95, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 27, + "x": 584.9, + "y": 347.56, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 28, + "x": 584.88, + "y": 352.44, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 29, + "x": 587.89, + "y": 358.73, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "target" + }, + { + "id": 30, + "x": 582.42, + "y": 356.04, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 31, + "x": 622.37, + "y": 371.76, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 32, + "x": 646.71, + "y": 399.96, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 33, + "x": 656.46, + "y": 423.19, + "action": "combat_script", + "move_mode": "run", + "action_params": "钟离 d(0.2),e", + "type": "path" + }, + { + "id": 34, + "x": 671.14, + "y": 426.41, + "action": "combat_script", + "move_mode": "run", + "action_params": "钟离 a(0.2),e", + "type": "path" + }, + { + "id": 35, + "x": 669.59, + "y": 435.53, + "action": "mining", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 36, + "x": 669.08, + "y": 436.6, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 37, + "x": 665.24, + "y": 437.48, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 38, + "x": 666.37, + "y": 446.4, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 39, + "x": 668.03, + "y": 442.54, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 40, + "x": 669.23, + "y": 438.64, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/11-荧光狭道北南x7.json b/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/11-荧光狭道北南x7.json new file mode 100644 index 00000000..c033e41f --- /dev/null +++ b/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/11-荧光狭道北南x7.json @@ -0,0 +1,274 @@ +{ + "info": { + "name": "11-荧光狭道北南x7", + "type": "collect", + "author": "忆雪晴-828632080", + "version": "V1-领队版", + "description": "[无须战斗][周一、四定期挖矿]钟离无柱阻挡挖矿,解决全命座柱子卡人问题。刚需钟离,录制队友无任何加速效果,如双风,佳明,迪希雅,罗莎莉亚等。 地图追踪需要关闭钟离生存位的可能,需要在设置组选择中规避钟离不定时开盾。//鸣谢: 白可佬儿 V1-25年五月28", + "map_name": "TheChasm", + "bgi_version": "0.45.0", + "tags": [ + "钟离", + "钟离无阻挡挖矿", + "无战斗挖矿", + "挖矿懒人包", + "高效线路", + "周一四刷矿" + ], + "last_modified_time": 1748445239066 + }, + "positions": [ + { + "id": 1, + "x": 812.62, + "y": 339.49, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 811.13, + "y": 356.05, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 811.34, + "y": 360.93, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 819.53, + "y": 385.62, + "action": "", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 818.81, + "y": 387.45, + "action": "combat_script", + "move_mode": "walk", + "action_params": "钟离 d(0.2),keypress(e)", + "type": "target" + }, + { + "id": 6, + "x": 817.02, + "y": 396.58, + "action": "mining", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 7, + "x": 814.44, + "y": 401.46, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 8, + "x": 814.07, + "y": 398.12, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 9, + "x": 815.07, + "y": 396.12, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 10, + "x": 818.83, + "y": 392.64, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 11, + "x": 815.95, + "y": 390.85, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 12, + "x": 812.63, + "y": 339.5, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 13, + "x": 800.53, + "y": 315.06, + "action": "combat_script", + "move_mode": "run", + "action_params": "钟离 e(hold)", + "type": "path" + }, + { + "id": 14, + "x": 812.43, + "y": 296.48, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 15, + "x": 825.95, + "y": 287.81, + "action": "log_output", + "move_mode": "run", + "action_params": "========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= =========", + "type": "path" + }, + { + "id": 16, + "x": 806.56, + "y": 235.75, + "action": "combat_script", + "move_mode": "run", + "action_params": "钟离 d(0.2),keypress(e)", + "type": "path" + }, + { + "id": 17, + "x": 801.78, + "y": 235.62, + "action": "combat_script", + "move_mode": "walk", + "action_params": "钟离 a(0.2),keypress(e),s(0.1)", + "type": "path" + }, + { + "id": 18, + "x": 789.61, + "y": 232.96, + "action": "", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 19, + "x": 781.06, + "y": 231.16, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 20, + "x": 781.06, + "y": 231.16, + "action": "mining", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 21, + "x": 778.37, + "y": 229.36, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 22, + "x": 783.83, + "y": 227.23, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 23, + "x": 783.04, + "y": 230.65, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 24, + "x": 791.59, + "y": 237.76, + "action": "", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 25, + "x": 793.77, + "y": 239.9, + "action": "mining", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 26, + "x": 792.77, + "y": 241.9, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 27, + "x": 796.98, + "y": 235.08, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 28, + "x": 795.02, + "y": 233.37, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/12-荧光狭道西x5.json b/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/12-荧光狭道西x5.json new file mode 100644 index 00000000..015a0ee7 --- /dev/null +++ b/repo/js/AutoPathingLoader-MultiUser/assets/pathing/水晶块@忆雪晴/12-荧光狭道西x5.json @@ -0,0 +1,265 @@ +{ + "info": { + "name": "12-荧光狭道西x5", + "type": "collect", + "author": "忆雪晴-828632080", + "version": "V1-领队版", + "description": "[无须战斗][周一、四定期挖矿]钟离无柱阻挡挖矿,解决全命座柱子卡人问题。刚需钟离,录制队友无任何加速效果,如双风,佳明,迪希雅,罗莎莉亚等。 地图追踪需要关闭钟离生存位的可能,需要在设置组选择中规避钟离不定时开盾。//鸣谢: 白可佬儿 V1-25年五月28", + "map_name": "TheChasm", + "bgi_version": "0.45.0", + "tags": [ + "钟离", + "钟离无阻挡挖矿", + "无战斗挖矿", + "挖矿懒人包", + "高效线路", + "周一四刷矿" + ], + "last_modified_time": 1748445261021 + }, + "positions": [ + { + "id": 1, + "x": 812.6, + "y": 339.51, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": 832.85, + "y": 343.22, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": 867.83, + "y": 370.94, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 4, + "x": 905.6, + "y": 362.65, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 5, + "x": 911.46, + "y": 362.76, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 6, + "x": 950.73, + "y": 358.7, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 7, + "x": 958.84, + "y": 358.9, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 8, + "x": 981.77, + "y": 378.62, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 9, + "x": 996.16, + "y": 379.41, + "action": "log_output", + "move_mode": "run", + "action_params": "========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= ========= ========= ============可选战斗,默认关闭========= =========", + "type": "path" + }, + { + "id": 10, + "x": 1017.71, + "y": 381.96, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 11, + "x": 1034.91, + "y": 385.44, + "action": "", + "move_mode": "dash", + "action_params": "", + "type": "path" + }, + { + "id": 12, + "x": 1040.26, + "y": 381.98, + "action": "", + "move_mode": "fly", + "action_params": "", + "type": "path" + }, + { + "id": 13, + "x": 1042.4, + "y": 362.61, + "action": "stop_flying", + "move_mode": "fly", + "action_params": "600", + "type": "path" + }, + { + "id": 14, + "x": 1042.14, + "y": 358.55, + "action": "mining", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 15, + "x": 1039.22, + "y": 365.28, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 16, + "x": 1043.53, + "y": 358.98, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 17, + "x": 1049.91, + "y": 369.29, + "action": "combat_script", + "move_mode": "run", + "action_params": "钟离 s(0.2),e(hold)", + "type": "path" + }, + { + "id": 18, + "x": 1067.74, + "y": 381.8, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 19, + "x": 1087.62, + "y": 374.15, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "path" + }, + { + "id": 20, + "x": 1099.69, + "y": 374.52, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 21, + "x": 1109.23, + "y": 378.82, + "action": "mining", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 22, + "x": 1111.8, + "y": 373.75, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 23, + "x": 1111.35, + "y": 357.6, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 24, + "x": 1100.06, + "y": 345.87, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 25, + "x": 1089.62, + "y": 341.02, + "action": "mining", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 26, + "x": 1090.81, + "y": 344.21, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "target" + }, + { + "id": 27, + "x": 1104.2, + "y": 346.6, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + } + ] +} \ No newline at end of file diff --git a/repo/js/OnlineHoeing/main.js b/repo/js/AutoPathingLoader-MultiUser/main.js similarity index 100% rename from repo/js/OnlineHoeing/main.js rename to repo/js/AutoPathingLoader-MultiUser/main.js diff --git a/repo/js/AutoPathingLoader-MultiUser/manifest.json b/repo/js/AutoPathingLoader-MultiUser/manifest.json new file mode 100644 index 00000000..9d74b819 --- /dev/null +++ b/repo/js/AutoPathingLoader-MultiUser/manifest.json @@ -0,0 +1,15 @@ +{ + "manifest_version": 1, + "name": "BGI-地图追踪加载器(联机版)", + "version": "1.0", + "bgi_version": "0.45.0", + "description": "脚本名称:BGI-地图追踪加载器(联机版)\n功能描述:\n核心功能------------------------------>\n1.实现联机锄地\n2.通过发送聊天内容核验路线进度,实现每条路线同步开始\n注意事项------------------------------>\n1.本脚本是多用户脚本,单个原神账号无法使用\n2.手动加世界(不推荐)必须两人都在一个世界且必须是联机模式\n3.自动加世界需要再JS脚本配置正确的进行设置\n4.支持自定义路线,需要严格按照说明进行配置(详细说明位于READEME.md)\n---------------------------------------->\n作者:提瓦特钓鱼玳师\n脚本反馈邮箱:hijiwos@hotmail.com", + "authors": [ + { + "name": "提瓦特钓鱼玳师", + "url": "https://github.com/Hijiwos" + } + ], + "settings_ui": "settings.json", + "main": "main.js" +} \ No newline at end of file diff --git a/repo/js/OnlineHoeing/settings.json b/repo/js/AutoPathingLoader-MultiUser/settings.json similarity index 96% rename from repo/js/OnlineHoeing/settings.json rename to repo/js/AutoPathingLoader-MultiUser/settings.json index 43d47227..0862c9ab 100644 --- a/repo/js/OnlineHoeing/settings.json +++ b/repo/js/AutoPathingLoader-MultiUser/settings.json @@ -56,6 +56,8 @@ "name": "path_folder", "type": "select", "label": "<---------------------------路径设置--------------------------->\n选择要执行的路径文件夹: \n(请手动添加到assets文件夹内,添加完成后运行一遍程序)", - "options": [] + "options": [ + "水晶块@忆雪晴" + ] } ] \ No newline at end of file diff --git a/repo/js/OnlineHoeing/manifest.json b/repo/js/OnlineHoeing/manifest.json deleted file mode 100644 index 529d8db4..00000000 --- a/repo/js/OnlineHoeing/manifest.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "manifest_version": 1, - "name": "锄地-联机版", - "version": "1.0", - "bgi_version": "0.45.0", - "description": "脚本名称:锄地-联机版\n功能描述:\n核心功能------------------------------>\n1.实现联机锄地\n2.通过发送聊天内容核验路线进度,实现每条路线同步开始\n注意事项------------------------------>\n1.手动加世界(不推荐)必须两人都在一个世界且必须是联机模式\n2.自动加世界需要再JS脚本配置正确的进行设置\n3.支持自定义路线,需要严格按照说明进行配置(详细说明位于READEME.md)\n---------------------------------------->\n作者:提瓦特钓鱼玳师\n脚本反馈邮箱:hijiwos@hotmail.com", - "authors": [ - { - "name": "提瓦特钓鱼玳师", - "links": "https://github.com/Hijiwos" - } - ], - "settings_ui": "settings.json", - "main": "main.js" -} \ No newline at end of file