mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-05-21 22:35:48 +08:00
JS脚本:RoleExperienceCalculation (#2605)
* Add files via upload * Add files via upload * Add files via upload * Delete repo/js/RoleExperienceCalculation/desktop.ini
This commit is contained in:
20
repo/js/RoleExperienceCalculation/settings.json
Normal file
20
repo/js/RoleExperienceCalculation/settings.json
Normal file
@@ -0,0 +1,20 @@
|
||||
[
|
||||
{
|
||||
"name": "targetRoleName",
|
||||
"type": "input-text",
|
||||
"label": "目标角色名称",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "targetRoleLevel",
|
||||
"type": "input-text",
|
||||
"label": "目标角色等级(2-90)",
|
||||
"default": ""
|
||||
},
|
||||
{
|
||||
"name": "experienceBookCalculation",
|
||||
"type": "checkbox",
|
||||
"label": "结合背包当前拥有的经验书计算",
|
||||
"default": true
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user