* Delete repo/js/AutoFontaineLeyLine directory * 全自动枫丹地脉花 v.3.4 版本:20250807 ### v.3.4版本:20250807 - **新功能**: - **优化**: 1. 优化打开冒险之证的时序,减少冒险之证打开失败的几率。 2. 切换队伍失败后添加返回函数,防止卡在切换界面。 3. 领奖时切换队伍失败或找不到时,通过地图追踪重新寻找一次。 4. 优化JS设置的默认显示和顺序。 5. 优化第六线路第二朵花战斗地点,避免游泳。
83 lines
2.7 KiB
JSON
83 lines
2.7 KiB
JSON
[
|
||
{
|
||
"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": "Rewards",
|
||
"type": "checkbox",
|
||
"label": "勾选后,打完地脉花后,领取历练点并提交每日任务"
|
||
},
|
||
{
|
||
"name": "nowuid",
|
||
"type": "input-text",
|
||
"label": "禁止特定UID刷地脉花,用 / 隔开,如12345/99999"
|
||
}
|
||
] |