Something similiar to this: https://github.com/azerothcore/Keira3/issues/3123 But for the Modifier Values. If we `Ragnaros` (11502), level `63` which is from Vanilla (Expansion: `0`) and it's unit_class of `1` (Warrior) level | class | basehp0 | basehp1 | basehp2 | basemana | basearmor | attackpower | rangedattackpower | damage_base | damage_exp1 | damage_exp2 | comment -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- 63 | 1 | 3331 | 5527 | 1 | 0 | 4641 | 268 | 32 | 35.775 | 71.4361 | 71.4361 | Ragnaros uses `13` damage modifier and `330` for health modifier. Would it mean Damage: `35.775` * 13 = `465.075` final modified damage. Health: `3331` * 330 = `1099230` final modified health. etc...