From 3f79df0763a55a67bcabb65bc4c6cb8d14d4c8fc Mon Sep 17 00:00:00 2001 From: PanZic <80555968+PanZic@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:10:39 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=9E=A3=E6=A4=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 枣椰路线,虽然线路少,但效率高 --- .../枣椰01-活力之家(死域净化)-须弥4个.json | 28 +++++++++ .../pathing/枣椰/枣椰02-活力之家-须弥5个.json | 44 ++++++++++++++ repo/pathing/枣椰/枣椰03-阿如村-须弥2个.json | 44 ++++++++++++++ repo/pathing/枣椰/枣椰04-阿如村-须弥2个.json | 28 +++++++++ .../pathing/枣椰/枣椰05-饱饮之丘-须弥5个.json | 28 +++++++++ .../pathing/枣椰/枣椰06-丰饶绿洲-须弥8个.json | 60 +++++++++++++++++++ 6 files changed, 232 insertions(+) create mode 100644 repo/pathing/枣椰/枣椰01-活力之家(死域净化)-须弥4个.json create mode 100644 repo/pathing/枣椰/枣椰02-活力之家-须弥5个.json create mode 100644 repo/pathing/枣椰/枣椰03-阿如村-须弥2个.json create mode 100644 repo/pathing/枣椰/枣椰04-阿如村-须弥2个.json create mode 100644 repo/pathing/枣椰/枣椰05-饱饮之丘-须弥5个.json create mode 100644 repo/pathing/枣椰/枣椰06-丰饶绿洲-须弥8个.json diff --git a/repo/pathing/枣椰/枣椰01-活力之家(死域净化)-须弥4个.json b/repo/pathing/枣椰/枣椰01-活力之家(死域净化)-须弥4个.json new file mode 100644 index 00000000..2b3dcbc4 --- /dev/null +++ b/repo/pathing/枣椰/枣椰01-活力之家(死域净化)-须弥4个.json @@ -0,0 +1,28 @@ +{ + "info": { + "name": "枣椰01-活力之家-须弥4个", + "type": "collect", + "author": "不瘦五十斤不改名", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 4036.22509765625, + "y": -2465.103515625 + }, + { + "id": 2, + "x": 3946.5859375, + "y": -2461.8232421875, + "type": "path", + "move_mode": "walk", + "action": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/枣椰/枣椰02-活力之家-须弥5个.json b/repo/pathing/枣椰/枣椰02-活力之家-须弥5个.json new file mode 100644 index 00000000..62720c65 --- /dev/null +++ b/repo/pathing/枣椰/枣椰02-活力之家-须弥5个.json @@ -0,0 +1,44 @@ +{ + "info": { + "name": "枣椰02-活力之家-须弥5个", + "type": "collect", + "author": "不瘦五十斤不改名", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 4036.23388671875, + "y": -2464.9931640625 + }, + { + "id": 2, + "x": 4195.82470703125, + "y": -2454.8876953125, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 3, + "x": 4197.03466796875, + "y": -2457.1220703125, + "type": "path", + "move_mode": "walk", + "action": "nahida_collect" + }, + { + "id": 4, + "x": 4211.4931640625, + "y": -2473.4228515625, + "type": "path", + "move_mode": "walk", + "action": "nahida_collect" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/枣椰/枣椰03-阿如村-须弥2个.json b/repo/pathing/枣椰/枣椰03-阿如村-须弥2个.json new file mode 100644 index 00000000..96fa64a2 --- /dev/null +++ b/repo/pathing/枣椰/枣椰03-阿如村-须弥2个.json @@ -0,0 +1,44 @@ +{ + "info": { + "name": "枣椰03-阿如村-须弥2个", + "type": "collect", + "author": "不瘦五十斤不改名", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 3993.14501953125, + "y": -1989.54296875 + }, + { + "id": 2, + "x": 3949.0908203125, + "y": -1961.970703125, + "type": "path", + "move_mode": "run", + "action": "" + }, + { + "id": 3, + "x": 3941.435546875, + "y": -1928.69873046875, + "type": "path", + "move_mode": "run", + "action": "" + }, + { + "id": 4, + "x": 3976.64111328125, + "y": -1875.18505859375, + "type": "path", + "move_mode": "run", + "action": "nahida_collect" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/枣椰/枣椰04-阿如村-须弥2个.json b/repo/pathing/枣椰/枣椰04-阿如村-须弥2个.json new file mode 100644 index 00000000..b9c1199f --- /dev/null +++ b/repo/pathing/枣椰/枣椰04-阿如村-须弥2个.json @@ -0,0 +1,28 @@ +{ + "info": { + "name": "枣椰04-阿如村-须弥2个", + "type": "collect", + "author": "不瘦五十斤不改名", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 4096.048828125, + "y": -2025.97900390625 + }, + { + "id": 2, + "x": 4108.111328125, + "y": -2000.1328125, + "type": "path", + "move_mode": "run", + "action": "nahida_collect" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/枣椰/枣椰05-饱饮之丘-须弥5个.json b/repo/pathing/枣椰/枣椰05-饱饮之丘-须弥5个.json new file mode 100644 index 00000000..3a095565 --- /dev/null +++ b/repo/pathing/枣椰/枣椰05-饱饮之丘-须弥5个.json @@ -0,0 +1,28 @@ +{ + "info": { + "name": "枣椰05-饱饮之丘-须弥5个", + "type": "collect", + "author": "不瘦五十斤不改名", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 5047.96337890625, + "y": -1794.52734375 + }, + { + "id": 2, + "x": 5086.76513671875, + "y": -1746.025390625, + "type": "path", + "move_mode": "fly", + "action": "nahida_collect" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/枣椰/枣椰06-丰饶绿洲-须弥8个.json b/repo/pathing/枣椰/枣椰06-丰饶绿洲-须弥8个.json new file mode 100644 index 00000000..f2a27c3e --- /dev/null +++ b/repo/pathing/枣椰/枣椰06-丰饶绿洲-须弥8个.json @@ -0,0 +1,60 @@ +{ + "info": { + "name": "枣椰06-丰饶绿洲-须弥8个", + "type": "collect", + "author": "不瘦五十斤不改名", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 4794.99267578125, + "y": -2577.224609375 + }, + { + "id": 2, + "x": 4865.3046875, + "y": -2531.90625, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 3, + "x": 4868.34326171875, + "y": -2531.7041015625, + "type": "path", + "move_mode": "walk", + "action": "nahida_collect" + }, + { + "id": 4, + "x": 4819.38623046875, + "y": -2500.2607421875, + "type": "path", + "move_mode": "run", + "action": "" + }, + { + "id": 5, + "x": 4811.634765625, + "y": -2477.826171875, + "type": "path", + "move_mode": "run", + "action": "" + }, + { + "id": 6, + "x": 4775.2431640625, + "y": -2482.8134765625, + "type": "path", + "move_mode": "run", + "action": "nahida_collect" + } + ] +} \ No newline at end of file From 1e60d180d708c27171904d2e588057267563fa52 Mon Sep 17 00:00:00 2001 From: PanZic <80555968+PanZic@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:25:44 +0800 Subject: [PATCH 2/3] Add files via upload --- .../枣椰/枣椰01-活力之家(死域)-须弥4个.json | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 repo/pathing/枣椰/枣椰01-活力之家(死域)-须弥4个.json diff --git a/repo/pathing/枣椰/枣椰01-活力之家(死域)-须弥4个.json b/repo/pathing/枣椰/枣椰01-活力之家(死域)-须弥4个.json new file mode 100644 index 00000000..44e2a4b8 --- /dev/null +++ b/repo/pathing/枣椰/枣椰01-活力之家(死域)-须弥4个.json @@ -0,0 +1,28 @@ +{ + "info": { + "name": "枣椰01-活力之家(死域)-须弥4个", + "type": "collect", + "author": "不瘦五十斤不改名", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "x": 4036.22509765625, + "y": -2465.103515625, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 2, + "x": 3946.5859375, + "y": -2461.8232421875, + "action": "nahida_collect", + "move_mode": "walk", + "type": "path" + } + ] +} \ No newline at end of file From 4bb513c2bcc6e501a5d868257f5a84ff0e0a93cd Mon Sep 17 00:00:00 2001 From: PanZic <80555968+PanZic@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:26:16 +0800 Subject: [PATCH 3/3] =?UTF-8?q?Delete=20repo/pathing/=E6=9E=A3=E6=A4=B0/?= =?UTF-8?q?=E6=9E=A3=E6=A4=B001-=E6=B4=BB=E5=8A=9B=E4=B9=8B=E5=AE=B6(?= =?UTF-8?q?=E6=AD=BB=E5=9F=9F=E5=87=80=E5=8C=96)-=E9=A1=BB=E5=BC=A54?= =?UTF-8?q?=E4=B8=AA.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../枣椰01-活力之家(死域净化)-须弥4个.json | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100644 repo/pathing/枣椰/枣椰01-活力之家(死域净化)-须弥4个.json diff --git a/repo/pathing/枣椰/枣椰01-活力之家(死域净化)-须弥4个.json b/repo/pathing/枣椰/枣椰01-活力之家(死域净化)-须弥4个.json deleted file mode 100644 index 2b3dcbc4..00000000 --- a/repo/pathing/枣椰/枣椰01-活力之家(死域净化)-须弥4个.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "info": { - "name": "枣椰01-活力之家-须弥4个", - "type": "collect", - "author": "不瘦五十斤不改名", - "version": "1.0", - "description": "", - "bgiVersion": "0.35.1" - }, - "positions": [ - { - "id": 1, - "action": "", - "move_mode": "walk", - "type": "teleport", - "x": 4036.22509765625, - "y": -2465.103515625 - }, - { - "id": 2, - "x": 3946.5859375, - "y": -2461.8232421875, - "type": "path", - "move_mode": "walk", - "action": "" - } - ] -} \ No newline at end of file