Files
bettergi-scripts-list/repo/js/AutoFriendshipFight/settings.json
mno 2ac6146248 js锄地,战斗好感更新,combat 万能策略龙王更新,统一逗号格式 (#2845)
* Update 万能战斗策略(萌新推荐).txt

1.龙王策略修正,增加等待防止打不开l
2.按火山老师要求批量将,,替换为,

* js:战斗好感

1.允许禁用异步战斗,改为使用正常的战斗结束检测
2.允许开启经验和摩拉检测,连续两轮未识别到经验或摩拉将提前终止
3.修改盗宝团战斗点至不会被怪物提前锁定的地点,防止被肘飞
4.修复了一些问题,曾导致意外的提前终止或使用快捷键终止时仍然循环50次

* js:锄地一条龙

修改西格德路线
加入利亚姆路线
地图为sift时不再尝试进行泥头车
修改部分路线

* js:采集cd管理

更新物品cd,修正黑名单持久化逻辑
2026-02-05 17:09:49 +08:00

73 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": "pickupMode",
"type": "checkbox",
"label": "是否启用自动拾取实时任务",
"default": true
},
{
"name": "enemyType",
"type": "select",
"label": "选择敌人类型",
"options": [
"盗宝团",
"愚人众",
"鳄鱼",
"蕈兽",
"雷萤术士"
],
"default": "盗宝团"
},
{
"name": "qiuQiuRen",
"type": "checkbox",
"label": "是否清理丘丘人\n【默认否仅对盗宝团有效选是会清理丘丘人之后再开始任务】"
},
{
"name": "disableAsyncFight",
"type": "checkbox",
"label": "禁用容易导致问题的异步战斗,改为正常的战斗结束逻辑,勾选后需要在配置组中正常配置战斗结束检测"
},
{
"name": "loopTillNoExpOrMora",
"type": "checkbox",
"label": "连续两次循环全程没有检测到获取经验值或摩拉图标时提前终止"
},
{
"name": "partyName",
"type": "input-text",
"label": "(选填)需要切换的队伍名称"
},
{
"name": "runTimes",
"type": "input-text",
"label": "(选填)运行次数\n【默认10次卡时间模式默认50次】"
},
{
"name": "waitTimeMode",
"type": "checkbox",
"label": "卡时间模式\n【基于运行次数、基准日期、周期确定需要运行次数】"
},
{
"name": "waitTimeModeDay",
"type": "input-text",
"label": "卡时间模式基准日期\n【格式参考2025-01-01】"
},
{
"name": "waitTimeModePeriod",
"type": "input-text",
"label": "(选填)卡时间模式周期\n【默认25天】"
},
{
"name": "ocrTimeout",
"type": "input-text",
"label": "OCR超时时间\n【选填默认为10秒如果经常提前判定未识别到任务请适当调大】",
"default": 10
},
{
"name": "fightTimeout",
"type": "input-text",
"label": "战斗超时时间\n【选填默认为120秒】",
"default": 120
}
]