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,95 @@
{
"info": {
"name": "璃月1-石门-2",
"type": "collect",
"author": "ddaodan",
"version": "1.0",
"description": "",
"bgiVersion": "0.42.3"
},
"positions": [
{
"id": 1,
"x": -321.5546875,
"y": 1473.3349609375,
"type": "teleport",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": -249.96484375,
"y": 1517.271484375,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -219.7705078125,
"y": 1516.07470703125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 4,
"x": -162.2021484375,
"y": 1517.8330078125,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 5,
"x": -126.7705078125,
"y": 1517.03466796875,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 6,
"x": -72.8896484375,
"y": 1547.08984375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 7,
"x": -12.625,
"y": 1566.50830078125,
"action": "combat_script",
"move_mode": "fly",
"action_params": "keypress(f)",
"type": "target",
"locked": false
},
{
"id": 8,
"x": -12.625,
"y": 1566.50830078125,
"action": "fight",
"move_mode": "walk",
"action_params": "",
"type": "target",
"locked": false
},
{
"id": 9,
"x": -12.625,
"y": 1566.50830078125,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "target"
}
]
}