js(战斗好感): 盗宝团优化路线 (#929)

* Add files via upload

* Update main.js
This commit is contained in:
2025-05-26 21:13:52 +08:00
committed by GitHub
parent 64753d75aa
commit 83b152df9a
4 changed files with 37 additions and 36 deletions

View File

@@ -232,7 +232,7 @@ function getTargetCoordinates(enemyType) {
return { x: 4840.55, y: -3078.01 }; // 这里需要替换为实际的愚人众战斗点坐标
} else {
// 盗宝团战斗点坐标
return { x: -2756.67, y: -3467.63 };
return { x: -2757.281, y: -3468.437 };
}
}