add 跑图工具人的移动策略demo (#862)
Some checks failed
Build repo.json / build (18.x) (push) Has been cancelled
Build repo.json / upload (push) Has been cancelled

* 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: 秋云 <physligl@gmail.com>
This commit is contained in:
彩虹QQ人
2025-05-18 13:35:02 +08:00
committed by GitHub
parent 5708dbd01a
commit 4b15e89ab1
3 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
“跑图功能位角色movedemo.json”是针对于
玛薇卡、瓦雷莎、夜兰、早柚等具有E技能加速移动的角色而设计的。
原理先按W不松再按E长按之后到达目的地在松开W。
PS一定要松开W

View File

@@ -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"
}
]
}

1
example/pathing/readme Normal file
View File

@@ -0,0 +1 @@