Files
bettergi-scripts-list/repo/js/AutoFontaineLeyLine/settings.json
kaedelcb b1445041b0 v.3.6版本 全自动枫丹地脉花 20250818 (#1627)
* v.3.6版本 全自动枫丹地脉花 20250818

### v.3.6版本:20250818

- **新功能**:

- **优化**:
1. 领取地脉过程,优化在死亡或低血量时自动到神像回血时的异常处理。
2. 优化线路2和线路6特殊的战斗地点。
3. 加入游泳检测,检测到游泳状态返回战斗失败后,最多重试2次。
4. 48.0版本后,可选激活BGI本体的自动吃药。 -在“实时触发->自动吃药”中设置检测间隔,和吃药间隔。(建议默认就可以) -目前只支持回血和复活药功能(佩戴营养袋,JS配置中勾选“启用吃药检测”才能启用,默认关闭)。 -BUff类食物目前不稳定,本JS暂不支持BUff类食物
5. 优化相关LOG和设置中的显示。

* 注释掉没有的参数

注释掉没有的参数
2025-08-18 12:40:06 +08:00

96 lines
3.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": [
"冒险之证",
"拖动地图"
],
"default": "冒险之证"
},
{
"name": "n",
"type": "input-text",
"label": "选填:战斗队伍,默认不更换队伍,如需好感队则必填"
},
{
"name": "nh",
"type": "input-text",
"label": "选填:好感队伍,如设定领奖前切换,同时战斗队伍必填"
},
{
"name": "times",
"type": "input-text",
"label": "选填按刷取次数默认6次最多99次树脂耗尽模式下无效",
"default": "6"
},
{
"name": "shuv",
"type": "select",
"label": "默认:<1> 为按上面的次数刷取,可选 <2> 为耗尽树脂模式",
"options": [
"1-次数刷取",
"2-树脂耗尽"
],
"default": "1-次数刷取"
},
{
"name": "color",
"type": "select",
"label": "默认:<1-蓝花(经验花)>,可选<2-黄花(摩拉花)>",
"options": [
"1-蓝花(经验花)",
"2-黄花(摩拉花)"
],
"default": "1-蓝花(经验花)"
},
{
"name": "Rewardsuse",
"type": "input-text",
"label": "树脂设定1=浓缩/2=原粹/3=脆弱/4=须臾\n用`/`隔开:填写对应的树脂<数字>即可\n默认1/2 (表示先用浓缩后原粹,直至用完,不填的不使用)",
"default": "1/2"
},
{
"name": "Fightquick",
"type": "checkbox",
"label": "默认开启:异步检测战斗结束,即地脉花长出后马上停止战斗\n开启后建议关闭配置组中的<自动检测战斗结束>选项\n不启用使用传统<打开队伍界面>判断战斗结束 ↓↓",
"default": "true"
},
{
"name": "timeout",
"type": "input-text",
"label": "战斗超时,启用<异步检测战斗结束>开启后,下方填写的超时时间才有效\n默认180秒建议和配置组的战斗超时一致 ↓↓",
"default": "180"
},
{
"name": "SMODEL",
"type": "checkbox",
"label": "直跑模式如下个花近直跑去不传送要求44.8版本以上 ↓↓",
"default": "true"
},
{
"name": "EAT",
"type": "checkbox",
"label": "支持血量恢复药和复活药\n自动吃药请戴“营养袋”要求48.2版本以上,否则会报错。 ↓↓",
"default": "false"
},
// {
// "name": "EATNAME",
// "type": "input-text",
// "label": "Buff类吃药间隔请到·实时触发->自动吃药·中配置吃药间隔\n请到所在配置组的设置中设定每类食物名称 \n 1=攻击类/2=冒险类/3=防御类填对应数字如“1/2” ↓↓",
// "default": "1/2"
// }
// ,
{
"name": "Rewards",
"type": "checkbox",
"label": "勾选后,打完地脉花后,领取历练点并提交每日任务 ↓↓"
},
{
"name": "nowuid",
"type": "input-text",
"label": "禁止特定UID刷地脉花用 / 隔开12345/99999↓↓ "
}
]