From 92168772bca2db1f5973e2b2eafa3707fd22d378 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Tue, 21 Oct 2008 14:01:27 +0000 Subject: [PATCH] Added Wild Growth as a default buff (thanks to thebum and abc101 for help with color choosing! --- Babelfish.lua | 1 + Localization.enUS.lua | 2 ++ PerfectRaid_Buffs.lua | 6 ++++++ 3 files changed, 9 insertions(+) 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", -- 1.7.9.5