From 7dda5d1b2b0500f39bdea12594c7f1262d8d9ac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B7=E4=B8=AA=E5=90=8D=E5=AD=97=E5=A5=BD=E9=9A=BE?= <25520958+MisakaAldrich@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:25:46 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E9=AC=BC=E5=85=9C=E8=99=AB=E7=BA=BF?= =?UTF-8?q?=E8=B7=AF1=E3=80=812=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../鬼兜虫/鬼兜虫01-九条阵屋-4个(纳西妲).json | 108 ++++++++++++++++++ .../鬼兜虫02-踏鞴砂(东北侧)-1个(纳西妲).json | 52 +++++++++ 2 files changed, 160 insertions(+) create mode 100644 repo/pathing/鬼兜虫/鬼兜虫01-九条阵屋-4个(纳西妲).json create mode 100644 repo/pathing/鬼兜虫/鬼兜虫02-踏鞴砂(东北侧)-1个(纳西妲).json diff --git a/repo/pathing/鬼兜虫/鬼兜虫01-九条阵屋-4个(纳西妲).json b/repo/pathing/鬼兜虫/鬼兜虫01-九条阵屋-4个(纳西妲).json new file mode 100644 index 00000000..4e2396f7 --- /dev/null +++ b/repo/pathing/鬼兜虫/鬼兜虫01-九条阵屋-4个(纳西妲).json @@ -0,0 +1,108 @@ +{ + "info": { + "name": "鬼兜虫01-九条阵屋-4个", + "type": "collect", + "author": "起个名字好难", + "version": "1.0", + "description": "", + "bgiVersion": "0.36.5" + }, + "positions": [ + { + "id": 1, + "x": -3436.6826171875, + "y": -3314.7060546875, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 2, + "x": -3437.7080078125, + "y": -3275.916015625, + "action": "", + "move_mode": "walk", + "type": "path" + }, + { + "id": 3, + "x": -3448.6796875, + "y": -3251.3828125, + "action": "", + "move_mode": "fly", + "type": "path" + }, + { + "id": 4, + "x": -3450.2197265625, + "y": -3247.294921875, + "action": "", + "move_mode": "climb", + "type": "path" + }, + { + "id": 5, + "x": -3463.8232421875, + "y": -3227.341796875, + "type": "target", + "move_mode": "walk", + "action": "nahida_collect" + }, + { + "id": 6, + "x": -3457.306640625, + "y": -3204.771484375, + "action": "", + "move_mode": "fly", + "type": "path" + }, + { + "id": 7, + "x": -3451.8212890625, + "y": -3185.8359375, + "type": "target", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 8, + "x": -3456.138671875, + "y": -3166.0009765625, + "type": "target", + "move_mode": "walk", + "action": "nahida_collect" + }, + { + "id": 9, + "x": -3436.224609375, + "y": -3315.880859375, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 10, + "x": -3405.0625, + "y": -3299.2568359375, + "action": "", + "move_mode": "walk", + "type": "path" + }, + { + "id": 11, + "x": -3381.8564453125, + "y": -3288.634765625, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 12, + "x": -3379.818359375, + "y": -3289.2490234375, + "type": "target", + "move_mode": "walk", + "action": "nahida_collect" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/鬼兜虫/鬼兜虫02-踏鞴砂(东北侧)-1个(纳西妲).json b/repo/pathing/鬼兜虫/鬼兜虫02-踏鞴砂(东北侧)-1个(纳西妲).json new file mode 100644 index 00000000..24e12c09 --- /dev/null +++ b/repo/pathing/鬼兜虫/鬼兜虫02-踏鞴砂(东北侧)-1个(纳西妲).json @@ -0,0 +1,52 @@ +{ + "info": { + "name": "鬼兜虫-踏鞴砂(东北侧)-1个", + "type": "collect", + "author": "起个名字好难", + "version": "1.0", + "description": "", + "bgiVersion": "0.36.5" + }, + "positions": [ + { + "id": 1, + "x": -3236.724609375, + "y": -3533.439453125, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 2, + "x": -3233.3173828125, + "y": -3567.1025390625, + "action": "", + "move_mode": "walk", + "type": "path" + }, + { + "id": 3, + "x": -3211.5625, + "y": -3596.8564453125, + "action": "", + "move_mode": "walk", + "type": "path" + }, + { + "id": 7, + "x": -3199.2880859375, + "y": -3619.3291015625, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 5, + "x": -3200.8671875, + "y": -3618.484375, + "type": "target", + "move_mode": "walk", + "action": "nahida_collect" + } + ] +} \ No newline at end of file From 69e4576d7358f0ebf264c22bd7ee3ef8a43c9ea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B7=E4=B8=AA=E5=90=8D=E5=AD=97=E5=A5=BD=E9=9A=BE?= <25520958+MisakaAldrich@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:26:34 +0800 Subject: [PATCH 2/3] =?UTF-8?q?Delete=20repo/pathing/=E9=AC=BC=E5=85=9C?= =?UTF-8?q?=E8=99=AB/=E9=AC=BC=E5=85=9C=E8=99=AB01-=E4=B9=9D=E6=9D=A1?= =?UTF-8?q?=E9=98=B5=E5=B1=8B-4=E4=B8=AA(=E7=AC=AC1=E4=B8=AA=E5=8F=AF?= =?UTF-8?q?=E8=83=BD=E5=8D=A1=E4=BD=8F,=E8=AE=A9BGI=E8=87=AA=E8=A1=8C?= =?UTF-8?q?=E6=A3=80=E6=B5=8B=E5=A4=84=E7=90=86).json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...条阵屋-4个(第1个可能卡住,让BGI自行检测处理).json | 140 ------------------ 1 file changed, 140 deletions(-) delete mode 100644 repo/pathing/鬼兜虫/鬼兜虫01-九条阵屋-4个(第1个可能卡住,让BGI自行检测处理).json diff --git a/repo/pathing/鬼兜虫/鬼兜虫01-九条阵屋-4个(第1个可能卡住,让BGI自行检测处理).json b/repo/pathing/鬼兜虫/鬼兜虫01-九条阵屋-4个(第1个可能卡住,让BGI自行检测处理).json deleted file mode 100644 index df2f49d3..00000000 --- a/repo/pathing/鬼兜虫/鬼兜虫01-九条阵屋-4个(第1个可能卡住,让BGI自行检测处理).json +++ /dev/null @@ -1,140 +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": -3436.6826171875, - "y": -3314.7060546875 - }, - { - "id": 2, - "x": -3437.7080078125, - "y": -3275.916015625, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 3, - "x": -3448.6796875, - "y": -3251.3828125, - "type": "path", - "move_mode": "fly", - "action": "" - }, - { - "id": 4, - "x": -3450.2197265625, - "y": -3247.294921875, - "type": "path", - "move_mode": "climb", - "action": "" - }, - { - "id": 5, - "x": -3458.3330078125, - "y": -3227.501953125, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 6, - "x": -3459.1181640625, - "y": -3226.1630859375, - "type": "target", - "move_mode": "fly", - "action": "" - }, - { - "id": 7, - "x": -3457.306640625, - "y": -3204.771484375, - "type": "path", - "move_mode": "fly", - "action": "" - }, - { - "id": 9, - "x": -3465.1923828125, - "y": -3183.4306640625, - "type": "path", - "move_mode": "fly", - "action": "stop_flying" - }, - { - "id": 9, - "x": -3459.9912109375, - "y": -3173.408203125, - "type": "target", - "move_mode": "walk", - "action": "" - }, - { - "id": 10, - "x": -3458.0166015625, - "y": -3166.912109375, - "type": "path", - "move_mode": "fly", - "action": "" - }, - { - "id": 11, - "x": -3460.2041015625, - "y": -3163.0126953125, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 12, - "x": -3461.28125, - "y": -3167.80859375, - "type": "target", - "move_mode": "fly", - "action": "" - }, - { - "id": 13, - "x": -3436.224609375, - "y": -3315.880859375, - "type": "teleport", - "move_mode": "walk", - "action": "" - }, - { - "id": 14, - "x": -3405.0625, - "y": -3299.2568359375, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 15, - "x": -3383.791015625, - "y": -3290.5068359375, - "type": "path", - "move_mode": "fly", - "action": "stop_flying" - }, - { - "id": 16, - "x": -3379.3583984375, - "y": -3293.0859375, - "type": "target", - "move_mode": "walk", - "action": "" - } - ] -} \ No newline at end of file From b6dbf86e99fb175f542beba66f76a5c109cad7ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B7=E4=B8=AA=E5=90=8D=E5=AD=97=E5=A5=BD=E9=9A=BE?= <25520958+MisakaAldrich@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:26:49 +0800 Subject: [PATCH 3/3] =?UTF-8?q?Delete=20repo/pathing/=E9=AC=BC=E5=85=9C?= =?UTF-8?q?=E8=99=AB/=E9=AC=BC=E5=85=9C=E8=99=AB02-=E8=B8=8F=E9=9E=B4?= =?UTF-8?q?=E7=A0=82(=E4=B8=9C=E5=8C=97=E4=BE=A7)-1=E4=B8=AA(=E5=9C=A8?= =?UTF-8?q?=E5=B2=A9=E5=A3=81=E4=B8=8A,=E6=A6=82=E7=8E=87=E6=8D=A1?= =?UTF-8?q?=E4=B8=8D=E5=88=B0).json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...02-踏鞴砂(东北侧)-1个(在岩壁上,概率捡不到).json | 60 ------------------- 1 file changed, 60 deletions(-) delete mode 100644 repo/pathing/鬼兜虫/鬼兜虫02-踏鞴砂(东北侧)-1个(在岩壁上,概率捡不到).json diff --git a/repo/pathing/鬼兜虫/鬼兜虫02-踏鞴砂(东北侧)-1个(在岩壁上,概率捡不到).json b/repo/pathing/鬼兜虫/鬼兜虫02-踏鞴砂(东北侧)-1个(在岩壁上,概率捡不到).json deleted file mode 100644 index 363b44f7..00000000 --- a/repo/pathing/鬼兜虫/鬼兜虫02-踏鞴砂(东北侧)-1个(在岩壁上,概率捡不到).json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "info": { - "name": "鬼兜虫-踏鞴砂(东北侧)-1个", - "type": "collect", - "author": "起个名字好难", - "version": "1.0", - "description": "", - "bgiVersion": "0.35.1" - }, - "positions": [ - { - "id": 1, - "action": "", - "move_mode": "walk", - "type": "teleport", - "x": -3236.724609375, - "y": -3533.439453125 - }, - { - "id": 2, - "x": -3233.3173828125, - "y": -3567.1025390625, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 3, - "x": -3211.5625, - "y": -3596.8564453125, - "type": "path", - "move_mode": "walk", - "action": "" - }, - { - "id": 4, - "x": -3223.5341796875, - "y": -3624.9755859375, - "type": "path", - "move_mode": "fly", - "action": "stop_flying" - }, - { - "id": 5, - "x": -3210.4150390625, - "y": -3623.7744140625, - "type": "path", - "move_mode": "fly", - "action": "" - }, - { - "id": 6, - "x": -3213.775390625, - "y": -3613.572265625, - "type": "target", - "move_mode": "walk", - "action": "" - } - ] -} \ No newline at end of file