update settings.json 开放须弥刷取选项

This commit is contained in:
秋云
2025-05-06 14:18:58 +08:00
parent 0706b6ec27
commit f4f93fece8
9 changed files with 1378 additions and 1181 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -10,8 +10,8 @@
"positions": [
{
"id": 1,
"x": -4549.68,
"y": -2399.67,
"x": -4549.96,
"y": -2399.98,
"type": "target",
"move_mode": "walk"
}

View File

@@ -0,0 +1,19 @@
{
"info": {
"name": "须弥10-荼泥黑渊-1",
"type": "collect",
"author": "寒烟",
"version": "1.0",
"description": "",
"bgiVersion": "0.42.3"
},
"positions": [
{
"id": 1,
"x": 6501.078125,
"y": 904.24951171875,
"type": "target",
"move_mode": "walk"
}
]
}

View File

@@ -0,0 +1,19 @@
{
"info": {
"name": "须弥10-荼泥黑渊-2",
"type": "collect",
"author": "寒烟",
"version": "1.0",
"description": "地脉花北面有丘丘人游侠",
"bgiVersion": "0.42.3"
},
"positions": [
{
"id": 1,
"x": 6613.40966796875,
"y": 784.41943359375,
"type": "target",
"move_mode": "walk"
}
]
}

View File

@@ -0,0 +1,19 @@
{
"info": {
"name": "须弥10-荼泥黑渊-3",
"type": "collect",
"author": "寒烟",
"version": "1.0",
"description": "",
"bgiVersion": "0.42.3"
},
"positions": [
{
"id": 1,
"x": 6692.66064453125,
"y": 625.39599609375,
"type": "target",
"move_mode": "walk"
}
]
}

View File

@@ -0,0 +1,19 @@
{
"info": {
"name": "须弥10-荼泥黑渊-4",
"type": "collect",
"author": "寒烟",
"version": "1.0",
"description": "也许是探索度不满导致缺少捷径,此路线完全可以用道阻且长来形容。",
"bgiVersion": "0.42.3"
},
"positions": [
{
"id": 1,
"x": 6280.8115234375,
"y": 616.8037109375,
"type": "target",
"move_mode": "walk"
}
]
}

View File

@@ -1146,6 +1146,34 @@
"steps": 5,
"order": 5
},
{
"x": 6501,
"y": 904,
"strategy": "须弥10-荼泥黑渊",
"steps": 4,
"order": 1
},
{
"x": 6613,
"y": 784,
"strategy": "须弥10-荼泥黑渊",
"steps": 4,
"order": 2
},
{
"x": 6692,
"y": 625,
"strategy": "须弥10-荼泥黑渊",
"steps": 4,
"order": 3
},
{
"x": 6280,
"y": 616,
"strategy": "须弥10-荼泥黑渊",
"steps": 4,
"order": 4
},
{
"x": 2910,
"y": -1818,

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "全自动地脉花",
"version": "3.0.1",
"version": "3.0.2",
"bgi_version": "0.44.7",
"description": "基于OCR图像识别的全自动刷取地脉花。\n💡更多信息请查看在线手册https://hcnsvf0s8d0s.feishu.cn/wiki/Tb1twpThLi7UlykqcYOcuccTnjJ \n\n----------注意事项----------\n●仅支持BetterGI 0.44.7 及以上版本!\n●脚本仍未完成没有出现的路线还未制作请耐心等待。目前只有蒙德是全部路线其他国家请使用强制运行模式。\n●目前脚本能力有限暂时不支持识别地脉花是否已经开启请确保队伍的练度足够中途出现角色血量过低或倒下会无法继续届时需要在重新运行时手动关闭领取地脉花奖励的界面。\n●脚本还提供了强行运行的功能当无法识别地脉花位置时可以指定线路脚本将不再对地脉花进行识别即使没有领取到奖励也会继续运行适用于路线重跑以及开发调试。\n●运行时会传送到七天神像设置中设置的七天神像可能需要关闭七天神像设置中的“是否就近七天神像恢复血量”并指定七天神像。\n●战斗策略注意调度器设置中地图追踪行走配置里的“允许在JsSpript中使用”和“覆盖JS中的自动战斗配置”只有在都打开的情况下脚本才会使用下面的战斗配置否则会使用独立任务中的战斗策略。",
"authors": [

View File

@@ -16,12 +16,12 @@
{
"name": "country",
"type": "select",
"label": "国家",
"label": "国家(璃月和须弥路线不完整,仅测试使用)",
"options": [
"蒙德",
"璃月",
"稻妻",
//"须弥",
"须弥",
"枫丹",
"纳塔"
]
@@ -29,18 +29,13 @@
{
"name": "count",
"type": "input-text",
"label": "刷取次数默认6次\n目前该项暂无效果"
"label": "刷取次数默认6次"
},
{
"name": "team",
"type": "input-text",
"label": "战斗的队伍名称,不填表示不切换队伍"
},
{
"name": "reRun",
"type": "checkbox",
"label": "可重跑模式,开启后每个地脉花将从传送锚点处开始\n适用于低练度、容易阵亡的队伍\n相较于正常情况会花费更多的时间\n还没做完请勿启用"
},
{
"name": "friendshipTeam",
"type": "input-text",