Files
bettergi-scripts-list/repo/js/AutoFontaineLeyLine/settings.json
kaedelcb 2478e5c122 v.3.2版本 全自动枫丹地脉花 20250705 (#1275)
### v.3.2版本:20250705

- **新功能**:
1. 新增默认使用开冒险之证寻找地脉花,比之前更稳定。
2. 新增识别同一线路上的两种地脉花,绕过执行非目标地脉花。
3. 新增死亡检测,死亡后自动恢复后继续执行。

- **优化**:
4. 优化JS配置显示。
5. 优化线路2第五朵花的特殊处理,解决开花和战斗区域太远的问题。
6. 优化设定默认使用异步战斗。
7. 优化领奖速度。
2025-07-05 00:27:26 +08:00

74 lines
2.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"name": "method",
"type": "select",
"label": "默认:通过 <冒险之证> 寻找地脉花,一般不用改\n可选通过 <拖动地图> 为原始方法,按需要选择",
"options": [
"冒险之证",
"拖动地图"
]
},
{
"name": "n",
"type": "input-text",
"label": "选填:战斗队伍,默认不更换队伍,如需好感队则必填"
},
{
"name": "nh",
"type": "input-text",
"label": "选填:好感队伍,如设定领奖前切换,同时战斗队伍必填"
},
{
"name": "times",
"type": "input-text",
"label": "选填按刷取次数默认6次最多99次树脂耗尽模式下无效"
},
{
"name": "shuv",
"type": "select",
"label": "默认:<1> 为按上面的次数刷取,可选 <2> 为耗尽树脂模式",
"options": [
"1-次数刷取",
"2-树脂耗尽"
]
},
{
"name": "color",
"type": "select",
"label": "默认:<1-蓝花(经验花)>,可选<2-黄花(摩拉花)>",
"options": [
"1-蓝花(经验花)",
"2-黄花(摩拉花)"
]
},
{
"name": "Rewardsuse",
"type": "input-text",
"label": "树脂设定1=浓缩/2=原粹/3=脆弱/4=须臾\n用`/`隔开:填写对应的树脂<数字>即可\n默认1/2 (表示先用浓缩后原粹,直至用完,不填的不使用)"
},
{
"name": "nowuid",
"type": "input-text",
"label": "禁止特定UID刷地脉花用 / 隔开如12345/99999"
},
{
"name": "Rewards",
"type": "checkbox",
"label": "勾选后,打完地脉花后,领取历练点并提交每日任务"
},
{
"name": "SMODEL",
"type": "checkbox",
"label": "直跑模式如下个花近直跑过去不传送要求44.8版本!"
},
{
"name": "Fightquick",
"type": "checkbox",
"label": "默认开启:异步检测战斗结束,即地脉花长出后马上停止战斗\n开启后建议关闭配置组中的<自动检测战斗结束>选项\n不启用使用传统<打开队伍界面>进行判断战斗结束"
},
{
"name": "timeout",
"type": "input-text",
"label": "启用<异步检测战斗结束>开启后,下方填写的超时时间才有效\n默认180秒建议和配置组的战斗超时一致"
}
]