Files
bettergi-scripts-list/repo/js/ParametricTrans/settings.json

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.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材料"
]
}
]