Skip to content

Random Prop Points

Niphyr edited this page Oct 2, 2020 · 2 revisions

Generated file is here

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

Contents

  • __rand_prop_points_data - array of all random prop points for each of the 1300 ilvls.
static const std::array<random_prop_data_t, 1300> __rand_prop_points_data { {

Structure of __rand_prop_points_data:

struct random_prop_data_t
{
  unsigned ilevel;
  unsigned damage_replace_stat;
  unsigned damage_secondary;
  float    p_epic[5];
  float    p_rare[5];
  float    p_uncommon[5];
}

Clone this wiki locally