From 60aa7b7f62b302b22c8910c3a10e3b46ac21336e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=81=AB=E5=B1=B1?= <939048569@qq.com> Date: Sun, 15 Jun 2025 15:48:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E8=BF=BD=E8=B8=AA=EF=BC=9A?= =?UTF-8?q?=E6=B0=B4=E6=99=B6=E5=9D=97=EF=BC=88=E7=92=83=E6=9C=88=E9=83=A8?= =?UTF-8?q?=E5=88=86=E8=A1=A5=E5=AE=8C=EF=BC=89=20(#1103)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 地图追踪:水晶块(璃月部分补完) * 自动修复 JSON 格式和版本号 [ci skip] --------- Co-authored-by: GitHub Actions Bot --- .../诺艾尔的提瓦特矿闻录/璃月/25-天工峡-4个.json | 94 ++++++++++ .../诺艾尔的提瓦特矿闻录/璃月/26-巨渊之口-4个.json | 94 ++++++++++ .../诺艾尔的提瓦特矿闻录/璃月/27-岩中幽谷-7个.json | 157 +++++++++++++++++ .../璃月/28-地面矿区(有战斗)-9个.json | 166 ++++++++++++++++++ .../诺艾尔的提瓦特矿闻录/璃月/29-琉璃峰-5个.json | 157 +++++++++++++++++ .../诺艾尔的提瓦特矿闻录/璃月/30-琉璃峰北-2个.json | 76 ++++++++ 6 files changed, 744 insertions(+) create mode 100644 repo/pathing/矿物/水晶块/水晶块@火山/诺艾尔的提瓦特矿闻录/璃月/25-天工峡-4个.json create mode 100644 repo/pathing/矿物/水晶块/水晶块@火山/诺艾尔的提瓦特矿闻录/璃月/26-巨渊之口-4个.json create mode 100644 repo/pathing/矿物/水晶块/水晶块@火山/诺艾尔的提瓦特矿闻录/璃月/27-岩中幽谷-7个.json create mode 100644 repo/pathing/矿物/水晶块/水晶块@火山/诺艾尔的提瓦特矿闻录/璃月/28-地面矿区(有战斗)-9个.json create mode 100644 repo/pathing/矿物/水晶块/水晶块@火山/诺艾尔的提瓦特矿闻录/璃月/29-琉璃峰-5个.json create mode 100644 repo/pathing/矿物/水晶块/水晶块@火山/诺艾尔的提瓦特矿闻录/璃月/30-琉璃峰北-2个.json diff --git a/repo/pathing/矿物/水晶块/水晶块@火山/诺艾尔的提瓦特矿闻录/璃月/25-天工峡-4个.json b/repo/pathing/矿物/水晶块/水晶块@火山/诺艾尔的提瓦特矿闻录/璃月/25-天工峡-4个.json new file mode 100644 index 00000000..6c7ab700 --- /dev/null +++ b/repo/pathing/矿物/水晶块/水晶块@火山/诺艾尔的提瓦特矿闻录/璃月/25-天工峡-4个.json @@ -0,0 +1,94 @@ +{ + "info": { + "name": "25-天工峡-4个", + "type": "collect", + "author": "火山", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 1759.55, + "y": -874.19, + "action_params": "" + }, + { + "id": 2, + "x": 1779.13, + "y": -887.38, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 1773.17, + "y": -891.54, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2),wait(0.3)" + }, + { + "id": 4, + "x": 1773.08, + "y": -893.92, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)" + }, + { + "id": 5, + "x": 1772.88, + "y": -897.15, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2),wait(0.3)" + }, + { + "id": 6, + "x": 1778.29, + "y": -902.06, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)" + }, + { + "id": 7, + "x": 1779.38, + "y": -900.25, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 8, + "x": 1779.69, + "y": -898.23, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)" + }, + { + "id": 9, + "x": 1778.33, + "y": -896.22, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2),wait(0.3)" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/矿物/水晶块/水晶块@火山/诺艾尔的提瓦特矿闻录/璃月/26-巨渊之口-4个.json b/repo/pathing/矿物/水晶块/水晶块@火山/诺艾尔的提瓦特矿闻录/璃月/26-巨渊之口-4个.json new file mode 100644 index 00000000..118b51b8 --- /dev/null +++ b/repo/pathing/矿物/水晶块/水晶块@火山/诺艾尔的提瓦特矿闻录/璃月/26-巨渊之口-4个.json @@ -0,0 +1,94 @@ +{ + "info": { + "name": "26-巨渊之口-4个", + "type": "collect", + "author": "火山", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": 1917.89, + "y": -760.86, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 1917.42, + "y": -759.95, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 1901.25, + "y": -747.46, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "1500" + }, + { + "id": 4, + "x": 1903.93, + "y": -746.07, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2),wait(0.3)" + }, + { + "id": 5, + "x": 1905.29, + "y": -743.13, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)" + }, + { + "id": 6, + "x": 1903.32, + "y": -741.52, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)" + }, + { + "id": 7, + "x": 1905.12, + "y": -740.59, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2),wait(0.3)" + }, + { + "id": 8, + "x": 1906.9, + "y": -739.37, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)" + }, + { + "id": 9, + "x": 1906.41, + "y": -736.37, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/矿物/水晶块/水晶块@火山/诺艾尔的提瓦特矿闻录/璃月/27-岩中幽谷-7个.json b/repo/pathing/矿物/水晶块/水晶块@火山/诺艾尔的提瓦特矿闻录/璃月/27-岩中幽谷-7个.json new file mode 100644 index 00000000..4e705435 --- /dev/null +++ b/repo/pathing/矿物/水晶块/水晶块@火山/诺艾尔的提瓦特矿闻录/璃月/27-岩中幽谷-7个.json @@ -0,0 +1,157 @@ +{ + "info": { + "name": "27-岩中幽谷-7个", + "type": "collect", + "author": "火山", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 1902.31, + "y": -478.89, + "action_params": "" + }, + { + "id": 2, + "x": 1906.19, + "y": -480.04, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 1912.05, + "y": -480.93, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "1100" + }, + { + "id": 4, + "x": 1913.71, + "y": -480.27, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.7)" + }, + { + "id": 5, + "x": 1887.74, + "y": -470.55, + "type": "target", + "move_mode": "dash", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)" + }, + { + "id": 6, + "x": 1885.62, + "y": -473.71, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)" + }, + { + "id": 7, + "x": 1902.31, + "y": -478.89, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 8, + "x": 1913.43, + "y": -496.5, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 9, + "x": 1900.8, + "y": -515.99, + "type": "orientation", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 10, + "x": 1901.2, + "y": -515.57, + "type": "target", + "move_mode": "dash", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)" + }, + { + "id": 11, + "x": 1899.75, + "y": -517.16, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 12, + "x": 1860.03, + "y": -568.7, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 13, + "x": 1814.64, + "y": -580.06, + "type": "target", + "move_mode": "dash", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)" + }, + { + "id": 14, + "x": 1812.84, + "y": -583.34, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 15, + "x": 1812.72, + "y": -583.37, + "type": "orientation", + "move_mode": "walk", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2),wait(0.3)" + }, + { + "id": 16, + "x": 1810.16, + "y": -583.17, + "type": "target", + "move_mode": "jump", + "action": "combat_script", + "action_params": "keypress(x),wait(0.3),诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/矿物/水晶块/水晶块@火山/诺艾尔的提瓦特矿闻录/璃月/28-地面矿区(有战斗)-9个.json b/repo/pathing/矿物/水晶块/水晶块@火山/诺艾尔的提瓦特矿闻录/璃月/28-地面矿区(有战斗)-9个.json new file mode 100644 index 00000000..3756f879 --- /dev/null +++ b/repo/pathing/矿物/水晶块/水晶块@火山/诺艾尔的提瓦特矿闻录/璃月/28-地面矿区(有战斗)-9个.json @@ -0,0 +1,166 @@ +{ + "info": { + "name": "28-地面矿区(有战斗)-9个", + "type": "collect", + "author": "火山", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 1701.5, + "y": -582.35, + "action_params": "" + }, + { + "id": 2, + "x": 1653.23, + "y": -586.68, + "type": "path", + "move_mode": "dash", + "action": "fight", + "action_params": "" + }, + { + "id": 3, + "x": 1652.09, + "y": -588.84, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": 1650.56, + "y": -578.95, + "type": "target", + "move_mode": "dash", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)" + }, + { + "id": 5, + "x": 1646.53, + "y": -579.43, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2),wait(0.3)" + }, + { + "id": 6, + "x": 1643.82, + "y": -580.71, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)" + }, + { + "id": 7, + "x": 1644.66, + "y": -596.82, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 8, + "x": 1602.97, + "y": -621.24, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 9, + "x": 1603.0, + "y": -617.17, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)" + }, + { + "id": 10, + "x": 1585.45, + "y": -637.0, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 11, + "x": 1577.06, + "y": -640.19, + "type": "target", + "move_mode": "dash", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)" + }, + { + "id": 12, + "x": 1593.35, + "y": -635.07, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 13, + "x": 1605.89, + "y": -677.46, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 14, + "x": 1631.27, + "y": -702.24, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "1000" + }, + { + "id": 15, + "x": 1631.28, + "y": -701.11, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2),wait(0.3)" + }, + { + "id": 16, + "x": 1631.17, + "y": -696.23, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)" + }, + { + "id": 17, + "x": 1629.31, + "y": -695.77, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/矿物/水晶块/水晶块@火山/诺艾尔的提瓦特矿闻录/璃月/29-琉璃峰-5个.json b/repo/pathing/矿物/水晶块/水晶块@火山/诺艾尔的提瓦特矿闻录/璃月/29-琉璃峰-5个.json new file mode 100644 index 00000000..e26c2db1 --- /dev/null +++ b/repo/pathing/矿物/水晶块/水晶块@火山/诺艾尔的提瓦特矿闻录/璃月/29-琉璃峰-5个.json @@ -0,0 +1,157 @@ +{ + "info": { + "name": "29-琉璃峰-5个", + "type": "collect", + "author": "火山", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 1759.57, + "y": -874.2, + "action_params": "" + }, + { + "id": 2, + "x": 1740.12, + "y": -875.96, + "type": "path", + "move_mode": "run", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 1739.98, + "y": -875.53, + "type": "orientation", + "move_mode": "walk", + "action": "combat_script", + "action_params": "wait(0.2),keypress(VK_SPACE),wait(0.5),w(3)" + }, + { + "id": 4, + "x": 1735.58, + "y": -890.04, + "type": "path", + "move_mode": "jump", + "action": "", + "action_params": "" + }, + { + "id": 5, + "x": 1706.56, + "y": -887.08, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 6, + "x": 1706.24, + "y": -900.46, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 7, + "x": 1699.39, + "y": -902.6, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 8, + "x": 1694.99, + "y": -900.87, + "type": "path", + "move_mode": "jump", + "action": "", + "action_params": "" + }, + { + "id": 9, + "x": 1679.29, + "y": -899.04, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 10, + "x": 1678.69, + "y": -913.42, + "type": "target", + "move_mode": "dash", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)" + }, + { + "id": 11, + "x": 1683.74, + "y": -916.58, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)" + }, + { + "id": 12, + "x": 1681.95, + "y": -914.65, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keypress(VK_SPACE),wait(0.5)" + }, + { + "id": 13, + "x": 1634.04, + "y": -827.77, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "1000" + }, + { + "id": 14, + "x": 1638.46, + "y": -819.63, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)" + }, + { + "id": 15, + "x": 1641.86, + "y": -817.86, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)" + }, + { + "id": 16, + "x": 1641.09, + "y": -819.66, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/矿物/水晶块/水晶块@火山/诺艾尔的提瓦特矿闻录/璃月/30-琉璃峰北-2个.json b/repo/pathing/矿物/水晶块/水晶块@火山/诺艾尔的提瓦特矿闻录/璃月/30-琉璃峰北-2个.json new file mode 100644 index 00000000..49991c4e --- /dev/null +++ b/repo/pathing/矿物/水晶块/水晶块@火山/诺艾尔的提瓦特矿闻录/璃月/30-琉璃峰北-2个.json @@ -0,0 +1,76 @@ +{ + "info": { + "name": "30-琉璃峰北-2个", + "type": "collect", + "author": "火山", + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 1470.12, + "y": -728.81, + "action_params": "" + }, + { + "id": 2, + "x": 1471.51, + "y": -716.98, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 1476.54, + "y": -690.87, + "type": "path", + "move_mode": "fly", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": 1481.47, + "y": -671.4, + "type": "path", + "move_mode": "fly", + "action": "", + "action_params": "" + }, + { + "id": 5, + "x": 1485.62, + "y": -654.65, + "type": "path", + "move_mode": "fly", + "action": "", + "action_params": "" + }, + { + "id": 6, + "x": 1491.43, + "y": -625.48, + "type": "target", + "move_mode": "dash", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)" + }, + { + "id": 7, + "x": 1486.79, + "y": -625.74, + "type": "target", + "move_mode": "walk", + "action": "combat_script", + "action_params": "诺艾尔 attack(0.2), attack(0.2),wait(0.3),attack(0.2),wait(1)" + } + ] +} \ No newline at end of file