Files
起个名字好难的喵 13d7c67f05 归档重复脚本
2026-01-12 21:00:56 +08:00

56 lines
1.1 KiB
JSON
Raw Permalink 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": "toSafePoint",
"type": "checkbox",
"label": "传送到安全点",
"default": false
},
{
"name": "safePointName",
"type": "select",
"label": "安全点",
"options": [
"蒙德",
"璃月",
"稻妻",
"须弥",
"枫丹",
"纳塔",
"挪德卡莱",
],
"default": "枫丹"
},
{
"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材料"
]
},
]