More spell to stats calculation

This commit is contained in:
Yunfan Li
2024-08-11 22:22:16 +08:00
parent 52b9dec2cd
commit 03487f8314
7 changed files with 278 additions and 94 deletions

View File

@@ -52,7 +52,8 @@ private:
int tab;
bool enable_overflow_penalty_;
bool enable_item_set_bonus_;
bool enable_quality_blend_;
float weight_;
float stats_weights_[STATS_TYPE_MAX];
};