Files
bettergi-scripts-list/repo/js/RoleExperienceCalculation/settings.json
sk skr~~~ 373da85817 JS脚本:RoleExperienceCalculation (#2605)
* Add files via upload

* Add files via upload

* Add files via upload

* Delete repo/js/RoleExperienceCalculation/desktop.ini
2026-01-03 10:25:44 +08:00

20 lines
462 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": "targetRoleName",
"type": "input-text",
"label": "目标角色名称",
"default": ""
},
{
"name": "targetRoleLevel",
"type": "input-text",
"label": "目标角色等级2-90",
"default": ""
},
{
"name": "experienceBookCalculation",
"type": "checkbox",
"label": "结合背包当前拥有的经验书计算",
"default": true
}
]