Added Wild Growth as a default buff (thanks to thebum and abc101 for help with color choosing!
James Whitehead II [10-21-08 - 14:01]
Added Wild Growth as a default buff (thanks to thebum and abc101 for help with color choosing!
diff --git a/Babelfish.lua b/Babelfish.lua
index 18c9688..ca65ffa 100644
--- a/Babelfish.lua
+++ b/Babelfish.lua
@@ -29,6 +29,7 @@ local values = {
STATUS_FEARWARD = "FW",
STATUS_FORT = "F",
STATUS_INNERVATE = "Inn",
+ STATUS_WILD_GROWTH = "Wg",
STATUS_MOTW = "M",
STATUS_POWERINFUSION = "PwI",
STATUS_PWS = "PwS",
diff --git a/Localization.enUS.lua b/Localization.enUS.lua
index 3ffa08e..94a1ec4 100644
--- a/Localization.enUS.lua
+++ b/Localization.enUS.lua
@@ -130,6 +130,7 @@ PerfectRaidLocals = {
["STATUS_SOULSTONE"] = "Ss",
["STATUS_THORNS"] = "Th",
["STATUS_WEAKENEDSOUL"] = "Ws",
+ ["STATUS_WILD_GROWTH"] = "Wg",
["Save"] = "Save",
["Shadow Protection"] = "Shadow Protection",
["Shaman"] = "Shaman",
@@ -151,6 +152,7 @@ PerfectRaidLocals = {
["Warlock"] = "Warlock",
["Warrior"] = "Warrior",
["Weakened Soul"] = "Weakened Soul",
+ ["Wild Growth"] = "Wild Growth",
["You must select at least one class or group to display."] = "You must select at least one class or group to display.",
["inParty"] = "inParty",
["inRaid"] = "inRaid",
diff --git a/PerfectRaid_Buffs.lua b/PerfectRaid_Buffs.lua
index b874868..c79661f 100644
--- a/PerfectRaid_Buffs.lua
+++ b/PerfectRaid_Buffs.lua
@@ -1053,6 +1053,12 @@ Buffs.defaults = {
disptext = L["STATUS_INNERVATE"],
color = "00FF33",
},
+ {
+ conds = "All",
+ buffname = L["Wild Growth"],
+ disptext = L["STATUS_WILD_GROWTH"],
+ color = "01796F",
+ },
-- Paladin Buffs
{
conds = "Melee",