feat: 使用 ocrReplace 重写肉鸽选点策略

This commit is contained in:
zzyyyl
2023-10-02 22:00:25 +08:00
parent 42b0222116
commit 9bc1ae8ab9
3 changed files with 118 additions and 40 deletions

View File

@@ -81,6 +81,8 @@ bool asst::RoguelikeTask::set_params(const json::value& params)
m_shopping_plugin_ptr->set_roguelike_theme(theme);
m_skill_plugin_ptr->set_roguelike_theme(theme);
m_stage_encounter_plugin_ptr->set_roguelike_theme(theme);
m_strategy_change_plugin_ptr->set_roguelike_theme(theme);
m_roguelike_task_ptr->set_tasks({ theme + "@Roguelike@Begin" });
// 0 - 刷经验,尽可能稳定地打更多层数,不期而遇采用激进策略