mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-05-17 09:36:55 +08:00
54 lines
890 B
JSON
54 lines
890 B
JSON
[
|
||
{
|
||
"name": "excludeRegions",
|
||
"type": "multi-checkbox",
|
||
"label": "跳过以下地区",
|
||
"options": [
|
||
"挪德卡莱",
|
||
"纳塔"
|
||
]
|
||
},
|
||
{
|
||
"type": "separator"
|
||
},
|
||
{
|
||
"name": "excludeOreTypes",
|
||
"type": "multi-checkbox",
|
||
"label": "\n不挖以下矿物",
|
||
"options": [
|
||
"虹滴晶",
|
||
"白铁块",
|
||
"水晶块",
|
||
"铁块",
|
||
"萃凝晶"
|
||
]
|
||
},
|
||
{
|
||
"type": "separator"
|
||
},
|
||
{
|
||
"name": "skipBattleRoutes",
|
||
"type": "checkbox",
|
||
"default": false,
|
||
"label": "\n跳过战斗点位"
|
||
},
|
||
{
|
||
"type": "separator"
|
||
},
|
||
{
|
||
"name": "partyName",
|
||
"type": "input-text",
|
||
"default": "",
|
||
"label": "\n队伍名称"
|
||
},
|
||
{
|
||
"type": "separator"
|
||
},
|
||
{
|
||
"name": "targetRunningMinutes",
|
||
"type": "input-text",
|
||
"default": "",
|
||
"label": "\n目标运行时长(分钟)"
|
||
}
|
||
]
|