狗粮+精英 8.13 (#1587)

狗粮: 1.修复强制黑芙的摔死bug
精英: 1.研究方法进入[沙暴]区域
This commit is contained in:
2025-08-14 08:53:45 +08:00
committed by GitHub
parent bbb043e7f4
commit b275caf7c8
13 changed files with 495 additions and 46 deletions

View File

@@ -171,6 +171,8 @@ https://www.kdocs.cn/wo/sl/v13uXscL
## 更新日志
### 1.7.9.22025.08.13
1.修复"99强制黑芙"路线摔死bug
### 1.7.9.12025.08.12
1.把切换白芙黑芙策略外置
### 1.7.82025.08.11

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "强制黑芙",
"name": "99强制黑芙",
"type": "collect",
"authors": [
{
@@ -13,7 +13,7 @@
"map_name": "Enkanomiya",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1754998664460,
"last_modified_time": 1755101630357,
"enable_monster_loot_split": false,
"map_match_method": ""
},
@@ -25,8 +25,7 @@
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport",
"locked": false
"type": "teleport"
},
{
"id": 2,
@@ -35,7 +34,7 @@
"action": "log_output",
"move_mode": "walk",
"action_params": "重置[芙宁娜]状态——黑芙",
"type": "path"
"type": "orientation"
}
]
}

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "强制黑芙",
"name": "99强制黑芙",
"type": "collect",
"authors": [
{
@@ -13,7 +13,7 @@
"map_name": "Enkanomiya",
"bgi_version": "0.45.0",
"tags": [],
"last_modified_time": 1754998664460,
"last_modified_time": 1755101630357,
"enable_monster_loot_split": false,
"map_match_method": ""
},
@@ -25,8 +25,7 @@
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport",
"locked": false
"type": "teleport"
},
{
"id": 2,
@@ -35,7 +34,7 @@
"action": "log_output",
"move_mode": "walk",
"action_params": "重置[芙宁娜]状态——黑芙",
"type": "path"
"type": "orientation"
}
]
}

View File

@@ -209,7 +209,7 @@ let enemyType = "无";
// 获取 version 字段的值
version = manifest.version;
log.info(`当前js版本${version},更新日期25.8.12,如果太久远,要经常检查更新`);
log.info(`当前js版本${version},更新日期25.8.13,如果太久远,要经常检查更新`);
} catch (error) {
// 如果发生错误,记录错误信息

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "自动狗粮加强版",
"version": "1.7.9.1",
"version": "1.7.9.2",
"tags": [
"好感",
"狗粮"