Files
bettergi-scripts-list/repo/js/自动小怪锄地规划/settings.json
mno 22ba06b7c8 js: 精英规划、小怪规划、自动消耗复活药 (#741)
* 三个js更新

精英js:跟进死亡笔记400的路线包

* js;欸起飞,飞

* fix: 重命名

---------

Co-authored-by: 秋云 <physligl@gmail.com>
2025-05-08 23:19:14 +08:00

43 lines
1.1 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": "operationMode",
"type": "select",
"label": "操作模式(默认:生成路径文件)",
"options": [
"生成路径文件",
"执行路径文件",
"输出地图追踪文件"
]
},
{
"name": "excludeWaterFree",
"type": "checkbox",
"label": "是否排除水免路线(默认:不排除)"
},
{
"name": "excludeHighRisk",
"type": "checkbox",
"label": "是否排除高危路线(默认:不排除)"
},
{
"name": "enableCooldownCheck",
"type": "checkbox",
"label": "是否启用刷新CD检测默认不启用"
},
{
"name": "disableAutoPick",
"type": "checkbox",
"label": "是否禁用自动拾取(默认:不禁用)"
},
{
"name": "requiredMonsterCount",
"type": "input-text",
"label": "所需怪物数量0-2000默认1800"
},
{
"name": "weight",
"type": "input-text",
"label": "权重数值越大越强调效率而不是总收益默认2"
}
]