JS脚本AbundantOre升级至0.11 (#1923)

This commit is contained in:
Jamis
2025-09-16 10:24:11 +08:00
committed by GitHub
parent 244d5dad35
commit de510d44c3
7 changed files with 6063 additions and 4622 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -8,7 +8,7 @@
"bgi_version": "0.50.0",
"description": "",
"enable_monster_loot_split": false,
"last_modified_time": 1757488480059,
"last_modified_time": 1757901752914,
"map_match_method": "",
"map_name": "Teyvat",
"name": "01-那夏镇下方-4个",
@@ -76,7 +76,7 @@
"action_params": "",
"id": 7,
"move_mode": "walk",
"type": "path",
"type": "target",
"x": 9521.7383,
"y": 1487.5181
},
@@ -94,7 +94,7 @@
"action_params": "",
"id": 9,
"move_mode": "walk",
"type": "path",
"type": "target",
"x": 9529.5781,
"y": 1478.4077
},
@@ -112,7 +112,7 @@
"action_params": "",
"id": 11,
"move_mode": "walk",
"type": "path",
"type": "target",
"x": 9532.0527,
"y": 1473.7197
},
@@ -130,7 +130,7 @@
"action_params": "",
"id": 13,
"move_mode": "walk",
"type": "path",
"type": "target",
"x": 9533.4297,
"y": 1471.3359
}

View File

@@ -8,7 +8,7 @@
"bgi_version": "0.50.0",
"description": "",
"enable_monster_loot_split": false,
"last_modified_time": 1757503224579,
"last_modified_time": 1757901768388,
"map_match_method": "",
"map_name": "Teyvat",
"name": "02-那夏镇左侧-8个",
@@ -94,7 +94,7 @@
"action_params": "",
"id": 9,
"move_mode": "walk",
"type": "path",
"type": "target",
"x": 9647.9414,
"y": 1585.1401
},
@@ -112,7 +112,7 @@
"action_params": "",
"id": 11,
"move_mode": "walk",
"type": "path",
"type": "target",
"x": 9645.7158,
"y": 1585.6489
},

View File

@@ -8,7 +8,7 @@
"bgi_version": "0.50.0",
"description": "",
"enable_monster_loot_split": false,
"last_modified_time": 1757731150899,
"last_modified_time": 1757901795191,
"map_match_method": "",
"map_name": "Teyvat",
"name": "04-伦波岛左侧和上方-7个",
@@ -94,7 +94,7 @@
"action_params": "",
"id": 9,
"move_mode": "walk",
"type": "path",
"type": "target",
"x": 9748.2539,
"y": 1991.8721
},

View File

@@ -25,6 +25,9 @@ function get_exclude_tags() {
} else if (settings.fight_option === "只跳过与精英怪战斗的路线") {
tags.push("elite enemy");
}
if (settings.exclude_nod_krai) {
tags.push("nod-krai");
}
if (settings.exclude_natlan) {
tags.push("natlan");
}

View File

@@ -2,7 +2,7 @@
"bgi_version": "0.50.0",
"manifest_version": 1,
"name": "矿产资源批发",
"version": "0.10",
"version": "0.11",
"description": "自动记录矿石刷新时间,优先选择效率最高的路线,支持按区域、种类、数量自动规划挖矿路线",
"authors": [
{

View File

@@ -26,6 +26,11 @@
],
"default": "正常挖"
},
{
"name": "exclude_nod_krai",
"type": "checkbox",
"label": "不挖挪德卡莱👇"
},
{
"name": "exclude_natlan",
"type": "checkbox",