Quantcast

Added definitions for flasks and battle/guardian elixirs

James Whitehead II [03-18-09 - 08:32]
Added definitions for flasks and battle/guardian elixirs
Filename
Localization.enUS.lua
PerfectRaid_Buffs.lua
diff --git a/Localization.enUS.lua b/Localization.enUS.lua
index 01119dc..d71e238 100644
--- a/Localization.enUS.lua
+++ b/Localization.enUS.lua
@@ -132,6 +132,9 @@ PerfectRaidLocals = {
 	["STATUS_THORNS"] = "Th",
 	["STATUS_WEAKENEDSOUL"] = "Ws",
 	["STATUS_WILD_GROWTH"] = "Wg",
+    ["STATUS_BATTLE_ELIXIR"] = "BE",
+	["STATUS_GUARDIAN_ELIXIR"] = "GE",
+	["STATUS_FLASK"] = "Flask",
 	["Save"] = "Save",
 	["Shadow Protection"] = "Shadow Protection",
 	["Shaman"] = "Shaman",
diff --git a/PerfectRaid_Buffs.lua b/PerfectRaid_Buffs.lua
index e805dd2..28fd4a0 100644
--- a/PerfectRaid_Buffs.lua
+++ b/PerfectRaid_Buffs.lua
@@ -1180,4 +1180,433 @@ Buffs.defaults = {
 		disptext = "Dr",
 		color = "00a1de",
 	},
+	-- WOTLK Battle Elixirs
+	{
+		conds = "All",
+		buffname = L["Elixir of Accuracy"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Armor Piercing"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Deadly Strikes"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Expertise"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Lightning Speed"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Mighty Agility"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Mighty Strength"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Guru's Elixir"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Spellpower Elixir"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Wrath Elixir"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	-- WOTLK Guardian Elixirs
+	{
+		conds = "All",
+		buffname = L["Elixir of Mighty Defense"],
+		disptext = L["STATUS_GUARDIAN_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Spirit"],
+		disptext = L["STATUS_GUARDIAN_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Protection"],
+		disptext = L["STATUS_GUARDIAN_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Mighty Thoughts"],
+		disptext = L["STATUS_GUARDIAN_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Mighty Mageblood"],
+		disptext = L["STATUS_GUARDIAN_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Mighty Fortitude"],
+		disptext = L["STATUS_GUARDIAN_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	-- WOTLK Flasks
+	{
+		conds = "All",
+		buffname = L["Flask of the Frost Wyrm"],
+		disptext = L["STATUS_FLASK"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Flask of Stoneblood"],
+		disptext = L["STATUS_FLASK"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Flask of Pure Mojo"],
+		disptext = L["STATUS_FLASK"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Flask of Endless Rage"],
+		disptext = L["STATUS_FLASK"],
+		color = "FF0000",
+        disabled = true,
+	},
+	-- WOTLK Battle Elixirs
+	{
+		conds = "All",
+		buffname = L["Elixir of Accuracy"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Armor Piercing"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Deadly Strikes"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Expertise"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Lightning Speed"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Mighty Agility"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Mighty Strength"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Guru's Elixir"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Spellpower Elixir"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Wrath Elixir"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	-- WOTLK Guardian Elixirs
+	{
+		conds = "All",
+		buffname = L["Elixir of Mighty Defense"],
+		disptext = L["STATUS_GUARDIAN_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Spirit"],
+		disptext = L["STATUS_GUARDIAN_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Protection"],
+		disptext = L["STATUS_GUARDIAN_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Mighty Thoughts"],
+		disptext = L["STATUS_GUARDIAN_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Mighty Mageblood"],
+		disptext = L["STATUS_GUARDIAN_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Mighty Fortitude"],
+		disptext = L["STATUS_GUARDIAN_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	-- WOTLK Flasks
+	{
+		conds = "All",
+		buffname = L["Flask of the Frost Wyrm"],
+		disptext = L["STATUS_FLASK"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Flask of Stoneblood"],
+		disptext = L["STATUS_FLASK"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Flask of Pure Mojo"],
+		disptext = L["STATUS_FLASK"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Flask of Endless Rage"],
+		disptext = L["STATUS_FLASK"],
+		color = "FF0000",
+        disabled = true,
+	},
+	-- WOTLK Battle Elixirs
+	{
+		conds = "All",
+		buffname = L["Elixir of Accuracy"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Armor Piercing"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Deadly Strikes"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Expertise"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Lightning Speed"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Mighty Agility"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Mighty Strength"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Guru's Elixir"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Spellpower Elixir"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Wrath Elixir"],
+		disptext = L["STATUS_BATTLE_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	-- WOTLK Guardian Elixirs
+	{
+		conds = "All",
+		buffname = L["Elixir of Mighty Defense"],
+		disptext = L["STATUS_GUARDIAN_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Spirit"],
+		disptext = L["STATUS_GUARDIAN_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Protection"],
+		disptext = L["STATUS_GUARDIAN_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Mighty Thoughts"],
+		disptext = L["STATUS_GUARDIAN_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Mighty Mageblood"],
+		disptext = L["STATUS_GUARDIAN_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Elixir of Mighty Fortitude"],
+		disptext = L["STATUS_GUARDIAN_ELIXIR"],
+		color = "FF0000",
+        disabled = true,
+	},
+	-- WOTLK Flasks
+	{
+		conds = "All",
+		buffname = L["Flask of the Frost Wyrm"],
+		disptext = L["STATUS_FLASK"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Flask of Stoneblood"],
+		disptext = L["STATUS_FLASK"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Flask of Pure Mojo"],
+		disptext = L["STATUS_FLASK"],
+		color = "FF0000",
+        disabled = true,
+	},
+	{
+		conds = "All",
+		buffname = L["Flask of Endless Rage"],
+		disptext = L["STATUS_FLASK"],
+		color = "FF0000",
+        disabled = true,
+	},
 }