From 4b15e89ab12d2089e66e45fd8c4e07496f37aae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=A9=E8=99=B9QQ=E4=BA=BA?= <90805948+KRdingsan@users.noreply.github.com> Date: Sun, 18 May 2025 13:35:02 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E8=B7=91=E5=9B=BE=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E4=BA=BA=E7=9A=84=E7=A7=BB=E5=8A=A8=E7=AD=96=E7=95=A5demo=20(#?= =?UTF-8?q?862)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create movedemo * Delete example/movedemo * Create README.md * Update README.md * Add files via upload * fix: bad revision 'ORIG_HEAD' again * Update 跑图功能位角色movedemo.json * Create readme * Create me * Delete example/pathing/movedemo/me * Create README.md * Add files via upload * Delete example/movedemo directory --------- Co-authored-by: 秋云 --- example/pathing/movedemo/README.md | 8 +++ .../movedemo/跑图功能位角色movedemo.json | 49 +++++++++++++++++++ example/pathing/readme | 1 + 3 files changed, 58 insertions(+) create mode 100644 example/pathing/movedemo/README.md create mode 100644 example/pathing/movedemo/跑图功能位角色movedemo.json create mode 100644 example/pathing/readme diff --git a/example/pathing/movedemo/README.md b/example/pathing/movedemo/README.md new file mode 100644 index 00000000..86344bea --- /dev/null +++ b/example/pathing/movedemo/README.md @@ -0,0 +1,8 @@ +“跑图功能位角色movedemo.json”是针对于 + +玛薇卡、瓦雷莎、夜兰、早柚等具有E技能加速移动的角色而设计的。 + +原理:先按W(不松)再按E(长按)之后到达目的地在松开W。 + +PS:一定要松开W!!! + diff --git a/example/pathing/movedemo/跑图功能位角色movedemo.json b/example/pathing/movedemo/跑图功能位角色movedemo.json new file mode 100644 index 00000000..f4dd478d --- /dev/null +++ b/example/pathing/movedemo/跑图功能位角色movedemo.json @@ -0,0 +1,49 @@ +{ + "info": { + "name": "跑图功能位角色movedemo", + "type": "collect", + "author": "彩虹QQ人", + "version": "1.0", + "description": "此地图追踪适用于瓦雷莎/玛薇卡/夜阑/貉貉等可以使用长E进行跑图的角色的移动。增加跑图功能角色能减少跑图时间,同时让挂机看上去更像真人在玩。", + "map_name": "Teyvat", + "bgi_version": "0.45.0" + }, + "positions": [ + { + "id": 1, + "x": -83.8427734375, + "y": 2781.735595703125, + "action": "", + "move_mode": "walk", + "action_params": "", + "type": "teleport" + }, + { + "id": 2, + "x": -78.734375, + "y": 2801.173583984375, + "action": "", + "move_mode": "run", + "action_params": "", + "type": "path" + }, + { + "id": 3, + "x": -68.8935546875, + "y": 2813.9794921875, + "action": "combat_script", + "move_mode": "climb", + "action_params": "瓦雷莎 keydown(w), e(hold)", + "type": "path" + }, + { + "id": 4, + "x": -33.337890625, + "y": 2861.16943359375, + "action": "combat_script", + "move_mode": "climb", + "action_params": "瓦雷莎 keyup(w)", + "type": "path" + } + ] +} \ No newline at end of file diff --git a/example/pathing/readme b/example/pathing/readme new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/example/pathing/readme @@ -0,0 +1 @@ +