From d27600a2e0e217f2b39087f5af535ccd3702cf39 Mon Sep 17 00:00:00 2001 From: xiayutianXYT <708951133@qq.com> Date: Fri, 8 Aug 2025 22:31:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E8=BF=BD=E8=B8=AA=EF=BC=9A?= =?UTF-8?q?=E5=B0=8F=E9=A9=AE=E5=85=BD(=E9=9D=A2=E5=85=B7=E9=A9=AE)=20(#15?= =?UTF-8?q?12)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add files via upload * 自动修复 JSON 格式和版本号 [ci skip] --------- Co-authored-by: GitHub Actions Bot --- .../小驮兽(面具驮)/01-饱饮之丘东-1只.json | 45 ++++++ .../小驮兽(面具驮)/02-塔尼特露营地南-3只.json | 90 ++++++++++++ .../小驮兽(面具驮)/04-丰饶绿洲东-2只.json | 54 ++++++++ .../小驮兽(面具驮)/06-往昔桓那兰那北-1只.json | 63 +++++++++ .../小驮兽(面具驮)/07-觉王之殿-2只.json | 81 +++++++++++ .../小驮兽(面具驮)/08-觉王之殿东-1只.json | 54 ++++++++ .../小驮兽(面具驮)/10-须弥城西-3只.json | 63 +++++++++ .../小驮兽(面具驮)/12-卡萨扎莱宫南-2只.json | 54 ++++++++ .../小驮兽(面具驮)/13-无郁稠林北-2只.json | 72 ++++++++++ .../敌人与魔物/小驮兽(面具驮)/README.md | 9 ++ .../小驮兽(面具驮)/低效路线/03-舍身陷坑西-1只.json | 72 ++++++++++ .../小驮兽(面具驮)/低效路线/05-禅那园西-2只.json | 108 +++++++++++++++ .../小驮兽(面具驮)/低效路线/09-维摩庄北-2只.json | 131 ++++++++++++++++++ .../小驮兽(面具驮)/低效路线/11-香醉坡-1只.json | 54 ++++++++ 14 files changed, 950 insertions(+) create mode 100644 repo/pathing/敌人与魔物/小驮兽(面具驮)/01-饱饮之丘东-1只.json create mode 100644 repo/pathing/敌人与魔物/小驮兽(面具驮)/02-塔尼特露营地南-3只.json create mode 100644 repo/pathing/敌人与魔物/小驮兽(面具驮)/04-丰饶绿洲东-2只.json create mode 100644 repo/pathing/敌人与魔物/小驮兽(面具驮)/06-往昔桓那兰那北-1只.json create mode 100644 repo/pathing/敌人与魔物/小驮兽(面具驮)/07-觉王之殿-2只.json create mode 100644 repo/pathing/敌人与魔物/小驮兽(面具驮)/08-觉王之殿东-1只.json create mode 100644 repo/pathing/敌人与魔物/小驮兽(面具驮)/10-须弥城西-3只.json create mode 100644 repo/pathing/敌人与魔物/小驮兽(面具驮)/12-卡萨扎莱宫南-2只.json create mode 100644 repo/pathing/敌人与魔物/小驮兽(面具驮)/13-无郁稠林北-2只.json create mode 100644 repo/pathing/敌人与魔物/小驮兽(面具驮)/README.md create mode 100644 repo/pathing/敌人与魔物/小驮兽(面具驮)/低效路线/03-舍身陷坑西-1只.json create mode 100644 repo/pathing/敌人与魔物/小驮兽(面具驮)/低效路线/05-禅那园西-2只.json create mode 100644 repo/pathing/敌人与魔物/小驮兽(面具驮)/低效路线/09-维摩庄北-2只.json create mode 100644 repo/pathing/敌人与魔物/小驮兽(面具驮)/低效路线/11-香醉坡-1只.json diff --git a/repo/pathing/敌人与魔物/小驮兽(面具驮)/01-饱饮之丘东-1只.json b/repo/pathing/敌人与魔物/小驮兽(面具驮)/01-饱饮之丘东-1只.json new file mode 100644 index 00000000..d1518ab8 --- /dev/null +++ b/repo/pathing/敌人与魔物/小驮兽(面具驮)/01-饱饮之丘东-1只.json @@ -0,0 +1,45 @@ +{ + "info": { + "name": "01-饱饮之丘东-1只", + "type": "collect", + "authors": [ + { + "name": "jay", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [ + "驮兽", + "丘丘面具", + "兽肉", + "小驮兽" + ], + "last_modified_time": 1754659102487, + "enable_monster_loot_split": false, + "map_match_method": "" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 5049.5225, + "y": -1796.1182, + "action_params": "" + }, + { + "id": 2, + "x": 5064.2129, + "y": -1886.6548, + "type": "path", + "move_mode": "run", + "action": "fight", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/敌人与魔物/小驮兽(面具驮)/02-塔尼特露营地南-3只.json b/repo/pathing/敌人与魔物/小驮兽(面具驮)/02-塔尼特露营地南-3只.json new file mode 100644 index 00000000..a84fb85c --- /dev/null +++ b/repo/pathing/敌人与魔物/小驮兽(面具驮)/02-塔尼特露营地南-3只.json @@ -0,0 +1,90 @@ +{ + "info": { + "name": "02-塔尼特露营地南-3只", + "type": "collect", + "authors": [ + { + "name": "jay", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [ + "驮兽", + "丘丘面具", + "兽肉", + "小驮兽" + ], + "last_modified_time": 1754659108817, + "enable_monster_loot_split": false, + "map_match_method": "" + }, + "positions": [ + { + "id": 1, + "x": 5049.8047, + "y": -1795.0894, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 5003.4082, + "y": -1784.4268, + "type": "path", + "move_mode": "run", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 4984.375, + "y": -1792.8774, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": 4964.7754, + "y": -1802.2383, + "type": "path", + "move_mode": "walk", + "action": "up_down_grab_leaf", + "action_params": "" + }, + { + "id": 5, + "x": 4944.916, + "y": -1787.0913, + "type": "path", + "move_mode": "fly", + "action": "", + "action_params": "" + }, + { + "id": 6, + "x": 4921.3906, + "y": -1769.4932, + "type": "path", + "move_mode": "walk", + "action": "up_down_grab_leaf", + "action_params": "" + }, + { + "id": 7, + "x": 4921.9014, + "y": -1708.0415, + "type": "path", + "move_mode": "dash", + "action": "fight", + "action_params": "" + } + ] +} \ 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..9d1bada2 --- /dev/null +++ b/repo/pathing/敌人与魔物/小驮兽(面具驮)/04-丰饶绿洲东-2只.json @@ -0,0 +1,54 @@ +{ + "info": { + "name": "04-丰饶绿洲东-2只", + "type": "collect", + "authors": [ + { + "name": "jay", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [ + "驮兽", + "丘丘面具", + "兽肉", + "小驮兽" + ], + "last_modified_time": 1754659122008, + "enable_monster_loot_split": false, + "map_match_method": "" + }, + "positions": [ + { + "id": 1, + "x": 4451.8975, + "y": -2454.8408, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 4411.6826, + "y": -2487.1279, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 4352.2363, + "y": -2481.6104, + "type": "path", + "move_mode": "run", + "action": "fight", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/敌人与魔物/小驮兽(面具驮)/06-往昔桓那兰那北-1只.json b/repo/pathing/敌人与魔物/小驮兽(面具驮)/06-往昔桓那兰那北-1只.json new file mode 100644 index 00000000..fbc252c2 --- /dev/null +++ b/repo/pathing/敌人与魔物/小驮兽(面具驮)/06-往昔桓那兰那北-1只.json @@ -0,0 +1,63 @@ +{ + "info": { + "name": "06-往昔桓那兰那北-1只", + "type": "collect", + "authors": [ + { + "name": "jay", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [ + "驮兽", + "丘丘面具", + "兽肉", + "小驮兽" + ], + "last_modified_time": 1754659125053, + "enable_monster_loot_split": false, + "map_match_method": "" + }, + "positions": [ + { + "id": 1, + "x": 3705.8848, + "y": -497.1348, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 3736.7188, + "y": -483.3291, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 3817.877, + "y": -456.4497, + "type": "path", + "move_mode": "fly", + "action": "combat_script", + "action_params": "keypress(VK_SPACE),wait(1.2),attack(0.3)" + }, + { + "id": 4, + "x": 3817.2363, + "y": -454.5938, + "type": "path", + "move_mode": "walk", + "action": "fight", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/敌人与魔物/小驮兽(面具驮)/07-觉王之殿-2只.json b/repo/pathing/敌人与魔物/小驮兽(面具驮)/07-觉王之殿-2只.json new file mode 100644 index 00000000..43cb27c3 --- /dev/null +++ b/repo/pathing/敌人与魔物/小驮兽(面具驮)/07-觉王之殿-2只.json @@ -0,0 +1,81 @@ +{ + "info": { + "name": "07-觉王之殿-2只", + "type": "collect", + "authors": [ + { + "name": "jay", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [ + "驮兽", + "丘丘面具", + "兽肉", + "小驮兽" + ], + "last_modified_time": 1754659132862, + "enable_monster_loot_split": false, + "map_match_method": "" + }, + "positions": [ + { + "id": 1, + "x": 3705.8848, + "y": -497.1348, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 3664.4385, + "y": -570.3765, + "type": "path", + "move_mode": "fly", + "action": "combat_script", + "action_params": "keypress(VK_SPACE),wait(2),attack(0.3)" + }, + { + "id": 3, + "x": 3664.4424, + "y": -570.3789, + "type": "path", + "move_mode": "walk", + "action": "fight", + "action_params": "" + }, + { + "id": 4, + "x": 3558.9082, + "y": -575.2363, + "type": "path", + "move_mode": "run", + "action": "", + "action_params": "" + }, + { + "id": 5, + "x": 3495.0674, + "y": -567.9116, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 6, + "x": 3472.8027, + "y": -571.9951, + "type": "path", + "move_mode": "run", + "action": "fight", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/敌人与魔物/小驮兽(面具驮)/08-觉王之殿东-1只.json b/repo/pathing/敌人与魔物/小驮兽(面具驮)/08-觉王之殿东-1只.json new file mode 100644 index 00000000..bc916e3a --- /dev/null +++ b/repo/pathing/敌人与魔物/小驮兽(面具驮)/08-觉王之殿东-1只.json @@ -0,0 +1,54 @@ +{ + "info": { + "name": "08-觉王之殿东-1只", + "type": "collect", + "authors": [ + { + "name": "jay", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [ + "驮兽", + "丘丘面具", + "兽肉", + "小驮兽" + ], + "last_modified_time": 1754659135418, + "enable_monster_loot_split": false, + "map_match_method": "" + }, + "positions": [ + { + "id": 1, + "x": 3253.1055, + "y": -591.0059, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 3217.6123, + "y": -545.8394, + "type": "path", + "move_mode": "fly", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 3174.8398, + "y": -501.6548, + "type": "path", + "move_mode": "run", + "action": "fight", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/敌人与魔物/小驮兽(面具驮)/10-须弥城西-3只.json b/repo/pathing/敌人与魔物/小驮兽(面具驮)/10-须弥城西-3只.json new file mode 100644 index 00000000..5975209e --- /dev/null +++ b/repo/pathing/敌人与魔物/小驮兽(面具驮)/10-须弥城西-3只.json @@ -0,0 +1,63 @@ +{ + "info": { + "name": "10-须弥城西-3只", + "type": "collect", + "authors": [ + { + "name": "jay", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [ + "驮兽", + "丘丘面具", + "兽肉", + "小驮兽" + ], + "last_modified_time": 1754659142917, + "enable_monster_loot_split": false, + "map_match_method": "" + }, + "positions": [ + { + "id": 1, + "x": 2871.001, + "y": -377.1045, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 2902.3457, + "y": -438.563, + "type": "path", + "move_mode": "fly", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 2984.5068, + "y": -426.0581, + "type": "path", + "move_mode": "fly", + "action": "combat_script", + "action_params": "keypress(VK_SPACE),wait(2),attack(0.3)" + }, + { + "id": 4, + "x": 2964.2598, + "y": -437.6577, + "type": "path", + "move_mode": "walk", + "action": "fight", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/敌人与魔物/小驮兽(面具驮)/12-卡萨扎莱宫南-2只.json b/repo/pathing/敌人与魔物/小驮兽(面具驮)/12-卡萨扎莱宫南-2只.json new file mode 100644 index 00000000..5e4e6df6 --- /dev/null +++ b/repo/pathing/敌人与魔物/小驮兽(面具驮)/12-卡萨扎莱宫南-2只.json @@ -0,0 +1,54 @@ +{ + "info": { + "name": "12-卡萨扎莱宫南-2只", + "type": "collect", + "authors": [ + { + "name": "jay", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [ + "驮兽", + "丘丘面具", + "兽肉", + "小驮兽" + ], + "last_modified_time": 1754659152853, + "enable_monster_loot_split": false, + "map_match_method": "" + }, + "positions": [ + { + "id": 1, + "x": 2532.2383, + "y": -144.3877, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 2470.9004, + "y": -210.5435, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "" + }, + { + "id": 3, + "x": 2470.8945, + "y": -210.543, + "type": "path", + "move_mode": "walk", + "action": "fight", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/敌人与魔物/小驮兽(面具驮)/13-无郁稠林北-2只.json b/repo/pathing/敌人与魔物/小驮兽(面具驮)/13-无郁稠林北-2只.json new file mode 100644 index 00000000..f5fb14a6 --- /dev/null +++ b/repo/pathing/敌人与魔物/小驮兽(面具驮)/13-无郁稠林北-2只.json @@ -0,0 +1,72 @@ +{ + "info": { + "name": "13-无郁稠林北-2只", + "type": "collect", + "authors": [ + { + "name": "jay", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [ + "驮兽", + "丘丘面具", + "兽肉", + "小驮兽" + ], + "last_modified_time": 1754660678720, + "enable_monster_loot_split": false, + "map_match_method": "" + }, + "positions": [ + { + "id": 1, + "x": 2410.1357, + "y": 349.3491, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 2324.6357, + "y": 479.4863, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "" + }, + { + "id": 3, + "x": 2324.6367, + "y": 479.478, + "type": "path", + "move_mode": "walk", + "action": "fight", + "action_params": "" + }, + { + "id": 4, + "x": 2303.3945, + "y": 461.2095, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "" + }, + { + "id": 5, + "x": 2303.3945, + "y": 461.2095, + "type": "path", + "move_mode": "walk", + "action": "fight", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/敌人与魔物/小驮兽(面具驮)/README.md b/repo/pathing/敌人与魔物/小驮兽(面具驮)/README.md new file mode 100644 index 00000000..46283390 --- /dev/null +++ b/repo/pathing/敌人与魔物/小驮兽(面具驮)/README.md @@ -0,0 +1,9 @@ +* **作者**:jay +* **说明**:此脚本主要是为刷取 ***丘丘面具*** 而制作,如果需要拾取兽肉,请不要使用带有 ***万叶*** 等可以聚集掉落物的角色的战斗策略,并关闭切换万叶队伍拾取 +* 此脚本的兽肉拾取是基于bgi自动拾取而设计,因驮兽死后,掉落物会与兽肉基本重叠,故bgi自动拾取会使角色走到兽肉上,以此来实现兽肉的拾取 + +==================分==================割==================线================== + +* 路线共23只 +* 如果发现路线有任何问题与bug,或者有更优路线,请及时在群内说明 +* 编辑日期:2025.08.8 diff --git a/repo/pathing/敌人与魔物/小驮兽(面具驮)/低效路线/03-舍身陷坑西-1只.json b/repo/pathing/敌人与魔物/小驮兽(面具驮)/低效路线/03-舍身陷坑西-1只.json new file mode 100644 index 00000000..7c613ea0 --- /dev/null +++ b/repo/pathing/敌人与魔物/小驮兽(面具驮)/低效路线/03-舍身陷坑西-1只.json @@ -0,0 +1,72 @@ +{ + "info": { + "name": "03-舍身陷坑西-1只", + "type": "collect", + "authors": [ + { + "name": "jay", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [ + "驮兽", + "丘丘面具", + "兽肉", + "小驮兽" + ], + "last_modified_time": 1754659118065, + "enable_monster_loot_split": false, + "map_match_method": "" + }, + "positions": [ + { + "id": 1, + "x": 4691.9541, + "y": -2345.0605, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 4786.832, + "y": -2325.1641, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 4811.0469, + "y": -2310.9199, + "type": "path", + "move_mode": "walk", + "action": "up_down_grab_leaf", + "action_params": "" + }, + { + "id": 4, + "x": 4754.251, + "y": -2213.1758, + "type": "path", + "move_mode": "run", + "action": "combat_script", + "action_params": "attack(2)" + }, + { + "id": 5, + "x": 4754.3975, + "y": -2213.4951, + "type": "path", + "move_mode": "walk", + "action": "fight", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/敌人与魔物/小驮兽(面具驮)/低效路线/05-禅那园西-2只.json b/repo/pathing/敌人与魔物/小驮兽(面具驮)/低效路线/05-禅那园西-2只.json new file mode 100644 index 00000000..e49ed62c --- /dev/null +++ b/repo/pathing/敌人与魔物/小驮兽(面具驮)/低效路线/05-禅那园西-2只.json @@ -0,0 +1,108 @@ +{ + "info": { + "name": "05-禅那园西-2只", + "type": "collect", + "authors": [ + { + "name": "jay", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [ + "驮兽", + "丘丘面具", + "兽肉", + "小驮兽" + ], + "last_modified_time": 1754660955285, + "enable_monster_loot_split": false, + "map_match_method": "" + }, + "positions": [ + { + "id": 1, + "x": 3591.9971, + "y": -787.3281, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 3575.9033, + "y": -844.8188, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 3582.085, + "y": -934.5752, + "type": "path", + "move_mode": "run", + "action": "", + "action_params": "" + }, + { + "id": 4, + "x": 3597.8291, + "y": -1005.8428, + "type": "path", + "move_mode": "fly", + "action": "", + "action_params": "" + }, + { + "id": 5, + "x": 3592.3818, + "y": -1019.1143, + "type": "path", + "move_mode": "fly", + "action": "stop_flying", + "action_params": "" + }, + { + "id": 6, + "x": 3592.3818, + "y": -1019.1143, + "type": "path", + "move_mode": "walk", + "action": "fight", + "action_params": "" + }, + { + "id": 7, + "x": 3566.8477, + "y": -1009.6079, + "type": "path", + "move_mode": "dash", + "action": "combat_script", + "action_params": "attack(0.3)" + }, + { + "id": 8, + "x": 3540.4258, + "y": -1006.9048, + "type": "path", + "move_mode": "run", + "action": "", + "action_params": "" + }, + { + "id": 9, + "x": 3519.6562, + "y": -979.8755, + "type": "path", + "move_mode": "run", + "action": "fight", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/敌人与魔物/小驮兽(面具驮)/低效路线/09-维摩庄北-2只.json b/repo/pathing/敌人与魔物/小驮兽(面具驮)/低效路线/09-维摩庄北-2只.json new file mode 100644 index 00000000..d8d0fed8 --- /dev/null +++ b/repo/pathing/敌人与魔物/小驮兽(面具驮)/低效路线/09-维摩庄北-2只.json @@ -0,0 +1,131 @@ +{ + "info": { + "name": "09-维摩庄北-2只", + "type": "collect", + "authors": [ + { + "name": "jay", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [ + "驮兽", + "丘丘面具", + "兽肉", + "小驮兽" + ], + "last_modified_time": 1754660782229, + "enable_monster_loot_split": false, + "map_match_method": "" + }, + "positions": [ + { + "id": 1, + "x": 2632.1943, + "y": -1016.5586, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 2645.5957, + "y": -1011.251, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 3, + "x": 2672.7793, + "y": -1004.6997, + "type": "path", + "move_mode": "walk", + "action": "up_down_grab_leaf", + "action_params": "" + }, + { + "id": 4, + "x": 2686.3242, + "y": -1017.3618, + "type": "path", + "move_mode": "fly", + "action": "", + "action_params": "" + }, + { + "id": 5, + "x": 2693.7871, + "y": -1029.7554, + "type": "path", + "move_mode": "jump", + "action": "", + "action_params": "" + }, + { + "id": 6, + "x": 2703.9873, + "y": -1032.6875, + "type": "path", + "move_mode": "run", + "action": "fight", + "action_params": "" + }, + { + "id": 7, + "x": 2733.5, + "y": -1012.75, + "type": "path", + "move_mode": "walk" + }, + { + "id": 8, + "x": 2806.25, + "y": -983.25, + "type": "path", + "move_mode": "fly" + }, + { + "id": 9, + "x": 2801.3896, + "y": -960.0142, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 10, + "x": 2810.7344, + "y": -866.7344, + "type": "path", + "move_mode": "dash", + "action": "", + "action_params": "" + }, + { + "id": 11, + "x": 2860.6602, + "y": -878.1108, + "type": "path", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 12, + "x": 2871.873, + "y": -880.146, + "type": "path", + "move_mode": "jump", + "action": "fight", + "action_params": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/敌人与魔物/小驮兽(面具驮)/低效路线/11-香醉坡-1只.json b/repo/pathing/敌人与魔物/小驮兽(面具驮)/低效路线/11-香醉坡-1只.json new file mode 100644 index 00000000..4ce0e6a7 --- /dev/null +++ b/repo/pathing/敌人与魔物/小驮兽(面具驮)/低效路线/11-香醉坡-1只.json @@ -0,0 +1,54 @@ +{ + "info": { + "name": "11-香醉坡-1只", + "type": "collect", + "authors": [ + { + "name": "jay", + "links": "" + } + ], + "version": "1.0", + "description": "", + "map_name": "Teyvat", + "bgi_version": "0.45.0", + "tags": [ + "驮兽", + "丘丘面具", + "兽肉", + "小驮兽" + ], + "last_modified_time": 1754659150120, + "enable_monster_loot_split": false, + "map_match_method": "" + }, + "positions": [ + { + "id": 1, + "x": 2220.4395, + "y": -430.9189, + "type": "teleport", + "move_mode": "walk", + "action": "", + "action_params": "" + }, + { + "id": 2, + "x": 2279.1797, + "y": -426.8516, + "type": "path", + "move_mode": "fly", + "action": "combat_script", + "action_params": "keypress(VK_SPACE),wait(1),attack(0.3)" + }, + { + "id": 3, + "x": 2279.1797, + "y": -426.8525, + "type": "path", + "move_mode": "walk", + "action": "fight", + "action_params": "" + } + ] +} \ No newline at end of file