Files
bettergi-scripts-list/repo/js/ParametricTrans/settings.json
kaedelcb d2512bfa64 v.1.3版本 参量质变仪 20250629 (#1235)
* Delete repo/js/参量质变仪 directory

重新命名升级

* v.1.3版本 参量质变仪  20250629

### v.1.3 20250629
- 更改下来滚动条方式,防止鼠标超出边界。
- 规范化脚本名称,添加README.md文件。
2025-06-29 06:13:34 +08:00

35 lines
827 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": "TEAMname",
"type": "input-text",
"label": "必填队伍名称4号位放芭芭拉"
},
{
"name": "BH",
"type": "input-text",
"label": "选填默认薄荷识别物料的图片路径默认assets/bh.bmp",
"default": "assets/bh.bmp"
},
{
"name": "ZHIBIANYI",
"type": "input-text",
"label": "选填质变仪的图片路径默认assets/zhibian.bmp",
"default": "assets/zhibian.bmp"
},
{
"name": "actiontime",
"type": "input-text",
"label": "选填攻击超时时间默认50秒",
"default": "50"
},
{
"name": "ITEM",
"type": "select",
"label": "选填,质变的材料在哪一类物品中(默认材料)",
"options": [
"1养成道具",
"2食物",
"3材料"
]
}
]