add 跑图工具人的移动策略demo (#862)
* 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:
8
example/pathing/movedemo/README.md
Normal file
8
example/pathing/movedemo/README.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
“跑图功能位角色movedemo.json”是针对于
|
||||||
|
|
||||||
|
玛薇卡、瓦雷莎、夜兰、早柚等具有E技能加速移动的角色而设计的。
|
||||||
|
|
||||||
|
原理:先按W(不松)再按E(长按)之后到达目的地在松开W。
|
||||||
|
|
||||||
|
PS:一定要松开W!!!
|
||||||
|
|
||||||
49
example/pathing/movedemo/跑图功能位角色movedemo.json
Normal file
49
example/pathing/movedemo/跑图功能位角色movedemo.json
Normal 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
1
example/pathing/readme
Normal file
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
Reference in New Issue
Block a user