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

50 lines
1.5 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": "operationType",
"type": "select",
"label": "操作模式(默认:生成路径组文件)",
"options": [
"生成路径组文件",
"执行路径组文件1",
"执行路径组文件2",
"执行路径组文件3",
"输出地图追踪文件"
]
},
{
"name": "excludeTagsForPathGroup1",
"type": "input-text",
"label": "路径组1要排除的标签传奇水免次数盾或高危"
},
{
"name": "selectTagsForPathGroup2",
"type": "input-text",
"label": "路径组2要选择的标签传奇水免次数盾或高危"
},
{
"name": "selectTagsForPathGroup3",
"type": "input-text",
"label": "路径组3要选择的标签传奇水免次数盾或高危"
},
{
"name": "disableAutoPickup",
"type": "checkbox",
"label": "是否禁用自动拾取(默认不禁用)"
},
{
"name": "enableRouteCdCheck",
"type": "checkbox",
"label": "是否启用路线CD检测默认不启用"
},
{
"name": "requiredMonsterCount",
"type": "input-text",
"label": "目标怪物数量默认405必须为0以上整数"
},
{
"name": "minSecPerMonster",
"type": "input-text",
"label": "最低秒均(秒均=摩拉/时间默认0.1"
}
]