mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-05-18 09:46:54 +08:00
64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
[
|
||
{
|
||
"name": "disablePickup",
|
||
"type": "checkbox",
|
||
"label": "禁用自动拾取实时任务"
|
||
},
|
||
{
|
||
"name": "enemyType",
|
||
"type": "select",
|
||
"label": "选择敌人类型",
|
||
"options": [
|
||
"盗宝团",
|
||
"愚人众",
|
||
"鳄鱼",
|
||
"蕈兽",
|
||
"雷萤术士"
|
||
],
|
||
"default": "盗宝团"
|
||
},
|
||
{
|
||
"name": "qiuQiuRen",
|
||
"type": "input-text",
|
||
"label": "清理丘丘人超时时间(秒)\n【默认0不执行,仅对盗宝团有效,超出时间自动结束清理】",
|
||
"default": "0"
|
||
},
|
||
{
|
||
"name": "disableAsyncFight",
|
||
"type": "checkbox",
|
||
"label": "禁用异步战斗(更稳定;需配置“战斗结束检测”;对所有敌人生效)"
|
||
},
|
||
{
|
||
"name": "use1000Stars",
|
||
"type": "checkbox",
|
||
"label": "使用进出千星替代退出重登"
|
||
},
|
||
{
|
||
"name": "loopTillNoExpOrMora",
|
||
"type": "checkbox",
|
||
"label": "连续两次循环全程没有检测到获取经验值或摩拉图标时提前终止"
|
||
},
|
||
{
|
||
"name": "partyName",
|
||
"type": "input-text",
|
||
"label": "(选填)需要切换的队伍名称"
|
||
},
|
||
{
|
||
"name": "runTimes",
|
||
"type": "input-text",
|
||
"label": "(选填)运行次数\n【默认10次】"
|
||
},
|
||
{
|
||
"name": "ocrTimeout",
|
||
"type": "input-text",
|
||
"label": "OCR超时时间\n【选填,默认为10秒,如果经常提前判定未识别到任务,请适当调大】",
|
||
"default": "10"
|
||
},
|
||
{
|
||
"name": "fightTimeout",
|
||
"type": "input-text",
|
||
"label": "战斗超时时间\n【选填,默认为120秒】",
|
||
"default": "120"
|
||
}
|
||
]
|