- adjust paths to utilise new bgi's capability - force interaction when suitable to increase the success rate of picking up - add new extra points of Nata - split the 24-hour refreshed extra points into AB (optional) - fine-tune of paths - other minor modifications
64 lines
1.1 KiB
JSON
64 lines
1.1 KiB
JSON
[
|
||
{
|
||
"name": "path",
|
||
"type": "select",
|
||
"label": "路线(默认:自动)",
|
||
"options": [
|
||
"A",
|
||
"B",
|
||
"自动"
|
||
]
|
||
},
|
||
{
|
||
"name": "swapPath",
|
||
"type": "select",
|
||
"label": "自动选择路线时,交换AB路线(默认:否)",
|
||
"options": [
|
||
"是",
|
||
"否"
|
||
]
|
||
},
|
||
|
||
{
|
||
"name": "extra",
|
||
"type": "select",
|
||
"label": "拾取额外点位(默认:是)",
|
||
"options": [
|
||
"是",
|
||
"否"
|
||
]
|
||
},
|
||
{
|
||
"name": "extraAB",
|
||
"type": "select",
|
||
"label": "满24小时才刷新的额外点位也分AB路线拾取(默认:是)",
|
||
"options": [
|
||
"是",
|
||
"否"
|
||
]
|
||
},
|
||
|
||
{
|
||
"name": "autoSalvage",
|
||
"type": "select",
|
||
"label": "自动分解(默认:是)",
|
||
"options": [
|
||
"是",
|
||
"否"
|
||
]
|
||
},
|
||
{
|
||
"name": "autoSalvage4",
|
||
"type": "select",
|
||
"label": "自动分解包括4星圣遗物(默认:否)",
|
||
"options": [
|
||
"是",
|
||
"否"
|
||
]
|
||
},
|
||
{
|
||
"name": "autoSalvageSpan",
|
||
"type": "input-text",
|
||
"label": "自动分解在多少路径后执行一次(默认:10)"
|
||
}
|
||
] |