Files
bettergi-scripts-list/repo/js/AutoFontaineLeyLine/settings.json
kaedelcb f8430ed88d v.4.1版 全自动枫丹地脉花 0250926 (#2010)
### v.4.1版 全自动枫丹地脉花 0250926

- **优化**:
1. 删除拖动模式寻找地脉花,全部使用冒险之证的方式。
2. USEMASK模式有些设备可能无法识别,优化图像识别相关模式。
3. 优化自动拾取相关触发器的关闭,防止误触地脉花。
4. 删除调用BGI自动吃药功能(目前BUG比较多,暂时不开放)。
2025-09-27 11:48:18 +08:00

101 lines
3.5 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": "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=40原粹/3=脆弱/4=须臾/5=20原粹\n用`/`隔开:填写对应的树脂<数字>即可\n默认1/2/5 (先用浓缩后原粹,直至用完,不填的不使用 ↓↓)",
"default": "1/2/5"
},
{
"name": "primogemUseCount",
"type": "select",
"label": "原石购买体力次数(0~6次),上面设置的树脂用完后才会使用 ↓↓",
"options": [
"0",
"1",
"2",
"3",
"4",
"5",
"6"
],
"default": "0"
},
{
"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": "支持BGI本体血量恢复药和复活药有小BUG酌情使用\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↓↓ "
}
]