Added armor (percent)
Kevin Lyles [04-16-11 - 20:49]
diff --git a/Locales/enUS/stats.lua b/Locales/enUS/stats.lua
index 48cf561..cd56a95 100644
--- a/Locales/enUS/stats.lua
+++ b/Locales/enUS/stats.lua
@@ -9,6 +9,7 @@ ww_localizedStats = {
["arcane resistance"] = "arcane resistance",
["arcane spell damage"] = "arcane spell damage",
["armor"] = "armor",
+ ["armor (percent)"] = "armor (percent)",
["armor from items (percent)"] = "armor from items (percent)",
-- ["armor penetration rating"] = "armor penetration rating",
["attack power"] = "attack power",
@@ -106,6 +107,7 @@ ww_statDisplayNames = {
[ww_localizedStats["arcane resistance"]] = "Arcane Resistance",
[ww_localizedStats["arcane spell damage"]] = "Arcane Spell Damage",
[ww_localizedStats["armor"]] = "Armor",
+ [ww_localizedStats["armor (percent)"]] = "Armor (Percent)",
[ww_localizedStats["armor from items (percent)"]] = "Armor from Items (Percent)",
-- [ww_localizedStats["armor penetration rating"]] = "Armor Penetration Rating",
[ww_localizedStats["attack power"]] = "Attack Power",
diff --git a/defaults.lua b/defaults.lua
index 96860f3..db06cc9 100644
--- a/defaults.lua
+++ b/defaults.lua
@@ -64,6 +64,7 @@ ww_trackedStats = {
"stamina",
ww_statCategories["Enchant/Meta Gem Effects"],
[ww_statCategories["Enchant/Meta Gem Effects"]] = {
+ "armor (percent)",
"armor from items (percent)",
"block value (percent)",
"chance to restore health on hit",