Files
bettergi-scripts-list/repo/js/HoeingPathingTest/settings.json
mno 0c687cfb5a js:几个js适配6.3版本或修复bug (#2679)
* js:锄地一条龙1.20.0

1.适配6.3新怪物类型
2.增加新的拾取物
3.增加实验路线
4.把汐酱删掉的战斗后复位和传送前等待加回去

* js:锄地路线测试

适配6.3新怪物

* js:只要大瓶

修正识别大瓶阈值

* js:采集cd管理

增加6.3新地方特产
2026-01-14 23:47:28 +08:00

28 lines
724 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": "startRouteNumber",
"type": "input-text",
"label": "从第几条路径开始运行默认1",
"default": "1"
},
{
"name": "endRouteNumber",
"type": "input-text",
"label": "在第几条结束"
},
{
"name": "doTest",
"type": "checkbox",
"label": "修改路线描述信息将会取最近至多5次记录进行平均\n不勾选则运行路线并存储数据"
},
{
"name": "activatePickup",
"type": "checkbox",
"label": "启用自动拾取"
},
{
"name": "underwater",
"type": "checkbox",
"label": "水下路线,尝试获取螃蟹技能"
}
]