From 5af451468517e197ddbf8c0f7cdf2dd51fc001e8 Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Thu, 28 Jan 2010 04:00:25 -0600 Subject: [PATCH] Added schooled spell damage, ranged AP, feral attack power, mana, threat percent, and disarm reduction to the list of tracked stats Also added ranged AP to the hunter weights --- defaults.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/defaults.lua b/defaults.lua index c61db79..be52734 100644 --- a/defaults.lua +++ b/defaults.lua @@ -25,6 +25,8 @@ trackedStats = { ["Melee"] = { "Agility", "Attack Power", + "Feral Attack Power", + "Ranged Attack Power", "Strength", "Armor Penetration Rating", "Expertise Rating", @@ -39,6 +41,13 @@ trackedStats = { "Spell Penetration", "Spell Power", "Spirit", + "Mana", + "Arcane Spell Damage", + "Fire Spell Damage", + "Frost Spell Damage", + "Holy Spell Damage", + "Nature Spell Damage", + "Shadow Spell Damage", }, ["Meta Gem Stats"] = { "Armor from Items (Percent)", @@ -50,6 +59,7 @@ trackedStats = { "Chance to Stun Target", "Critical Damage (Percent)", "Critical Healing (Percent)", + "Disarm Duration Reduction (Percent)", "Fear Duration Reduction (Percent)", "Intellect (Percent)", "Mana (Percent)", @@ -62,6 +72,7 @@ trackedStats = { "Spell Reflect (Percent)", "Stun Duration Reduction (Percent)", "Stun Resistance (Percent)", + "Threat (Percent)", "Threat Reduction (Percent)", }, ["Resistances"] = { @@ -321,6 +332,7 @@ defaultVars = { ["critical strike rating"] = 40, ["intellect"] = 37, ["attack power"] = 30, + ["ranged attack power"] = 30, ["armor penetration rating"] = 28, ["haste rating"] = 21, }, @@ -332,6 +344,7 @@ defaultVars = { ["armor penetration rating"] = 40, ["intellect"] = 39, ["attack power"] = 32, + ["ranged attack power"] = 32, ["haste rating"] = 24, }, ["Survival"] = { @@ -342,6 +355,7 @@ defaultVars = { ["intellect"] = 35, ["haste rating"] = 31, ["attack power"] = 29, + ["ranged attack power"] = 29, ["armor penetration rating"] = 26, }, }, -- 1.7.9.5