Files
bettergi-scripts-list/repo/js/AutoMonday/settings.json
江紫烟owo 61cfc00e42 AutoMonday-V1.2版本更新(中秋快乐) (#2093)
1. 添加了自动纪行周常-秘境挑战的功能
2. 添加了自动纪行周常-每周做菜的功能
3. 添加了自动纪行周常-每周锻造的功能
4. 添加了自动纪行周常-首领挑战的功能
5. 添加了自动购买四方八方之网的功能
6. 添加了自动购买(提交)投资券的功能
7. 重写了脚本逻辑,不再依赖晶蝶诱捕装置为触发条件
2025-10-06 21:39:39 +08:00

112 lines
2.4 KiB
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": "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": "是否购买(提交)投资券"
}
]