jezzi23 / stat_weights_classic

Stat Weights Classic - Addon for World of Warcraft Classic
5 stars 3 forks source link

Missing Exorcism SOD version #31

Closed kssmith closed 7 months ago

kssmith commented 7 months ago

SOD paladin exorcism isn't showing a tooltip, unable to open a PR.

            -- exorcism (sod version)
            [415068] = {
                base_min            = 84.0,
                base_max            = 96.0,
                over_time           = 0.0,
                over_time_tick_freq = 0,
                over_time_duration  = 0.0,
                cast_time           = 1.5,
                rank                = 1,
                cost                = 85,
                lvl_req             = 20,
                lvl_max             = 25,
                lvl_outdated        = 27,
                flags               = bit.bor(spell_flags.cd),
                school              = magic_school.holy,
                coef                = 0.15,
                over_time_coef      = 0.0,
                lvl_scaling         = 1.2,
            },
            [415069] = {
                base_min            = 152.0,
                base_max            = 172.0,
                over_time           = 0.0,
                rank                = 2,
                cost                = 135,
                lvl_req             = 28,
                lvl_max             = 33,
                lvl_outdated        = 35,
                lvl_scaling         = 1.6,
            },
            [415070] = {
                base_min            = 217.0,
                base_max            = 245.0,
                over_time           = 0.0,
                rank                = 3,
                cost                = 180,
                lvl_req             = 36,
                lvl_max             = 41,
                lvl_outdated        = 43,
                lvl_scaling         = 2.0,
            },
            [415071] = {
                base_min            = 304.0,
                base_max            = 342.0,
                over_time           = 0.0,
                rank                = 4,
                cost                = 235,
                lvl_req             = 44,
                lvl_max             = 49,
                lvl_outdated        = 51,
                lvl_scaling         = 2.4,
            },
            [415072] = {
                base_min            = 393.0,
                base_max            = 439.0,
                over_time           = 0.0,
                rank                = 5,
                cost                = 285,
                lvl_req             = 52,
                lvl_max             = 57,
                lvl_outdated        = 59,
                lvl_scaling         = 2.8,
            },
            [415073] = {
                base_min            = 505.0,
                base_max            = 563.0,
                over_time           = 0.0,
                rank                = 6,
                cost                = 345,
                lvl_req             = 60,
                lvl_max             = 65,
                lvl_outdated        = 67,
                lvl_scaling         = 3.2,
            },            
jezzi23 commented 7 months ago

Ok thanks, I'll add this.

PRs should be open on this repo, unless you meant you can't due to something on your end.