Files
bettergi-scripts-list/repo/js/AutoArtifacts_A_B_Extra/settings.json
Yang-z 0244e5f0fb update artifacts pathing and batch-run scripts
- adjust path A
- fine-tune
2024-11-24 14:46:24 +08:00

45 lines
820 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": "tryTimes",
"type": "input-text",
"label": "尝试次数"
},
{
"name": "path",
"type": "select",
"label": "路线",
"options": [
"A",
"B",
"自动"
]
},
// {
// "name": "swapPath",
// "type": "checkbox",
// "label": "自动选择路线时交换AB路线"
// },
// {
// "name": "Extra",
// "type": "checkbox",
// "label": "拾取额外点位"
// },
// {
// "name": "autoSalvage",
// "type": "checkbox",
// "label": "自动分解"
// },
// {
// "name": "autoSalvage4",
// "type": "checkbox",
// "label": "自动分解包括4星圣遗物"
// },
// {
// "name": "autoSalvageSpan",
// "type": "input-text",
// "label": "自动分解在多少路径后执行一次"
// }
]