Files
bettergi-scripts-list/repo/js/Auto全自动“枫丹”地脉花/settings.json
kaedelcb 259f05bf2f 地脉花v.2.5版本:适配5.7版本树脂的选择使用 (#1136)
* 地脉花v.2.5版本:适配5.7版本树脂的选择使用


1、适配5.7版本树脂的选择使用。
说明:设定树脂顺序,1=浓缩树脂/2=原粹树脂/3=脆弱树脂/4=须臾树脂,用`/`隔开,填写对应的树脂数字即可,默认:1/2 ,表示先使用浓缩树脂,再使用原粹树脂,不填的不使用"

* v.2.5版本:20250619,修复使用树脂循环问题

1、适配5.7版本树脂的选择使用。
说明:设定树脂顺序,1=浓缩树脂/2=原粹树脂/3=脆弱树脂/4=须臾树脂,用`/`隔开,填写对应的树脂数字即可,默认:1/2 ,表示先使用浓缩树脂,再使用原粹树脂,不填的不使用"
2025-06-19 23:41:07 +08:00

65 lines
1.9 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次树脂耗尽模式下无效"
},
{
"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用`/`隔开,填写对应的树脂数字即可,默认1/2\n表示先使用浓缩树脂再使用原粹树脂不填的不使用"
},
{
"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": "地脉花长出后马上停止战斗,开启后下方的超时时间才有效"
},
{
"name": "timeout",
"type": "input-text",
"label": "最长战斗超时时间单位秒默认240秒"
}
]