From 75b5b2f768de6dc13433488d90a69df5bf28573c Mon Sep 17 00:00:00 2001 From: this-Fish Date: Fri, 27 Mar 2026 22:33:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E8=B4=AD=E4=B9=B0=E5=95=86?= =?UTF-8?q?=E5=93=813.2.9=20(#3046)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update manifest.json * 補充缺漏路徑&調整路徑 --- .../assets/path/璃月-璃月港-博来.json | 48 +++++++++---- .../assets/path/璃月-轻策庄-小白.json | 67 +++++++++++++++++++ repo/js/自动购买商品/manifest.json | 2 +- 3 files changed, 104 insertions(+), 13 deletions(-) create mode 100644 repo/js/自动购买商品/assets/path/璃月-轻策庄-小白.json diff --git a/repo/js/自动购买商品/assets/path/璃月-璃月港-博来.json b/repo/js/自动购买商品/assets/path/璃月-璃月港-博来.json index 6f18ea4a0..cf20fd622 100644 --- a/repo/js/自动购买商品/assets/path/璃月-璃月港-博来.json +++ b/repo/js/自动购买商品/assets/path/璃月-璃月港-博来.json @@ -9,7 +9,7 @@ "bgi_version": "0.45.0", "description": "", "enable_monster_loot_split": false, - "last_modified_time": 1771272509797, + "last_modified_time": 1774602380360, "map_match_method": "", "map_name": "Teyvat", "name": "璃月-璃月港-博来", @@ -22,6 +22,7 @@ "action": "", "action_params": "", "id": 1, + "locked": false, "move_mode": "walk", "type": "teleport", "x": 371.73828125, @@ -31,6 +32,7 @@ "action": "stop_flying", "action_params": "", "id": 2, + "locked": false, "move_mode": "fly", "type": "path", "x": 354.98828125, @@ -42,17 +44,17 @@ "id": 3, "move_mode": "dash", "type": "path", - "x": 320.7734375, - "y": -519.4013671875 + "x": 301.8955078125, + "y": -541.38671875 }, { "action": "", "action_params": "", "id": 4, - "move_mode": "dash", + "move_mode": "walk", "type": "path", - "x": 308.1708984375, - "y": -509.1123046875 + "x": 294.1103515625, + "y": -535.107421875 }, { "action": "stop_flying", @@ -60,14 +62,34 @@ "id": 5, "move_mode": "fly", "type": "target", - "x": 304.7626953125, - "y": -505.89453125 + "x": 285.8876953125, + "y": -531.1552734375 + }, + { + "action": "combat_script", + "action_params": "w(0.17)", + "id": 6, + "locked": false, + "move_mode": "fly", + "type": "orientation", + "x": 296.0654296875, + "y": -522.509765625 + }, + { + "action": "stop_flying", + "action_params": "", + "id": 7, + "move_mode": "fly", + "type": "path", + "x": 296.0654296875, + "y": -522.509765625 }, { "action": "", "action_params": "", - "id": 6, - "move_mode": "walk", + "id": 8, + "locked": false, + "move_mode": "dash", "type": "path", "x": 309.7470703125, "y": -510.3427734375 @@ -75,7 +97,8 @@ { "action": "", "action_params": "", - "id": 7, + "id": 9, + "locked": false, "move_mode": "walk", "type": "path", "x": 317.4140625, @@ -84,7 +107,8 @@ { "action": "", "action_params": "", - "id": 8, + "id": 10, + "locked": false, "move_mode": "walk", "type": "target", "x": 320.6533203125, diff --git a/repo/js/自动购买商品/assets/path/璃月-轻策庄-小白.json b/repo/js/自动购买商品/assets/path/璃月-轻策庄-小白.json new file mode 100644 index 000000000..74b2728e2 --- /dev/null +++ b/repo/js/自动购买商品/assets/path/璃月-轻策庄-小白.json @@ -0,0 +1,67 @@ +{ + "info": { + "authors": [ + { + "links": "", + "name": "蜜柑魚" + } + ], + "bgi_version": "0.45.0", + "description": "", + "enable_monster_loot_split": false, + "last_modified_time": 1774602578396, + "map_match_method": "", + "map_name": "Teyvat", + "name": "璃月-轻策庄-小白", + "tags": [], + "type": "collect", + "version": "1.0" + }, + "positions": [ + { + "action": "", + "action_params": "", + "id": 1, + "move_mode": "walk", + "type": "teleport", + "x": 546.1884765625, + "y": 1767.2607421875 + }, + { + "action": "", + "action_params": "", + "id": 2, + "move_mode": "run", + "type": "path", + "x": 553.2646484375, + "y": 1751.8408203125 + }, + { + "action": "stop_flying", + "action_params": "", + "id": 3, + "move_mode": "fly", + "type": "path", + "x": 559.994140625, + "y": 1736.896484375 + }, + { + "action": "", + "action_params": "", + "id": 4, + "move_mode": "dash", + "type": "path", + "x": 551.83203125, + "y": 1729.662109375 + }, + { + "action": "", + "action_params": "", + "id": 5, + "move_mode": "walk", + "type": "target", + "x": 551.275390625, + "y": 1725.4697265625 + } + ] +} \ No newline at end of file diff --git a/repo/js/自动购买商品/manifest.json b/repo/js/自动购买商品/manifest.json index 441cf6bfb..ba42c9568 100644 --- a/repo/js/自动购买商品/manifest.json +++ b/repo/js/自动购买商品/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "自动购买商品", - "version": "3.2.8", + "version": "3.2.9", "description": "自动购买商品\n每天刷新商品:自动购买商品\n3天刷新商品:未到刷新日不购买该商品\n每周刷新商品:可指定每周购买商品", "authors": [ {