Files
bettergi-scripts-list/repo/js/AutoFriendshipFight/settings.json
this-Fish bd5fc7aca5 JS:战斗好感:自动好感度&卡时间 1.4.2 (#1602)
v1.4.2新增拾取模式,能选择不拾取
避免每天运行,拾取過多不能分解的掉落物,导至不能分解的掉落物逹致上限
2025-08-16 09:41:17 +08:00

67 lines
1.6 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": "select",
"label": "拾取模式",
"options": [
"自动拾取",
"不拾取"
],
"default": "自动拾取"
},
{
"name": "enemyType",
"type": "select",
"label": "选择敌人类型",
"options": [
"盗宝团",
"愚人众",
"鳄鱼",
"蕈兽",
"雷萤术士"
],
"default": "盗宝团"
},
{
"name": "qiuQiuRen",
"type": "checkbox",
"label": "是否清理丘丘人\n【默认否仅对盗宝团有效选是会清理丘丘人之后再开始任务】"
},
{
"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
}
]