From 3fa644e1d8ba2a2de441ef98fe8cc4ae6f41d81d Mon Sep 17 00:00:00 2001 From: gunboat Date: Wed, 11 Jan 2012 20:53:41 -0800 Subject: [PATCH] Updated 2H frost dk for 4.3 --- Reforgenator.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Reforgenator.lua b/Reforgenator.lua index 736a637..394aa0e 100644 --- a/Reforgenator.lua +++ b/Reforgenator.lua @@ -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/' @@ -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" }, {