diff --git a/WeightsWatcher.toc b/WeightsWatcher.toc
index a479d3c..7a8794b 100644
--- a/WeightsWatcher.toc
+++ b/WeightsWatcher.toc
@@ -2,7 +2,7 @@
## Title: Weights Watcher
## Notes: Ranks gear according to customizable stat weights
## Author: The Flying Squirrels
-## Version: 1.4r4
+## Version: 1.4r5
## OptionalDeps: AtlasLoot
## SavedVariables: ww_vars
## SavedVariablesPerCharacter: ww_charVars
diff --git a/defaults.lua b/defaults.lua
index a06a8ba..47a605c 100644
--- a/defaults.lua
+++ b/defaults.lua
@@ -395,17 +395,17 @@ ww_defaultVars = {
}
},
[ww_specNames["Fire"]] = {
- ["hit rating"] = 100,
- ["spell hit rating"] = 100,
- ["mastery rating"] = 100,
- ["haste rating"] = 53,
- ["fire spell damage"] = 46,
- ["spell power"] = 46,
- ["critical strike rating"] = 43,
- ["spell critical strike rating"] = 43,
- ["frost spell damage"] = 23,
- ["arcane spell damage"] = 23,
- ["intellect"] = 13,
+ ["intellect"] = 100,
+ ["hit rating"] = 82,
+ ["spell hit rating"] = 82,
+ ["spell power"] = 68,
+ ["fire spell damage"] = 68,
+ ["critical strike rating"] = 52,
+ ["spell critical strike rating"] = 52,
+ ["mastery rating"] = 37,
+ ["haste rating"] = 35,
+-- ["frost spell damage"] = 23,
+-- ["arcane spell damage"] = 23,
triggers = {
harmfulSpell = true,
}
@@ -457,16 +457,14 @@ ww_defaultVars = {
}
},
[ww_specNames["Retribution"]] = {
- ["melee dps"] = 470,
- ["hit rating"] = 100,
- ["mastery rating"] = 100,
- ["strength"] = 80,
- ["expertise rating"] = 66,
- ["critical strike rating"] = 40,
- ["melee critical strike rating"] = 40,
- ["agility"] = 32,
- ["haste rating"] = 30,
- ["spell power"] = 9,
+ ["strength"] = 100,
+ ["melee dps"] = 100,
+ ["attack power"] = 45,
+ ["hit rating"] = 35,
+ ["expertise rating"] = 22,
+ ["haste rating"] = 18,
+ ["critical strike rating"] = 16,
+ ["mastery rating"] = 9,
triggers = {
harmfulSpell = true,
meleeDamage = true,
@@ -478,13 +476,13 @@ ww_defaultVars = {
ww_specNames["Holy"],
ww_specNames["Shadow"],
[ww_specNames["Discipline"]] = {
- ["spell power"] = 100,
- ["mastery rating"] = 100,
- ["intellect"] = 65,
- ["haste rating"] = 59,
- ["critical strike rating"] = 48,
- ["spell critical strike rating"] = 48,
- ["spirit"] = 22,
+ ["intellect"] = 100,
+ ["spirit"] = 80,
+ ["spell power"] = 19,
+ ["critical strike rating"] = 11,
+ ["spell critical strike rating"] = 11,
+ ["haste rating"] = 10,
+ ["mastery rating"] = 6,
triggers = {
helpfulSpell = true,
}
@@ -615,49 +613,49 @@ ww_defaultVars = {
ww_specNames["Demonology"],
ww_specNames["Destruction"],
[ww_specNames["Affliction"]] = {
- ["hit rating"] = 100,
- ["spell hit rating"] = 100,
- ["mastery rating"] = 100,
- ["shadow spell damage"] = 72,
- ["spell power"] = 72,
- ["haste rating"] = 61,
- ["critical strike rating"] = 38,
- ["spell critical strike rating"] = 38,
- ["fire spell damage"] = 36,
- ["spirit"] = 34,
- ["intellect"] = 15,
+ ["intellect"] = 100,
+ ["spell power"] = 81,
+ ["hit rating"] = 52,
+ ["spell hit rating"] = 52,
+ ["haste rating"] = 43,
+ ["critical strike rating"] = 32,
+ ["spell critical strike rating"] = 32,
+ ["mastery rating"] = 30,
+ ["stamina"] = 1,
+-- ["shadow spell damage"] = 72,
+-- ["fire spell damage"] = 36,
triggers = {
harmfulSpell = true,
}
},
[ww_specNames["Demonology"]] = {
- ["hit rating"] = 100,
- ["spell hit rating"] = 100,
- ["mastery rating"] = 100,
- ["haste rating"] = 50,
- ["fire spell damage"] = 45,
- ["shadow spell damage"] = 45,
- ["spell power"] = 45,
- ["critical strike rating"] = 31,
- ["spell critical strike rating"] = 31,
- ["spirit"] = 29,
- ["intellect"] = 13,
+ ["intellect"] = 100,
+ ["spell power"] = 79,
+ ["hit rating"] = 63,
+ ["spell hit rating"] = 63,
+ ["haste rating"] = 40,
+ ["critical strike rating"] = 35,
+ ["spell critical strike rating"] = 35,
+ ["mastery rating"] = 31,
+ ["stamina"] = 1,
+-- ["fire spell damage"] = 45,
+-- ["shadow spell damage"] = 45,
triggers = {
harmfulSpell = true,
}
},
[ww_specNames["Destruction"]] = {
- ["hit rating"] = 100,
- ["spell hit rating"] = 100,
+ ["intellect"] = 100,
+ ["spell power"] = 77,
+ ["hit rating"] = 64,
+ ["spell hit rating"] = 64,
+ ["haste rating"] = 36,
+ ["critical strike rating"] = 34,
+ ["spell critical strike rating"] = 34,
["mastery rating"] = 100,
- ["fire spell damage"] = 47,
- ["spell power"] = 47,
- ["haste rating"] = 46,
- ["spirit"] = 26,
- ["shadow spell damage"] = 23,
- ["critical strike rating"] = 16,
- ["spell critical strike rating"] = 16,
- ["intellect"] = 13,
+ ["stamina"] = 1,
+-- ["fire spell damage"] = 47,
+-- ["shadow spell damage"] = 23,
triggers = {
harmfulSpell = true,
}
@@ -676,7 +674,7 @@ ww_defaultVars = {
["melee critical strike rating"] = 80,
["agility"] = 65,
["haste rating"] = 50,
- ["armor"] = 1,
+ ["armor"] = 2,
triggers = {
meleeDamage = true,
}