From f5d8aeb01d583d3d84868573cdfa14fc9c623866 Mon Sep 17 00:00:00 2001 From: 214-hanyan Date: Mon, 26 May 2025 18:19:43 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E7=BA=B3=E5=A1=9410-=E6=BA=B6?= =?UTF-8?q?=E6=B0=B4=E5=9F=9F-2.json=20(#926)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 减少游泳时间并附身水龙 --- .../assets/pathing/纳塔10-溶水域-2.json | 48 +++++++++++-------- 1 file changed, 29 insertions(+), 19 deletions(-) diff --git a/repo/js/AutoLeyLineOutcrop/assets/pathing/纳塔10-溶水域-2.json b/repo/js/AutoLeyLineOutcrop/assets/pathing/纳塔10-溶水域-2.json index 347411d3..253047bf 100644 --- a/repo/js/AutoLeyLineOutcrop/assets/pathing/纳塔10-溶水域-2.json +++ b/repo/js/AutoLeyLineOutcrop/assets/pathing/纳塔10-溶水域-2.json @@ -1,39 +1,49 @@ { "info": { - "name": "纳塔10-溶水域-2", + "name": "纳塔10-溶水域东南-2", "type": "collect", "author": "寒烟", "version": "1.1", - "description": "", - "bgi_version": "0.42.3" + "description": "附身水龙", + "map_name": "Teyvat", + "bgi_version": "0.45.0" }, "positions": [ { "id": 1, - "x": 8361.82, - "y": -2993.79, + "x": 8362.50390625, + "y": -2995.0439453125, + "type": "path", + "move_mode": "dash", "action": "", - "move_mode": "walk", - "action_params": "", - "type": "path" + "action_params": "" }, { "id": 2, - "x": 8477.1, - "y": -3018.97, + "x": 8419.5087890625, + "y": -2989.955078125, + "type": "path", + "move_mode": "dash", "action": "", - "move_mode": "fly", - "action_params": "", - "type": "path" + "action_params": "" }, { "id": 3, - "x": 8495.87, - "y": -3019.42, - "action": "", + "x": 8431.556640625, + "y": -2982.6142578125, + "type": "orientation", "move_mode": "walk", - "action_params": "", - "type": "path" + "action": "combat_script", + "action_params": "keypress(t)" + }, + { + "id": 4, + "x": 8496.0732421875, + "y": -3018.3984375, + "type": "path", + "move_mode": "walk", + "action": "combat_script", + "action_params": "keydown(q),wait(0.6),keyup(q)" } ] -} \ No newline at end of file +}