From 73210524048f26c8d5757b3f3405ca669927a188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E7=8F=BA=E6=B8=85?= <47319759+ShellShield@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:44:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=98=E6=BA=90=E6=9C=BA=E5=85=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 不包括奥奇卡纳塔底下的一个秘源机兵 --- repo/pathing/圣火竞技场.json | 98 +++++++++++++++++++++++ repo/pathing/奥奇卡纳塔01.json | 66 ++++++++++++++++ repo/pathing/彩石顶.json | 48 ++++++++++++ repo/pathing/悬木人西.json | 66 ++++++++++++++++ repo/pathing/柴薪之丘-南.json | 57 ++++++++++++++ repo/pathing/流泉之众-南.json | 138 +++++++++++++++++++++++++++++++++ repo/pathing/溶水域 .json | 93 ++++++++++++++++++++++ repo/pathing/硫晶支脉-北.json | 48 ++++++++++++ 8 files changed, 614 insertions(+) create mode 100644 repo/pathing/圣火竞技场.json create mode 100644 repo/pathing/奥奇卡纳塔01.json create mode 100644 repo/pathing/彩石顶.json create mode 100644 repo/pathing/悬木人西.json create mode 100644 repo/pathing/柴薪之丘-南.json create mode 100644 repo/pathing/流泉之众-南.json create mode 100644 repo/pathing/溶水域 .json create mode 100644 repo/pathing/硫晶支脉-北.json diff --git a/repo/pathing/圣火竞技场.json b/repo/pathing/圣火竞技场.json new file mode 100644 index 00000000..4a44d78a --- /dev/null +++ b/repo/pathing/圣火竞技场.json @@ -0,0 +1,98 @@ +{ + "info": { + "name": "圣火竞技场", + "type": "collect", + "author": "Shell", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 8978.51953125, + "y": -1872.12841796875, + "action_params": "" + }, + { + "id": 2, + "x": 8958.007264142378, + "y": -1880.25, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 8955.875, + "y": -1891.875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": 8953.43906065559, + "y": -1900.375, + "type": "path", + "move_mode": "fly", + "action": "", + "action_params": "" + }, + { + "id": 5, + "x": 8954.876305275584, + "y": -1905.8125, + "type": "path", + "move_mode": "fly", + "action": "", + "action_params": "" + }, + { + "id": 6, + "x": 8956.25119177336, + "y": -1914, + "type": "path", + "move_mode": "fly", + "action": "", + "action_params": "" + }, + { + "id": 7, + "x": 8957.50119177336, + "y": -1924.125, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "" + }, + { + "id": 8, + "x": 8951.874943248888, + "y": -1946.625, + "type": "path", + "move_mode": "walk", + "action": "fight", + "action_params": "" + }, + { + "id": 9, + "x": 8951.312471624444, + "y": -1958.0625, + "type": "path", + "move_mode": "walk", + "action": "pick_around", + "action_params": "" + }, + { + "id": 10, + "x": 8953.281278375556, + "y": -1958.625 + } + ] +} \ No newline at end of file diff --git a/repo/pathing/奥奇卡纳塔01.json b/repo/pathing/奥奇卡纳塔01.json new file mode 100644 index 00000000..17239bff --- /dev/null +++ b/repo/pathing/奥奇卡纳塔01.json @@ -0,0 +1,66 @@ +{ + "info": { + "name": "奥奇卡纳塔01", + "type": "collect", + "author": "Shell", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 9813.5087890625, + "y": -372.1904296875, + "action_params": "" + }, + { + "id": 2, + "x": 9793.4228515625, + "y": -375.68798828125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 9761.935546875, + "y": -343.2509765625, + "type": "path", + "move_mode": "fly", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": 9738.7109375, + "y": -302.46875, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "" + }, + { + "id": 5, + "x": 9737.484375, + "y": -295.28369140625, + "type": "path", + "move_mode": "walk", + "action": "fight", + "action_params": "" + }, + { + "id": 6, + "x": 9733.1845703125, + "y": -295.73046875, + "type": "path", + "move_mode": "walk", + "action": "pick_around", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/彩石顶.json b/repo/pathing/彩石顶.json new file mode 100644 index 00000000..59f85513 --- /dev/null +++ b/repo/pathing/彩石顶.json @@ -0,0 +1,48 @@ +{ + "info": { + "name": "彩石顶01", + "type": "collect", + "author": "Shell", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 8372.1572265625, + "y": -2196.259765625, + "action_params": "" + }, + { + "id": 2, + "x": 8425.4921875, + "y": -2262.2998046875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 8469.779296875, + "y": -2316.359375, + "type": "path", + "move_mode": "walk", + "action": "fight", + "action_params": "" + }, + { + "id": 4, + "x": 8473.18920253337, + "y": -2321.4375, + "type": "path", + "move_mode": "walk", + "action": "pick_around", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/悬木人西.json b/repo/pathing/悬木人西.json new file mode 100644 index 00000000..ff0e2640 --- /dev/null +++ b/repo/pathing/悬木人西.json @@ -0,0 +1,66 @@ +{ + "info": { + "name": "悬木人西", + "type": "collect", + "author": "Shell", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 8674.154296875, + "y": -2063.279296875, + "action_params": "" + }, + { + "id": 2, + "x": 8700.20703125, + "y": -2080.486328125, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "" + }, + { + "id": 3, + "x": 8723.2978515625, + "y": -2086.44140625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": 8753.125, + "y": -2107.5595703125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 5, + "x": 8802.09375, + "y": -2120.390625, + "type": "path", + "move_mode": "walk", + "action": "fight", + "action_params": "" + }, + { + "id": 6, + "x": 8811.087890625, + "y": -2121.7646484375, + "type": "path", + "move_mode": "walk", + "action": "pick_around", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/柴薪之丘-南.json b/repo/pathing/柴薪之丘-南.json new file mode 100644 index 00000000..21127ff7 --- /dev/null +++ b/repo/pathing/柴薪之丘-南.json @@ -0,0 +1,57 @@ +{ + "info": { + "name": "柴薪之丘-南", + "type": "collect", + "author": "Shell", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "x": 8908.8330078125, + "y": -1639.0546875, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 8892.2265625, + "y": -1653.10498046875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 8855.5068359375, + "y": -1683.271484375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": 8826.2265625, + "y": -1702.7041015625, + "type": "path", + "move_mode": "walk", + "action": "fight", + "action_params": "" + }, + { + "id": 5, + "x": 8823.685546875, + "y": -1704.4140625, + "type": "path", + "move_mode": "walk", + "action": "pick_around", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/流泉之众-南.json b/repo/pathing/流泉之众-南.json new file mode 100644 index 00000000..1a47c3da --- /dev/null +++ b/repo/pathing/流泉之众-南.json @@ -0,0 +1,138 @@ +{ + "info": { + "name": "流泉之众-南01", + "type": "collect", + "author": "Shell", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 8744.7490234375, + "y": -3009.595703125, + "action_params": "" + }, + { + "id": 2, + "x": 8723.002837555616, + "y": -3012.75, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 8708.75295105784, + "y": -3014, + "type": "path", + "move_mode": "swim", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": 8689.875170253337, + "y": -3017.375, + "type": "path", + "move_mode": "swim", + "action": "", + "action_params": "" + }, + { + "id": 5, + "x": 8666.752213293381, + "y": -3020.875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 6, + "x": 8603.2177734375, + "y": -3027.951171875, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 7, + "x": 8574.091796875, + "y": -3036.7763671875, + "type": "path", + "move_mode": "walk", + "action": "fight", + "action_params": "" + }, + { + "id": 8, + "x": 8569.2900390625, + "y": -3039.3564453125, + "type": "path", + "move_mode": "walk", + "action": "pick_around", + "action_params": "" + }, + { + "id": 9, + "x": 8553.7607421875, + "y": -3044.5712890625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 10, + "x": 8533.7841796875, + "y": -3015.4169921875, + "type": "path", + "move_mode": "walk", + "action": "fight", + "action_params": "" + }, + { + "id": 11, + "x": 8534.16015625, + "y": -3014.9169921875, + "type": "path", + "move_mode": "walk", + "action": "pick_around", + "action_params": "" + }, + { + "id": 12, + "x": 8506.01171875, + "y": -3053.396484375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 13, + "x": 8490.91015625, + "y": -3046.060546875, + "type": "path", + "move_mode": "walk", + "action": "fight", + "action_params": "" + }, + { + "id": 14, + "x": 8490.0390625, + "y": -3041.060546875, + "type": "path", + "move_mode": "walk", + "action": "pick_around", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/溶水域 .json b/repo/pathing/溶水域 .json new file mode 100644 index 00000000..2240a268 --- /dev/null +++ b/repo/pathing/溶水域 .json @@ -0,0 +1,93 @@ +{ + "info": { + "name": "溶水域", + "type": "collect", + "author": "Shell", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 8581.9970703125, + "y": -2675.220703125, + "action_params": "" + }, + { + "id": 2, + "x": 8564.2412109375, + "y": -2696.1240234375, + "type": "path", + "move_mode": "fly", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 8545.502497048943, + "y": -2709.75, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "" + }, + { + "id": 4, + "x": 8539.8583984375, + "y": -2713.9375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 5, + "x": 8502.99609375, + "y": -2747.73828125, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 6, + "x": 8487.9482421875, + "y": -2778.015625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 7, + "x": 8487.291015625, + "y": -2802.15234375, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 8, + "x": 8505.6396484375, + "y": -2815.068359375, + "type": "path", + "move_mode": "walk", + "action": "fight", + "action_params": "" + }, + { + "id": 9, + "x": 8510.328125, + "y": -2817.4697265625, + "type": "path", + "move_mode": "walk", + "action": "pick_around", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/硫晶支脉-北.json b/repo/pathing/硫晶支脉-北.json new file mode 100644 index 00000000..bda71386 --- /dev/null +++ b/repo/pathing/硫晶支脉-北.json @@ -0,0 +1,48 @@ +{ + "info": { + "name": "硫晶支脉-北", + "type": "collect", + "author": "Shell", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 8400.548828125, + "y": -1221.509765625, + "action_params": "" + }, + { + "id": 2, + "x": 8423.8984375, + "y": -1224.04931640625, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 8449.90625, + "y": -1227.314453125, + "type": "path", + "move_mode": "walk", + "action": "fight", + "action_params": "" + }, + { + "id": 4, + "x": 8456.064453125, + "y": -1228.08935546875, + "type": "path", + "move_mode": "walk", + "action": "pick_around", + "action_params": "" + } + ] +} \ No newline at end of file