From 9382c23eb5a19f03573259595f74af52905b4d34 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Fri, 20 Apr 2007 03:19:41 +0000 Subject: [PATCH] * Added Lifebloom to the default druid buffs --- Babelfish.lua | 1 + Localization.enUS.lua | 2 ++ PerfectRaid_Buffs.lua | 7 +++++++ 3 files changed, 10 insertions(+) diff --git a/Babelfish.lua b/Babelfish.lua index 01d19bb..84626b9 100644 --- a/Babelfish.lua +++ b/Babelfish.lua @@ -33,6 +33,7 @@ local values = { STATUS_POWERINFUSION = "PwI", STATUS_PWS = "PwS", STATUS_REGROWTH = "Rg", + STATUS_LIFEBLOOM = "Lb", STATUS_REJUV = "Rj", STATUS_RENEW = "Rn", STATUS_SHADOWPROT = "Sh", diff --git a/Localization.enUS.lua b/Localization.enUS.lua index 6cbdfb6..3e0ecbc 100644 --- a/Localization.enUS.lua +++ b/Localization.enUS.lua @@ -61,6 +61,7 @@ PerfectRaidLocals = { ["If you choose any of the column options, all of them become required fields. Please choose the number of columns, max units, column spacing and column anchor."] = "If you choose any of the column options, all of them become required fields. Please choose the number of columns, max units, column spacing and column anchor.", ["Innervate"] = "Innervate", ["Lesser Heal"] = "Lesser Heal", + ["Lifebloom"] = "Lifebloom", ["Mage"] = "Mage", ["Make filters strict"] = "Make filters strict", ["Mana Bar Height:"] = "Mana Bar Height:", @@ -105,6 +106,7 @@ PerfectRaidLocals = { ["STATUS_FEARWARD"] = "FW", ["STATUS_FORT"] = "F", ["STATUS_INNERVATE"] = "Inn", + ["STATUS_LIFEBLOOM"] = "Lb", ["STATUS_MAGIC"] = "Ma", ["STATUS_MORTALSTRIKE"] = "Ms", ["STATUS_MOTW"] = "M", diff --git a/PerfectRaid_Buffs.lua b/PerfectRaid_Buffs.lua index 6c08dae..b4b84c0 100644 --- a/PerfectRaid_Buffs.lua +++ b/PerfectRaid_Buffs.lua @@ -775,6 +775,13 @@ Buffs.defaults = { }, { conds = "All", + buffname = L["Lifebloom"], + disptext = L["STATUS_LIFEBLOOM"], + color = "50fe37", + disabled = (class ~= "DRUID"), + }, + { + conds = "All", buffname = L["Regrowth"], disptext = L["STATUS_REGROWTH"], color = "00FF10", -- 1.7.9.5