Files
bettergi-scripts-list/repo/js/LinneaMining/settings.json
2026-05-12 12:00:19 +00:00

54 lines
890 B
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": "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目标运行时长分钟"
}
]