feat: 更换地脉花识别方法,新增可重跑模式,新增切换好感队,优化路径配置 (#583)

- 更换地脉花的识别方法,获取地脉花的实际坐标
- 新增可重跑模式,适用于低练度队伍,每个地脉花将从传送锚点处开始
- 新增切换好感队,可领取好感度
- 优化路径配置,新增多条地脉花路线
- 更新README
- 修改部分路径配置
This commit is contained in:
ddaodan
2025-04-16 18:34:32 +08:00
committed by GitHub
parent 92321facf2
commit aa922e0d0b
135 changed files with 1289 additions and 2683 deletions

View File

@@ -0,0 +1,59 @@
{
"info": {
"name": "蒙德2-清泉镇-2",
"type": "collect",
"author": "ddaodan",
"version": "1.0",
"description": "",
"bgiVersion": "0.42.3"
},
"positions": [
{
"id": 1,
"x": -578.7568359375,
"y": 1853.4228515625,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": -547.3720703125,
"y": 1829.87744140625,
"type": "path",
"move_mode": "fly",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -523.7568359375,
"y": 1813.84130859375,
"type": "target",
"move_mode": "walk",
"action": "combat_script",
"action_params": "keypress(f)",
"locked": false
},
{
"id": 4,
"x": -522.7568359375,
"y": 1812.84130859375,
"type": "target",
"move_mode": "walk",
"action": "fight",
"action_params": "",
"locked": false
},
{
"id": 5,
"x": -524.498046875,
"y": 1816.59765625,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}