Mercurial > wow > ouroloot
diff abbreviations.lua @ 1:822b6ca3ef89
Import of 2.15, moving to wowace svn.
author | Farmbuyer of US-Kilrogg <farmbuyer@gmail.com> |
---|---|
date | Sat, 16 Apr 2011 06:03:29 +0000 |
parents | |
children | df3e27edbd60 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/abbreviations.lua Sat Apr 16 06:03:29 2011 +0000 @@ -0,0 +1,42 @@ +local addon = select(2,...) + +addon.instance_abbrev = { + -------- Cata + ["Baradin Hold"] = "BH", + ["Bastion of Twilight"] = "BoT", + ["Blackwing Descent"] = "BWD", + ["Throne of the Four Winds"] = "To4W", + + -------- WotLK + ["Icecrown Citadel"] = "ICC", + ["Trial of the Champion"] = "ToC", + ["Trial of the Crusader"] = "ToC", + ["Trial of the Grand Crusader"] = "ToGC", -- does not actually trigger, need to test heroic + ["Vault of Archavon"] = "VoA", +} + +addon.boss_abbrev = { + -------- Cata + -- BoT + -- BWD + -- Throne + ["Al'Akir"] = "Big Al", + + -------- WotLK + -- ToC + ["Northrend Beasts"] = "Animal House", + ["Lord Jaraxxus"] = "latest DIAF demon", + ["Faction Champions"] = "Alliance Clusterfuck", + ["Valkyr Twins"] = "Salt'N'Pepa", + ["Val'kyr Twins"] = "Salt'N'Pepa", + ["Anub'arak"] = "Whack-a-Spider", + -- ICC + ["Lady Deathwhisper"] = "Lady Won't-Stop-Yammering", + ["Gunship"] = "Rocket Shirt Over the Side of the Damn Boat", + ["Gunship Battle"] = "Rocket Shirt Over the Side of the Damn Boat", + ["Deathbringer Saurfang"] = "Deathbringer Sauerkraut", + ["Professor Putricide"] = "Professor Farnsworth", + ["Valithria Dreamwalker"] = "Dreeeeaaamweaaaaaverrrr", +} + +-- vim:noet