Files
bettergi-scripts-list/archive/js/MiliastraExperienceAutomation/settings.json
2025-12-04 13:07:48 +08:00

39 lines
834 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.
[
{
"type": "checkbox",
"name": "goToTeyvat",
"label": "完成后返回提瓦特大陆",
"default": true
},
{
"type": "input-text",
"name": "room",
"label": "奇域关卡关键词或关卡GUID\n支持多个id用中文或英文逗号隔开",
"default": "7070702264"
},
{
"type": "checkbox",
"name": "force",
"label": "忽略本周经验值已达上限",
"default": false
},
{
"type": "input-text",
"name": "thisAttempts",
"label": "指定通关次数",
"default": "0"
},
{
"type": "input-text",
"name": "expWeeklyLimit",
"label": "每周可获取的经验值上限",
"default": "4000"
},
{
"type": "input-text",
"name": "expPerAttempt",
"label": "每次通关获取的经验值数量",
"default": "20"
}
]