Skip to content

Commit

Permalink
Updated 2H frost dk for 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gunboat committed Jan 12, 2012
1 parent bb72dc3 commit 3fa644e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Reforgenator.lua
Expand Up @@ -2603,11 +2603,11 @@ function Reforgenator:TwoHandFrostDKModel()
local model = ReforgeModel:new()
model.readOnly = true
model.statWeights = {
["ITEM_MOD_HIT_RATING_SHORT"] = 3.12,
["ITEM_MOD_EXPERTISE_RATING_SHORT"] = 2.53,
["ITEM_MOD_HASTE_RATING_SHORT"] = 1.74,
["ITEM_MOD_MASTERY_RATING_SHORT"] = 1.86,
["ITEM_MOD_CRIT_RATING_SHORT"] = 1.69,
["ITEM_MOD_HIT_RATING_SHORT"] = 2.26,
["ITEM_MOD_EXPERTISE_RATING_SHORT"] = 1.75,
["ITEM_MOD_HASTE_RATING_SHORT"] = 1.40,
["ITEM_MOD_MASTERY_RATING_SHORT"] = 1.37,
["ITEM_MOD_CRIT_RATING_SHORT"] = 1.34,
}

model.notes = 'http://elitistjerks.com/f72/t125291-frost_dps_winter_discontent_4_3_a/'
Expand All @@ -2622,11 +2622,11 @@ function Reforgenator:TwoHandFrostDKModel()
cap = "ExpertiseSoftCap"
},
{
rating = CR_MASTERY,
rating = CR_HASTE_MELEE,
cap = "MaximumPossible"
},
{
rating = CR_HASTE_MELEE,
rating = CR_MASTERY,
cap = "MaximumPossible"
},
{
Expand Down

0 comments on commit 3fa644e

Please sign in to comment.