feat: 更换地脉花识别方法,新增可重跑模式,新增切换好感队,优化路径配置 (#583)
- 更换地脉花的识别方法,获取地脉花的实际坐标 - 新增可重跑模式,适用于低练度队伍,每个地脉花将从传送锚点处开始 - 新增切换好感队,可领取好感度 - 优化路径配置,新增多条地脉花路线 - 更新README - 修改部分路径配置
This commit is contained in:
77
repo/js/AutoLeyLineOutcrop/assets/pathing/蒙德2-清泉镇-3.json
Normal file
77
repo/js/AutoLeyLineOutcrop/assets/pathing/蒙德2-清泉镇-3.json
Normal file
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "蒙德2-清泉镇-3",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.42.3"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"x": -516.7451171875,
|
||||
"y": 1818.0068359375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -432.7412109375,
|
||||
"y": 1927.5869140625,
|
||||
"type": "path",
|
||||
"move_mode": "dash",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -425.76171875,
|
||||
"y": 1954.1298828125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -424.380859375,
|
||||
"y": 1982.296875,
|
||||
"type": "path",
|
||||
"move_mode": "fly",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -420.3583984375,
|
||||
"y": 1998.11181640625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "keypress(f)",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -419.3583984375,
|
||||
"y": 1999.11181640625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "fight",
|
||||
"action_params": "",
|
||||
"locked": false
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -420.3583984375,
|
||||
"y": 1998.11181640625,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user