* Added Lifebloom to the default druid buffs
James Whitehead II [04-20-07 - 03:19]
* Added Lifebloom to the default druid buffs
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",