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,68 @@
{
"info": {
"name": "璃月1-石门-4",
"type": "collect",
"author": "ddaodan",
"version": "1.0",
"description": "",
"bgiVersion": "0.42.3"
},
"positions": [
{
"id": 1,
"x": -71.6455078125,
"y": 1531.837890625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 2,
"x": -41.4619140625,
"y": 1497.541015625,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": -14.302734375,
"y": 1419.83154296875,
"type": "path",
"move_mode": "fly",
"action": "stop_flying",
"action_params": "500"
},
{
"id": 4,
"x": -28.7607421875,
"y": 1417.36767578125,
"type": "target",
"move_mode": "walk",
"action": "combat_script",
"action_params": "keypress(f)",
"locked": false
},
{
"id": 5,
"x": -23.760742187500004,
"y": 1420.36767578125,
"type": "path",
"move_mode": "walk",
"action": "fight",
"action_params": "",
"locked": false
},
{
"id": 6,
"x": -26.384765625,
"y": 1418.8212890625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}