mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-15 03:23:22 +08:00
131 lines
3.1 KiB
JSON
131 lines
3.1 KiB
JSON
[
|
||
{
|
||
"name": "ifCheck",
|
||
"type": "checkbox",
|
||
"label": "我已认真阅读readme文件及注意事项,并做好了相关设置"
|
||
},
|
||
{
|
||
"name": "username",
|
||
"type": "input-text",
|
||
"label": "+++++++++++++++++++++++++++++++++++++++\n\n账户名称(单账户无需理会)"
|
||
},
|
||
{
|
||
"name": "ifZBY",
|
||
"type": "checkbox",
|
||
"label": "+++++++++++++++++++++++++++++++++++++++\n\n是否执行质变仪&爱可菲任务"
|
||
},
|
||
{
|
||
"name": "ifAkf",
|
||
"type": "checkbox",
|
||
"label": "是否拥有爱可菲"
|
||
},
|
||
{
|
||
"name": "Material",
|
||
"type": "select",
|
||
"label": "要放入质变仪的材料",
|
||
"options": [
|
||
"牛角",
|
||
"苹果",
|
||
"日落果",
|
||
"泡泡桔",
|
||
"白铁块",
|
||
"薄荷",
|
||
"菜",
|
||
"鸡腿",
|
||
"蘑菇",
|
||
"鸟蛋",
|
||
"兽肉",
|
||
"水晶块",
|
||
"甜甜花"
|
||
],
|
||
"default": "薄荷"
|
||
},
|
||
{
|
||
"name": "chargingMethod",
|
||
"type": "select",
|
||
"label": "请选择质变仪&爱可菲的充能方法",
|
||
"options": [
|
||
"电气水晶充能",
|
||
"法器角色充能"
|
||
],
|
||
"default": "电气水晶充能"
|
||
},
|
||
{
|
||
"name": "TEAMname",
|
||
"type": "input-text",
|
||
"label": "质变队伍\n选择“拥有爱可菲”或“法器角色充能”时必填"
|
||
},
|
||
{
|
||
"name": "ifYB",
|
||
"type": "checkbox",
|
||
"label": "+++++++++++++++++++++++++++++++++++++++\n\n是否执行晶蝶诱捕装置任务"
|
||
},
|
||
{
|
||
"name": "ifCooking",
|
||
"type": "checkbox",
|
||
"label": "+++++++++++++++++++++++++++++++++++++++\n\n是否执行每周做菜任务"
|
||
},
|
||
{
|
||
"name": "food",
|
||
"type": "input-text",
|
||
"label": "要制作的食物",
|
||
"default": "提瓦特煎蛋"
|
||
},
|
||
{
|
||
"name": "cookCount",
|
||
"type": "input-text",
|
||
"label": "要制作的数量\n请确保材料足够!",
|
||
"default": "20"
|
||
},
|
||
{
|
||
"name": "ifduanZao",
|
||
"type": "checkbox",
|
||
"label": "+++++++++++++++++++++++++++++++++++++++\n\n是否执行每周锻造任务"
|
||
},
|
||
{
|
||
"name": "mineral",
|
||
"type": "select",
|
||
"label": "要锻造的矿石\n需要锻造20次,请确保材料足够!",
|
||
"options": [
|
||
"锻造水晶块",
|
||
"锻造紫晶块",
|
||
"锻造萃凝晶"
|
||
],
|
||
"default": "锻造水晶块"
|
||
},
|
||
{
|
||
"name": "BossPartyName",
|
||
"type": "input-text",
|
||
"label": "+++++++++++++++++++++++++++++++++++++++\n\n进行战斗的队伍"
|
||
},
|
||
{
|
||
"name": "ifShouling",
|
||
"type": "checkbox",
|
||
"label": "是否执行每周首领击败任务"
|
||
},
|
||
{
|
||
"name": "ifMijing",
|
||
"type": "checkbox",
|
||
"label": "是否执行每周秘境挑战任务"
|
||
},
|
||
{
|
||
"name": "ifbuyNet",
|
||
"type": "checkbox",
|
||
"label": "+++++++++++++++++++++++++++++++++++++++\n\n是否购买四方八方之网"
|
||
},
|
||
{
|
||
"name": "ifbuyTzq",
|
||
"type": "checkbox",
|
||
"label": "+++++++++++++++++++++++++++++++++++++++\n\n是否购买(提交)投资券"
|
||
},
|
||
{
|
||
"name": "ifPink",
|
||
"type": "checkbox",
|
||
"label": "+++++++++++++++++++++++++++++++++++++++\n\n每月兑换粉球"
|
||
},
|
||
{
|
||
"name": "ifBlue",
|
||
"type": "checkbox",
|
||
"label": "每月兑换蓝球"
|
||
}
|
||
] |