mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-19 03:59:51 +08:00
1. 添加了自动纪行周常-秘境挑战的功能 2. 添加了自动纪行周常-每周做菜的功能 3. 添加了自动纪行周常-每周锻造的功能 4. 添加了自动纪行周常-首领挑战的功能 5. 添加了自动购买四方八方之网的功能 6. 添加了自动购买(提交)投资券的功能 7. 重写了脚本逻辑,不再依赖晶蝶诱捕装置为触发条件
112 lines
2.4 KiB
JSON
112 lines
2.4 KiB
JSON
[
|
||
{
|
||
"name": "ifCheck",
|
||
"type": "checkbox",
|
||
"label": "我已认真阅读readme文件及注意事项,并做好了相关设置"
|
||
},
|
||
{
|
||
"name": "ifZBY",
|
||
"type": "checkbox",
|
||
"label": "是否执行质变仪&爱可菲任务"
|
||
},
|
||
{
|
||
"name": "ifAkf",
|
||
"type": "checkbox",
|
||
"label": "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n\n是否拥有爱可菲"
|
||
},
|
||
{
|
||
"name": "TEAMname",
|
||
"type": "input-text",
|
||
"label": "包含爱可菲的队伍(没有爱可菲可以不填)"
|
||
},
|
||
{
|
||
"name": "Material",
|
||
"type": "select",
|
||
"label": "要放入质变仪的材料(选填,默认薄荷)",
|
||
"options": [
|
||
"牛角",
|
||
"苹果",
|
||
"日落果",
|
||
"泡泡桔",
|
||
"白铁块",
|
||
"薄荷",
|
||
"菜",
|
||
"鸡腿",
|
||
"蘑菇",
|
||
"鸟蛋",
|
||
"兽肉",
|
||
"水晶块",
|
||
"甜甜花"
|
||
],
|
||
"default": "薄荷"
|
||
},
|
||
{
|
||
"name": "ifYB",
|
||
"type": "checkbox",
|
||
"label": "是否执行晶蝶诱捕装置任务"
|
||
},
|
||
{
|
||
"name": "ifCooking",
|
||
"type": "checkbox",
|
||
"label": "是否执行每周做菜任务"
|
||
},
|
||
{
|
||
"name": "food",
|
||
"type": "input-text",
|
||
"label": "要制作的食物\n需要制作20个,请确保材料足够!",
|
||
"default": "提瓦特煎蛋"
|
||
},
|
||
{
|
||
"name": "Category",
|
||
"type": "select",
|
||
"label": "食物的类别",
|
||
"options": [
|
||
"恢复类料理",
|
||
"攻击类料理",
|
||
"冒险类料理",
|
||
"防御类料理"
|
||
],
|
||
"default": "恢复类料理"
|
||
},
|
||
{
|
||
"name": "ifduanZao",
|
||
"type": "checkbox",
|
||
"label": "是否执行每周锻造任务"
|
||
},
|
||
{
|
||
"name": "mineral",
|
||
"type": "select",
|
||
"label": "要锻造的矿石\n需要锻造20次,请确保材料足够!",
|
||
"options": [
|
||
"锻造水晶块",
|
||
"锻造紫晶块",
|
||
"锻造萃凝晶"
|
||
],
|
||
"default": "锻造水晶块"
|
||
},
|
||
{
|
||
"name": "BossPartyName",
|
||
"type": "input-text",
|
||
"label": "进行战斗的队伍"
|
||
},
|
||
{
|
||
"name": "ifShouling",
|
||
"type": "checkbox",
|
||
"label": "是否执行每周首领击败任务"
|
||
},
|
||
{
|
||
"name": "ifMijing",
|
||
"type": "checkbox",
|
||
"label": "是否执行每周秘境挑战任务"
|
||
},
|
||
{
|
||
"name": "ifbuyNet",
|
||
"type": "checkbox",
|
||
"label": "是否购买四方八方之网"
|
||
},
|
||
{
|
||
"name": "ifbuyTzq",
|
||
"type": "checkbox",
|
||
"label": "是否购买(提交)投资券"
|
||
}
|
||
] |