Skip to content

Scale Data

Niphyr edited this page Oct 2, 2020 · 2 revisions

Generated file is here

https://github.com/simulationcraft/simc/blob/shadowlands/engine/dbc/generated/sc_scale_data.inc

Contents

  • Loads of miscellaneous scale data. The main ones we're interested in are:
    • __combat_ratings_mult_by_ilvl- array of the 4 item slots and their combat rating multipliers per item level
    • __stamina_mult_by_ilvl- array of the 4 item slots and their stamina multipliers per item level
static constexpr double __combat_ratings_mult_by_ilvl[][1300] = {
static constexpr double __stamina_mult_by_ilvl[][1300] = {

Structure of the arrays is just an array of length 4 (4 slot types), with a subarray of length 1300 (1300 item levels).

Clone this wiki locally