Make GC V3 EXP boost config-driven

This commit is contained in:
2026-05-24 00:38:10 -04:00
parent e6b7ed7e24
commit f8ebc67c90
14 changed files with 2349 additions and 0 deletions
+1
View File
@@ -270,6 +270,7 @@ struct ServerState : public std::enable_shared_from_this<ServerState> {
QuestF960Result quest_F960_failure_results;
float bb_global_exp_multiplier = 1.0f;
int64_t dc_v2_exp_multiplier = 1;
int64_t gc_v3_exp_multiplier = 1;
float exp_share_multiplier = 0.5f;
float server_global_drop_rate_multiplier = 1.0f;