标记精英点位 (#1371)

* 更新锄地集,至少需要0.45版本

* 调整readme

* 对纯小怪路线,增加区分怪物标志,来支持开启精英拾取下跳过小怪的拾取

* 删除些主仓库没有的脚本

* 给锄地脚本区分怪物增加标签

* 锄地追踪文件,标记精英点位

* bgi锄地规划数据,控制文件提交

* 锄地规划,精英数据控制文件

* 精英点位标记调整
This commit is contained in:
mfkvfhpdx
2025-07-22 10:48:29 +08:00
committed by GitHub
parent 72969ed210
commit 6404b46776
39 changed files with 3793 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
"links": "https://github.com/Bedrockx"
}
]
,"enable_monster_loot_split": true
},
"positions": [
{
@@ -266,6 +267,7 @@
"move_mode": "dash",
"action_params": "",
"type": "path"
,"point_ext_params": {"monster_tag": "elite"}
},
{
"id": 29,
@@ -331,6 +333,7 @@
"move_mode": "dash",
"action_params": "",
"type": "path"
,"point_ext_params": {"monster_tag": "elite"}
},
{
"id": 36,

View File

@@ -12,6 +12,7 @@
"links": "https://github.com/Bedrockx"
}
]
,"enable_monster_loot_split": true
},
"positions": [
{
@@ -103,6 +104,7 @@
"move_mode": "dash",
"action_params": "",
"type": "path"
,"point_ext_params": {"monster_tag": "elite"}
},
{
"id": 11,
@@ -166,6 +168,7 @@
"move_mode": "dash",
"action_params": "",
"type": "path"
,"point_ext_params": {"monster_tag": "elite"}
},
{
"id": 18,
@@ -229,6 +232,7 @@
"move_mode": "dash",
"action_params": "",
"type": "path"
,"point_ext_params": {"monster_tag": "elite"}
},
{
"id": 25,

View File

@@ -12,6 +12,7 @@
"links": "https://github.com/Bedrockx"
}
]
,"enable_monster_loot_split": true
},
"positions": [
{
@@ -40,6 +41,7 @@
"move_mode": "walk",
"action_params": "",
"type": "path"
,"point_ext_params": {"monster_tag": "elite"}
},
{
"id": 4,

View File

@@ -12,6 +12,7 @@
"links": "https://github.com/Bedrockx"
}
]
,"enable_monster_loot_split": true
},
"positions": [
{
@@ -175,6 +176,7 @@
"move_mode": "dash",
"action_params": "",
"type": "path"
,"point_ext_params": {"monster_tag": "elite"}
},
{
"id": 19,
@@ -220,6 +222,7 @@
"move_mode": "walk",
"action_params": "",
"type": "path"
,"point_ext_params": {"monster_tag": "elite"}
},
{
"id": 24,

View File

@@ -12,6 +12,7 @@
"links": "https://github.com/Bedrockx"
}
]
,"enable_monster_loot_split": true
},
"positions": [
{
@@ -40,6 +41,7 @@
"move_mode": "dash",
"action_params": "",
"type": "path"
,"point_ext_params": {"monster_tag": "elite"}
},
{
"id": 4,
@@ -130,6 +132,7 @@
"move_mode": "walk",
"action_params": "",
"type": "path"
,"point_ext_params": {"monster_tag": "elite"}
},
{
"id": 14,

View File

@@ -0,0 +1,4 @@
{
"ref":".."
}