Files
bettergi-scripts-list/repo/js/WeeklyThousandStarRealm/settings.json
2026-01-12 16:38:58 +08:00

51 lines
1.1 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": "runJS",
"type": "checkbox",
"label": "我已阅读说明中的免责声明",
"default": false
},
{
"type": "input-text",
"name": "room",
"label": "奇域关卡关键词或关卡GUID\n仅支持单个默认为作者特供地图",
"default": "37135473336"
},
{
"name": "achievementMode",
"type": "checkbox",
"label": "成就模式(请确保地图有成就)",
"default": true
},
{
"name": "starMode",
"type": "checkbox",
"label": "收藏模式(请确保地图未失效)",
"default": false
},
{
"type": "input-text",
"name": "starRoomName",
"label": "使用的地图名称不是房间ID是地图名字",
"default": "碰碰墙"
},
{
"type": "input-text",
"name": "thisAttempts",
"label": "指定通关次数",
"default": "0"
},
{
"type": "input-text",
"name": "weekMaxExp",
"label": "每周可获取的经验值上限",
"default": "4000"
},
{
"type": "input-text",
"name": "singleExp",
"label": "每次通关获取的经验值数量",
"default": "270"
}
]