mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 10:32:19 +08:00
feat: 加入肉鸽节点地图识别功能,并应用于萨卡兹肉鸽蓝图快速过图 (#9812)
* feat: 添加 RoguelikeMode::FastPass,负责用蓝图分队快速过图 * chore: update templates for RoguelikeMap and RoguelikeRouting * feat: RoguelikeMap * feat: RoguelikeMapConfig * feat: BrightPointAnalyzer * feat: RoguelikeRouting * chore: Auto update by pre-commit hooks [skip changelog] * fix: 修复会卡在商店门口的bug * fix: adapt new plugin-registration signature * chore: try fix submodule * perf: 复用task * chore: Auto update by pre-commit hooks [skip changelog] * fix: 为函数申明补上定义 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: status102 <102887808+status102@users.noreply.github.com>
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#include "Miscellaneous/TilePack.h"
|
||||
#include "OnnxSessions.h"
|
||||
#include "Roguelike/RoguelikeCopilotConfig.h"
|
||||
#include "Roguelike/RoguelikeMapConfig.h"
|
||||
#include "Roguelike/RoguelikeRecruitConfig.h"
|
||||
#include "Roguelike/RoguelikeShoppingConfig.h"
|
||||
#include "Roguelike/RoguelikeStageEncounterConfig.h"
|
||||
@@ -230,6 +231,11 @@ bool asst::ResourceLoader::load(const std::filesystem::path& path)
|
||||
RoguelikeStageEncounterConfig,
|
||||
"roguelike"_p / "Sami"_p / "encounter"_p / "collapse.json"_p);
|
||||
|
||||
// –––––––– Roguelike Map Config ––––––––––––––––––––––––––––––––––––––––––––------
|
||||
LoadResourceAndCheckRet(
|
||||
RoguelikeMapConfig,
|
||||
"roguelike"_p / "Sarkaz"_p / "map.json"_p);
|
||||
|
||||
// –––––––– Sami Plugin Config ––––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||
LoadResourceAndCheckRet(
|
||||
RoguelikeFoldartalConfig,
|
||||
|
||||
Reference in New Issue
Block a user