Make DC V2 EXP boost config-driven

This commit is contained in:
2026-05-23 23:50:10 -04:00
parent 7b0bdbd1ce
commit e6b7ed7e24
15 changed files with 5177 additions and 3 deletions
+1
View File
@@ -1138,6 +1138,7 @@ void ServerState::load_config_early() {
}
this->bb_global_exp_multiplier = this->config_json->get_float("BBGlobalEXPMultiplier", 1.0f);
this->dc_v2_exp_multiplier = std::max<int64_t>(1, this->config_json->get_int("DCV2EXPMultiplier", 1));
this->exp_share_multiplier = this->config_json->get_float("BBEXPShareMultiplier", 0.5f);
this->server_global_drop_rate_multiplier = this->config_json->get_float("ServerGlobalDropRateMultiplier", 1.0f);