Files
bettergi-scripts-list/repo/js/自动小怪锄地规划/manifest.json
2025-07-04 23:14:44 +08:00

15 lines
986 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.

{
"manifest_version": 1,
"name": "自动小怪锄地规划",
"version": "1.1",
"bgi_version": "0.44.0",
"description": "该脚本支持根据用户配置生成路径组文件、运行路径组或输出地图追踪文件。用户可以通过自定义配置设置所需怪物数量、筛选条件如是否排除水免路线或高危路线以及效率计算权重。脚本会根据这些条件自动筛选出符合条件的路线此外支持刷新cd检测启用后未刷新的路线在运行时将被跳过。注意第一次使用时要先生成路径组文件后再执行路径组文件之后的每次运行无需再次生成路径组文件将根据自定义配置中的内容自动寻找对应的路径组文件当你需要强制刷新cd或更改筛选条件时可以重新生成路径组文件",
"authors": [
{
"name": "mno",
"links": "https://github.com/Bedrockx"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}