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,86 @@
{
"info": {
"name": "蒙德7-达达乌帕谷-5",
"type": "collect",
"author": "ddaodan",
"version": "1.0",
"description": "",
"bgiVersion": "0.42.3"
},
"positions": [
{
"id": 1,
"x": -1270.3388671875,
"y": 1717.72021484375,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": -1253.015625,
"y": 1734.888671875,
"type": "path",
"move_mode": "fly",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -1216.578125,
"y": 1751.1796875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": -1199.9423828125,
"y": 1754.43408203125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": -1162.080078125,
"y": 1783.19775390625,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 6,
"x": -1138.2177734375,
"y": 1789.79248046875,
"type": "target",
"move_mode": "walk",
"action": "combat_script",
"action_params": "keypress(f)",
"locked": false
},
{
"id": 7,
"x": -1137.2177734375,
"y": 1789.79248046875,
"type": "target",
"move_mode": "walk",
"action": "fight",
"action_params": "",
"locked": false
},
{
"id": 8,
"x": -1138.2177734375,
"y": 1789.79248046875,
"type": "target",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}