Files
bettergi-scripts-list/repo/js/ParametricTrans/settings.json
myHuTao-qwq b5cee3e2db refactor: ParametricTrans/自动参量质变仪js info与变量名更新 (#2224)
* fix typo: 自动参量质变仪现在可以不放薄荷了, 把提示中"薄荷"改为"材料"

* 把注释和变量里面的薄荷/BH修复成了材料/MATERIAL
2025-10-24 11:20:17 +08:00

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