diff --git a/AtlasLoot/AtlasLoot.toc b/AtlasLoot/AtlasLoot.toc
index c2ce8b1..eb5a1d5 100644
--- a/AtlasLoot/AtlasLoot.toc
+++ b/AtlasLoot/AtlasLoot.toc
@@ -2,9 +2,10 @@
## Title: AtlasLoot Ascension Edition
## Notes: Shows the possible loot from the bosses
## Author: v7 Rebuid Done by: Anch, Rvng
-## Version: v7.3.9
+## Version: v7.3.15
## X-eMail:
## X-Credits: Skray, Szyler and others.
+## Dependencies: AtlasLoot_Cache
## X-Category: Map
## X-License: GPL v2
## X-Website: https://discord.gg/uYCE2X2FgA
@@ -26,7 +27,7 @@
## Notes-ruRU: Отображает весю возможную добычу с боссов
## SavedVariables: AtlasLootOptions, AtlasLootDB, AtlasLootWishList, AtlasLootFilterDB
## SavedVariablesPerCharacter: AtlasLootCharDB
-## OptionalDeps: LootLink, ItemSync, DewdropLib, FuBarPlugin-3.0, FuBar, Ace3, LibBabble-Boss-3.0, LibBabble-Faction-3.0, LibBabble-Inventory-3.0, LibBabble-Zone-3.0
+## OptionalDeps: LootLink, ItemSync
embeds.xml
diff --git a/AtlasLoot/Core/AtlasDifficulty.lua b/AtlasLoot/Core/AtlasDifficulty.lua
index 5b0ca2d..e8e332f 100644
--- a/AtlasLoot/Core/AtlasDifficulty.lua
+++ b/AtlasLoot/Core/AtlasDifficulty.lua
@@ -1,19 +1,22 @@
-- table of difficulties and there itemID references
- AtlasLoot.Difficultys["Default"] = {};
+ AtlasLoot.Difficulties["Default"] = {}
- AtlasLoot.Difficultys["ClassicDungeon"] = {
+ AtlasLoot.Difficulties["ClassicDungeon"] = {
{"Normal", 2},
{"Heroic", 3},
{"Mythic", 4},
- };
+ Max = 4
+ }
- AtlasLoot.Difficultys["PVP"] = {
+ AtlasLoot.Difficulties["PVP"] = {
{"Normal", 2},
{"Bloodforged", 1},
- };
+ {"Heroic Bloodforged", 100},
+ Max = 2
+ }
- AtlasLoot.Difficultys["ClassicDungeonExt"] = {
+ AtlasLoot.Difficulties["ClassicDungeonExt"] = {
{"Bloodforged", 1},
{"Heroic Bloodforged", 100},
{"Normal", 2},
@@ -27,18 +30,20 @@
{"Mythic 26", 30 }, {"Mythic 27", 31 }, {"Mythic 28", 32 }, {"Mythic 29", 33 }, {"Mythic 30", 34 },
{"Mythic 31", 35 }, {"Mythic 32", 36 }, {"Mythic 33", 37 }, {"Mythic 34", 38 }, {"Mythic 35", 39 },
{"Mythic 36", 40 }, {"Mythic 37", 41 }, {"Mythic 38", 42 }, {"Mythic 39", 43 }, {"Mythic 40", 44 },
- };
+ Max = 44
+ }
- AtlasLoot.Difficultys["ClassicRaid"] = {
- {"Normal", 2},
- {"Heroic", 3},
- {"Mythic", 5},
- {"Ascended", 4},
- {"Bloodforged", 1},
- {"Heroic Bloodforged", 100},
- };
+ AtlasLoot.Difficulties["ClassicRaid"] = {
+ {"Normal Raid", 2},
+ {"Heroic Raid", 3},
+ {"Mythic Raid", 4},
+ {"Ascended Raid", 5},
+ {"Bloodforged", 1},
+ {"Heroic Bloodforged", 100},
+ Max = 5
+ }
- AtlasLoot.Difficultys["BCDungeon"] = {
+ AtlasLoot.Difficulties["BCDungeon"] = {
{"Bloodforged", 1},
{"Heroic Bloodforged", 100},
{"Normal/Heroic", 2},
@@ -51,47 +56,63 @@
{"Mythic 26", 30 }, {"Mythic 27", 31 }, {"Mythic 28", 32 }, {"Mythic 29", 33 }, {"Mythic 30", 34 },
{"Mythic 31", 35 }, {"Mythic 32", 36 }, {"Mythic 33", 37 }, {"Mythic 34", 38 }, {"Mythic 35", 39 },
{"Mythic 36", 40 }, {"Mythic 37", 41 }, {"Mythic 38", 42 }, {"Mythic 39", 43 }, {"Mythic 40", 44 },
- };
+ Max = 44
+ }
- AtlasLoot.Difficultys["BCRaid"] = {
- {"Normal", 2},
- {"Heroic", 3},
- {"Mythic", 5},
- {"Ascended", 4},
+ AtlasLoot.Difficulties["BCRaid"] = {
+ {"Normal Raid", 2},
+ {"Heroic Raid", 3},
+ {"Mythic Raid", 4},
+ {"Ascended Raid", 5},
{"Bloodforged", 1},
{"Heroic Bloodforged", 100},
- };
+ Max = 5
+ }
- AtlasLoot.Difficultys["WrathDungeon"] = {
+ AtlasLoot.Difficulties["WrathDungeon"] = {
+ {"Bloodforged", 1},
+ {"Heroic Bloodforged", 100},
{"Normal/Heroic", 2},
{"Mythic", 4},
- {"Bloodforged", 1},
- {"Heroic Bloodforged", 100},
{"Mythic 1", 5 }, {"Mythic 2", 6 }, {"Mythic 3", 7 }, {"Mythic 4", 8 }, {"Mythic 5", 9 },
{"Mythic 6", 10 }, {"Mythic 7", 11 }, {"Mythic 8", 12 }, {"Mythic 9", 13 }, {"Mythic 10", 14 },
{"Mythic 11", 15 }, {"Mythic 12", 16 }, {"Mythic 13", 17 }, {"Mythic 14", 18 }, {"Mythic 15", 19 },
{"Mythic 16", 20 }, {"Mythic 17", 21 }, {"Mythic 18", 22 }, {"Mythic 19", 23 }, {"Mythic 20", 24 },
- };
+ Max = 24
+ }
- AtlasLoot.Difficultys["WrathRaid"] = {
- {"Normal", 2},
- {"Heroic", 3},
- {"Mythic", 4},
- {"Ascended", 5},
+ AtlasLoot.Difficulties["WrathRaid"] = {
+ {"Normal Raid", 2},
+ {"Heroic Raid", 3},
+ {"Mythic Raid", 4},
+ {"Ascended Raid", 5},
{"Bloodforged", 1},
{"Heroic Bloodforged", 100},
- };
+ Max = 5
+ }
- AtlasLoot.Difficultys["Crafting"] = {
+ AtlasLoot.Difficulties["ClassicCrafting"] = {
{"Normal", 2 },
- };
+ Max = 2
+ }
- AtlasLoot.Difficultys["Search"] = {
+ AtlasLoot.Difficulties["BCCrafting"] = {
+ {"Normal", 2 },
+ Max = 2
+ }
+
+ AtlasLoot.Difficulties["WrathCrafting"] = {
+ {"Normal", 2 },
+ Max = 2
+ }
+
+ AtlasLoot.Difficulties["Search"] = {
{"Bloodforged", 1},
+ {"Heroic Bloodforged", 100},
{"Normal", 2},
{"Heroic", 3},
{"Mythic", 4},
- {"Mythic 1/Ascended", 5 }, {"Mythic 2", 6 }, {"Mythic 3", 7 }, {"Mythic 4", 8 }, {"Mythic 5", 9 },
+ {"Mythic 1/Ascended Raid", 5 }, {"Mythic 2", 6 }, {"Mythic 3", 7 }, {"Mythic 4", 8 }, {"Mythic 5", 9 },
{"Mythic 6", 10 }, {"Mythic 7", 11 }, {"Mythic 8", 12 }, {"Mythic 9", 13 }, {"Mythic 10", 14 },
{"Mythic 11", 15 }, {"Mythic 12", 16 }, {"Mythic 13", 17 }, {"Mythic 14", 18 }, {"Mythic 15", 19 },
{"Mythic 16", 20 }, {"Mythic 17", 21 }, {"Mythic 18", 22 }, {"Mythic 19", 23 }, {"Mythic 20", 24 },
@@ -99,24 +120,24 @@
{"Mythic 26", 30 }, {"Mythic 27", 31 }, {"Mythic 28", 32 }, {"Mythic 29", 33 }, {"Mythic 30", 34 },
{"Mythic 31", 35 }, {"Mythic 32", 36 }, {"Mythic 33", 37 }, {"Mythic 34", 38 }, {"Mythic 35", 39 },
{"Mythic 36", 40 }, {"Mythic 37", 41 }, {"Mythic 38", 42 }, {"Mythic 39", 43 }, {"Mythic 40", 44 },
- };
+ }
--Enums for comparisons in code
- AtlasLoot.Difficultys.Bloodforged = 1;
- AtlasLoot.Difficultys.Normal = 2;
- AtlasLoot.Difficultys.Heroic = 3;
- AtlasLoot.Difficultys.Mythic = 4;
- AtlasLoot.Difficultys.Ascended = 4;
- AtlasLoot.Difficultys["Heroic Bloodforged"] = 100;
+ AtlasLoot.Difficulties.Bloodforged = 1
+ AtlasLoot.Difficulties["Heroic Bloodforged"] = 2
+ AtlasLoot.Difficulties.Normal = 3
+ AtlasLoot.Difficulties.Heroic = 4
+ AtlasLoot.Difficulties.Mythic = 5
+ AtlasLoot.Difficulties.Ascended = 5
- AtlasLoot.Difficultys.MythicPlus = {
+ AtlasLoot.Difficulties.MythicPlus = {
5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
15, 16, 17, 18, 19, 20, 21, 22, 23, 24,
25, 26, 27, 28, 29, 30, 31, 32, 33, 34,
35, 36, 37, 38, 39, 40, 41, 42, 43, 44
- }; --Usage AtlasLoot_Difficulty.MythicPlus[1-40];
+ } --Usage AtlasLoot_Difficulty.MythicPlus[1-40]
- AtlasLoot.Difficultys.DIF_SEARCH = 16;
- AtlasLoot.Difficultys.DUPLICATE = 17;
- AtlasLoot.Difficultys.MIN_DIF = 18;
- AtlasLoot.Difficultys.MAX_DIF = 19;
\ No newline at end of file
+ AtlasLoot.Difficulties.DIF_SEARCH = 16
+ AtlasLoot.Difficulties.DUPLICATE = 17
+ AtlasLoot.Difficulties.MIN_DIF = 18
+ AtlasLoot.Difficulties.MAX_DIF = 19
\ No newline at end of file
diff --git a/AtlasLoot/Core/AtlasLoot.lua b/AtlasLoot/Core/AtlasLoot.lua
index 3d30293..bf39e0d 100644
--- a/AtlasLoot/Core/AtlasLoot.lua
+++ b/AtlasLoot/Core/AtlasLoot.lua
@@ -16,8 +16,6 @@ AtlasLoot:SetFavorites(number)
AtlasLoot:AddTooltip(frameb, tooltiptext)
]]
-AtlasLoot = LibStub("AceAddon-3.0"):NewAddon("AtlasLoot", "AceEvent-3.0", "AceTimer-3.0")
-
local AL = LibStub("AceLocale-3.0"):GetLocale("AtlasLoot")
local BabbleInventory = AtlasLoot_GetLocaleLibBabble("LibBabble-Inventory-3.0")
@@ -37,7 +35,7 @@ AtlasLoot.filterEnable = false
AtlasLoot.CurrentType = "Default"
AtlasLoot.type = {}
AtlasLoot.backEnabled = false
-AtlasLoot.Difficultys = {}
+AtlasLoot.Difficulties = {}
-- Colours stored for code readability
local GREY = "|cff999999"
@@ -136,6 +134,25 @@ StaticPopupDialogs["ATLASLOOT_SETUP"] = {
hideOnEscape = 1
}
+--[[
+AtlasLoot:OnInitialize()
+Performs inital setup of the mod and registers it for further setup when
+the required resources are in place
+]]
+function AtlasLoot:OnInitialize()
+ --Enable the use of /al or /atlasloot to open the loot browser
+ SLASH_ATLASLOOT1 = "/atlasloot"
+ SLASH_ATLASLOOT2 = "/al"
+ SlashCmdList["ATLASLOOT"] = function(msg)
+ self:SlashCommand(msg)
+ end
+
+ --Sets the default loot tables for the current expansion enabled on the server.
+ local xpaclist = {"CLASSIC", "TBC", "WRATH"}
+ self.Expac = xpaclist[GetAccountExpansionLevel()+1]
+end
+
+
--[[
AtlasLoot:OnEnable():
Invoked by the VARIABLES_LOADED event. Now that we are sure all the assets
@@ -145,6 +162,7 @@ function AtlasLoot:OnEnable()
self.db = LibStub("AceDB-3.0"):New("AtlasLootDB")
self.db:RegisterDefaults(AtlasLootDBDefaults)
setupSettingsDB()
+ AtlasLootItemCache = AtlasLootItemCache or {}
if AtlasLoot_Data then
AtlasLoot_Data["EmptyTable"] = {
Name = AL["Select a Loot Table..."],
@@ -205,7 +223,7 @@ function AtlasLoot:OnEnable()
else
AtlasLootItemsFrame_Wishlist_UnLock:Enable()
end
- self:LoadItemIDsDatabase()
+ self:LoadMissingIDs()
self:LoadTradeskillRecipes()
self:PopulateProfessions()
self:CreateVanityCollection()
@@ -246,157 +264,24 @@ msg - takes the argument for the /atlasloot command so that the appropriate acti
If someone types /atlasloot, bring up the options box
]]
function AtlasLoot:SlashCommand(msg)
- if msg == AL["reset"] then
+ msg = msg or ""
+
+ local cmd, arg1, arg2 = string.split(" ", msg, 3)
+ cmd = string.lower(cmd or "")
+
+ if cmd == AL["reset"] then
self:Reset("frames")
- elseif msg == AL["options"] then
+ elseif cmd == AL["options"] then
self:OptionsToggle()
+ elseif cmd == "updatecache" then
+ self:UpdateItemIDsDatabase(tonumber(arg1), tonumber(arg2))
+ elseif cmd == "clearcache" then
+ wipe(AtlasLootItemCache)
else
AtlasLootDefaultFrame:Show()
end
end
---[[
-AtlasLoot:OnInitialize()
-Performs inital setup of the mod and registers it for further setup when
-the required resources are in place
-]]
-function AtlasLoot:OnInitialize()
- --Enable the use of /al or /atlasloot to open the loot browser
- SLASH_ATLASLOOT1 = "/atlasloot"
- SLASH_ATLASLOOT2 = "/al"
- SlashCmdList["ATLASLOOT"] = function(msg)
- self:SlashCommand(msg)
- end
-
- --Sets the default loot tables for the current expansion enabled on the server.
- local xpaclist = {"CLASSIC", "TBC", "WRATH"}
- self.Expac = xpaclist[GetAccountExpansionLevel()+1]
-end
-
-function AtlasLoot:RecipeSource(spellID)
- if not spellID then return end
- local cData = AtlasLoot_CraftingData
- local data = {}
- -- extra information on where to find the recipe
- -- trainer learnt
- local trainer = cData["Trainer"][spellID]
- if trainer then tinsert(data, {AL["Source"]..": "..WHITE..trainer}) end
- -- aquire type
- local aquireType = cData["AquireType"][spellID]
- if aquireType then
- tinsert(data, {AL["Source"]..": "..WHITE..cData[aquireType[1]][aquireType[2]][1]})
- end
- -- vendor recipe
- local vendor = cData["Vendor"][spellID]
- if vendor then
- tinsert(data, {AL["Source"]..": "..WHITE..AL["Vendor"]})
- for _,v in pairs(vendor) do
- local vendor = AtlasLoot_CraftingData["VendorList"][v]
- tinsert(data, {vendor[1], vendor[2], cords = {vendor[3], vendor[4]}, fac = vendor[5]})
- end
- end
- -- vendor recipe
- local recipeRepVendor = cData["RecipeRepVendor"][spellID]
- if recipeRepVendor then
- tinsert(data, {AL["Source"]..": "..WHITE..AL["Vendor"]})
- local vendor = AtlasLoot_CraftingData["VendorList"][spellID]
- for i = 3, 6 do
- if vendor and vendor[i] then
- tinsert(data, {vendor[1], vendor[2], fac = vendor[i]})
- end
- end
- end
- --limited vendor recipes
- local limitedVendor = cData["LimitedVendor"][spellID]
- if limitedVendor then
- tinsert(data, {AL["Source"]..": "..WHITE..AL["Limited Stock"]})
- local sort = {}
- local limited = false
- for i,v in pairs(limitedVendor) do
- if limited then
- tinsert(sort[i-1],v)
- limited = false
- else
- sort[i] = {v}
- limited = true
- end
- end
- for _,v in pairs(sort) do
- local vendor = AtlasLoot_CraftingData["VendorList"][v[1]]
- tinsert(data, {vendor[1], vendor[2], cords = {vendor[3], vendor[4]}, fac = vendor[5], limited = v[2]})
- end
- end
- --mob drop
- local mobDrop = cData["MobDrop"][spellID]
- if mobDrop then
- tinsert(data, {AL["Source"]..": "..WHITE..AL["Mob Drop"]})
- for _,v in pairs(mobDrop) do
- local mob = AtlasLoot_CraftingData["MobList"][v]
- local cords = nil
- if mob[3] ~= 0 and mob[4] ~= 0 then
- cords = {mob[3], mob[4]}
- end
- tinsert(data, {mob[1], WHITE..mob[2], cords})
- end
- end
- -- World Drop
- local worldDrop = cData["WorldDrop"][spellID]
- if worldDrop then
- tinsert(data, {AL["Source"]..": "..WHITE..AL["World Drop"]})
- local text = worldDrop[1]
- if worldDrop[2] then
- text = text.." / "..worldDrop[2]
- end
- tinsert(data, {text})
- end
- --quest
- local questDrop = cData["QuestDrop"][spellID]
- if questDrop then
- tinsert(data, {AL["Source"]..": "..WHITE..AL["Quest"]})
- for _,v in pairs(questDrop) do
- local quest = AtlasLoot_CraftingData["QuestList"][v]
- tinsert(data, {quest[1], quest[2], cords = {quest[3], quest[4]}, fac = quest[5]})
- end
- end
- --rep vendor
- local repVendor = cData["RepVendor"][spellID]
- if repVendor then
- tinsert(data, {AL["Source"]..": "..WHITE..AL["Reputation Vendor"]})
- local line1, line2
- local list = {}
- for i,v in pairs(repVendor) do
- if type(v) == "table" then
- for i,v in pairs(v) do
- if i == 1 then
- line1 = AL["Faction"]..": "..WHITE..v
- elseif i == 2 then
- line2 = AL["Required Reputation"]..": "..WHITE..v
- else
- tinsert(list,AtlasLoot_CraftingData["VendorList"][v])
- end
- end
- else
- if i == 1 then
- line1 = AL["Faction"]..": "..WHITE..v
- elseif i == 2 then
- line2 = AL["Required Reputation"]..": "..WHITE..v
- else
- tinsert(list,AtlasLoot_CraftingData["VendorList"][v])
- end
- end
- end
- tinsert(data, {line1, line2})
- for _,v in pairs(list) do
- local cords
- if v[3] ~= 0 and v[4] ~= 0 then
- cords = {v[3], v[4]}
- end
- tinsert(data, {v[1], WHITE..v[2], cords, fac = v[5]})
- end
- end
- return data
-end
-
--Creates tables for raid tokens from the collections tables
function AtlasLoot:CreateToken(dataID)
local itemType, slotType, itemName, itemType2
@@ -427,7 +312,7 @@ function AtlasLoot:CreateToken(dataID)
end
local count = #AtlasLoot_Data[dataID][1] * #AtlasLoot_Data[dataID]
local function addItem(itemID, desc)
- if itemType == select(9, GetItemInfo(itemID)) or itemType2 == select(9, GetItemInfo(itemID)) then
+ if itemType == select(9, AtlasLoot:GetItemInfo(itemID)) or itemType2 == select(9, AtlasLoot:GetItemInfo(itemID)) then
table.insert(AtlasLoot_TokenData[orgID][1], {itemID = itemID, desc = desc})
end
if count == 1 then
@@ -439,14 +324,7 @@ function AtlasLoot:CreateToken(dataID)
for _, t in ipairs(AtlasLoot_Data[dataID]) do
for _, v in ipairs(t) do
if type(v) == "table" then
- local item = Item:CreateFromID(v.itemID)
- if v.itemID and not item:GetInfo() then
- self:ItemsLoading(1)
- item:ContinueOnLoad(function()
- self:ItemsLoading(-1)
- addItem(v.itemID, t.Name)
- end)
- else
+ if v.itemID then
addItem(v.itemID, t.Name)
end
end
@@ -468,7 +346,7 @@ function AtlasLoot:CreateOnDemandLootTable(typeL)
INVTYPE_LEGS = BabbleInventory["Legs"], INVTYPE_FEET = BabbleInventory["Feet"], INVTYPE_FINGER = BabbleInventory["Ring"],
INVTYPE_CLOAK = BabbleInventory["Back"], INVTYPE_NECK = BabbleInventory["Neck"], INVTYPE_WEAPONOFFHAND = BabbleInventory["Off Hand"],
INVTYPE_WEAPONMAINHAND = "Mainhand", INVTYPE_TRINKET = "Trinket", INVTYPE_HOLDABLE = "Caster Offhand"}
-
+
local function correctText(text)
text = gsub(text, "Cloth Armor %- Back", "Back")
text = gsub(text, "Miscellaneous Armor %- " , "")
@@ -476,7 +354,7 @@ function AtlasLoot:CreateOnDemandLootTable(typeL)
text = gsub(text, "Weapon %- " , WHITE.."%- ")
return text
end
-
+
-- Combind robes with chest
local function getEquip(equipLoc)
if equipLoc == "INVTYPE_ROBE" then
@@ -527,22 +405,11 @@ function AtlasLoot:CreateOnDemandLootTable(typeL)
-- Load items to cache and check they are either an armor or weapon
local function processItem(itemData)
if not itemData then return end
- local item = Item:CreateFromID(itemData.itemID)
if itemData.itemID then
- if not item:GetInfo() then
- item:ContinueOnLoad(function()
- self:ItemsLoading(-1)
- local armorType, armorSubType, _, equipLoc = select(6,GetItemInfo(itemData.itemID))
- if (armorType == "Armor" or armorType == "Weapon") then
- sortItem(itemData, armorSubType, equipLoc, armorType)
- end
- end)
- else
- self:ItemsLoading(-1)
- local armorType, armorSubType, _, equipLoc = select(6,GetItemInfo(itemData.itemID))
- if (armorType == "Armor" or armorType == "Weapon") then
- sortItem(itemData, armorSubType, equipLoc, armorType)
- end
+ self:ItemsLoading(-1)
+ local armorType, armorSubType, _, equipLoc = select(6,AtlasLoot:GetItemInfo(itemData.itemID))
+ if (armorType == "Armor" or armorType == "Weapon") then
+ sortItem(itemData, armorSubType, equipLoc, armorType)
end
end
end
@@ -550,12 +417,13 @@ function AtlasLoot:CreateOnDemandLootTable(typeL)
--Fills table with items
local itemList = {}
local checkList = {}
- for _, data in pairs(AtlasLoot_Data) do
+ for dataID, data in pairs(AtlasLoot_Data) do
if data.Type == typeL then
- for _, t in ipairs(data) do
+ for tableNum, t in ipairs(data) do
for _, itemData in pairs(t) do
if type(itemData) == "table" and itemData.itemID and not checkList[itemData.itemID] then
itemData.dropLoc = {data.DisplayName or data.Name, t.Name}
+ itemData.lootTable = {{dataID, "AtlasLoot_Data", tableNum}, "Source"}
checkList[itemData.itemID] = true
tinsert(itemList, {itemData})
end
@@ -640,7 +508,7 @@ function AtlasLoot:ShowItemsFrame(dataID, dataSource_backup, tablenum)
local difType = false
-- Checks to see if type is the same
- if self.CurrentType and self.CurrentType ~= dataSource[dataID].Type then
+ if self.CurrentType and dataSource[dataID].Type and self.CurrentType ~= dataSource[dataID].Type then
ItemindexID = self.type[dataSource[dataID].Type] or 2
difType = true
end
@@ -652,7 +520,7 @@ function AtlasLoot:ShowItemsFrame(dataID, dataSource_backup, tablenum)
-- Set current type
self.CurrentType = dataSource[dataID].Type or "Default"
- -- Loads the difficultys into the scrollFrame
+ -- Loads the Difficulties into the scrollFrame
if dataSource[dataID].ListType then
self:ScrollFrameUpdate(nil,dataSource[dataID].ListType)
else
@@ -662,7 +530,7 @@ function AtlasLoot:ShowItemsFrame(dataID, dataSource_backup, tablenum)
-- Finds the tablenumber to set where the difficulty slider should be.
local typeNumber = 1
local function findTypeNumber()
- for i,v in ipairs(self.Difficultys[dataSource[dataID].Type]) do
+ for i,v in ipairs(self.Difficulties[dataSource[dataID].Type]) do
if v[2] == ItemindexID then
typeNumber = i
return i
@@ -675,9 +543,9 @@ function AtlasLoot:ShowItemsFrame(dataID, dataSource_backup, tablenum)
end
-- Moves the difficulty scrollslider if the difficulty has changed
- if dataSource[dataID].Type and difType and #self.Difficultys[dataSource[dataID].Type] > 5 and findTypeNumber() > 5 then
+ if dataSource[dataID].Type and difType and #self.Difficulties[dataSource[dataID].Type] > 5 and findTypeNumber() > 5 then
local min, max = AtlasLootDefaultFrameScrollScrollBar:GetMinMaxValues()
- AtlasLootDefaultFrameScrollScrollBar:SetValue(typeNumber * (max / #self.Difficultys[dataSource[dataID].Type]))
+ AtlasLootDefaultFrameScrollScrollBar:SetValue(typeNumber * (max / #self.Difficulties[dataSource[dataID].Type]))
end
-- Moves the difficulty scrollslider if wishlist
@@ -731,24 +599,23 @@ function AtlasLoot:ShowItemsFrame(dataID, dataSource_backup, tablenum)
if item and item.itemID then
itemID = item.itemID
isValid = true
-
- if(item[self.Difficultys.MIN_DIF]) then
- if item[self.Difficultys.MIN_DIF] > itemDif then
+ local itemType = item.Type or dataSource[dataID].Type
+ if(item[self.Difficulties.MIN_DIF]) then
+ if item[self.Difficulties.MIN_DIF] > itemDif then
toShow = false
end
- itemID = self:FindId(item.itemID, min(self:getMaxDifficulty(item.Type or dataSource[dataID].Type), itemDif), item.Type or dataSource[dataID].Type, dataSource[dataID].Type ) or item.itemID
+ itemID = self:FindId(item.itemID, min(self:getMaxDifficulty(itemType), itemDif), itemType) or item.itemID
end
if toShow then
--Sets ItemindexID to normal(2) if it is nil for min/max difficulties.
- if not tonumber(itemDif) then itemDif = self.Difficultys.Normal end
-
+ if not tonumber(itemDif) then itemDif = self.Difficulties.Normal end
--Checks if an item has a Maximum difficulty, this is to correct some items that have an entry for higher difficulties then they really do
- if item[self.Difficultys.MAX_DIF] then
- if tonumber(item[self.Difficultys.MAX_DIF]) < itemDif then itemDif = item[self.Difficultys.MAX_DIF] end
+ if itemDif ~= 100 and self.Difficulties[itemType] and self.Difficulties[itemType].Max and self.Difficulties[itemType].Max < itemDif then
+ itemDif = self.Difficulties[itemType].Max
end
--If something was found in itemID database show that if not show default table item
- itemID = self:FindId(item.itemID, itemDif, item.Type or dataSource[dataID].Type, dataSource[dataID].Type) or item.itemID
+ itemID = self:FindId(item.itemID, itemDif, itemType) or item.itemID
end
elseif item and (item.spellID or item.icon) or item and itemID then
isValid = true
@@ -762,9 +629,13 @@ function AtlasLoot:ShowItemsFrame(dataID, dataSource_backup, tablenum)
end
-- Setup the button for the to be displayed item/spell
- local function setupButton(itemID, i, dataSource, dataID, tablenum, dataSource_backup, item)
+ local function setupButton(itemID, i, dataSource, dataID, tablenum, dataSource_backup)
local text, extra
- local itemName, itemQuality, itemSubType, itemEquipLoc, itemColor
+ local itemName, itemQuality, itemSubType, itemEquipLoc, itemIcon
+ if itemID then
+ itemName, _, itemQuality, _, _, _, itemSubType, _, itemEquipLoc, itemIcon = AtlasLoot:GetItemInfo(itemID)
+ end
+
local spellName, spellIcon
--Use shortcuts for easier reference to parts of the item button
local itemButton = _G["AtlasLootItem_"..i]
@@ -783,7 +654,7 @@ function AtlasLoot:ShowItemsFrame(dataID, dataSource_backup, tablenum)
text = self:FixText(text)
end
if itemID then
- text = select(4,GetItemQualityColor(item:GetQuality()))..text
+ text = select(4,GetItemQualityColor(itemQuality))..text
end
--Adds button highlights if you know a recipe or have a char that knows one
if CA_IsSpellKnown(spellID) then
@@ -800,21 +671,13 @@ function AtlasLoot:ShowItemsFrame(dataID, dataSource_backup, tablenum)
end
elseif itemID then
- itemName, _, itemQuality, _, _, _, itemSubType, _, itemEquipLoc, _ = GetItemInfo(itemID)
- itemName = itemName or item:GetName()
- itemSubType = itemSubType or AtlasLoot_ExtraData["ArmorConversion"][item:GetSubClassID()]
- if not itemName then
- itemID = orgItemID
- itemName, _, itemQuality, _, _, _, itemSubType, _, itemEquipLoc, _ = GetItemInfo(itemID)
- end
--If the client has the name of the item in cache, use that instead.
if dataSource[dataID][tablenum][i].name then
--If it has a manuel entry use that
text = dataSource[dataID][tablenum][i].name
text = self:FixText(text)
elseif itemName then
- itemQuality = itemQuality or item:GetQuality()
- text = itemQuality and select(4,GetItemQualityColor(itemQuality))..itemName or itemName
+ text = select(4,GetItemQualityColor(itemQuality))..itemName
else
text = ""
end
@@ -856,9 +719,11 @@ function AtlasLoot:ShowItemsFrame(dataID, dataSource_backup, tablenum)
local lvls = AtlasLoot_CraftingData["CraftingLevels"][spellID]
extra = LIMEGREEN .. "L-Click:|r "..WHITE..dataSource[dataID].Name.." ( "..ORANGE..lvls[1].."|r "..YELLOW..lvls[2].."|r "..GREEN..lvls[3].."|r "..GREY..lvls[4]..WHITE.." )"
elseif dataSource[dataID][tablenum][i].lootTable and dataSource[dataID][tablenum][i].lootTable[2] == "Token" then
- extra = "#setToken#"
- elseif itemEquipLoc and itemSubType then
+ extra = AL["Set Token (Click)"]
+ elseif itemEquipLoc and itemEquipLoc ~= "" and itemSubType then
extra = "=ds="..itemEquipLoc..", "..itemSubType
+ elseif itemSubType then
+ extra = "=ds="..itemSubType
else
extra = ""
end
@@ -894,12 +759,9 @@ function AtlasLoot:ShowItemsFrame(dataID, dataSource_backup, tablenum)
elseif dataSource[dataID][tablenum][i].icon then
iconFrame:SetTexture("Interface\\Icons\\"..dataSource[dataID][tablenum][i].icon)
elseif dataSource[dataID][tablenum][i].itemID then
- iconFrame:SetTexture(GetItemIcon(dataSource[dataID][tablenum][i].itemID))
+ iconFrame:SetTexture(itemIcon)
elseif spellIcon then
iconFrame:SetTexture(spellIcon)
- elseif dataSource[dataID][tablenum][i].itemID then
- local icon = item:GetIcon()
- iconFrame:SetTexture(icon)
end
if iconFrame:GetTexture() == nil and dataSource[dataID][tablenum][i].icon ~= "Blank" then
@@ -942,7 +804,7 @@ function AtlasLoot:ShowItemsFrame(dataID, dataSource_backup, tablenum)
itemButton.dressingroomID = itemID
end
- itemButton.craftingData = self:RecipeSource(spellID)
+ itemButton.craftingData = self:GetRecipeSource(spellID)
itemButton.tablenum = tablenum
itemButton.dataID = dataID
itemButton.dataSource = dataSource_backup
@@ -959,8 +821,8 @@ function AtlasLoot:ShowItemsFrame(dataID, dataSource_backup, tablenum)
itemButton.sourcePage = nil
end
- if dataSource[dataID][tablenum][i][self.Difficultys.DIF_SEARCH] then
- itemButton.difficulty = dataSource[dataID][tablenum][i][self.Difficultys.DIF_SEARCH]
+ if dataSource[dataID][tablenum][i][self.Difficulties.DIF_SEARCH] then
+ itemButton.difficulty = dataSource[dataID][tablenum][i][self.Difficulties.DIF_SEARCH]
else
itemButton.difficulty = ItemindexID
end
@@ -973,7 +835,7 @@ function AtlasLoot:ShowItemsFrame(dataID, dataSource_backup, tablenum)
self:ItemsLoading(1)
item:ContinueOnLoad(function(itemID)
self:ItemsLoading(-1)
- setupButton(itemID, i, dataSource, dataID, tablenum, dataSource_backup, item)
+ setupButton(itemID, i, dataSource, dataID, tablenum, dataSource_backup)
end)
end
@@ -994,11 +856,11 @@ function AtlasLoot:ShowItemsFrame(dataID, dataSource_backup, tablenum)
if not item:GetInfo() then
getItemData(itemID, i, orgItemID, item)
end
- setupButton(itemID, i, dataSource, dataID, tablenum, dataSource_backup, item)
+ setupButton(itemID, i, dataSource, dataID, tablenum, dataSource_backup)
elseif recipeID then
getItemData(recipeID, i, nil, Item:CreateFromID(recipeID))
else
- setupButton(itemID, i, dataSource, dataID, tablenum, dataSource_backup, Item:CreateFromID(itemID))
+ setupButton(itemID, i, dataSource, dataID, tablenum, dataSource_backup)
end
else
itemButton:Hide()
@@ -1137,11 +999,6 @@ function AtlasLoot:ShowItemsFrame(dataID, dataSource_backup, tablenum)
if self.filterEnable and dataID ~= "FilterList" then
self:HideFilteredItems()
end
- if dataID ~= "SearchResult" and dataSource_backup ~= "AtlasLoot_OnDemand" then
- --preload items from the rest of the instance table
- self:PreLoadLootTable(dataSource, dataID, ItemindexID)
- end
-
end
-- List of Moduel Names
@@ -1205,57 +1062,6 @@ function AtlasLoot:SetFavorites(num)
end
end
--- Used to precache all the items in a raid/instance
-local isLoaded = {}
-function AtlasLoot:PreLoadLootTable(dataSource, dataID, ItemindexID)
- if isLoaded[dataID] and isLoaded[dataID][ItemindexID] then return end
- for _, instance in ipairs(dataSource[dataID]) do
- for _, boss in pairs(instance) do
- if type(boss) == "table" then
- local itemID = ItemIDsDatabase[boss.itemID] and ItemIDsDatabase[boss.itemID][ItemindexID] or boss.itemID
- if itemID then
- local item = Item:CreateFromID(itemID)
- if item and not item:GetInfo() then
- self:ItemsLoading(1)
- item:ContinueOnLoad(function(itemID)
- self:ItemsLoading(-1)
- end)
- end
- end
- end
- end
- end
- if not isLoaded[dataID] then isLoaded[dataID] = {} end
- isLoaded[dataID][ItemindexID] = true
-end
-
-
-
-
--- Loads the Item Variations into a table from the data content folder
-function AtlasLoot:LoadItemIDsDatabase()
- local content = C_ContentLoader:Load("ItemVariationData")
- content:SetParser(function(index, data)
- -- run for each item in the data
- if index ~= 0 and data.Normal ~= 0 and not ItemIDsDatabase[data.Normal] then
- ItemIDsDatabase[data.Normal] = {}
- ItemIDsDatabase[data.Normal]["MythicRaid"] = tonumber("13"..data.Normal)
- table.insert(ItemIDsDatabase[data.Normal],data.Bloodforged)
- table.insert(ItemIDsDatabase[data.Normal],data.HeroicBloodforged)
- table.insert(ItemIDsDatabase[data.Normal],data.Normal)
- if data.Heroic ~= 0 then table.insert(ItemIDsDatabase[data.Normal],data.Heroic) end
- for _,v in ipairs(data["Mythic"]) do
- if v ~= 0 then
- table.insert(ItemIDsDatabase[data.Normal],v)
- end
- end
- end
- end)
-
- -- This will run over time (usually about 30s for a file this size), but will maintain playable fps while running.
- content:ParseAsync()
-end
-
function AtlasLoot:UNIT_SPELLCAST_SUCCEEDED(event, arg1, arg2 , arg3)
if arg1 == "player" and arg2 == "Learning" then
self:PopulateProfessions()
diff --git a/AtlasLoot/Core/Filter.lua b/AtlasLoot/Core/Filter.lua
index e8589fd..6f5b951 100644
--- a/AtlasLoot/Core/Filter.lua
+++ b/AtlasLoot/Core/Filter.lua
@@ -15,12 +15,12 @@ local FilterTable = {
{"Agility", "ITEM_MOD_AGILITY_SHORT"},
{"Intellect", "ITEM_MOD_INTELLECT_SHORT"},
{"Spirit", "ITEM_MOD_SPIRIT_SHORT"},
- {"Attack Power", "ITEM_MOD_ATTACK_POWER_SHORT"},
- {"Spell Power", "ITEM_MOD_SPELL_POWER_SHORT"}
},
{
Name = AL["Secondary Stats"],
Type = "Stat",
+ {"Attack Power", "ITEM_MOD_ATTACK_POWER_SHORT"},
+ {"Spell Power", "ITEM_MOD_SPELL_POWER_SHORT"},
{"Crit", "ITEM_MOD_CRIT_RATING_SHORT"},
{"Hit", "ITEM_MOD_HIT_RATING_SHORT"},
{"Haste", "ITEM_MOD_HASTE_RATING_SHORT"},
@@ -60,7 +60,7 @@ AtlasLootFilter = { FilterList = {} }
function AtlasLoot:HideFilteredItems()
local dataID, dataSource, tablenum = AtlasLootItemsFrame.refreshFilter[1], _G[AtlasLootItemsFrame.refreshFilter[2]], AtlasLootItemsFrame.refreshFilter[3]
local tablebase = dataSource[dataID][tablenum]
- if not tablebase or dataID == "WishList" or dataID == "SearchResult" then return end
+ if not tablebase or dataID == "WishList" then return end
local source = dataSource[dataID]
AtlasLootFilter["FilterList"] = {
Type = source.Type,
diff --git a/AtlasLoot/Core/Launchers.lua b/AtlasLoot/Core/Launchers.lua
index e63847b..ddfafe5 100644
--- a/AtlasLoot/Core/Launchers.lua
+++ b/AtlasLoot/Core/Launchers.lua
@@ -23,18 +23,9 @@ function minimap.OnLeave()
GameTooltip:Hide()
end
--- handle minimap tooltip
-local function GetTipAnchor(frame)
- local x, y = frame:GetCenter()
- if not x or not y then return 'TOPLEFT', 'BOTTOMLEFT' end
- local hhalf = (x > UIParent:GetWidth() * 2 / 3) and 'RIGHT' or (x < UIParent:GetWidth() / 3) and 'LEFT' or ''
- local vhalf = (y > UIParent:GetHeight() / 2) and 'TOP' or 'BOTTOM'
- return vhalf .. hhalf, frame, (vhalf == 'TOP' and 'BOTTOM' or 'TOP') .. hhalf
-end
-
function minimap.OnEnter(frame)
GameTooltip:SetOwner(frame, 'ANCHOR_NONE')
- GameTooltip:SetPoint(GetTipAnchor(frame))
+ GameTooltip:SetPoint(AtlasLoot:GetTipAnchor(frame))
GameTooltip:ClearLines()
GameTooltip:AddLine("AtlasLoot")
GameTooltip:AddLine("|cff1eff00Left-Click|r Browse Loot Tables")
diff --git a/AtlasLoot/Core/LootButtons.lua b/AtlasLoot/Core/LootButtons.lua
index ae0565c..1fb352a 100644
--- a/AtlasLoot/Core/LootButtons.lua
+++ b/AtlasLoot/Core/LootButtons.lua
@@ -62,7 +62,9 @@ function AtlasLoot:SetDroprateTooltip(data)
elseif ItemindexID == 4 then
dropIndex = 5
end
- GameTooltip:AddLine(AL["Drop Rate: "]..data.droprate[dropIndex], 1, 1, 0)
+ if data.droprate[dropIndex] then
+ GameTooltip:AddLine(AL["Drop Rate: "]..data.droprate[dropIndex], 1, 1, 0)
+ end
else
GameTooltip:AddLine(AL["Drop Rate: "]..data.droprate, 1, 1, 0)
end
@@ -234,7 +236,7 @@ function AtlasLoot:ItemOnClick(item, button)
if IsShiftKeyDown() then
ChatEdit_InsertLink(self:GetEnchantLink(spellID))
elseif button=="RightButton" then
- self:ItemContextMenu(item, "spell")
+ self:ItemContextMenu(item, "spell", recipeData)
elseif IsAltKeyDown() then
if AtlasLootItemsFrame.refresh[2] == "AtlasLoot_CurrentWishList" then
self:DeleteFromWishList(item.number)
@@ -356,7 +358,7 @@ function AtlasLoot:AddWayPoint(waypoint)
end
end
-function AtlasLoot:ItemContextMenu(data, Type)
+function AtlasLoot:ItemContextMenu(data, Type, recipeData)
local craftingData = data.craftingData
local itemID = data.itemID
local linkID = itemID
@@ -409,7 +411,45 @@ function AtlasLoot:ItemContextMenu(data, Type)
'textWidth', 12,
"notCheckable", true
)
-
+ if AuctionFrame and AuctionFrame:IsVisible() then
+ self:AddDividerLine(35)
+ self.Dewdrop:AddLine(
+ 'text', AL["Auction House Search"],
+ 'notCheckable', true,
+ 'isTitle', true,
+ 'textHeight', 13,
+ 'textWidth', 13
+ )
+ if recipeData then
+ self.Dewdrop:AddLine(
+ "text", AL["Created Item"],
+ "func", function() self:SearchAuctionHouse(self:GetItemInfo(recipeData[1][1])) end,
+ 'closeWhenClicked', true,
+ 'textHeight', 12,
+ 'textWidth', 12,
+ "notCheckable", true
+ )
+ if recipeData.Recipe then
+ self.Dewdrop:AddLine(
+ "text", AL["Recipe"],
+ "func", function() self:SearchAuctionHouse(self:GetItemInfo(recipeData.Recipe)) end,
+ 'closeWhenClicked', true,
+ 'textHeight', 12,
+ 'textWidth', 12,
+ "notCheckable", true
+ )
+ end
+ else
+ self.Dewdrop:AddLine(
+ "text", AL["Item"],
+ "func", function() self:SearchAuctionHouse(self:GetItemInfo(itemID)) end,
+ 'closeWhenClicked', true,
+ 'textHeight', 12,
+ 'textWidth', 12,
+ "notCheckable", true
+ )
+ end
+ end
if not AtlasLoot_PopupFrame or AtlasLoot_PopupFrame and not AtlasLoot_PopupFrame:IsVisible() then
self:AddDividerLine(35)
self.Dewdrop:AddLine(
diff --git a/AtlasLoot/Core/Search.lua b/AtlasLoot/Core/Search.lua
index 22f987b..816693b 100644
--- a/AtlasLoot/Core/Search.lua
+++ b/AtlasLoot/Core/Search.lua
@@ -2,6 +2,7 @@ local RED = "|cffff0000"
local WHITE = "|cffFFFFFF"
local GREEN = "|cff1eff00"
local ORANGE = "|cffFF8400"
+local YELLOW = "|cffFFd200"
local AL = LibStub("AceLocale-3.0"):GetLocale("AtlasLoot")
@@ -10,6 +11,27 @@ local OP_AND = "&"
-- multi-character patterns must come before single-character patterns
local RELATIONAL_OPERATORS = {">=", "<=", "<>", "<", ">", "="}
+local searchCategories = {
+ {
+ Name = "Classic",
+ {"Dungeon", "ClassicDungeonExt", "AtlasLoot_OriginalWoW"},
+ {"Raid", "ClassicRaid", "AtlasLoot_OriginalWoW"},
+ {"Crafting", "ClassicCrafting", "AtlasLoot_Crafting_OriginalWoW"},
+ },
+ {
+ Name = "BurningCrusade",
+ {"Dungeon", "BCDungeon", "AtlasLoot_BurningCrusade"},
+ {"Raid", "BCRaid", "AtlasLoot_BurningCrusade"},
+ {"Crafting", "BCCrafting", "AtlasLoot_Crafting_TBC"},
+ },
+ {
+ Name = "Wrath",
+ {"Dungeon", "WrathDungeon", "AtlasLoot_WrathoftheLichKing"},
+ {"Raid", "WrathRaid", "AtlasLoot_WrathoftheLichKing"},
+ {"Crafting", "WrathCrafting", "AtlasLoot_Crafting_Wrath"},
+ }
+}
+
-- Supported Stat Filters
local STAT_FILTERS = {
-- Base Stats
@@ -596,7 +618,7 @@ end
function AtlasLoot:GetItemDetails(itemId)
-- Name, Link, Quality(num), iLvl(num), minLvl(num), itemType(localized string), itemSubType(localized string), stackCount(num), itemEquipLoc(enum), texture(link to a local file), displayId(num)
- local itemName, _, itemQuality, itemLvl, minLvl, _, itemSubType, _, itemEquipLoc = GetItemInfo(itemId)
+ local itemName, _, itemQuality, itemLvl, minLvl, _, itemSubType, _, itemEquipLoc = self:GetItemInfo(itemId)
return itemName, itemQuality, itemLvl, minLvl, itemEquipLoc, itemSubType, GetItemStats("item:" .. itemId)
end
@@ -679,7 +701,7 @@ end
local itemList = {}
function AtlasLoot:DoSearch(searchText)
- AtlasLootCharDB["SearchResult"] = {Name = "Search Result" , Type = "Search", Back = true}
+ AtlasLootCharDB["SearchResult"] = {Name = "Search Result" , Type = "Search"}
count = 0
tablenum = 1
showSearch = false
@@ -688,16 +710,13 @@ function AtlasLoot:DoSearch(searchText)
local searchTerms = ParseQuery(searchText)
for dataID, data in pairs(AtlasLoot_Data) do
- if self.db.profile.SearchOn.All or self.db.profile.SearchOn[data.Module] or (self.db.profile.SearchAscensionVanity and data.Module == "AtlasLoot_Ascension_Vanity") then
+ if self.db.profile.SearchOn[data.Type] and self.db.profile.SearchOn[data.Type][1] or (self.db.profile.SearchAscensionVanity and data.Module == "AtlasLoot_Ascension_Vanity") then
for tableNum, t in ipairs(data) do
for _, itemData in pairs(t) do
if type(itemData) == "table" then
if itemData.itemID or itemData.spellID then
if data.Type then
itemData.Type = data.Type
- if not itemData[self.Difficultys.MAX_DIF] then
- itemData[self.Difficultys.MAX_DIF] = #self.Difficultys[data.Type]
- end
end
if self.db.profile.showdropLocationOnSearch then
itemData.dropLoc = {data.DisplayName or data.Name, t.Name}
@@ -747,10 +766,10 @@ function AtlasLoot:Search(text)
end
-- Decide if we need load all modules or just specified ones
- local allDisabled = not self.db.profile.SearchOn.All
+ local allDisabled = true
if allDisabled then
- for _, module in ipairs(self.dataModules) do
- if self.db.profile.SearchOn[module] == true or self.db.profile.SearchAscensionVanity then
+ for _, module in pairs(self.db.profile.SearchOn) do
+ if module and module[1] or self.db.profile.SearchAscensionVanity then
allDisabled = false
break
end
@@ -760,61 +779,39 @@ function AtlasLoot:Search(text)
DEFAULT_CHAT_FRAME:AddMessage(RED .. AL["AtlasLoot"] .. ": " .. WHITE .. AL["You don't have any module selected to search on. Right click search to select modules the more selected the longer it will take to search"])
return
end
- if self.db.profile.SearchOn.All then
- self:LoadAllModules()
- else
- for k, v in pairs(self.db.profile.SearchOn) do
- if k ~= "All" and v == true and not IsAddOnLoaded(k) and LoadAddOn(k) and self.db.profile.LoDNotify then
- DEFAULT_CHAT_FRAME:AddMessage(GREEN .. AL["AtlasLoot"] .. ": " .. ORANGE .. k .. WHITE .. " " .. AL["sucessfully loaded."])
- end
+
+ for _, cat in pairs(self.db.profile.SearchOn) do
+ if type(cat) == "table" and cat[1] and not IsAddOnLoaded(cat[2]) then
+ LoadAddOn(cat[2])
end
end
self:DoSearch(text)
- --local success, message = pcall(self:DoSearch, text)
-
- -- if not success then
- -- message = message:match("[^:]+: (.*)") or message -- strip stack location
- -- DEFAULT_CHAT_FRAME:AddMessage(RED .. AL["AtlasLoot"] .. ": " .. WHITE .. message)
- -- elseif #AtlasLootCharDB["SearchResult"] == 0 then
- -- local itemFilterErrorMessage = ""
- -- if operator then
- -- itemFilterErrorMessage = [[
- -- Please check if you have a typo in the filter.
- -- For help, type "/atlasloothelp".
- -- You might also have to query the server for item informations to load them into your client's Cache.]]
- -- end
- -- DEFAULT_CHAT_FRAME:AddMessage(RED .. AL["AtlasLoot"] .. ": " .. WHITE .. AL["No match found for"] .. " \"" .. text .. "\"." .. itemFilterErrorMessage)
- -- else
- -- self:ShowItemsFrame("SearchResult", "AtlasLootCharDB", 1)
- -- end
end
-function AtlasLoot:ShowSearchOptions(button)
+function AtlasLoot:ShowSearchOptions(button, point)
if self.Dewdrop:IsOpen(button) then
self.Dewdrop:Close(1)
else
local setOptions = function()
- self.Dewdrop:AddLine("text", AL["Search on"], "isTitle", true, "notCheckable", true)
- self.Dewdrop:AddLine("text", AL["All modules"], "checked", not self.db.profile.SearchAscensionDB and self.db.profile.SearchOn.All, "tooltipTitle", AL["All modules"], "tooltipText",
- AL["If checked, AtlasLoot will load and search across all the modules."], "func", function()
- self.db.profile.SearchOn.All = not self.db.profile.SearchOn.All
- end)
- for _, module in ipairs(self.dataModules) do
- if IsAddOnLoadOnDemand(module) then
- local title = GetAddOnMetadata(module, "title")
- local notes = GetAddOnMetadata(module, "notes")
- self.Dewdrop:AddLine("text", title, "checked", not self.db.profile.SearchAscensionDB and self.db.profile.SearchOn.All or self.db.profile.SearchOn[module], "disabled", self.db.profile.SearchAscensionDB or self.db.profile.SearchOn.All, "tooltipTitle", title,
- "tooltipText", notes, "func", function()
- self.db.profile.SearchOn[module] = not self.db.profile.SearchOn[module]
- end)
- end
+ self.Dewdrop:AddLine("text", WHITE.."Search Categories", "isTitle", true, "notCheckable", true)
+ for expac, cat in pairs(searchCategories) do
+ self.Dewdrop:AddLine( "text", YELLOW..cat.Name, "isTitle", true, "notCheckable", true)
+ for _, data in ipairs(cat) do
+ self.db.profile.SearchOn[data[2]] = self.db.profile.SearchOn[data[2]] or {false, data[3]}
+ self.Dewdrop:AddLine(
+ "text", data[1],
+ "checked", self.db.profile.SearchOn[data[2]] and self.db.profile.SearchOn[data[2]][1],
+ "func", function()
+ self.db.profile.SearchOn[data[2]][1] = not self.db.profile.SearchOn[data[2]][1]
+ end)
+ end
end
+ self.Dewdrop:AddLine("text", AL["Search options"], "isTitle", true, "notCheckable", true)
self.Dewdrop:AddLine("text", AL["Ascension Vanity Collection"], "checked", self.db.profile.SearchAscensionVanity, "tooltipTitle", AL["Ascension Vanity Collection"], "tooltipText",
AL["If checked, AtlasLoot will search Ascension Vanity Collection"], "func", function()
self.db.profile.SearchAscensionVanity = not self.db.profile.SearchAscensionVanity
end)
- self.Dewdrop:AddLine("text", AL["Search options"], "isTitle", true, "notCheckable", true)
self.Dewdrop:AddLine("text", AL["Partial matching"], "checked", self.db.profile.PartialMatching, "tooltipTitle", AL["Partial matching"], "tooltipText",
AL["If checked, AtlasLoot search item names for a partial match."], "func", function()
self.db.profile.PartialMatching = not self.db.profile.PartialMatching
@@ -825,7 +822,11 @@ function AtlasLoot:ShowSearchOptions(button)
end)
end
self.Dewdrop:Open(button, 'point', function(parent)
- return "BOTTOMLEFT", "BOTTOMRIGHT"
+ if point then
+ return point[1] , point[2]
+ else
+ return "BOTTOMLEFT", "BOTTOMRIGHT"
+ end
end, "children", setOptions)
end
end
\ No newline at end of file
diff --git a/AtlasLoot/Core/SearchAdvanced.lua b/AtlasLoot/Core/SearchAdvanced.lua
index 28c5f07..546a906 100644
--- a/AtlasLoot/Core/SearchAdvanced.lua
+++ b/AtlasLoot/Core/SearchAdvanced.lua
@@ -12,48 +12,6 @@ local FrameMenuList = {
}
local AdvancedSearchMenus = {
- ["Difficulty"] = {
- [1] = {{"Normal", "difficulty", AtlasLoot.Difficultys.Normal}},
- [2] = {{"Heroic", "difficulty", AtlasLoot.Difficultys.Heroic}},
- [3] = {{"Mythic/Ascended", "difficulty", AtlasLoot.Difficultys.Mythic}},
- [4] = {
- ["Mythic+ 1-10"] = {{"Mythic 1", "difficulty", AtlasLoot.Difficultys.MythicPlus[1]}, {"Mythic 2", "difficulty", AtlasLoot.Difficultys.MythicPlus[2]},
- {"Mythic 3", "difficulty", AtlasLoot.Difficultys.MythicPlus[3]}, {"Mythic 4", "difficulty", AtlasLoot.Difficultys.MythicPlus[4]},
- {"Mythic 5", "difficulty", AtlasLoot.Difficultys.MythicPlus[5]}, {"Mythic 6", "difficulty", AtlasLoot.Difficultys.MythicPlus[6]},
- {"Mythic 7", "difficulty", AtlasLoot.Difficultys.MythicPlus[7]}, {"Mythic 8", "difficulty", AtlasLoot.Difficultys.MythicPlus[8]},
- {"Mythic 9", "difficulty", AtlasLoot.Difficultys.MythicPlus[9]}, {"Mythic 10", "difficulty", AtlasLoot.Difficultys.MythicPlus[10]}}
- },
- [5] = {
- ["Mythic+ 11-20"] = {{"Mythic 11", "difficulty", AtlasLoot.Difficultys.MythicPlus[11]}, {"Mythic 12", "difficulty", AtlasLoot.Difficultys.MythicPlus[12]},
- {"Mythic 13", "difficulty", AtlasLoot.Difficultys.MythicPlus[13]}, {"Mythic 14", "difficulty", AtlasLoot.Difficultys.MythicPlus[14]},
- {"Mythic 15", "difficulty", AtlasLoot.Difficultys.MythicPlus[15]}, {"Mythic 16", "difficulty", AtlasLoot.Difficultys.MythicPlus[16]},
- {"Mythic 17", "difficulty", AtlasLoot.Difficultys.MythicPlus[17]}, {"Mythic 18", "difficulty", AtlasLoot.Difficultys.MythicPlus[18]},
- {"Mythic 19", "difficulty", AtlasLoot.Difficultys.MythicPlus[19]}, {"Mythic 20", "difficulty", AtlasLoot.Difficultys.MythicPlus[20]}}
- },
- [6] = {
- ["Mythic+ 21-30"] = {{"Mythic 21", "difficulty", AtlasLoot.Difficultys.MythicPlus[21]}, {"Mythic 22", "difficulty", AtlasLoot.Difficultys.MythicPlus[22]},
- {"Mythic 23", "difficulty", AtlasLoot.Difficultys.MythicPlus[23]}, {"Mythic 24", "difficulty", AtlasLoot.Difficultys.MythicPlus[24]},
- {"Mythic 25", "difficulty", AtlasLoot.Difficultys.MythicPlus[25]}, {"Mythic 26", "difficulty", AtlasLoot.Difficultys.MythicPlus[26]},
- {"Mythic 27", "difficulty", AtlasLoot.Difficultys.MythicPlus[27]}, {"Mythic 28", "difficulty", AtlasLoot.Difficultys.MythicPlus[28]},
- {"Mythic 29", "difficulty", AtlasLoot.Difficultys.MythicPlus[29]}, {"Mythic 30", "difficulty", AtlasLoot.Difficultys.MythicPlus[30]}}
- },
- [7] = {{"Bloodforged", "difficulty", AtlasLoot.Difficultys.Bloodforged}},
- [8] = {{RED .. "Reset", "difficulty", "reset"}}
- },
-
- ["Quality"] = {
- -- [1] = {
- -- {AtlasLoot:FixText("=q0=").."Poor", "quality", "poor"},
- -- },
- -- [2] = {
- -- {AtlasLoot:FixText("=q1=").."Common", "quality", "common"},
- -- },
- [1] = {{AtlasLoot:FixText("=q2=") .. "Uncommon", "quality", "uncommon"}},
- [2] = {{AtlasLoot:FixText("=q3=") .. "Rare", "quality", "rare"}},
- [3] = {{AtlasLoot:FixText("=q4=") .. "Epic", "quality", "epic"}},
- [4] = {{AtlasLoot:FixText("=q5=") .. "Legendary", "quality", "legendary"}},
- [5] = {{RED .. "Reset", "quality", "reset"}}
- },
["Equip"] = {
[1] = {{"Head", "equip", "head", "EquipSubMenu", "ArmorType"}},
@@ -161,14 +119,12 @@ local AdvancedSearchArguments = {
}
local AdvSearchOptions = {
- ["quality"] = "",
["equip"] = "",
["type"] = "",
["difficulty"] = ""
}
function AtlasLoot:AdvancedSearchSetup()
- self:AdvancedSearchRegister(self.Dewdrop, AtlasLootDefaultFrame_AdvancedSearchPanel_QualityButton, AdvancedSearchMenus["Quality"])
self:AdvancedSearchRegister(self.Dewdrop, AtlasLootDefaultFrame_AdvancedSearchPanel_EquipButton, AdvancedSearchMenus["Equip"])
for n = 1, MAX_ARGUMENTS do
@@ -218,7 +174,6 @@ end
function AtlasLoot:AdvancedSearchReset()
AdvSearchOptions = {
- ["quality"] = "",
["equip"] = "",
["type"] = "",
["difficulty"] = ""
@@ -238,8 +193,6 @@ function AtlasLoot:AdvancedSearchReset()
AtlasLootDefaultFrame_AdvancedSearchPanel_iLevelMin:SetText("")
AtlasLootDefaultFrame_AdvancedSearchPanel_iLevelMax:SetText("")
- AtlasLootDefaultFrame_AdvancedSearchPanel_QualityButton:SetText("Select Quality")
-
AtlasLootDefaultFrame_AdvancedSearchPanel_EquipButton:SetText("Select Item Type")
AtlasLootDefaultFrame_AdvancedSearchPanel_EquipSubButton:Disable()
AtlasLootDefaultFrame_AdvancedSearchPanel_EquipSubButton:SetText("Select Option")
@@ -293,7 +246,6 @@ function AtlasLoot:AdvSearchArgButtonToggle()
end
local AdvSearchDefaultText = {
- ["quality"] = "Select Quality",
["equip"] = "Select Item Type",
["type"] = "Select Option",
["difficulty"] = "Select Difficulty"
@@ -532,10 +484,6 @@ function AtlasLoot:AdvancedSearch(Text)
return "ranged"
end
- if AdvSearchOptions["quality"] ~= "" then
- advSearchString = AppendSearchString(advSearchString, "quality=" .. AdvSearchOptions["quality"])
- end
-
if AdvSearchOptions["equip"] ~= "" then
if AdvSearchOptions["equip"] == "ranged" and AdvSearchOptions["type"] ~= "" then
AdvSearchOptions["equip"] = FixRangedSlot(AdvSearchOptions["type"])
diff --git a/AtlasLoot/Core/TextParsing.lua b/AtlasLoot/Core/TextParsing.lua
index f4ce844..ab6395c 100644
--- a/AtlasLoot/Core/TextParsing.lua
+++ b/AtlasLoot/Core/TextParsing.lua
@@ -33,782 +33,170 @@ AtlasLoot.FixedItemText = {
[400751] = AL["Token"],
}
-
-
-function AtlasLoot:FixText(text)
-
- if not string.find(string.lower(text), string.lower("INVTYPE")) then
- text = gsub(text, ", Leather", "Leather")
- text = gsub(text, ", Cloth", "Cloth")
- end
-
- -- Classes
- text = gsub(text, "#c1#", "Druid")
- text = gsub(text, "#c2#", LOCALIZED_CLASS_NAMES_MALE["HUNTER"])
- text = gsub(text, "#c3#", LOCALIZED_CLASS_NAMES_MALE["MAGE"])
- text = gsub(text, "#c4#", LOCALIZED_CLASS_NAMES_MALE["PALADIN"])
- text = gsub(text, "#c5#", LOCALIZED_CLASS_NAMES_MALE["PRIEST"])
- text = gsub(text, "#c6#", LOCALIZED_CLASS_NAMES_MALE["ROGUE"])
- text = gsub(text, "#c7#", LOCALIZED_CLASS_NAMES_MALE["SHAMAN"])
- text = gsub(text, "#c8#", LOCALIZED_CLASS_NAMES_MALE["WARLOCK"])
- text = gsub(text, "#c9#", LOCALIZED_CLASS_NAMES_MALE["WARRIOR"])
- text = gsub(text, "#c10#", LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"])
-
- -- Reputation
- text = gsub(text, "#r1#", BabbleFaction["Neutral"])
- text = gsub(text, "#r2#", BabbleFaction["Friendly"])
- text = gsub(text, "#r3#", BabbleFaction["Honored"])
- text = gsub(text, "#r4#", BabbleFaction["Revered"])
- text = gsub(text, "#r5#", BabbleFaction["Exalted"])
-
+local txtSubstitution = {
-- Body Slot
- text = gsub(text, "INVTYPE_HEAD", BabbleInventory["Head"])
- text = gsub(text, "INVTYPE_NECK, Miscellaneous", BabbleInventory["Neck"])
- text = gsub(text, "INVTYPE_SHOULDER", BabbleInventory["Shoulder"])
- text = gsub(text, "INVTYPE_CLOAK, Cloth", BabbleInventory["Back"])
- text = gsub(text, "INVTYPE_CHEST", BabbleInventory["Chest"])
- text = gsub(text, "INVTYPE_BODY", BabbleInventory["Shirt"])
- text = gsub(text, "INVTYPE_ROBE", BabbleInventory["Chest"])
- text = gsub(text, "INVTYPE_TABARD, Miscellaneous", BabbleInventory["Tabard"])
- text = gsub(text, "INVTYPE_WRIST", BabbleInventory["Wrist"])
- text = gsub(text, "INVTYPE_HAND", BabbleInventory["Hands"])
- text = gsub(text, "INVTYPE_WAIST", BabbleInventory["Waist"])
- text = gsub(text, "INVTYPE_LEGS", BabbleInventory["Legs"])
- text = gsub(text, "INVTYPE_FEET", BabbleInventory["Feet"])
- text = gsub(text, "INVTYPE_FINGER, Miscellaneous", BabbleInventory["Ring"])
- text = gsub(text, "INVTYPE_TRINKET, Miscellaneous", BabbleInventory["Trinket"])
- text = gsub(text, "INVTYPE_RELIC, Miscellaneous", BabbleInventory["Relic"])
+ { "INVTYPE_HEAD", BabbleInventory["Head"] },
+ { "INVTYPE_NECK, Miscellaneous", BabbleInventory["Neck"] },
+ { "INVTYPE_SHOULDER", BabbleInventory["Shoulder"] },
+ { "INVTYPE_CLOAK, Cloth", BabbleInventory["Back"] },
+ { "INVTYPE_CHEST", BabbleInventory["Chest"] },
+ { "INVTYPE_BODY", BabbleInventory["Shirt"] },
+ { "INVTYPE_ROBE", BabbleInventory["Chest"] },
+ { "INVTYPE_TABARD, Miscellaneous", BabbleInventory["Tabard"] },
+ { "INVTYPE_WRIST", BabbleInventory["Wrist"] },
+ { "INVTYPE_HAND", BabbleInventory["Hands"] },
+ { "INVTYPE_WAIST", BabbleInventory["Waist"] },
+ { "INVTYPE_LEGS", BabbleInventory["Legs"] },
+ { "INVTYPE_FEET", BabbleInventory["Feet"] },
+ { "INVTYPE_FINGER, Miscellaneous", BabbleInventory["Ring"] },
+ { "INVTYPE_TRINKET, Miscellaneous", BabbleInventory["Trinket"] },
+ { "INVTYPE_RELIC, Miscellaneous", BabbleInventory["Relic"] },
-- Weapon Weilding
- text = gsub(text, "INVTYPE_WEAPON, ", "")
- text = gsub(text, "INVTYPE_2HWEAPON, ", "")
- text = gsub(text, "INVTYPE_WEAPONMAINHAND, ", "")
- text = gsub(text, "INVTYPE_WEAPONOFFHAND, ", "")
- text = gsub(text, "INVTYPE_RANGED, ", "")
- text = gsub(text, "INVTYPE_SHIELD, ", "")
- text = gsub(text, "INVTYPE_HOLDABLE, Miscellaneous", BabbleInventory["Off Hand"])
- text = gsub(text, "INVTYPE_THROWN, ", "")
-
- text = gsub(text, ", Jewelcrafting", BabbleInventory["Jewelcrafting"])
- text = gsub(text, ", Enchanting", BabbleInventory["Enchanting"])
- text = gsub(text, ", Tailoring", BabbleInventory["Tailoring"])
- text = gsub(text, ", Blacksmithing", BabbleInventory["Blacksmithing"])
- text = gsub(text, ", Leatherworking", BabbleInventory["Leatherworking"])
- text = gsub(text, ", Alchemy", BabbleInventory["Alchemy"])
- text = gsub(text, ", Engineering", BabbleInventory["Engineering"])
- text = gsub(text, ", Cooking", BabbleInventory["Cooking"])
- text = gsub(text, ", Mining", AL["Mining"])
- text = gsub(text, ", Herbalism", AL["Herbalism"])
-
+ { "INVTYPE_WEAPON, ", "" },
+ { "INVTYPE_2HWEAPON, ", "" },
+ { "INVTYPE_WEAPONMAINHAND, One%-Handed Swords", AL["Main-Hand Sword"] },
+ { "INVTYPE_WEAPONMAINHAND, One%-Handed Maces", AL["Main-Hand Mace"] },
+ { "INVTYPE_WEAPONMAINHAND, Daggers", AL["Main-Hand Dagger"] },
+ { "INVTYPE_WEAPONMAINHAND, Fist Weapons", AL["Main-Hand Fist Weapon"] },
+ { "INVTYPE_WEAPONOFFHAND, One%-Handed Swords", AL["Off-Hand Sword"] },
+ { "INVTYPE_WEAPONOFFHAND, Fist Weapons", AL["Off-Hand Fist Weapon"] },
+ { "INVTYPE_WEAPONOFFHAND, ", "" },
+ { "INVTYPE_RANGED, ", "" },
+ { "INVTYPE_SHIELD, ", "" },
+ { "INVTYPE_HOLDABLE, Miscellaneous", BabbleInventory["Off Hand"] },
+ { "INVTYPE_THROWN, ", "" },
-- Weapon Type
- text = gsub(text, "Axes", BabbleInventory["Axe"])
- text = gsub(text, "Bows", BabbleInventory["Bow"])
- text = gsub(text, "INVTYPE_RANGEDRIGHT, Crossbows", BabbleInventory["Crossbow"])
- text = gsub(text, "INVTYPE_RANGEDRIGHT, Gun", BabbleInventory["Gun"])
- text = gsub(text, "Daggers", BabbleInventory["Dagger"])
- text = gsub(text, "Guns", BabbleInventory["Gun"])
- text = gsub(text, "INVTYPE_AMMO, Bullet", BabbleInventory["Bullet"])
- text = gsub(text, "INVTYPE_AMMO, Arrow", BabbleInventory["Arrow"])
- text = gsub(text, "One%-Handed Maces", AL["One-Handed Mace"])
- text = gsub(text, "Two%-Handed Maces", AL["Two-Handed Mace"])
- text = gsub(text, "Polearms", BabbleInventory["Polearm"])
- text = gsub(text, "Shields", BabbleInventory["Shield"])
- text = gsub(text, "Staves", BabbleInventory["Staff"])
- text = gsub(text, "One%-Handed Swords", AL["One-Handed Sword"])
- text = gsub(text, "Two%-Handed Swords", AL["Two-Handed Sword"])
- text = gsub(text, "INVTYPE_RANGEDRIGHT, Wands", BabbleInventory["Wand"])
- text = gsub(text, "Fist Weapons", BabbleInventory["Fist Weapon"])
- text = gsub(text, "INVTYPE_RELIC, Idols", BabbleInventory["Idol"])
- text = gsub(text, "INVTYPE_RELIC, Totem", BabbleInventory["Totem"])
- text = gsub(text, "INVTYPE_RELIC, Libram", BabbleInventory["Libram"])
- text = gsub(text, "INVTYPE_BAG, Bag", BabbleInventory["Bag"])
- text = gsub(text, "INVTYPE_BAG, Soul Bag", BabbleInventory["Soul Bag"])
- text = gsub(text, "#w21#", AL["Sigil"])
+ { "INVTYPE_RANGEDRIGHT, Crossbows", BabbleInventory["Crossbow"] },
+ { "INVTYPE_RANGEDRIGHT, Gun", BabbleInventory["Gun"] },
+ { "INVTYPE_RANGEDRIGHT, Wands", BabbleInventory["Wand"] },
+ { "INVTYPE_RELIC, Idols", BabbleInventory["Idol"] },
+ { "INVTYPE_RELIC, Totem", BabbleInventory["Totem"] },
+ { "INVTYPE_RELIC, Libram", BabbleInventory["Libram"] },
+ { "INVTYPE_BAG, Bag", BabbleInventory["Bag"] },
+ { "INVTYPE_BAG, Soul Bag", BabbleInventory["Soul Bag"] },
+ { "INVTYPE_AMMO, Junk", "Ammo (Obsolete ),"},
+ { "Axes", BabbleInventory["Axe"] },
+ { "Bows", BabbleInventory["Bow"] },
+ { "Daggers", BabbleInventory["Dagger"] },
+ { "Guns", BabbleInventory["Gun"] },
+ { "One%-Handed Maces", AL["One-Handed Mace"] },
+ { "Two%-Handed Maces", AL["Two-Handed Mace"] },
+ { "Polearms", BabbleInventory["Polearm"] },
+ { "Shields", BabbleInventory["Shield"] },
+ { "Staves", BabbleInventory["Staff"] },
+ { "One%-Handed Swords", AL["One-Handed Sword"] },
+ { "Two%-Handed Swords", AL["Two-Handed Sword"] },
+ { "Fist Weapons", BabbleInventory["Fist Weapon"] },
- text = gsub(text, ", Pet", BabbleInventory["Pet"])
- text = gsub(text, ", Money", AL["Currency"])
- text = gsub(text, ", Consumable", BabbleInventory["Consumable"])
- text = gsub(text, ", Mount", BabbleInventory["Mount"])
- text = gsub(text, ", Quest", BabbleInventory["Quest"])
- text = gsub(text, ", Key", BabbleInventory["Key"])
- text = gsub(text, ", Book", BabbleInventory["Book"])
- text = gsub(text, ", Materials", BabbleInventory["Reagent"])
- text = gsub(text, ", Flask", BabbleInventory["Flask"])
- text = gsub(text, ", Other", AL["Misc"])
- text = gsub(text, ", Junk", AL["Misc"])
- text = gsub(text, "%(OBSOLETE%)", "")
- text = gsub(text, ", Food & Drink", BabbleInventory["Food & Drink"])
-
- text = gsub(text, ", Red", AL["Red Gem"])
- text = gsub(text, ", Blue", AL["Blue Gem"])
- text = gsub(text, ", Yellow", AL["Yellow Gem"])
- text = gsub(text, ", Purple", AL["Purple Gem"])
- text = gsub(text, ", Orange", AL["Orange Gem"])
- text = gsub(text, ", Green", AL["Green Gem"])
-
- -- Misc Inventory related words
- text = gsub(text, "#e1#", BabbleInventory["Bag"])
- text = gsub(text, "#e2#", BabbleInventory["Potion"])
- text = gsub(text, "#e3#", BabbleInventory["Food"])
- text = gsub(text, "#e4#", BabbleInventory["Drink"])
- text = gsub(text, "#e5#", BabbleInventory["Bandage"])
- text = gsub(text, "#e6#", BabbleInventory["Trade Goods"])
- text = gsub(text, "#e7#", BabbleInventory["Gem"])
- text = gsub(text, "#e8#", BabbleInventory["Reagent"])
- text = gsub(text, "#e9#", BabbleInventory["Key"])
- text = gsub(text, "#e10#", BabbleInventory["Book"])
- text = gsub(text, "#e11#", AL["Scope"])
- text = gsub(text, "#e12#", BabbleInventory["Mount"])
- text = gsub(text, "#e13#", BabbleInventory["Pet"])
- text = gsub(text, "#e14#", AL["Banner"])
- text = gsub(text, "#e15#", AL["Token"])
- text = gsub(text, "#e16#", AL["Darkmoon Faire Card"])
- text = gsub(text, "#e17#", AL["Enchant"])
- text = gsub(text, "#e18#", AL["Skinning Knife"])
- text = gsub(text, "#e19#", AL["Herbalism Knife"])
- text = gsub(text, "#e20#", BabbleInventory["Fishing Pole"])
- text = gsub(text, "#e21#", AL["Fish"])
- text = gsub(text, "#e22#", AL["Combat Pet"])
- text = gsub(text, "#e23#", AL["Fireworks"])
- text = gsub(text, "#e24#", AL["Fishing Lure"])
- text = gsub(text, "#e25#", AL["Crafting Reagent"])
-
- -- Labels for Loot Descriptions
- text = gsub(text, "#m1#", AL["Classes:"])
- text = gsub(text, "#m2#", AL["This Item Begins a Quest"])
- text = gsub(text, "#m3#", AL["Quest Item"])
- text = gsub(text, "#m4#", AL["Quest Reward"])
- text = gsub(text, "#m5#", AL["Shared"])
- text = gsub(text, "#m6#", BabbleFaction["Horde"])
- text = gsub(text, "#m7#", BabbleFaction["Alliance"])
- text = gsub(text, "#m8#", AL["Unique"])
- text = gsub(text, "#m9#", AL["Right Half"])
- text = gsub(text, "#m10#", AL["Left Half"])
- text = gsub(text, "#m11#", AL["28 Slot Soul Shard"])
- text = gsub(text, "#m12#", AL["10 Slot"])
- text = gsub(text, "#m13#", AL["16 Slot"])
- text = gsub(text, "#m14#", AL["18 Slot"])
- text = gsub(text, "#m15#", AL["20 Slot"])
- text = gsub(text, "#m16#", AL["(has random enchantment)"])
- text = gsub(text, "#m17#", AL["Currency"])
- text = gsub(text, "#m18#", AL["Currency (Alliance)"])
- text = gsub(text, "#m19#", AL["Currency (Horde)"])
- text = gsub(text, "#m20#", AL["Misc"])
- text = gsub(text, "#m21#", AL["Tier 4"])
- text = gsub(text, "#m22#", AL["Tier 5"])
- text = gsub(text, "#m23#", AL["Tier 6"])
- text = gsub(text, "#m24#", AL["Card Game Item"])
- text = gsub(text, "#m25#", AL["Arena Reward"])
- text = gsub(text, "#m26#", AL["Conjured Item"])
- text = gsub(text, "#m27#", AL["Used to summon boss"])
- text = gsub(text, "#m28#", AL["Feast of Winter Veil"])
- text = gsub(text, "#m29#", AL["Tradable against sunmote + item above"])
- text = gsub(text, "#m30#", AL["Tier 1"])
- text = gsub(text, "#m31#", AL["Tier 2"])
- text = gsub(text, "#m32#", AL["Achievement Reward"])
- text = gsub(text, "#m33#", AL["Old Quest Item"])
- text = gsub(text, "#m34#", AL["Old Quest Reward"])
- text = gsub(text, "#m35#", AL["Tier 3"])
- text = gsub(text, "#m36#", AL["NOT AVAILABLE ANYMORE"])
-
- -- Misc
- text = gsub(text, "#j1#", AL["Normal Mode"])
- text = gsub(text, "#j2#", AL["Raid"])
- text = gsub(text, "#j3#", AL["Heroic Mode"])
- text = gsub(text, "#j5#", AL["Dungeon Set 2 Summonable"])
- text = gsub(text, "#j6#", AL["Dungeon Set 1"])
- text = gsub(text, "#j7#", AL["Dungeon Set 2"])
- text = gsub(text, "#j8#", AL["Token Hand-Ins"])
- text = gsub(text, "#j9#", AL["Level 60"])
- text = gsub(text, "#j10#", AL["Level 70"])
- text = gsub(text, "#j11#", AL["Fire Resistance Gear"])
- text = gsub(text, "#j12#", AL["Arcane Resistance Gear"])
- text = gsub(text, "#j13#", AL["Nature Resistance Gear"])
- text = gsub(text, "#j14#", AL["Frost Resistance Gear"])
- text = gsub(text, "#j15#", AL["Shadow Resistance Gear"])
- text = gsub(text, "#j16#", AL["Phase 1"])
- text = gsub(text, "#j17#", AL["Phase 2"])
- text = gsub(text, "#j18#", AL["Phase 3"])
- text = gsub(text, "#j19#", AL["Fire"])
- text = gsub(text, "#j20#", AL["Water"])
- text = gsub(text, "#j21#", AL["Wind"])
- text = gsub(text, "#j22#", AL["Earth"])
- text = gsub(text, "#j23#", AL["Master Angler"])
- text = gsub(text, "#j24#", AL["First Prize"])
- text = gsub(text, "#j25#", AL["Rare Fish Rewards"])
- text = gsub(text, "#j26#", AL["Rare Fish"])
- text = gsub(text, "#j27#", AL["Additional Heroic Loot"])
- text = gsub(text, "#j28#", AL["Entrance"])
- text = gsub(text, "#j29#", AL["Unattainable Tabards"])
- text = gsub(text, "#j30#", AL["Mounts"])
- text = gsub(text, "#j31#", AL["Card Game Mounts"])
- text = gsub(text, "#j32#", AL["Crafted Mounts"])
- text = gsub(text, "#j33#", AL["Event Mounts"])
- text = gsub(text, "#j34#", AL["PvP Mounts"])
- text = gsub(text, "#j35#", AL["Rare Mounts"])
- text = gsub(text, "#j37#", AL["10 Man"])
- text = gsub(text, "#j38#", AL["25 Man"])
- text = gsub(text, "#j46#", AL["Hard Mode"])
- text = gsub(text, "#j47#", AL["Heroic"])
- text = gsub(text, "#j50#", AL["Weapons"])
- text = gsub(text, "#j51#", AL["Accessories"])
- text = gsub(text, "#j52#", AL["Heirloom"])
- text = gsub(text, "#j53#", AL["Hard Mode"])
- text = gsub(text, "#j54#", AL["Level 80"])
-
- -- Upper Deck Card Game
- text = gsub(text, "#ud1#", AL["Heroes of Azeroth"])
- text = gsub(text, "#ud2#", AL["Through The Dark Portal"])
- text = gsub(text, "#ud3#", AL["Fires of Outland"])
- text = gsub(text, "#ud4#", AL["Loot Card Items"])
- text = gsub(text, "#ud5#", AL["UDE Items"])
- text = gsub(text, "#ud6#", AL["Landro Longshot"])
- text = gsub(text, "#ud7#", AL["Thunderhead Hippogryph"])
- text = gsub(text, "#ud8#", AL["Saltwater Snapjaw"])
- text = gsub(text, "#ud9#", AL["King Mukla"])
- text = gsub(text, "#ud10#", AL["Rest and Relaxation"])
- text = gsub(text, "#ud11#", AL["Fortune Telling"])
- text = gsub(text, "#ud12#", AL["Goblin Gumbo"])
- text = gsub(text, "#ud13#", AL["Gone Fishin'"])
- text = gsub(text, "#ud14#", AL["Spectral Tiger"])
- text = gsub(text, "#ud15#", AL["March of the Legion"])
- text = gsub(text, "#ud16#", AL["Kiting"])
- text = gsub(text, "#ud17#", AL["Robotic Homing Chicken"])
- text = gsub(text, "#ud18#", AL["Paper Airplane"])
- text = gsub(text, "#ud19#", AL["Servants of the Betrayer"])
- text = gsub(text, "#ud20#", AL["Papa Hummel's Old-fashioned Pet Biscuit"])
- text = gsub(text, "#ud21#", AL["Personal Weather Machine"])
- text = gsub(text, "#ud22#", AL["X-51 Nether-Rocket"])
- text = gsub(text, "#ud23#", AL["Hunt for Illidan"])
- text = gsub(text, "#ud24#", AL["The Footsteps of Illidan"])
- text = gsub(text, "#ud25#", AL["Disco Inferno!"])
- text = gsub(text, "#ud26#", AL["Ethereal Plunderer"])
- text = gsub(text, "#ud27#", AL["Drums of War"])
- text = gsub(text, "#ud28#", AL["The Red Bearon"])
- text = gsub(text, "#ud29#", AL["Owned!"])
- text = gsub(text, "#ud30#", AL["Slashdance"])
- text = gsub(text, "#ud31#", AL["Blood of Gladiators"])
- text = gsub(text, "#ud32#", AL["Center of Attention"])
- text = gsub(text, "#ud33#", AL["Foam Sword Rack"])
- text = gsub(text, "#ud34#", AL["Sandbox Tiger"])
- text = gsub(text, "#ud35#", AL["Fields of Honor"])
- text = gsub(text, "#ud36#", AL["Path of Cenarius"])
- text = gsub(text, "#ud37#", AL["Pinata"])
- text = gsub(text, "#ud38#", AL["El Pollo Grande"])
- text = gsub(text, "#ud39#", AL["Scourgewar"])
- text = gsub(text, "#ud40#", AL["Tiny"])
- text = gsub(text, "#ud41#", AL["Tuskarr Kite"])
- text = gsub(text, "#ud42#", AL["Spectral Kitten"])
- text = gsub(text, "#ud39#", AL["Scourgewar"])
- text = gsub(text, "#ud43#", AL["Wrathgate"])
- text = gsub(text, "#ud44#", AL["Landro's Gift"])
- text = gsub(text, "#ud45#", AL["Statue Generator"])
- text = gsub(text, "#ud46#", AL["Blazing Hippogryph"])
- text = gsub(text, "#ud47#", AL["Icecrown"])
- text = gsub(text, "#ud48#", AL["Wooly White Rhino"])
- text = gsub(text, "#ud49#", AL["Ethereal Portal"])
- text = gsub(text, "#ud50#", AL["Paint Bomb"])
-
- -- ZG Tokens
- text = gsub(text, "#zgt1#", AL["Primal Hakkari Kossack"])
- text = gsub(text, "#zgt2#", AL["Primal Hakkari Shawl"])
- text = gsub(text, "#zgt3#", AL["Primal Hakkari Bindings"])
- text = gsub(text, "#zgt4#", AL["Primal Hakkari Sash"])
- text = gsub(text, "#zgt5#", AL["Primal Hakkari Stanchion"])
- text = gsub(text, "#zgt6#", AL["Primal Hakkari Aegis"])
- text = gsub(text, "#zgt7#", AL["Primal Hakkari Girdle"])
- text = gsub(text, "#zgt8#", AL["Primal Hakkari Armsplint"])
- text = gsub(text, "#zgt9#", AL["Primal Hakkari Tabard"])
-
- -- AQ20 Tokens
- text = gsub(text, "#aq20t1#", AL["Qiraji Ornate Hilt"])
- text = gsub(text, "#aq20t2#", AL["Qiraji Martial Drape"])
- text = gsub(text, "#aq20t3#", AL["Qiraji Magisterial Ring"])
- text = gsub(text, "#aq20t4#", AL["Qiraji Ceremonial Ring"])
- text = gsub(text, "#aq20t5#", AL["Qiraji Regal Drape"])
- text = gsub(text, "#aq20t6#", AL["Qiraji Spiked Hilt"])
-
- -- Battleground Factions
- text = gsub(text, "#b1#", BabbleFaction["Stormpike Guard"])
- text = gsub(text, "#b2#", BabbleFaction["Frostwolf Clan"])
- text = gsub(text, "#b3#", BabbleFaction["Silverwing Sentinels"])
- text = gsub(text, "#b4#", BabbleFaction["Warsong Outriders"])
- text = gsub(text, "#b5#", BabbleFaction["The League of Arathor"])
- text = gsub(text, "#b6#", BabbleFaction["The Defilers"])
-
- -- BRD Arena Mini Bosses
- text = gsub(text, "#brd1#", BabbleBoss["Anub'shiah"])
- text = gsub(text, "#brd2#", BabbleBoss["Eviscerator"])
- text = gsub(text, "#brd3#", BabbleBoss["Gorosh the Dervish"])
- text = gsub(text, "#brd4#", BabbleBoss["Grizzle"])
- text = gsub(text, "#brd5#", BabbleBoss["Hedrum the Creeper"])
- text = gsub(text, "#brd6#", BabbleBoss["Ok'thor the Breaker"])
-
- -- Sunken Temple Troll Mini Bosses
- text = gsub(text, "#st1#", BabbleBoss["Gasher"])
- text = gsub(text, "#st2#", BabbleBoss["Hukku"])
- text = gsub(text, "#st3#", BabbleBoss["Loro"])
- text = gsub(text, "#st4#", BabbleBoss["Mijan"])
- text = gsub(text, "#st5#", BabbleBoss["Zolo"])
- text = gsub(text, "#st6#", BabbleBoss["Zul'Lor"])
-
- -- NPC Names
- text = gsub(text, "#n1#", BabbleBoss["Lord Cobrahn"])
- text = gsub(text, "#n2#", BabbleBoss["Lady Anacondra"])
- text = gsub(text, "#n3#", BabbleBoss["Lord Serpentis"])
- text = gsub(text, "#n4#", AL["Druid of the Fang"])
- text = gsub(text, "#n5#", BabbleBoss["Lord Pythas"])
- text = gsub(text, "#n6#", BabbleBoss["Edwin VanCleef"])
- text = gsub(text, "#n7#", BabbleBoss["Captain Greenskin"])
- text = gsub(text, "#n8#", AL["Defias Strip Miner"])
- text = gsub(text, "#n9#", AL["Defias Overseer/Taskmaster"])
- text = gsub(text, "#n10#", AL["Scarlet Defender/Myrmidon"])
- text = gsub(text, "#n11#", AL["Trash Mobs"])
- text = gsub(text, "#n12#", AL["Scarlet Champion"])
- text = gsub(text, "#n13#", AL["Scarlet Centurion"])
- text = gsub(text, "#n14#", AL["Herod/Mograine"])
- text = gsub(text, "#n15#", AL["Scarlet Protector/Guardsman"])
- text = gsub(text, "#n16#", BabbleBoss["Lord Valthalak"])
- text = gsub(text, "#n17#", AL["Theldren"])
- text = gsub(text, "#n18#", AL["Sothos and Jarien"])
- text = gsub(text, "#n19#", BabbleBoss["Halycon"])
- text = gsub(text, "#n20#", BabbleBoss["Isalien"])
- text = gsub(text, "#n21#", BabbleBoss["Mor Grayhoof"])
- text = gsub(text, "#n22#", BabbleBoss["Kormok"])
- text = gsub(text, "#n23#", BabbleBoss["The Beast"])
- text = gsub(text, "#n24#", BabbleBoss["Postmaster Malown"])
- text = gsub(text, "#n25#", AL["Shadow of Doom"])
- text = gsub(text, "#n26#", AL["Bone Witch"])
- text = gsub(text, "#n27#", AL["Lumbering Horror"])
- text = gsub(text, "#n28#", BabbleBoss["High Priest Thekal"])
- text = gsub(text, "#n29#", BabbleBoss["High Priestess Mar'li"])
- text = gsub(text, "#n30#", BabbleBoss["High Priestess Arlokk"])
- text = gsub(text, "#n31#", BabbleBoss["High Priestess Jeklik"])
- text = gsub(text, "#n32#", BabbleBoss["High Priest Venoxis"])
- text = gsub(text, "#n33#", BabbleBoss["Bloodlord Mandokir"])
- text = gsub(text, "#n34#", BabbleBoss["Hakkar"])
- text = gsub(text, "#n35#", BabbleBoss["Ragnaros"])
- text = gsub(text, "#n36#", BabbleBoss["Onyxia"])
- text = gsub(text, "#n37#", AL["Highlord Kruul"])
- text = gsub(text, "#n38#", BabbleBoss["Magmadar"])
- text = gsub(text, "#n39#", BabbleBoss["Azuregos"])
- text = gsub(text, "#n40#", BabbleBoss["Warchief Rend Blackhand"])
- text = gsub(text, "#n41#", BabbleBoss["Crystal Fang"])
- text = gsub(text, "#n42#", BabbleBoss["Mother Smolderweb"])
- text = gsub(text, "#n43#", AL["Scarlet Trainee"])
- text = gsub(text, "#n44#", AL["Shadowforge Flame Keeper"])
- text = gsub(text, "#n45#", BabbleBoss["Baelog"])
- text = gsub(text, "#n46#", AL["Eric 'The Swift'"])
- text = gsub(text, "#n47#", AL["Olaf"])
- text = gsub(text, "#n48#", BabbleBoss["Hurley Blackbreath"])
- text = gsub(text, "#n49#", BabbleBoss["Phalanx"])
- text = gsub(text, "#n50#", BabbleBoss["Ribbly Screwspigot"])
- text = gsub(text, "#n51#", BabbleBoss["Plugger Spazzring"])
- text = gsub(text, "#n52#", BabbleBoss["Baron Rivendare"])
- text = gsub(text, "#n53#", BabbleBoss["Attumen the Huntsman"])
- text = gsub(text, "#n54#", AL["Nexus Stalker"])
- text = gsub(text, "#n55#", AL["Auchenai Monk"])
- text = gsub(text, "#n56#", AL["Cabal Fanatic"])
- text = gsub(text, "#n57#", AL["Unchained Doombringer"])
- text = gsub(text, "#n58#", BabbleBoss["Anzu"])
- text = gsub(text, "#n59#", BabbleBoss["Kael'thas Sunstrider"])
- text = gsub(text, "#n60#", AL["Crimson Sorcerer"])
- text = gsub(text, "#n61#", AL["Thuzadin Shadowcaster"])
- text = gsub(text, "#n62#", AL["Crimson Inquisitor"])
- text = gsub(text, "#n63#", AL["Crimson Battle Mage"])
- text = gsub(text, "#n64#", AL["Ghoul Ravener"])
- text = gsub(text, "#n65#", AL["Spectral Citizen"])
- text = gsub(text, "#n66#", AL["Spectral Researcher"])
- text = gsub(text, "#n67#", AL["Scholomance Adept"])
- text = gsub(text, "#n68#", AL["Scholomance Dark Summoner"])
- text = gsub(text, "#n69#", AL["Blackhand Elite"])
- text = gsub(text, "#n70#", AL["Blackhand Assassin"])
- text = gsub(text, "#n71#", AL["Firebrand Pyromancer"])
- text = gsub(text, "#n72#", AL["Firebrand Invoker"])
- text = gsub(text, "#n75#", AL["Firebrand Grunt"])
- text = gsub(text, "#n76#", AL["Firebrand Legionnaire"])
- text = gsub(text, "#n73#", AL["Spirestone Warlord"])
- text = gsub(text, "#n74#", AL["Spirestone Mystic"])
- text = gsub(text, "#n75#", AL["Anvilrage Captain"])
- text = gsub(text, "#n76#", AL["Anvilrage Marshal"])
- text = gsub(text, "#n77#", AL["Doomforge Arcanasmith"])
- text = gsub(text, "#n78#", AL["Weapon Technician"])
- text = gsub(text, "#n79#", AL["Doomforge Craftsman"])
- text = gsub(text, "#n80#", AL["Murk Worm"])
- text = gsub(text, "#n81#", AL["Atal'ai Witch Doctor"])
- text = gsub(text, "#n82#", AL["Raging Skeleton"])
- text = gsub(text, "#n83#", AL["Ethereal Priest"])
- text = gsub(text, "#n84#", AL["Sethekk Ravenguard"])
- text = gsub(text, "#n85#", AL["Time-Lost Shadowmage"])
- text = gsub(text, "#n86#", AL["Coilfang Sorceress"])
- text = gsub(text, "#n87#", AL["Coilfang Oracle"])
- text = gsub(text, "#n88#", AL["Shattered Hand Centurion"])
- text = gsub(text, "#n89#", AL["Eredar Deathbringer"])
- text = gsub(text, "#n90#", AL["Arcatraz Sentinel"])
- text = gsub(text, "#n91#", AL["Gargantuan Abyssal"])
- text = gsub(text, "#n92#", AL["Sunseeker Botanist"])
- text = gsub(text, "#n93#", AL["Sunseeker Astromage"])
- text = gsub(text, "#n94#", AL["Durnholde Rifleman"])
- text = gsub(text, "#n95#", AL["Rift Keeper/Rift Lord"])
- text = gsub(text, "#n96#", AL["Crimson Templar"])
- text = gsub(text, "#n97#", AL["Azure Templar"])
- text = gsub(text, "#n98#", AL["Hoary Templar"])
- text = gsub(text, "#n99#", AL["Earthen Templar"])
- text = gsub(text, "#n100#", AL["The Duke of Cynders"])
- text = gsub(text, "#n101#", AL["The Duke of Fathoms"])
- text = gsub(text, "#n102#", AL["The Duke of Zephyrs"])
- text = gsub(text, "#n103#", AL["The Duke of Shards"])
- text = gsub(text, "#n104#", BabbleBoss["Prince Skaldrenox"])
- text = gsub(text, "#n105#", BabbleBoss["Lord Skwol"])
- text = gsub(text, "#n106#", BabbleBoss["High Marshal Whirlaxis"])
- text = gsub(text, "#n107#", BabbleBoss["Baron Kazum"])
- text = gsub(text, "#n108#", BabbleBoss["Baron Charr"])
- text = gsub(text, "#n109#", BabbleBoss["Princess Tempestria"])
- text = gsub(text, "#n110#", BabbleBoss["Avalanchion"])
- text = gsub(text, "#n111#", BabbleBoss["The Windreaver"])
- text = gsub(text, "#n112#", AL["Aether-tech Assistant"])
- text = gsub(text, "#n113#", AL["Aether-tech Adept"])
- text = gsub(text, "#n114#", AL["Aether-tech Master"])
- text = gsub(text, "#n115#", BabbleBoss["Lord Kri"])
- text = gsub(text, "#n116#", BabbleBoss["Vem"])
- text = gsub(text, "#n117#", BabbleBoss["Princess Yauj"])
- text = gsub(text, "#n118#", AL["Trelopades"])
- text = gsub(text, "#n119#", AL["King Dorfbruiser"])
- text = gsub(text, "#n120#", AL["Gorgolon the All-seeing"])
- text = gsub(text, "#n121#", AL["Matron Li-sahar"])
- text = gsub(text, "#n122#", AL["Solus the Eternal"])
- text = gsub(text, "#n123#", AL["Balzaphon"])
- text = gsub(text, "#n124#", AL["Lord Blackwood"])
- text = gsub(text, "#n125#", AL["Revanchion"])
- text = gsub(text, "#n126#", AL["Scorn"])
- text = gsub(text, "#n127#", AL["Sever"])
- text = gsub(text, "#n128#", AL["Lady Falther'ess"])
- text = gsub(text, "#n129#", AL["Smokywood Pastures Vendor"])
- text = gsub(text, "#n130#", BabbleBoss["Nalorakk"])
- text = gsub(text, "#n131#", AL["Barleybrew Brewery"])
- text = gsub(text, "#n132#", AL["Thunderbrew Brewery"])
- text = gsub(text, "#n133#", AL["Gordok Brewery"])
- text = gsub(text, "#n134#", AL["Drohn's Distillery"])
- text = gsub(text, "#n135#", AL["T'chali's Voodoo Brewery"])
- text = gsub(text, "#n136#", AL["Headless Horseman"])
- text = gsub(text, "#n137#", BabbleBoss["Illidan Stormrage"])
- text = gsub(text, "#n138#", BabbleBoss["Vexallus"])
- text = gsub(text, "#n139#", BabbleBoss["Aeonus"])
- text = gsub(text, "#n150#", AL["Coren Direbrew"])
- text = gsub(text, "#n151#", BabbleBoss["Skadi the Ruthless"])
- text = gsub(text, "#n152#", BabbleBoss["Infinite Corruptor"])
- text = gsub(text, "#n153#", BabbleBoss["Sartharion"])
- text = gsub(text, "#n154#", BabbleBoss["Malygos"])
- text = gsub(text, "#n155#", AL["Time-Lost Proto Drake"])
-
- -- Zone Names
- text = gsub(text, "#z1#", BabbleZone["The Deadmines"])
- text = gsub(text, "#z2#", BabbleZone["Wailing Caverns"])
- text = gsub(text, "#z3#", BabbleZone["Scarlet Monastery"])
- text = gsub(text, "#z4#", BabbleZone["Blackrock Depths"])
- text = gsub(text, "#z5#", BabbleZone["Scholomance"])
- text = gsub(text, "#z6#", BabbleZone["Stratholme"])
- text = gsub(text, "#z7#", AL["Various Locations"])
- text = gsub(text, "#z8#", BabbleZone["Zul'Gurub"])
- text = gsub(text, "#z9#", BabbleZone["Upper Blackrock Spire"])
- text = gsub(text, "#z10#", BabbleZone["Lower Blackrock Spire"])
- text = gsub(text, "#z11#", BabbleZone["Ahn'Qiraj"])
- text = gsub(text, "#z12#", BabbleZone["Karazhan"])
- text = gsub(text, "#z13#", BabbleZone["Dire Maul (East)"])
- text = gsub(text, "#z14#", BabbleZone["Molten Core"])
- text = gsub(text, "#z15#", BabbleZone["Onyxia's Lair"])
- text = gsub(text, "#z16#", BabbleZone["Sethekk Halls"])
- text = gsub(text, "#z17#", AL["World Drop"])
- text = gsub(text, "#z18#", BabbleZone["Black Temple"])
- text = gsub(text, "#z19#", BabbleZone["The Eye"])
- text = gsub(text, "#z20#", BabbleZone["Un'Goro Crater"])
- text = gsub(text, "#z21#", BabbleZone["Winterspring"])
- text = gsub(text, "#z22#", BabbleZone["Azshara"])
- text = gsub(text, "#z23#", BabbleZone["Silithus"])
- text = gsub(text, "#z24#", BabbleZone["Azeroth"])
- text = gsub(text, "#z25#", BabbleZone["Outland"])
- text = gsub(text, "#z26#", BabbleZone["Shadowfang Keep"])
- text = gsub(text, "#z27#", BabbleZone["Razorfen Downs"])
- text = gsub(text, "#z28#", BabbleZone["Graveyard"])
- text = gsub(text, "#z29#", BabbleZone["Zul'Aman"])
- text = gsub(text, "#z30#", BabbleZone["Magisters' Terrace"])
- text = gsub(text, "#z31#", BabbleZone["Shattrath City"])
- text = gsub(text, "#z32#", AL["Sunwell Isle"])
- text = gsub(text, "#z33#", BabbleZone["The Black Morass"])
- text = gsub(text, "#z34#", BabbleZone["Hyjal Summit"])
- text = gsub(text, "#z35#", BabbleZone["Utgarde Pinnacle"])
- text = gsub(text, "#z36#", BabbleZone["Old Stratholme"])
- text = gsub(text, "#z37#", BabbleZone["The Storm Peaks"])
- text = gsub(text, "#z38#", BabbleZone["The Obsidian Sanctum"])
- text = gsub(text, "#z39#", BabbleZone["The Eye of Eternity"])
- text = gsub(text, "#z40#", BabbleZone["Northrend"])
-
- -- Factions
- text = gsub(text, "#f1#", BabbleFaction["Lower City"])
- text = gsub(text, "#f2#", BabbleFaction["The Sha'tar"])
- text = gsub(text, "#f3#", BabbleFaction["Thrallmar"])
- text = gsub(text, "#f4#", BabbleFaction["Honor Hold"])
- text = gsub(text, "#f5#", BabbleFaction["Keepers of Time"])
- text = gsub(text, "#f6#", BabbleFaction["Cenarion Expedition"])
- text = gsub(text, "#f7#", BabbleFaction["The Sons of Hodir"])
- text = gsub(text, "#f8#", BabbleFaction["The Wyrmrest Accord"])
- text = gsub(text, "#f9#", AL["Argent Tournament"])
-
- -- Tier Tokens
- text = gsub(text, "#setToken#", AL["Set Token (Click)"]) --Accessory tokens
-
- -- Tier 7 Sets
- text = gsub(text, "#t7s1_1#", AL["Dreamwalker Garb"])
- text = gsub(text, "#t7s1_2#", AL["Dreamwalker Battlegear"])
- text = gsub(text, "#t7s1_3#", AL["Dreamwalker Regalia"])
- text = gsub(text, "#t7s2#", AL["Cryptstalker Battlegear"])
- text = gsub(text, "#t7s3#", AL["Frostfire Garb"])
- text = gsub(text, "#t7s4_1#", AL["Redemption Regalia"])
- text = gsub(text, "#t7s4_2#", AL["Redemption Battlegear"])
- text = gsub(text, "#t7s4_3#", AL["Redemption Plate"])
- text = gsub(text, "#t7s5_1#", AL["Regalia of Faith"])
- text = gsub(text, "#t7s5_2#", AL["Garb of Faith"])
- text = gsub(text, "#t7s6#", AL["Bonescythe Battlegear"])
- text = gsub(text, "#t7s7_1#", AL["Earthshatter Garb"])
- text = gsub(text, "#t7s7_2#", AL["Earthshatter Battlegear"])
- text = gsub(text, "#t7s7_3#", AL["Earthshatter Regalia"])
- text = gsub(text, "#t7s8#", AL["Plagueheart Garb"])
- text = gsub(text, "#t7s9_1#", AL["Dreadnaught Battlegear"])
- text = gsub(text, "#t7s9_2#", AL["Dreadnaught Plate"])
- text = gsub(text, "#t7s10_1#", AL["Scourgeborne Battlegear"])
- text = gsub(text, "#t7s10_2#", AL["Scourgeborne Plate"])
-
- -- Tier 8 Sets
- text = gsub(text, "#t8s1_1#", AL["Nightsong Garb"])
- text = gsub(text, "#t8s1_2#", AL["Nightsong Battlegear"])
- text = gsub(text, "#t8s1_3#", AL["Nightsong Regalia"])
- text = gsub(text, "#t8s2#", AL["Scourgestalker Battlegear"])
- text = gsub(text, "#t8s3#", AL["Kirin Tor Garb"])
- text = gsub(text, "#t8s4_1#", AL["Aegis Regalia"])
- text = gsub(text, "#t8s4_2#", AL["Aegis Battlegear"])
- text = gsub(text, "#t8s4_3#", AL["Aegis Plate"])
- text = gsub(text, "#t8s5_1#", AL["Sanctification Regalia"])
- text = gsub(text, "#t8s5_2#", AL["Sanctification Garb"])
- text = gsub(text, "#t8s6#", AL["Terrorblade Battlegear"])
- text = gsub(text, "#t8s7_1#", AL["Worldbreaker Garb"])
- text = gsub(text, "#t8s7_2#", AL["Worldbreaker Battlegear"])
- text = gsub(text, "#t8s7_3#", AL["Worldbreaker Regalia"])
- text = gsub(text, "#t8s8#", AL["Deathbringer Garb"])
- text = gsub(text, "#t8s9_1#", AL["Siegebreaker Battlegear"])
- text = gsub(text, "#t8s9_2#", AL["Siegebreaker Plate"])
- text = gsub(text, "#t8s10_1#", AL["Darkruned Battlegear"])
- text = gsub(text, "#t8s10_2#", AL["Darkruned Plate"])
-
- -- Tier 9 Sets
- text = gsub(text, "#t9s1_1a#", AL["Malfurion's Garb"])
- text = gsub(text, "#t9s1_1h#", AL["Runetotem's Garb"])
- text = gsub(text, "#t9s1_2a#", AL["Malfurion's Battlegear"])
- text = gsub(text, "#t9s1_2h#", AL["Runetotem's Battlegear"])
- text = gsub(text, "#t9s1_3a#", AL["Malfurion's Regalia"])
- text = gsub(text, "#t9s1_3h#", AL["Runetotem's Regalia"])
- text = gsub(text, "#t9s2_a#", AL["Windrunner's Battlegear"])
- text = gsub(text, "#t9s2_h#", AL["Windrunner's Pursuit"])
- text = gsub(text, "#t9s3_a#", AL["Khadgar's Regalia"])
- text = gsub(text, "#t9s3_h#", AL["Sunstrider's Regalia"])
- text = gsub(text, "#t9s4_1a#", AL["Turalyon's Garb"])
- text = gsub(text, "#t9s4_1h#", AL["Liadrin's Garb"])
- text = gsub(text, "#t9s4_2a#", AL["Turalyon's Battlegear"])
- text = gsub(text, "#t9s4_2h#", AL["Liadrin's Battlegear"])
- text = gsub(text, "#t9s4_3a#", AL["Turalyon's Plate"])
- text = gsub(text, "#t9s4_3h#", AL["Liadrin's Plate"])
- text = gsub(text, "#t9s5_1a#", AL["Velen's Regalia"])
- text = gsub(text, "#t9s5_1h#", AL["Zabra's Regalia"])
- text = gsub(text, "#t9s5_2a#", AL["Velen's Raiment"])
- text = gsub(text, "#t9s5_2h#", AL["Zabra's Raiment"])
- text = gsub(text, "#t9s6_a#", AL["VanCleef's Battlegear"])
- text = gsub(text, "#t9s6_h#", AL["Garona's Battlegear"])
- text = gsub(text, "#t9s7_1a#", AL["Nobundo's Garb"])
- text = gsub(text, "#t9s7_1h#", AL["Thrall's Garb"])
- text = gsub(text, "#t9s7_2a#", AL["Nobundo's Battlegear"])
- text = gsub(text, "#t9s7_2h#", AL["Thrall's Battlegear"])
- text = gsub(text, "#t9s7_3a#", AL["Nobundo's Regalia"])
- text = gsub(text, "#t9s7_3h#", AL["Thrall's Regalia"])
- text = gsub(text, "#t9s8_a#", AL["Kel'Thuzad's Regalia"])
- text = gsub(text, "#t9s8_h#", AL["Gul'dan's Regalia"])
- text = gsub(text, "#t9s9_1a#", AL["Wrynn's Battlegear"])
- text = gsub(text, "#t9s9_1h#", AL["Hellscream's Battlegear"])
- text = gsub(text, "#t9s9_2a#", AL["Wrynn's Plate"])
- text = gsub(text, "#t9s9_2h#", AL["Hellscream's Plate"])
- text = gsub(text, "#t9s10_1a#", AL["Thassarian's Plate"])
- text = gsub(text, "#t9s10_1h#", AL["Koltira's Plate"])
- text = gsub(text, "#t9s10_2a#", AL["Thassarian's Battlegear"])
- text = gsub(text, "#t9s10_2h#", AL["Koltira's Battlegear"])
-
- -- Tier 10 Sets
- text = gsub(text, "#t10s1_1#", AL["Lasherweave's Garb"])
- text = gsub(text, "#t10s1_2#", AL["Lasherweave's Battlegear"])
- text = gsub(text, "#t10s1_3#", AL["Lasherweave's Regalia"])
- text = gsub(text, "#t10s2#", AL["Ahn'Kahar Blood Hunter's Battlegear"])
- text = gsub(text, "#t10s3#", AL["Bloodmage's Regalia"])
- text = gsub(text, "#t10s4_1#", AL["Lightsworn Garb"])
- text = gsub(text, "#t10s4_2#", AL["Lightsworn Battlegear"])
- text = gsub(text, "#t10s4_3#", AL["Lightsworn Plate"])
- text = gsub(text, "#t10s5_1#", AL["Crimson Acolyte's Regalia"])
- text = gsub(text, "#t10s5_2#", AL["Crimson Acolyte's Raiment"])
- text = gsub(text, "#t10s6#", AL["Shadowblade's Battlegear"])
- text = gsub(text, "#t10s7_1#", AL["Frost Witch's Garb"])
- text = gsub(text, "#t10s7_2#", AL["Frost Witch's Battlegear"])
- text = gsub(text, "#t10s7_3#", AL["Frost Witch's Regalia"])
- text = gsub(text, "#t10s8#", AL["Dark Coven's Garb"])
- text = gsub(text, "#t10s9_1#", AL["Ymirjar Lord's Battlegear"])
- text = gsub(text, "#t10s9_2#", AL["Ymirjar Lord's Plate"])
- text = gsub(text, "#t10s10_1#", AL["Scourgelord's Battlegear"])
- text = gsub(text, "#t10s10_2#", AL["Scourgelord's Plate"])
-
- -- Outland Faction Reputation PvP Sets
- text = gsub(text, "#pvprep701_1#", AL["Dragonhide Battlegear"])
- text = gsub(text, "#pvprep701_2#", AL["Wyrmhide Battlegear"])
- text = gsub(text, "#pvprep701_3#", AL["Kodohide Battlegear"])
- text = gsub(text, "#pvprep702#", AL["Stalker's Chain Battlegear"])
- text = gsub(text, "#pvprep703#", AL["Evoker's Silk Battlegear"])
- text = gsub(text, "#pvprep704_1#", AL["Crusader's Scaled Battledgear"])
- text = gsub(text, "#pvprep704_2#", AL["Crusader's Ornamented Battledgear"])
- text = gsub(text, "#pvprep705_1#", AL["Satin Battlegear"])
- text = gsub(text, "#pvprep705_2#", AL["Mooncloth Battlegear"])
- text = gsub(text, "#pvprep706#", AL["Opportunist's Battlegear"])
- text = gsub(text, "#pvprep707_1#", AL["Seer's Linked Battlegear"])
- text = gsub(text, "#pvprep707_2#", AL["Seer's Mail Battlegear"])
- text = gsub(text, "#pvprep707_3#", AL["Seer's Ringmail Battlegear"])
- text = gsub(text, "#pvprep708#", AL["Dreadweave Battlegear"])
- text = gsub(text, "#pvprep709#", AL["Savage's Plate Battlegear"])
-
- -- Arena Epic Sets
- text = gsub(text, "#reqrating#", AL["Rating:"])
- text = gsub(text, "#arenas1_1#", AL["Gladiator's Sanctuary"])
- text = gsub(text, "#arenas1_2#", AL["Gladiator's Wildhide"])
- text = gsub(text, "#arenas1_3#", AL["Gladiator's Refuge"])
- text = gsub(text, "#arenas2#", AL["Gladiator's Pursuit"])
- text = gsub(text, "#arenas3#", AL["Gladiator's Regalia"])
- text = gsub(text, "#arenas4_1#", AL["Gladiator's Aegis"])
- text = gsub(text, "#arenas4_2#", AL["Gladiator's Vindication"])
- text = gsub(text, "#arenas4_3#", AL["Gladiator's Redemption"])
- text = gsub(text, "#arenas5_1#", AL["Gladiator's Raiment"])
- text = gsub(text, "#arenas5_2#", AL["Gladiator's Investiture"])
- text = gsub(text, "#arenas6#", AL["Gladiator's Vestments"])
- text = gsub(text, "#arenas7_1#", AL["Gladiator's Earthshaker"])
- text = gsub(text, "#arenas7_2#", AL["Gladiator's Thunderfist"])
- text = gsub(text, "#arenas7_3#", AL["Gladiator's Wartide"])
- text = gsub(text, "#arenas8_1#", AL["Gladiator's Dreadgear"])
- text = gsub(text, "#arenas8_2#", AL["Gladiator's Felshroud"])
- text = gsub(text, "#arenas9#", AL["Gladiator's Battlegear"])
- text = gsub(text, "#arenas10#", AL["Gladiator's Desecration"])
-
- -- PVP Seasons
-
- text = gsub(text, "#arenas1L#", AL["Arena Season 1"])
- text = gsub(text, "#arenas2L#", AL["Arena Season 2"])
- text = gsub(text, "#arenas3L#", AL["Arena Season 3"])
- text = gsub(text, "#arenas4L#", AL["Arena Season 4"])
+ { "Pet", BabbleInventory["Pet"] },
+ { "Money", AL["Currency"] },
+ { "Consumable", BabbleInventory["Consumable"] },
+ { "Mount", BabbleInventory["Mount"] },
+ { "Quest", BabbleInventory["Quest"] },
+ { "Key", BabbleInventory["Key"] },
+ { "Book", BabbleInventory["Book"] },
+ { "Materials", BabbleInventory["Reagent"] },
+ { "Flask", BabbleInventory["Flask"] },
+ { "Other", AL["Misc"] },
+ { "Junk", AL["Misc"] },
+ { "%(OBSOLETE%)", ""},
+ { "Food & Drink", BabbleInventory["Food & Drink"] },
-- Crafting
- text = gsub(text, "#sr#", AL["Skill Required:"])
- text = gsub(text, "#source#", AL["Source"]..": "..WHITE)
- text = gsub(text, "#zone#", AL["Zone"]..": "..WHITE)
+ { "Jewelcrafting", BabbleInventory["Jewelcrafting"] },
+ { "Enchanting", BabbleInventory["Enchanting"] },
+ { "Tailoring", BabbleInventory["Tailoring"] },
+ { "Blacksmithing", BabbleInventory["Blacksmithing"] },
+ { "Leatherworking", BabbleInventory["Leatherworking"] },
+ { "Alchemy", BabbleInventory["Alchemy"] },
+ { "Engineering", BabbleInventory["Engineering"] },
+ { "Cooking", BabbleInventory["Cooking"] },
+ { "Mining", AL["Mining"] },
+ { "Herbalism", AL["Herbalism"] },
- -- Misc PvP Set Text
- text = gsub(text, "#pvps1#", AL["Epic Set"])
- text = gsub(text, "#pvps2#", AL["Superior Rare Set"])
- text = gsub(text, "#pvps3#", AL["Rare Set"])
- text = gsub(text, "#pvps4#", AL["Superior Epic Set"])
+ -- Gems
+ { "Red", AL["Red Gem"] },
+ { "Blue", AL["Blue Gem"] },
+ { "Yellow", AL["Yellow Gem"] },
+ { "Purple", AL["Purple Gem"] },
+ { "Orange", AL["Orange Gem"] },
+ { "Green", AL["Green Gem"] },
-- Text Colouring
- text = gsub(text, "=q0=", "|cff9d9d9d")
- text = gsub(text, "=q1=", "|cffFFFFFF")
- text = gsub(text, "=q2=", "|cff1eff00")
- text = gsub(text, "=q3=", "|cff0070dd")
- text = gsub(text, "=q4=", "|cffa335ee")
- text = gsub(text, "=q5=", "|cffFF8000")
- text = gsub(text, "=q6=", "|cffFF0000")
- text = gsub(text, "=q7=", "|cffe6cc80")
- text = gsub(text, "=ec1=", "|cffFF8400")
- text = gsub(text, "=ds=", "|cffFFd200")
-
- -- Months
- text = gsub(text, "#month1#", AL["January"])
- text = gsub(text, "#month2#", AL["February"])
- text = gsub(text, "#month3#", AL["March"])
- text = gsub(text, "#month4#", AL["April"])
- text = gsub(text, "#month5#", AL["May"])
- text = gsub(text, "#month6#", AL["June"])
- text = gsub(text, "#month7#", AL["July"])
- text = gsub(text, "#month8#", AL["August"])
- text = gsub(text, "#month9#", AL["September"])
- text = gsub(text, "#month10#", AL["October"])
- text = gsub(text, "#month11#", AL["November"])
- text = gsub(text, "#month12#", AL["December"])
+ { "=q0=", "|cff9d9d9d" },
+ { "=q1=", "|cffFFFFFF" },
+ { "=q2=", "|cff1eff00" },
+ { "=q3=", "|cff0070dd" },
+ { "=q4=", "|cffa335ee" },
+ { "=q5=", "|cffFF8000" },
+ { "=q6=", "|cffFF0000" },
+ { "=q7=", "|cffe6cc80" },
+ { "=ec1=", "|cffFF8400" },
+ { "=ds=", "|cffFFd200" },
-- Currency Icons
- text = gsub(text, "#gold#", "|TInterface\\AddOns\\AtlasLoot\\Images\\gold:0|t")
- text = gsub(text, "#silver#", "|TInterface\\AddOns\\AtlasLoot\\Images\\silver:0|t")
- text = gsub(text, "#copper#", "|TInterface\\AddOns\\AtlasLoot\\Images\\bronze:0|t")
- text = gsub(text, "#wsg#", "|TInterface\\Icons\\INV_Misc_Rune_07:0|t")
- text = gsub(text, "#ab#", "|TInterface\\Icons\\INV_Jewelry_Amulet_07:0|t")
- text = gsub(text, "#av#", "|TInterface\\Icons\\INV_Jewelry_Necklace_21:0|t")
- text = gsub(text, "#eos#", "|TInterface\\Icons\\Spell_Nature_EyeOfTheStorm:0|t")
- text = gsub(text, "#arena#", "|TInterface\\PVPFrame\\PVP-ArenaPoints-Icon:14:14:2:-1|t")
- text = gsub(text, "#markthrallmar#", "|TInterface\\Icons\\INV_Misc_Token_Thrallmar:0|t")
- text = gsub(text, "#markhhold#", "|TInterface\\Icons\\INV_Misc_Token_HonorHold:0|t")
- text = gsub(text, "#halaabattle#", "|TInterface\\Icons\\INV_Misc_Rune_08:0|t")
- text = gsub(text, "#halaaresearch#", "|TInterface\\Icons\\INV_Misc_Rune_09:0|t")
- text = gsub(text, "#spiritshard#", "|TInterface\\Icons\\INV_Jewelry_FrostwolfTrinket_04:0|t")
- text = gsub(text, "#wintergrasp#", "|TInterface\\Icons\\INV_Misc_Platnumdisks:0|t")
- text = gsub(text, "#tokenofprestige#", "|TInterface\\Icons\\Spell_Holy_MindSooth:0|t")
- text = gsub(text, "#marks#", "|TInterface\\Icons\\Mail_GMIcon:0|t")
- text = gsub(text, "#bazaar#", "|TInterface\\Icons\\Spell_Shadow_Teleport:0|t")
- text = gsub(text, "#wintergraspmark#", "|TInterface\\Icons\\INV_Jewelry_Ring_66:0|t")
- text = gsub(text, "#venturecoin#", "|TInterface\\Icons\\INV_Misc_Coin_16:0|t")
- text = gsub(text, "#heroic#", "|TInterface\\Icons\\Spell_Holy_ChampionsBond:0|t")
- text = gsub(text, "#eofvalor#", "|TInterface\\Icons\\Spell_Holy_ProclaimChampion_02:0|t")
- text = gsub(text, "#eofheroism#", "|TInterface\\Icons\\Spell_Holy_ProclaimChampion:0|t")
- text = gsub(text, "#eofconquest#", "|TInterface\\Icons\\Spell_Holy_ChampionsGrace:0|t")
- text = gsub(text, "#eoftriumph#", "|TInterface\\Icons\\spell_holy_summonchampion:0|t")
- text = gsub(text, "#eoffrost#", "|TInterface\\Icons\\inv_misc_frostemblem_01:0|t")
- text = gsub(text, "#trophyofthecrusade#", "|TInterface\\Icons\\INV_Misc_Trophy_Argent:0|t")
- text = gsub(text, "#darkmoon#", "|TInterface\\Icons\\INV_Misc_Ticket_Darkmoon_01:0|t")
- text = gsub(text, "#noblegarden#", "|TInterface\\Icons\\Achievement_Noblegarden_Chocolate_Egg:0|t")
- text = gsub(text, "#brewfest#", "|TInterface\\Icons\\INV_Misc_Coin_01:0|t")
- text = gsub(text, "#ccombat#", "|TInterface\\Icons\\INV_Jewelry_Talisman_06:0|t")
- text = gsub(text, "#champseal#", "|TInterface\\Icons\\Ability_Paladin_ArtofWar:0|t")
- text = gsub(text, "#champwrit#", "|TInterface\\Icons\\INV_Scroll_11:0|t")
- text = gsub(text, "#ctactical#", "|TInterface\\Icons\\INV_Jewelry_Amulet_02:0|t")
- text = gsub(text, "#clogistics#", "|TInterface\\Icons\\INV_Jewelry_Necklace_16:0|t")
- text = gsub(text, "#cremulos#", "|TInterface\\Icons\\INV_Jewelry_Necklace_14:0|t")
- text = gsub(text, "#ccenarius#", "|TInterface\\Icons\\INV_Jewelry_Necklace_12:0|t")
- text = gsub(text, "#zandalar#", "|TInterface\\Icons\\INV_Misc_Coin_08:0|t")
- text = gsub(text, "#glowcap#", "|TInterface\\Icons\\INV_Mushroom_02:0|t")
- text = gsub(text, "#ogrilashard#", "|TInterface\\Icons\\INV_Misc_Apexis_Shard:0|t")
- text = gsub(text, "#ogrilacrystal#", "|TInterface\\Icons\\INV_Misc_Apexis_Crystal:0|t")
- text = gsub(text, "#winterfinclam#", "|TInterface\\Icons\\INV_Misc_Shell_03:0|t")
- text = gsub(text, "#horde#", "|TInterface\\AddOns\\AtlasLoot\\Images\\Horde:14:14:0:-1|t")
- text = gsub(text, "#alliance#", "|TInterface\\AddOns\\AtlasLoot\\Images\\Alliance:16:16:0:-2|t")
- text = gsub(text, "#fireflower#", "|TInterface\\Icons\\INV_SummerFest_FireFlower:0|t")
- text = gsub(text, "#t10mark#", "|TInterface\\Icons\\ability_paladin_shieldofthetemplar:0|t")
- text = gsub(text, "#valentineday#", "|TInterface\\Icons\\inv_valentinescard01:0|t")
- text = gsub(text, "#valentineday2#", "|TInterface\\Icons\\inv_jewelry_necklace_43:0|t")
+ { "#gold#", "|TInterface\\AddOns\\AtlasLoot\\Images\\gold:0|t" },
+ { "#silver#", "|TInterface\\AddOns\\AtlasLoot\\Images\\silver:0|t" },
+ { "#copper#", "|TInterface\\AddOns\\AtlasLoot\\Images\\bronze:0|t" },
+ { "#wsg#", "|TInterface\\Icons\\INV_Misc_Rune_07:0|t" },
+ { "#ab#", "|TInterface\\Icons\\INV_Jewelry_Amulet_07:0|t" },
+ { "#av#", "|TInterface\\Icons\\INV_Jewelry_Necklace_21:0|t" },
+ { "#eos#", "|TInterface\\Icons\\Spell_Nature_EyeOfTheStorm:0|t" },
+ { "#arena#", "|TInterface\\PVPFrame\\PVP-ArenaPoints-Icon:14:14:2:-1|t" },
+ { "#markthrallmar#", "|TInterface\\Icons\\INV_Misc_Token_Thrallmar:0|t" },
+ { "#markhhold#", "|TInterface\\Icons\\INV_Misc_Token_HonorHold:0|t" },
+ { "#halaabattle#", "|TInterface\\Icons\\INV_Misc_Rune_08:0|t" },
+ { "#halaaresearch#", "|TInterface\\Icons\\INV_Misc_Rune_09:0|t" },
+ { "#spiritshard#", "|TInterface\\Icons\\INV_Jewelry_FrostwolfTrinket_04:0|t" },
+ { "#wintergrasp#", "|TInterface\\Icons\\INV_Misc_Platnumdisks:0|t" },
+ { "#tokenofprestige#", "|TInterface\\Icons\\Spell_Holy_MindSooth:0|t" },
+ { "#marks#", "|TInterface\\Icons\\Mail_GMIcon:0|t" },
+ { "#bazaar#", "|TInterface\\Icons\\Spell_Shadow_Teleport:0|t" },
+ { "#wintergraspmark#", "|TInterface\\Icons\\INV_Jewelry_Ring_66:0|t" },
+ { "#venturecoin#", "|TInterface\\Icons\\INV_Misc_Coin_16:0|t" },
+ { "#heroic#", "|TInterface\\Icons\\Spell_Holy_ChampionsBond:0|t" },
+ { "#eofvalor#", "|TInterface\\Icons\\Spell_Holy_ProclaimChampion_02:0|t" },
+ { "#eofheroism#", "|TInterface\\Icons\\Spell_Holy_ProclaimChampion:0|t" },
+ { "#eofconquest#", "|TInterface\\Icons\\Spell_Holy_ChampionsGrace:0|t" },
+ { "#eoftriumph#", "|TInterface\\Icons\\spell_holy_summonchampion:0|t" },
+ { "#eoffrost#", "|TInterface\\Icons\\inv_misc_frostemblem_01:0|t" },
+ { "#trophyofthecrusade#", "|TInterface\\Icons\\INV_Misc_Trophy_Argent:0|t" },
+ { "#darkmoon#", "|TInterface\\Icons\\INV_Misc_Ticket_Darkmoon_01:0|t" },
+ { "#noblegarden#", "|TInterface\\Icons\\Achievement_Noblegarden_Chocolate_Egg:0|t" },
+ { "#brewfest#", "|TInterface\\Icons\\INV_Misc_Coin_01:0|t" },
+ { "#ccombat#", "|TInterface\\Icons\\INV_Jewelry_Talisman_06:0|t" },
+ { "#champseal#", "|TInterface\\Icons\\Ability_Paladin_ArtofWar:0|t" },
+ { "#champwrit#", "|TInterface\\Icons\\INV_Scroll_11:0|t" },
+ { "#ctactical#", "|TInterface\\Icons\\INV_Jewelry_Amulet_02:0|t" },
+ { "#clogistics#", "|TInterface\\Icons\\INV_Jewelry_Necklace_16:0|t" },
+ { "#cremulos#", "|TInterface\\Icons\\INV_Jewelry_Necklace_14:0|t" },
+ { "#ccenarius#", "|TInterface\\Icons\\INV_Jewelry_Necklace_12:0|t" },
+ { "#zandalar#", "|TInterface\\Icons\\INV_Misc_Coin_08:0|t" },
+ { "#glowcap#", "|TInterface\\Icons\\INV_Mushroom_02:0|t" },
+ { "#ogrilashard#", "|TInterface\\Icons\\INV_Misc_Apexis_Shard:0|t" },
+ { "#ogrilacrystal#", "|TInterface\\Icons\\INV_Misc_Apexis_Crystal:0|t" },
+ { "#winterfinclam#", "|TInterface\\Icons\\INV_Misc_Shell_03:0|t" },
+ { "#horde#", "|TInterface\\AddOns\\AtlasLoot\\Images\\Horde:14:14:0:-1|t" },
+ { "#alliance#", "|TInterface\\AddOns\\AtlasLoot\\Images\\Alliance:16:16:0:-2|t" },
+ { "#fireflower#", "|TInterface\\Icons\\INV_SummerFest_FireFlower:0|t" },
+ { "#t10mark#", "|TInterface\\Icons\\ability_paladin_shieldofthetemplar:0|t" },
+ { "#valentineday#", "|TInterface\\Icons\\inv_valentinescard01:0|t" },
+ { "#valentineday2#", "|TInterface\\Icons\\inv_jewelry_necklace_43:0|t" },
+
+ { "Herb", "Herbalism" },
+ { "Item Enhancement", "Enchant" },
+ { "Weapon Enchantment", "Enchanting" },
+ { "Armor Enchantment", "Enchanting" },
+ { "Simple", "Gems" },
+}
+
+function AtlasLoot:FixText(text)
+ for _, subTable in pairs (txtSubstitution) do
+ text = gsub(text, subTable[1], subTable[2])
+ end
- text = gsub(text, ", Herb", "Herbalism")
- text = gsub(text, ", Meat", "Meat")
- text = gsub(text, ", Item Enhancement", "Enchant")
- text = gsub(text, ", Weapon Enchantment", "Enchanting")
- text = gsub(text, ", Armor Enchantment", "Enchanting")
- text = gsub(text, ", Scroll", "Scroll")
- text = gsub(text, ", Holiday", "Holiday")
- text = gsub(text, ", Metal & Stone", "Metal & Stone")
- text = gsub(text, ", Potion", "Potion")
- text = gsub(text, ", Engineering", "Parts")
- text = gsub(text, ", Simple", "Gems")
- text = gsub(text, ", Elemental", "Elemental")
- text = gsub(text, ", Elixir", "Elixir")
- text = gsub(text, ", Reagent", "Reagent")
- text = gsub(text, ", Devices", "Devices")
- text = gsub(text, ", Trade Goods", "Trade Goods")
-
local englishFaction, _ = UnitFactionGroup("player")
if englishFaction == "Horde" then
text = gsub(text, "#faction#", "|TInterface\\AddOns\\AtlasLoot\\Images\\Horde:14:14:0:-1|t")
diff --git a/AtlasLoot/Core/Utils.lua b/AtlasLoot/Core/Utils.lua
index 8c44345..ec0b6ee 100644
--- a/AtlasLoot/Core/Utils.lua
+++ b/AtlasLoot/Core/Utils.lua
@@ -120,54 +120,45 @@ function AtlasLoot:OpenDB(frame, type, text)
self:OpenDewdropMenu(frame, menuList)
end
---[[
-AtlasLoot:FindId(id, difficulty)
-Finds the Ids of other difficulties based on the normal id of the item and the difficulty parameter given.
-On the form of {ID, {normal, heroic, mythic, mythic1, mythic2, ... ,mythicN}}
-]]
-function AtlasLoot:FindId(id, difficulty, type, sourceType)
- if not ItemIDsDatabase[id] then return nil, false end
- if difficulty == 100 then
- local newIDs = {
- (id < 1000000 and (id) + 6300000),
- (id < 1000000 and (id) + 7800000),
- (id > 1000000 and (id - 1500000) + 6300000),
- (id > 1000000 and (id - 1500000) + 7800000),
- }
- for _, newID in ipairs(newIDs) do
- local ogName = GetItemInfoInstant(id)
- local newName = GetItemInfoInstant(newID)
- if newName and ogName and string.find(newName.name, ogName.name) then
- return newID, true
- end
- end
- return ItemIDsDatabase[id]["HeroicBloodforged"], true
- end
-
- if difficulty == 1 then
- local newIDs = {
- (id < 1000000 and (id) + 6000000),
- (id < 1000000 and (id) + 7500000),
- (id > 1000000 and (id - 1500000) + 6000000),
- (id > 1000000 and (id - 1500000) + 7500000),
- }
- for _, newID in ipairs(newIDs) do
- local ogName = GetItemInfoInstant(id)
- local newName = GetItemInfoInstant(newID)
- if newName and ogName and string.find(newName.name, ogName.name) then
- return newID, true
- end
+local itemEquipLocConversion = {
+ "INVTYPE_HEAD",
+ "INVTYPE_NECK",
+ "INVTYPE_SHOULDER",
+ "INVTYPE_BODY",
+ "INVTYPE_CHEST",
+ "INVTYPE_WAIST",
+ "INVTYPE_LEGS",
+ "INVTYPE_FEET",
+ "INVTYPE_WRIST",
+ "INVTYPE_HAND",
+ "INVTYPE_FINGER",
+ "INVTYPE_TRINKET",
+ "INVTYPE_WEAPON",
+ "INVTYPE_SHIELD",
+ "INVTYPE_RANGED",
+ "INVTYPE_CLOAK",
+ "INVTYPE_2HWEAPON",
+ "INVTYPE_BAG",
+ "INVTYPE_TABARD",
+ "INVTYPE_ROBE",
+ "INVTYPE_WEAPONMAINHAND",
+ "INVTYPE_WEAPONOFFHAND",
+ "INVTYPE_HOLDABLE",
+ "INVTYPE_AMMO",
+ "INVTYPE_THROWN",
+ "INVTYPE_RANGEDRIGHT",
+ "INVTYPE_QUIVER",
+ "INVTYPE_RELIC",
+}
+function AtlasLoot:GetItemInfo(itemID)
+ local itemName, itemLink, itemQuality, itemLevel, itemMinLevel, itemType, itemSubType, itemStackCount, itemEquipLoc, itemTexture, itemSellPrice = GetItemInfo(itemID)
+ if not itemName then
+ local item = GetItemInfoInstant(itemID)
+ if item then
+ itemName, itemSubType, itemEquipLoc, itemTexture, itemQuality = item.name, _G["ITEM_SUBCLASS_"..item.classID.."_"..item.subclassID], itemEquipLocConversion[item.inventoryType], item.icon, item.quality
end
end
-
- if (difficulty == 4 and (type == "BCRaid" or type == "ClassicRaid") and sourceType == "Search") or
- (difficulty == 5 and (type == "BCRaid" or type == "ClassicRaid") and sourceType ~= "Search") then
- return ItemIDsDatabase[id]["MythicRaid"], true
- end
- if (difficulty == 5 and (type == "BCRaid" or type == "ClassicRaid") and sourceType == "Search") then
- difficulty = 4
- end
- return ItemIDsDatabase[id][difficulty], true
+ return itemName, itemLink, itemQuality, itemLevel, itemMinLevel, itemType, itemSubType, itemStackCount, itemEquipLoc, itemTexture, itemSellPrice
end
-- Create enchant tooltip
@@ -210,8 +201,9 @@ function AtlasLoot:GetRecipeData(recipeID, idType)
for _,recipe in pairs(cat) do
if (idType == "spell" and recipeID == recipe.SpellEntry) or (idType == "item" and recipeID == recipe.RecipeItemEntry) then
local info = {{recipe.CreatedItemEntry}, "blank", "blank", "blank", "blank", "blank",spellID = recipe.SpellEntry, skillIndex = recipe.SkillIndex}
- if ItemIDsDatabase[recipe.CreatedItemEntry] and ItemIDsDatabase[recipe.CreatedItemEntry][1] then
- info[2] = {ItemIDsDatabase[recipe.CreatedItemEntry][1]}
+ local bloodForgedID = self:FindId(recipe.CreatedItemEntry, 1, nil, "Bloodforged")
+ if bloodForgedID then
+ info[2] = {bloodForgedID}
end
if recipe.RecipeItemEntry and recipe.RecipeItemEntry ~= 0 then
local number = 3
@@ -219,7 +211,7 @@ function AtlasLoot:GetRecipeData(recipeID, idType)
number = 2
end
info[number] = {recipe.RecipeItemEntry}
-
+ info.Recipe = recipe.RecipeItemEntry
end
for _,v in pairs(recipe.Reagents) do
tinsert(info, v)
@@ -365,7 +357,7 @@ function AtlasLoot:PopoupItemFrame(frame, data)
self:ItemsLoading(-1)
end)
end
- local itemData = {GetItemInfo(itemID)}
+ local itemData = {self:GetItemInfo(itemID)}
SetItemButtonTexture(button, itemData[10])
SetItemButtonQuality(button, itemData[3])
@@ -373,14 +365,14 @@ function AtlasLoot:PopoupItemFrame(frame, data)
button.itemTexture = frame.itemTexture
local recipe = self:GetRecipeData(itemID, "item")
if recipe then
- button.craftingData = self:RecipeSource(recipe.spellID)
+ button.craftingData = self:GetRecipeSource(recipe.spellID)
end
- if item[2] then
- SetItemButtonCount(button, item[2])
- else
- SetItemButtonCount(button)
- end
- button:Show()
+ if item[2] then
+ SetItemButtonCount(button, item[2])
+ else
+ SetItemButtonCount(button)
+ end
+ button:Show()
end
numberBtns = i
end
@@ -553,4 +545,166 @@ local function TooltipHandlerItem(tooltip)
SetTooltip(itemID, tooltip)
end
-GameTooltip:HookScript("OnTooltipSetItem", TooltipHandlerItem)
\ No newline at end of file
+GameTooltip:HookScript("OnTooltipSetItem", TooltipHandlerItem)
+
+function AtlasLoot:StripTextColor(txt)
+ local txt = txt or ""
+ txt = string.gsub( txt, "|c%x%x%x%x%x%x%x%x", "" )
+ txt = string.gsub( txt, "|c%x%x %x%x%x%x%x", "" ) -- the trading parts colour has a space instead of a zero for some weird reason
+ txt = string.gsub( txt, "|r", "" )
+ return txt
+end
+
+function AtlasLoot:CheckIfEmptyTable(table)
+ if next(table) then
+ return false
+ else
+ return true
+ end
+end
+
+function AtlasLoot:GetRecipeSource(spellID)
+ if not spellID then return end
+ local cData = AtlasLoot_CraftingData
+ local data = {}
+ -- extra information on where to find the recipe
+ -- trainer learnt
+ local trainer = cData["Trainer"][spellID]
+ if trainer then tinsert(data, {AL["Source"]..": "..WHITE..trainer}) end
+ -- aquire type
+ local aquireType = cData["AquireType"][spellID]
+ if aquireType then
+ tinsert(data, {AL["Source"]..": "..WHITE..cData[aquireType[1]][aquireType[2]][1]})
+ end
+ -- vendor recipe
+ local vendor = cData["Vendor"][spellID]
+ if vendor then
+ tinsert(data, {AL["Source"]..": "..WHITE..AL["Vendor"]})
+ for _,v in pairs(vendor) do
+ local vendor = AtlasLoot_CraftingData["VendorList"][v]
+ tinsert(data, {vendor[1], vendor[2], cords = {vendor[3], vendor[4]}, fac = vendor[5]})
+ end
+ end
+ -- vendor recipe
+ local recipeRepVendor = cData["RecipeRepVendor"][spellID]
+ if recipeRepVendor then
+ tinsert(data, {AL["Source"]..": "..WHITE..AL["Vendor"]})
+ local vendor = AtlasLoot_CraftingData["VendorList"][spellID]
+ for i = 3, 6 do
+ if vendor and vendor[i] then
+ tinsert(data, {vendor[1], vendor[2], fac = vendor[i]})
+ end
+ end
+ end
+ --limited vendor recipes
+ local limitedVendor = cData["LimitedVendor"][spellID]
+ if limitedVendor then
+ tinsert(data, {AL["Source"]..": "..WHITE..AL["Limited Stock"]})
+ local sort = {}
+ local limited = false
+ for i,v in pairs(limitedVendor) do
+ if limited then
+ tinsert(sort[i-1],v)
+ limited = false
+ else
+ sort[i] = {v}
+ limited = true
+ end
+ end
+ for _,v in pairs(sort) do
+ local vendor = AtlasLoot_CraftingData["VendorList"][v[1]]
+ tinsert(data, {vendor[1], vendor[2], cords = {vendor[3], vendor[4]}, fac = vendor[5], limited = v[2]})
+ end
+ end
+ --mob drop
+ local mobDrop = cData["MobDrop"][spellID]
+ if mobDrop then
+ tinsert(data, {AL["Source"]..": "..WHITE..AL["Mob Drop"]})
+ for _,v in pairs(mobDrop) do
+ local mob = AtlasLoot_CraftingData["MobList"][v]
+ local cords = nil
+ if mob[3] ~= 0 and mob[4] ~= 0 then
+ cords = {mob[3], mob[4]}
+ end
+ tinsert(data, {mob[1], WHITE..mob[2], cords})
+ end
+ end
+ -- World Drop
+ local worldDrop = cData["WorldDrop"][spellID]
+ if worldDrop then
+ tinsert(data, {AL["Source"]..": "..WHITE..AL["World Drop"]})
+ local text = worldDrop[1]
+ if worldDrop[2] then
+ text = text.." / "..worldDrop[2]
+ end
+ tinsert(data, {text})
+ end
+ --quest
+ local questDrop = cData["QuestDrop"][spellID]
+ if questDrop then
+ tinsert(data, {AL["Source"]..": "..WHITE..AL["Quest"]})
+ for _,v in pairs(questDrop) do
+ local quest = AtlasLoot_CraftingData["QuestList"][v]
+ tinsert(data, {quest[1], quest[2], cords = {quest[3], quest[4]}, fac = quest[5]})
+ end
+ end
+ --rep vendor
+ local repVendor = cData["RepVendor"][spellID]
+ if repVendor then
+ tinsert(data, {AL["Source"]..": "..WHITE..AL["Reputation Vendor"]})
+ local line1, line2
+ local list = {}
+ for i,v in pairs(repVendor) do
+ if type(v) == "table" then
+ for i,v in pairs(v) do
+ if i == 1 then
+ line1 = AL["Faction"]..": "..WHITE..v
+ elseif i == 2 then
+ line2 = AL["Required Reputation"]..": "..WHITE..v
+ else
+ tinsert(list,AtlasLoot_CraftingData["VendorList"][v])
+ end
+ end
+ else
+ if i == 1 then
+ line1 = AL["Faction"]..": "..WHITE..v
+ elseif i == 2 then
+ line2 = AL["Required Reputation"]..": "..WHITE..v
+ else
+ tinsert(list,AtlasLoot_CraftingData["VendorList"][v])
+ end
+ end
+ end
+ tinsert(data, {line1, line2})
+ for _,v in pairs(list) do
+ local cords
+ if v[3] ~= 0 and v[4] ~= 0 then
+ cords = {v[3], v[4]}
+ end
+ tinsert(data, {v[1], WHITE..v[2], cords, fac = v[5]})
+ end
+ end
+ return data
+end
+
+-- handle minimap tooltip
+function AtlasLoot:GetTipAnchor(frame)
+ local x, y = frame:GetCenter()
+ if not x or not y then return 'TOPLEFT', 'BOTTOMLEFT' end
+ local hhalf = (x > UIParent:GetWidth() * 2 / 3) and 'RIGHT' or (x < UIParent:GetWidth() / 3) and 'LEFT' or ''
+ local vhalf = (y > UIParent:GetHeight() / 2) and 'TOP' or 'BOTTOM'
+ return vhalf .. hhalf, frame, (vhalf == 'TOP' and 'BOTTOM' or 'TOP') .. hhalf
+end
+
+-- Search Auction House for crafting patern/enchant
+function AtlasLoot:SearchAuctionHouse(text)
+ if not text then return end
+ if BrowseName:IsVisible() then
+ BrowseName:SetText(text)
+ BrowseSearchButton:Click()
+ elseif Atr_Search_Box:IsVisible() then
+ Atr_Search_Box:SetText(text)
+ Atr_Search_Button:Click()
+ end
+
+end
\ No newline at end of file
diff --git a/AtlasLoot/Databases/DatabaseFunctions.lua b/AtlasLoot/Databases/DatabaseFunctions.lua
new file mode 100644
index 0000000..e49b8d2
--- /dev/null
+++ b/AtlasLoot/Databases/DatabaseFunctions.lua
@@ -0,0 +1,209 @@
+local difficultyList = {
+ ["Heroic"] = 3,
+ ["Mythic"] = 4,
+ ["Heroic Raid"] = 3,
+ ["Mythic Raid"] = 4,
+ ["Ascended Raid"] = 5,
+ ["Heroic Bloodforged"] = 100,
+ ["Bloodforged"] = 1,
+ ["Mythic 1"] = 5, ["Mythic 2"] = 6, ["Mythic 3"] = 7, ["Mythic 4"] = 8, ["Mythic 5"] = 9,
+ ["Mythic 6"] = 10, ["Mythic 7"] = 11, ["Mythic 8"] = 12, ["Mythic 9"] = 13, ["Mythic 10"] = 14,
+ ["Mythic 11"] = 15, ["Mythic 12"] = 16, ["Mythic 13"] = 17, ["Mythic 14"] = 18, ["Mythic 15"] = 19,
+ ["Mythic 16"] = 20, ["Mythic 17"] = 21, ["Mythic 18"] = 22, ["Mythic 19"] = 23, ["Mythic 20"] = 24,
+ ["Mythic 21"] = 25, ["Mythic 22"] = 26, ["Mythic 23"] = 27, ["Mythic 24"] = 28, ["Mythic 25"] = 29,
+ ["Mythic 26"] = 30, ["Mythic 27"] = 31, ["Mythic 28"] = 32, ["Mythic 29"] = 33, ["Mythic 30"] = 34,
+ ["Mythic 31"] = 35, ["Mythic 32"] = 36, ["Mythic 33"] = 37, ["Mythic 34"] = 38, ["Mythic 35"] = 39,
+ ["Mythic 36"] = 40, ["Mythic 37"] = 41, ["Mythic 38"] = 42, ["Mythic 39"] = 43, ["Mythic 40"] = 44,
+};
+
+function AtlasLoot:GetDifficulty(item)
+ if not item then return end
+ local _, description, _ = string.split("@", item.description, 3)
+ if description then
+ return self:StripTextColor(description)
+ end
+end
+
+function AtlasLoot:CheckItemID(newIDs, ID, dif)
+ if not newIDs then return end
+ if type(newIDs) ~= "table" then newIDs = {newIDs} end
+ for _, newID in ipairs(newIDs) do
+ local ogName = GetItemInfoInstant(ID)
+ local newName = GetItemInfoInstant(newID)
+ if newName and ogName and newName.name and ogName.name then
+ ogName.name = ogName.name:gsub( "%W", "" )
+ newName.name = newName.name:gsub( "%W", "" )
+ if dif == "Bloodforged" or dif == "Heroic Bloodforged" then
+ ogName.name = "Bloodforged"..ogName.name
+ end
+ local description = self:GetDifficulty(newName)
+ if description then
+ if (not dif or (dif and (dif == description))) then
+ if ogName.name == newName.name then
+ return newID
+ end
+ end
+ end
+ end
+ end
+end
+
+local updateFrameCreated
+function AtlasLoot:CreateUpdateText()
+ if updateFrameCreated then return end
+ local updateCounterFrame = CreateFrame("Frame", "AtlasLootDbUpdate", UIParrnt, nil)
+ updateCounterFrame:SetPoint("CENTER",0,200)
+ updateCounterFrame:SetSize(400,50)
+ updateCounterFrame:Hide()
+ updateCounterFrame.cText = updateCounterFrame:CreateFontString("AtlasLootDbUpdateText","OVERLAY","GameFontNormal")
+ updateCounterFrame.cText:Show()
+ updateCounterFrame.cText:SetPoint("CENTER",0,0)
+ updateCounterFrame.lastIDText = updateCounterFrame:CreateFontString("AtlasLootIDUpdateText","OVERLAY","GameFontNormal")
+ updateCounterFrame.lastIDText:Show()
+ updateCounterFrame.lastIDText:SetPoint("TOP", updateCounterFrame.cText, "BOTTOM" ,10,0)
+ updateFrameCreated = true
+end
+
+local itemTypeIgnore = {[18] = true, [19] = true, [24] = true}
+
+local unknownIDs = {}
+function AtlasLoot:UpdateItemIDsDatabase(firstID, lastID)
+ AtlasLootItemCache = ItemIDsDatabase
+ self:IsLootTableAvailable("AtlasLootOriginalWoW")
+ self:IsLootTableAvailable("AtlasLootBurningCrusade")
+ self:IsLootTableAvailable("AtlasLootWotLK")
+ for dataID, data in pairs(AtlasLoot_Data) do
+ if data.Type then
+ for tableNum, t in ipairs(data) do
+ for _, itemData in pairs(t) do
+ if type(itemData) == "table" then
+ if itemData.itemID then
+ for _, dif in ipairs(self.Difficulties[data.Type]) do
+ local itemType = GetItemInfoInstant(itemData.itemID) or nil
+ if dif[2] ~= 100 and dif[2] ~= 1 and dif[2] ~= 2 and itemType then
+ unknownIDs[dif[1]] = unknownIDs[dif[1]] or {}
+ unknownIDs[dif[1]][itemType.name:gsub( "%W", "" )] = itemData.itemID
+ end
+ end
+ end
+ end
+ end
+ end
+ end
+ end
+
+ if self:CheckIfEmptyTable(unknownIDs) then return end
+ self:CreateUpdateText()
+ AtlasLootDbUpdate:Show()
+
+ local maxDuration = 500/GetFramerate()
+ local startTime = debugprofilestop()
+ firstID = firstID or 1
+ lastID = lastID or 10000000
+ AtlasLootDbUpdateText:SetText("Updating AtlasLoot Item Cache\n"..firstID.." / ".. lastID)
+
+ local function checkID(item, difficulty)
+ if difficulty and item and item.name then
+ local foundName = item.name:gsub( "%W", "" )
+ if foundName then
+ local orignalID = unknownIDs[difficulty] and unknownIDs[difficulty][foundName]
+ if orignalID then
+ ItemIDsDatabase[orignalID] = ItemIDsDatabase[orignalID] or {}
+ ItemIDsDatabase[orignalID][difficultyList[difficulty]] = item.itemID
+ AtlasLootIDUpdateText:SetText("Last ItemID Added: "..firstID)
+ end
+ end
+ end
+ AtlasLootDbUpdateText:SetText("Updating AtlasLoot Item Cache\n"..firstID.." / ".. lastID)
+ end
+
+ local function continue()
+ if self:CheckIfEmptyTable(unknownIDs) then
+ return
+ end
+ startTime = debugprofilestop()
+ while (firstID ~= lastID) do
+ local item = GetItemInfoInstant(firstID)
+ local difficulty = self:GetDifficulty(item)
+ if item and difficulty then
+ checkID(item, difficulty)
+ end
+ firstID = firstID + 1
+ AtlasLootDbUpdateText:SetText("Updating AtlasLoot Item Cache\n"..firstID.." / ".. lastID)
+ if (debugprofilestop() - startTime > maxDuration) then
+ collectgarbage("collect")
+ Timer.After(0, continue)
+ return
+ end
+ end
+ AtlasLootDbUpdateText:SetText("Updating AtlasLoot Item Cache\nUpdate Complete Reloadui To Save")
+ end
+
+ return continue()
+end
+
+--[[
+AtlasLoot:FindId(id, difficulty)
+Finds the Ids of other difficulties based on the normal id of the item and the difficulty parameter given.
+On the form of {ID, {normal, heroic, mythic, mythic1, mythic2, ... ,mythicN}}
+]]
+function AtlasLoot:FindId(id, difficulty, type, Difficultiestring)
+ local hasID
+ if self.Difficulties[type] then
+ for _, dif in ipairs (self.Difficulties[type]) do
+ if dif[2] == difficulty then
+ Difficultiestring = dif[1]
+ end
+ end
+ end
+ if difficulty == 2 then return end
+ -- Create Heroic Bloodforged Id
+ if difficulty == 100 then
+ local newIDs = {
+ (id < 1000000 and (id) + 6300000),
+ (id < 1000000 and (id) + 7800000),
+ (id > 1000000 and (id - 1500000) + 6300000),
+ (id > 1000000 and (id - 1500000) + 7800000),
+ }
+ hasID = self:CheckItemID(newIDs, id, Difficultiestring)
+ if hasID then return hasID, true end
+ end
+ -- Create Bloodforged Id
+ if difficulty == 1 then
+ local newIDs = {
+ (id < 1000000 and (id) + 6000000),
+ (id < 1000000 and (id) + 7500000),
+ (id > 1000000 and (id - 1500000) + 6000000),
+ (id > 1000000 and (id - 1500000) + 7500000),
+ }
+ hasID = self:CheckItemID(newIDs, id, Difficultiestring)
+ if hasID then return hasID, true end
+ end
+ if ItemIDsDatabase[id] and ItemIDsDatabase[id][difficulty] then
+ return ItemIDsDatabase[id][difficulty], true
+ end
+end
+
+--Updates the ItemIDsDatabase with any missing or incorrect items
+function AtlasLoot:LoadMissingIDs()
+ --loads any items in the saved varriables cache
+ if AtlasLootItemCache and not self:CheckIfEmptyTable(AtlasLootItemCache) then
+ for normalID, item in pairs(AtlasLootItemCache) do
+ for itemDif, itemID in pairs(item) do
+ ItemIDsDatabase[normalID] = ItemIDsDatabase[normalID] or {}
+ ItemIDsDatabase[normalID][itemDif] = itemID
+ end
+ end
+ end
+ -- loads ids that have been manuely corrected
+ if ItemIDManuelCorrections then
+ for normalID, item in pairs(ItemIDManuelCorrections) do
+ for itemDif, itemID in pairs(item) do
+ ItemIDsDatabase[normalID] = ItemIDsDatabase[normalID] or {}
+ ItemIDsDatabase[normalID][itemDif] = itemID
+ end
+ end
+ end
+ ItemIDManuelCorrections = nil
+ collectgarbage("collect")
+end
\ No newline at end of file
diff --git a/AtlasLoot/Databases/Databases.lua b/AtlasLoot/Databases/Databases.lua
index e1256ad..f18c534 100644
--- a/AtlasLoot/Databases/Databases.lua
+++ b/AtlasLoot/Databases/Databases.lua
@@ -1,3 +1,5 @@
+AtlasLoot = LibStub("AceAddon-3.0"):NewAddon("AtlasLoot", "AceEvent-3.0", "AceTimer-3.0")
+
local AL = LibStub("AceLocale-3.0"):GetLocale("AtlasLoot");
local BabbleBoss = AtlasLoot_GetLocaleLibBabble("LibBabble-Boss-3.0")
local BabbleInventory = AtlasLoot_GetLocaleLibBabble("LibBabble-Inventory-3.0")
@@ -81,14 +83,6 @@ AtlasLoot_CraftingData["Seasonal"] = {
[6] = { AL["Day of the Dead"] }; -- Day of the Dead
}
-
-AtlasLoot_ExtraData["ArmorConversion"] = {
- "Cloth",
- "Leather",
- "Mail",
- "Plate"
-}
-
----------------------
--- Heirloom Items ---
----------------------
diff --git a/AtlasLoot/Databases/Databases.xml b/AtlasLoot/Databases/Databases.xml
index a0ded38..bef41e6 100644
--- a/AtlasLoot/Databases/Databases.xml
+++ b/AtlasLoot/Databases/Databases.xml
@@ -2,6 +2,7 @@
..\FrameXML\UI.xsd">
+
diff --git a/AtlasLoot/Databases/ItemIDsDatabaseFixes.lua b/AtlasLoot/Databases/ItemIDsDatabaseFixes.lua
index 992df3d..76e6bba 100644
--- a/AtlasLoot/Databases/ItemIDsDatabaseFixes.lua
+++ b/AtlasLoot/Databases/ItemIDsDatabaseFixes.lua
@@ -1,606 +1,58 @@
-ItemIDsDatabase = {}
+ItemIDManuelCorrections = {}
+--ItemIDManuelCorrections[30312] = { nil, nil, HeroicID, MythicID, AscendedID }
---Items not added from generated file
-ItemIDsDatabase[18563] = { 18563, 18563, 318563, 218563 }
-ItemIDsDatabase[18564] = { 18564, 18564, 318564, 218564 }
-ItemIDsDatabase[17204] = { 17204, 17204, 317204, 217204 }
-ItemIDsDatabase[19017] = { 19017, 19017, 319017, 219017 }
-ItemIDsDatabase[11879] = { 11879, 11879, 311879, 211879 }
+--T3
+ItemIDManuelCorrections[22491] = { nil, nil, 322491, 1322491, 222491 }
+ItemIDManuelCorrections[22493] = { nil, nil, 322493, 1322493, 222493 }
+ItemIDManuelCorrections[22489] = { nil, nil, 322489, 1322489, 222489 }
+ItemIDManuelCorrections[1507043] = { nil, nil, 1807043, 2807043, 1707043 }
+ItemIDManuelCorrections[1523064] = { nil, nil, 1823064, 2823064, 1723064 }
+
+ItemIDManuelCorrections[16900] = { nil, nil, 316921, 1316921, 216921 }
+
+--T2 helms
+ItemIDManuelCorrections[16939] = { nil, nil, 316939, 1316939, 216939 }
+ItemIDManuelCorrections[16914] = { nil, nil, 316914, 1316914, 216914 }
+ItemIDManuelCorrections[16955] = { nil, nil, 316955, 1316955, 216955 }
+ItemIDManuelCorrections[16921] = { nil, nil, 316921, 1316921, 216921 }
+ItemIDManuelCorrections[16908] = { nil, nil, 316908, 1316908, 216908 }
+ItemIDManuelCorrections[16947] = { nil, nil, 316947, 1316947, 216947 }
+ItemIDManuelCorrections[10962] = { nil, nil, 310962, 1310962, 210962 }
+ItemIDManuelCorrections[16929] = { nil, nil, 316929, 1316929, 216929 }
+ItemIDManuelCorrections[10904] = { nil, nil, 310904, 1310904, 210904 }
+ItemIDManuelCorrections[16963] = { nil, nil, 316963, 1316963, 216963 }
+ItemIDManuelCorrections[1516955] = { nil, nil, 1816955, 2816955, 1716955 }
+ItemIDManuelCorrections[1516921] = { nil, nil, 1816921, 2816921, 1716921 }
+ItemIDManuelCorrections[1516947] = { nil, nil, 1816947, 2816947, 1716947 }
+ItemIDManuelCorrections[1516963] = { nil, nil, 1816963, 2816963, 1716963 }
+ItemIDManuelCorrections[1516900] = { nil, nil, 1816900, 2816900, 1716900 }
+ItemIDManuelCorrections[1516892] = { nil, nil, 1816892, 2816892, 1716892 }
-ItemIDsDatabase[22589] = { 6022589, 22589, 322589, 222589 }
-ItemIDsDatabase[22632] = { 6022632, 22632, 322632, 222632 }
-ItemIDsDatabase[22631] = { 6022631, 22631, 322631, 222631 }
-ItemIDsDatabase[22630] = { 6022630, 22630, 322630, 222630 }
-
-ItemIDsDatabase[2032902] = { 6053891, 2032902, 2232902, 2332902 }
-ItemIDsDatabase[44831] = { 6044831, 44831, 344831, 244831 }
-ItemIDsDatabase[27896] = { 6027896, 27896, 27896, 427896 }
-
-ItemIDsDatabase[30007] = { 6030007, 30007, 330007, 230007 }
-ItemIDsDatabase[30015] = { 6030015, 30015, 330015, 230015 }
-ItemIDsDatabase[30017] = { 6030017, 30017, 330017, 230017 }
-ItemIDsDatabase[30018] = { 6030018, 30018, 330018, 230018 }
-ItemIDsDatabase[32837] = { 6032837, 32837, 332837, 232837 }
-ItemIDsDatabase[32838] = { 6032838, 32838, 332838, 232838 }
-ItemIDsDatabase[30104] = { 6033482, 30104, 330104, 230104 }
-
---MC/Ony Items
-
-ItemIDsDatabase[18216] = { 6018216, 18216, 318216, 218216 }
-ItemIDsDatabase[18215] = { 6018215, 18215, 318215, 218215 }
-ItemIDsDatabase[18211] = { 6018211, 18211, 318211, 218211 }
-ItemIDsDatabase[17084] = { 6017084, 17084, 317084, 217084 }
-ItemIDsDatabase[18212] = { 6018212, 18212, 318212, 218212 }
-ItemIDsDatabase[17083] = { 6017083, 17083, 317083, 217083 }
-
---Bwl Items
-ItemIDsDatabase[1506015] = { 7506015, 1506015, 1806015, MythicRaid = 2806015, 1706015 }
-ItemIDsDatabase[1506014] = { 7506014, 1506014, 1806014, MythicRaid = 2806014, 1706014 }
-
-
---T2 missing sets
-ItemIDsDatabase[1516900] = { 7516900, 1516900, 1816900, MythicRaid = 2816900, 1716900 }
-ItemIDsDatabase[1516902] = { 7516902, 1516902, 1816902, MythicRaid = 2816902, 1716902 }
-ItemIDsDatabase[1516897] = { 7516897, 1516897, 1816897, MythicRaid = 2816897, 1716897 }
-ItemIDsDatabase[1516904] = { 7516904, 1516904, 1816904, MythicRaid = 2816904, 1716904 }
-ItemIDsDatabase[1516904] = { 7516904, 1516904, 1816904, MythicRaid = 2816904, 1716904 }
-ItemIDsDatabase[1516899] = { 7516899, 1516899, 1816899, MythicRaid = 2816899, 1716899 }
-ItemIDsDatabase[1516903] = { 7516903, 1516903, 1816903, MythicRaid = 2816903, 1716903 }
-ItemIDsDatabase[1516898] = { 7516898, 1516898, 1816898, MythicRaid = 2816898, 1716898 }
-
-ItemIDsDatabase[1516892] = { 7516892, 1516892, 1816892, MythicRaid = 2816892, 1716892 }
-ItemIDsDatabase[1516894] = { 7516894, 1516894, 1816894, MythicRaid = 2816894, 1716894 }
-ItemIDsDatabase[1516889] = { 7516889, 1516889, 1816889, MythicRaid = 2816889, 1716889 }
-ItemIDsDatabase[1516896] = { 7516896, 1516896, 1816896, MythicRaid = 2816896, 1716896 }
-ItemIDsDatabase[1516891] = { 7516891, 1516891, 1816891, MythicRaid = 2816891, 1716891 }
-ItemIDsDatabase[1516895] = { 7516895, 1516895, 1816895, MythicRaid = 2816895, 1716895 }
-ItemIDsDatabase[1516893] = { 7516893, 1516893, 1816893, MythicRaid = 2816893, 1716893 }
-ItemIDsDatabase[1516890] = { 7516890, 1516890, 1816890, MythicRaid = 2816890, 1716890 }
-
-ItemIDsDatabase[1516955] = { 7516955, 1516955, 1816955, MythicRaid = 2816955, 1716955 }
-ItemIDsDatabase[1516953] = { 7516953, 1516953, 1816953, MythicRaid = 2816953, 1716953 }
-ItemIDsDatabase[1516958] = { 7516958, 1516958, 1816958, MythicRaid = 2816958, 1716958 }
-ItemIDsDatabase[1516951] = { 7516951, 1516951, 1816951, MythicRaid = 2816951, 1716951 }
-ItemIDsDatabase[1516956] = { 7516956, 1516956, 1816956, MythicRaid = 2816956, 1716956 }
-ItemIDsDatabase[1516952] = { 7516952, 1516952, 1816952, MythicRaid = 2816952, 1716952 }
-ItemIDsDatabase[1516954] = { 7516954, 1516954, 1816954, MythicRaid = 2816954, 1716954 }
-ItemIDsDatabase[1516957] = { 7516957, 1516957, 1816957, MythicRaid = 2816957, 1716957 }
-
-ItemIDsDatabase[1516921] = { 7516921, 1516921, 1816921, MythicRaid = 2816921, 1716921 }
-ItemIDsDatabase[1516924] = { 7516924, 1516924, 1816924, MythicRaid = 2816924, 1716924 }
-ItemIDsDatabase[1516923] = { 7516923, 1516923, 1816923, MythicRaid = 2816923, 1716923 }
-ItemIDsDatabase[1516926] = { 7516926, 1516926, 1816926, MythicRaid = 2816926, 1716926 }
-ItemIDsDatabase[1516920] = { 7516920, 1516920, 1816920, MythicRaid = 2816920, 1716920 }
-ItemIDsDatabase[1516925] = { 7516925, 1516925, 1816925, MythicRaid = 2816925, 1716925 }
-ItemIDsDatabase[1516922] = { 7516922, 1516922, 1816922, MythicRaid = 2816922, 1716922 }
-ItemIDsDatabase[1516919] = { 7516919, 1516919, 1816919, MythicRaid = 2816919, 1716919 }
-
-ItemIDsDatabase[1516947] = { 7516947, 1516947, 1816947, MythicRaid = 2816947, 1716947 }
-ItemIDsDatabase[1516945] = { 7516945, 1516945, 1816945, MythicRaid = 2816945, 1716945 }
-ItemIDsDatabase[1516950] = { 7516950, 1516950, 1816950, MythicRaid = 2816950, 1716950 }
-ItemIDsDatabase[1516943] = { 7516943, 1516943, 1816943, MythicRaid = 2816943, 1716943 }
-ItemIDsDatabase[1516948] = { 7516948, 1516948, 1816948, MythicRaid = 2816948, 1716948 }
-ItemIDsDatabase[1516944] = { 7516944, 1516944, 1816944, MythicRaid = 2816944, 1716944 }
-ItemIDsDatabase[1516946] = { 7516946, 1516946, 1816946, MythicRaid = 2816946, 1716946 }
-ItemIDsDatabase[1516949] = { 7516949, 1516949, 1816949, MythicRaid = 2816949, 1716949 }
-
-ItemIDsDatabase[1516963] = { 7516963, 1516963, 1816963, MythicRaid = 2816963, 1716963 }
-ItemIDsDatabase[1516961] = { 7516961, 1516961, 1816961, MythicRaid = 2816961, 1716961 }
-ItemIDsDatabase[1516966] = { 7516966, 1516966, 1816966, MythicRaid = 2816966, 1716966 }
-ItemIDsDatabase[1516959] = { 7516959, 1516959, 1816959, MythicRaid = 2816959, 1716959 }
-ItemIDsDatabase[1516964] = { 7516964, 1516964, 1816964, MythicRaid = 2816964, 1716964 }
-ItemIDsDatabase[1516960] = { 7516960, 1516960, 1816960, MythicRaid = 2816960, 1716960 }
-ItemIDsDatabase[1516962] = { 7516962, 1516962, 1816962, MythicRaid = 2816962, 1716962 }
-ItemIDsDatabase[1516965] = { 7516965, 1516965, 1816965, MythicRaid = 2816965, 1716965 }
-
-ItemIDsDatabase[10962] = { 6010962, 10962, 310962, MythicRaid = 1310962, 210962 }
-ItemIDsDatabase[10963] = { 6010963, 10963, 310963, MythicRaid = 1310963, 210963 }
-ItemIDsDatabase[10964] = { 6010964, 10964, 310964, MythicRaid = 1310964, 210964 }
-ItemIDsDatabase[10965] = { 6010965, 10965, 310965, MythicRaid = 1310965, 210965 }
-ItemIDsDatabase[11001] = { 6011001, 11001, 311001, MythicRaid = 1311001, 211001 }
-ItemIDsDatabase[11002] = { 6011002, 11002, 311002, MythicRaid = 1311002, 211002 }
-ItemIDsDatabase[11003] = { 6011003, 11003, 311003, MythicRaid = 1311003, 211003 }
-ItemIDsDatabase[11004] = { 6011004, 11004, 311004, MythicRaid = 1311004, 211004 }
-
---Tier 3 Missing Sets
-
-ItemIDsDatabase[1522418] = { 7522515, 1522418, 1822418, MythicRaid = 2822418, 1722418 }
-ItemIDsDatabase[1522419] = { 7522419, 1522419, 1822419, MythicRaid = 2822419, 1722419 }
-ItemIDsDatabase[1522416] = { 7522491, 1522416, 1822416, MythicRaid = 2822416, 1722416 }
-ItemIDsDatabase[1522423] = { 7532491, 1522423, 1822423, MythicRaid = 2822423, 1722423 }
-ItemIDsDatabase[1522421] = { 7507038, 1522421, 1822421, MythicRaid = 2822421, 1722421 }
-ItemIDsDatabase[1522422] = { 7522467, 1522422, 1822422, MythicRaid = 2822422, 1722422 }
-ItemIDsDatabase[1522417] = { 7532429, 1522417, 1822417, MythicRaid = 2822417, 1722417 }
-ItemIDsDatabase[1522420] = { 7532428, 1522420, 1822420, MythicRaid = 2822420, 1722420 }
-ItemIDsDatabase[1522466] = { 7522429, 1522466, 1822466, MythicRaid = 2822466, 1722466 }
-
-ItemIDsDatabase[1522467] = { 7522418, 1522467, 1822467, MythicRaid = 2822467, 1722467 }
-ItemIDsDatabase[1522464] = { 7507037, 1522464, 1822464, MythicRaid = 2822464, 1722464 }
-ItemIDsDatabase[1522471] = { 7532490, 1522471, 1822471, MythicRaid = 2822471, 1722471 }
-ItemIDsDatabase[1522469] = { 7522490, 1522469, 1822469, MythicRaid = 2822469, 1722469 }
-ItemIDsDatabase[1522470] = { 7522470, 1522470, 1822470, MythicRaid = 2822470, 1722470 }
-ItemIDsDatabase[1522465] = { 7522465, 1522465, 1822465, MythicRaid = 2822465, 1722465 }
-ItemIDsDatabase[1522468] = { 7522468, 1522468, 1822468, MythicRaid = 2822468, 1722468 }
-ItemIDsDatabase[1523065] = { 7523065, 1523065, 1823065, MythicRaid = 2823065, 1723065 }
-ItemIDsDatabase[1522514] = { 7522514, 1522514, 1822514, MythicRaid = 2822514, 1722514 }
-
-ItemIDsDatabase[1522515] = { 7522515, 1522515, 1822515, MythicRaid = 2822515, 1722515 }
-ItemIDsDatabase[1522512] = { 7522512, 1522512, 1822512, MythicRaid = 2822512, 1722512 }
-ItemIDsDatabase[1522519] = { 7522519, 1522519, 1822519, MythicRaid = 2822519, 1722519 }
-ItemIDsDatabase[1522517] = { 7522517, 1522517, 1822517, MythicRaid = 2822517, 1722517 }
-ItemIDsDatabase[1522518] = { 7522518, 1522518, 1822518, MythicRaid = 2822518, 1722518 }
-ItemIDsDatabase[1522513] = { 7522513, 1522513, 1822513, MythicRaid = 2822513, 1722513 }
-ItemIDsDatabase[1522516] = { 7522516, 1522516, 1822516, MythicRaid = 2822516, 1722516 }
-ItemIDsDatabase[1523061] = { 7523061, 1523061, 1823061, MythicRaid = 2823061, 1723061 }
-ItemIDsDatabase[1522514] = { 7522514, 1522514, 1822514, MythicRaid = 2822514, 1722514 }
-
-ItemIDsDatabase[1522428] = { 7522428, 1522428, 1822428, MythicRaid = 2822428, 1722428 }
-ItemIDsDatabase[1522429] = { 7522429, 1522429, 1822429, MythicRaid = 2822429, 1722429 }
-ItemIDsDatabase[1522425] = { 7522425, 1522425, 1822425, MythicRaid = 2822425, 1722425 }
-ItemIDsDatabase[1522424] = { 7522424, 1522424, 1822424, MythicRaid = 2822424, 1722424 }
-ItemIDsDatabase[1522426] = { 7522426, 1522426, 1822426, MythicRaid = 2822426, 1722426 }
-ItemIDsDatabase[1522431] = { 7522431, 1522431, 1822431, MythicRaid = 2822431, 1722431 }
-ItemIDsDatabase[1522427] = { 7522427, 1522427, 1822427, MythicRaid = 2822427, 1722427 }
-ItemIDsDatabase[1522430] = { 7522430, 1522430, 1822430, MythicRaid = 2822430, 1722430 }
-ItemIDsDatabase[1523066] = { 7523066, 1523066, 1823066, MythicRaid = 2823066, 1723066 }
-
-ItemIDsDatabase[1532428] = { 7532428, 1532428, 1832428, MythicRaid = 2832428, 1732428 }
-ItemIDsDatabase[1532429] = { 7532429, 1532429, 1832429, MythicRaid = 2832429, 1732429 }
-ItemIDsDatabase[1532425] = { 7532425, 1532425, 1832425, MythicRaid = 2832425, 1732425 }
-ItemIDsDatabase[1532424] = { 7532424, 1532424, 1832424, MythicRaid = 2832424, 1732424 }
-ItemIDsDatabase[1532426] = { 7532426, 1532426, 1832426, MythicRaid = 2832426, 1732426 }
-ItemIDsDatabase[1532431] = { 7532431, 1532431, 1832431, MythicRaid = 2832431, 1732431 }
-ItemIDsDatabase[1532427] = { 7532427, 1532427, 1832427, MythicRaid = 2832427, 1732427 }
-ItemIDsDatabase[1532430] = { 7532430, 1532430, 1832430, MythicRaid = 2832430, 1732430 }
-ItemIDsDatabase[1533066] = { 7533066, 1533066, 1833066, MythicRaid = 2833066, 1733066 }
-
-ItemIDsDatabase[1532488] = { 7532488, 1532488, 1832488, MythicRaid = 2832488, 1732488 }
-ItemIDsDatabase[1532495] = { 7532495, 1532495, 1832495, MythicRaid = 2832495, 1732495 }
-ItemIDsDatabase[1532493] = { 7532493, 1532493, 1832493, MythicRaid = 2832493, 1732493 }
-ItemIDsDatabase[1532494] = { 7532494, 1532494, 1832494, MythicRaid = 2832494, 1732494 }
-ItemIDsDatabase[1532489] = { 7532489, 1532489, 1832489, MythicRaid = 2832489, 1732489 }
-ItemIDsDatabase[1532492] = { 7532492, 1532492, 1832492, MythicRaid = 2832492, 1732492 }
-ItemIDsDatabase[1533064] = { 7533064, 1533064, 1833064, MythicRaid = 2833064, 1733064 }
-
-ItemIDsDatabase[1507037] = { 7507037, 1507037, 1807037, MythicRaid = 2807037, 1707037 }
-ItemIDsDatabase[1507038] = { 7507038, 1507038, 1807038, MythicRaid = 2807038, 1707038 }
-ItemIDsDatabase[1507035] = { 7507035, 1507035, 1807035, MythicRaid = 2807035, 1707035 }
-ItemIDsDatabase[1507042] = { 7507042, 1507042, 1807042, MythicRaid = 2807042, 1707042 }
-ItemIDsDatabase[1507040] = { 7507040, 1507040, 1807040, MythicRaid = 2807040, 1707040 }
-ItemIDsDatabase[1507041] = { 7507041, 1507041, 1807041, MythicRaid = 2807041, 1707041 }
-ItemIDsDatabase[1507036] = { 7507036, 1507036, 1807036, MythicRaid = 2807036, 1707036 }
-ItemIDsDatabase[1507039] = { 7507039, 1507039, 1807039, MythicRaid = 2807039, 1707039 }
-ItemIDsDatabase[1507043] = { 7507043, 1507043, 1807043, MythicRaid = 2807043, 1707043 }
-
-ItemIDsDatabase[1532490] = { 7532490, 1532490, 1832490, MythicRaid = 2832490, 1732490 }
-ItemIDsDatabase[1532491] = { 7532491, 1532491, 1832491, MythicRaid = 2832491, 1732491 }
-ItemIDsDatabase[1522488] = { 7522488, 1522488, 1822488, MythicRaid = 2822488, 1722488 }
-ItemIDsDatabase[1522495] = { 7522495, 1522495, 1822495, MythicRaid = 2822495, 1722495 }
-ItemIDsDatabase[1522493] = { 7522493, 1522493, 1822493, MythicRaid = 2822493, 1722493 }
-ItemIDsDatabase[1522494] = { 7522494, 1522494, 1822494, MythicRaid = 2822494, 1722494 }
-ItemIDsDatabase[1522489] = { 7522489, 1522489, 1822489, MythicRaid = 2822489, 1722489 }
-ItemIDsDatabase[1522492] = { 7522492, 1522492, 1822492, MythicRaid = 2822492, 1722492 }
-ItemIDsDatabase[1523064] = { 7523064, 1523064, 1823064, MythicRaid = 2823064, 1723064 }
-
-ItemIDsDatabase[1522490] = { 7522490, 1522490, 1822490, MythicRaid = 2822490, 1722490 }
-ItemIDsDatabase[1522491] = { 7522491, 1522491, 1822491, MythicRaid = 2822491, 1722491 }
-ItemIDsDatabase[1522488] = { 7522488, 1522488, 1822488, MythicRaid = 2822488, 1722488 }
-ItemIDsDatabase[1522495] = { 7522495, 1522495, 1822495, MythicRaid = 2822495, 1722495 }
-ItemIDsDatabase[1522493] = { 7522493, 1522493, 1822493, MythicRaid = 2822493, 1722493 }
-ItemIDsDatabase[1522494] = { 7522494, 1522494, 1822494, MythicRaid = 2822494, 1722494 }
-ItemIDsDatabase[1522489] = { 7522489, 1522489, 1822489, MythicRaid = 2822489, 1722489 }
-ItemIDsDatabase[1522492] = { 7522492, 1522492, 1822492, MythicRaid = 2822492, 1722492 }
-ItemIDsDatabase[1523064] = { 7523064, 1523064, 1823064, MythicRaid = 2823064, 1723064 }
-
-ItemIDsDatabase[1522418] = { 7522418, 1522418, 1822418, MythicRaid = 2822418, 1722418 }
-ItemIDsDatabase[1522419] = { 7522419, 1522419, 1822419, MythicRaid = 2822419, 1722419 }
-ItemIDsDatabase[1522416] = { 7522416, 1522416, 1822416, MythicRaid = 2822416, 1722416 }
-ItemIDsDatabase[1522423] = { 7522423, 1522423, 1822423, MythicRaid = 2822423, 1722423 }
-ItemIDsDatabase[1522421] = { 7522421, 1522421, 1822421, MythicRaid = 2822421, 1722421 }
-ItemIDsDatabase[1522422] = { 7522422, 1522422, 1822422, MythicRaid = 2822422, 1722422 }
-ItemIDsDatabase[1522417] = { 7522417, 1522417, 1822417, MythicRaid = 2822417, 1722417 }
-ItemIDsDatabase[1522420] = { 7522420, 1522420, 1822420, MythicRaid = 2822420, 1722420 }
-ItemIDsDatabase[1523059] = { 7523059, 1523059, 1823059, MythicRaid = 2823059, 1723059 }
-
-
-
-
-
---Tier 1 Tokens
-
-ItemIDsDatabase[2522360] = { 2522360, 2522360, 2622360, 2722360, MythicRaid = 3722360 }
-ItemIDsDatabase[2522361] = { 2522361, 2522361, 2622361, 2722361, MythicRaid = 3722361 }
-ItemIDsDatabase[2522350] = { 2522350, 2522350, 2622350, 2722350, MythicRaid = 3722350 }
-ItemIDsDatabase[2522362] = { 2522362, 2522362, 2622362, 2722362, MythicRaid = 3722362 }
-ItemIDsDatabase[2522363] = { 2522363, 2522363, 2622363, 2722363, MythicRaid = 3722363 }
-ItemIDsDatabase[2522364] = { 2522364, 2522364, 2622364, 2722364, MythicRaid = 3722364 }
-ItemIDsDatabase[2522359] = { 2522359, 2522359, 2622359, 2722359, MythicRaid = 3722359 }
-ItemIDsDatabase[2522365] = { 2522365, 2522365, 2622365, 2722365, MythicRaid = 3722365 }
-
---Tier 1 New Sets
-ItemIDsDatabase[11533] = { 6011533, 11533, 311533, 211533 }
-ItemIDsDatabase[11534] = { 6011534, 11534, 311534, 211534 }
-ItemIDsDatabase[11535] = { 6011535, 11535, 311535, 211535 }
-ItemIDsDatabase[11536] = { 6011536, 11536, 311536, 211536 }
-ItemIDsDatabase[11537] = { 6011537, 11537, 311537, 211537 }
-ItemIDsDatabase[11538] = { 6011538, 11538, 311538, 211538 }
-ItemIDsDatabase[11531] = { 6011531, 11531, 311531, 211531 }
-ItemIDsDatabase[11532] = { 6011532, 11532, 311532, 211532 }
-
-ItemIDsDatabase[11789] = { 6011789, 11789, 311789, 211789 }
-ItemIDsDatabase[11790] = { 6011790, 11790, 311790, 211790 }
-ItemIDsDatabase[11791] = { 6011791, 11791, 311791, 211791 }
-ItemIDsDatabase[11792] = { 6011792, 11792, 311792, 211792 }
-ItemIDsDatabase[11793] = { 6011793, 11793, 311793, 211793 }
-ItemIDsDatabase[11794] = { 6011794, 11794, 311794, 211794 }
-ItemIDsDatabase[11795] = { 6011795, 11795, 311795, 211795 }
-ItemIDsDatabase[11796] = { 6011796, 11796, 311796, 211796 }
-
-ItemIDsDatabase[13432] = { 6013432, 13432, 313432, 213432 }
-ItemIDsDatabase[13433] = { 6013433, 13433, 313433, 213433 }
-ItemIDsDatabase[13434] = { 6013434, 13434, 313434, 213434 }
-ItemIDsDatabase[13435] = { 6013435, 13435, 313435, 213435 }
-ItemIDsDatabase[13436] = { 6013436, 13436, 313436, 213436 }
-ItemIDsDatabase[13437] = { 6013437, 13437, 313437, 213437 }
-ItemIDsDatabase[13438] = { 6013438, 13438, 313438, 213438 }
-ItemIDsDatabase[13439] = { 6013439, 13439, 313439, 213439 }
-
-
---Tier 2 Tokens
-
-ItemIDsDatabase[2522460] = { 2522460, 2522460, 2622460, 2722460, MythicRaid = 3722460 }
-ItemIDsDatabase[2522461] = { 2522461, 2522461, 2622461, 2722461, MythicRaid = 3722461 }
-ItemIDsDatabase[2522450] = { 2522450, 2522450, 2622450, 2722450, MythicRaid = 3722450 }
-ItemIDsDatabase[2522462] = { 2522462, 2522462, 2622462, 2722462, MythicRaid = 3722462 }
-ItemIDsDatabase[2522464] = { 2522464, 2522464, 2622464, 2722464, MythicRaid = 3722464 }
-ItemIDsDatabase[2522463] = { 2522463, 2522463, 2622463, 2722463, MythicRaid = 3722463 }
-ItemIDsDatabase[2522459] = { 2522459, 2522459, 2622459, 2722459, MythicRaid = 3722459 }
-ItemIDsDatabase[2522465] = { 2522465, 2522465, 2622465, 2722465, MythicRaid = 3722465 }
-
---Tier 2.5 Accessories
-ItemIDsDatabase[1506053] = { 1506053, 1506053, 1806053, 1706053, MythicRaid = 2806053 } --Ceremonial Qiraji Pendant
-ItemIDsDatabase[1506052] = { 1506052, 1506052, 1806052, 1706052, MythicRaid = 2806052 } --Ceremonial Qiraji Ring
-ItemIDsDatabase[1506051] = { 1506051, 1506051, 1806051, 1706051, MythicRaid = 2806051 } --Ceremonial Qiraji Drape
-
---AQR New Sets
---Heroic = Normal + 300'000
---Mythic = Normal + 1'300'000
---Ascended = Normal + 200'000
---Bloodforged = Normal + 6'000'000
---Heroic Bloodforged = Normal + 6'300'000
-ItemIDsDatabase[1506017] = { 7506017, 1506017, 1806017, 1706017, MythicRaid = 2806017 } --Locket of Unending Life
-ItemIDsDatabase[1506018] = { 7506018, 1506018, 1806018, 1706018, MythicRaid = 2806018 } --Choker of the Unseen Path
-ItemIDsDatabase[1506019] = { 7506019, 1506019, 1806019, 1706019, MythicRaid = 2806019 } --Pendant of Roaring Earth
-ItemIDsDatabase[1506020] = { 7506020, 1506020, 1806020, 1706020, MythicRaid = 2806020 } --Medallion of Eternal Justice
-ItemIDsDatabase[1506021] = { 7506021, 1506021, 1806021, 1706021, MythicRaid = 2806021 } --Charm of Vaulted Secrets
-ItemIDsDatabase[1506022] = { 7506022, 1506022, 1806022, 1706022, MythicRaid = 2806022 } --Lariat of Veiled Shadows
-ItemIDsDatabase[1506023] = { 7506023, 1506023, 1806023, 1706023, MythicRaid = 2806023 } --Bayadere of Infinite Wisdom
-ItemIDsDatabase[1506024] = { 7506024, 1506024, 1806024, 1706024, MythicRaid = 2806024 } --Necklace of the Gathering Storm
-ItemIDsDatabase[1506025] = { 7506025, 1506025, 1806025, 1706025, MythicRaid = 2806025 } --Collar of Unyielding Strength
-ItemIDsDatabase[1506026] = { 7506026, 1506026, 1806026, 1706026, MythicRaid = 2806026 } --Bayadere of Unspoken Names
-ItemIDsDatabase[1506027] = { 7506027, 1506027, 1806027, 1706027, MythicRaid = 2806027 } --Choker of Endless Machinations
-ItemIDsDatabase[1506028] = { 7506028, 1506028, 1806028, 1706028, MythicRaid = 2806028 } --Shroud of Endless Machinations
-ItemIDsDatabase[1506029] = { 7506029, 1506029, 1806029, 1706029, MythicRaid = 2806029 } --Loop of Endless Machinations
-ItemIDsDatabase[1506030] = { 7506030, 1506030, 1806030, 1706030, MythicRaid = 2806030 } --Signet of Roaring Earth
-ItemIDsDatabase[1506031] = { 7506031, 1506031, 1806031, 1706031, MythicRaid = 2806031 } --Drape of Roaring Earth
-ItemIDsDatabase[1506032] = { 7506032, 1506032, 1806032, 1706032, MythicRaid = 2806032 } --Signet of Ferocious Vigor
-ItemIDsDatabase[1506033] = { 7506033, 1506033, 1806033, 1706033, MythicRaid = 2806033 } --Cape of Ferocious Vigor
-ItemIDsDatabase[1506034] = { 7506034, 1506034, 1806034, 1706034, MythicRaid = 2806034 } --Choker of Ferocious Vigor
-ItemIDsDatabase[1506035] = { 7506035, 1506035, 1806035, 1706035, MythicRaid = 2806035 } --Band of the Faithful Zealot
-ItemIDsDatabase[1506036] = { 7506036, 1506036, 1806036, 1706036, MythicRaid = 2806036 } --Shroud of the Faithful Zealot
-ItemIDsDatabase[1506037] = { 7506037, 1506037, 1806037, 1706037, MythicRaid = 2806037 } --Locket of the Faithful Zealot
-ItemIDsDatabase[1506038] = { 7506038, 1506038, 1806038, 1706038, MythicRaid = 2806038 } --Band of Masterful Technique
-ItemIDsDatabase[1506039] = { 7506039, 1506039, 1806039, 1706039, MythicRaid = 2806039 } --Drape of Masterful Technique
-ItemIDsDatabase[1506040] = { 7506040, 1506040, 1806040, 1706040, MythicRaid = 2806040 } --Locket of Masterful Technique
-ItemIDsDatabase[1506041] = { 7506041, 1506041, 1806041, 1706041, MythicRaid = 2806041 } --Ring of Martial Prowess
-ItemIDsDatabase[1506042] = { 7506042, 1506042, 1806042, 1706042, MythicRaid = 2806042 } --Cloak of Martial Prowess
-ItemIDsDatabase[1506043] = { 7506043, 1506043, 1806043, 1706043, MythicRaid = 2806043 } --Lariat of Martial Prowess
-ItemIDsDatabase[1506044] = { 7506044, 1506044, 1806044, 1706044, MythicRaid = 2806044 } --Signet of Unrivaled Rage
-ItemIDsDatabase[1506045] = { 7506045, 1506045, 1806045, 1706045, MythicRaid = 2806045 } --Cloak of Unrivaled Rage
-ItemIDsDatabase[1506046] = { 7506046, 1506046, 1806046, 1706046, MythicRaid = 2806046 } --Collar of Unrivaled Rage
-ItemIDsDatabase[1506047] = { 7506047, 1506047, 1806047, 1706047, MythicRaid = 2806047 } --Loop of Expansive Research
-ItemIDsDatabase[1506048] = { 7506048, 1506048, 1806048, 1706048, MythicRaid = 2806048 } --Drape of Expansive Research
-ItemIDsDatabase[1506049] = { 7506049, 1506049, 1806049, 1706049, MythicRaid = 2806049 } --Bayadere of Expansive Research
-
-
---Tier 2.5 New Sets
---Heroic = Normal + 300'000
---Mythic = Normal + 1'300'000
---Ascended = Normal + 200'000
---Bloodforged = Normal + 6'000'000
---Heroic Bloodforged = Normal + 6'300'000
-ItemIDsDatabase[1507000] = { 7507000, 1507000, 1807000, 1707000, MythicRaid = 2807000 }-- Conqueror's Tusks
-ItemIDsDatabase[1507001] = { 7507001, 1507001, 1807001, 1707001, MythicRaid = 2807001 }-- Conqueror's Shoulderplates
-ItemIDsDatabase[1507002] = { 7507002, 1507002, 1807002, 1707002, MythicRaid = 2807002 }-- Conqueror's Carapace
-ItemIDsDatabase[1507003] = { 7507003, 1507003, 1807003, 1707003, MythicRaid = 2807003 }-- Conqueror's Tassets
-ItemIDsDatabase[1507004] = { 7507004, 1507004, 1807004, 1707004, MythicRaid = 2807004 }-- Conqueror's Advance
-
-ItemIDsDatabase[1507015] = { 7507015, 1507015, 1807015, 1707015, MythicRaid = 2807015 }-- Stormcaller's Crown
-ItemIDsDatabase[1507016] = { 7507016, 1507016, 1807016, 1707016, MythicRaid = 2807016 }-- Stormcaller's Stompers
-ItemIDsDatabase[1507017] = { 7507017, 1507017, 1807017, 1707017, MythicRaid = 2807017 }-- Stormcaller's Chestguard
-ItemIDsDatabase[1507018] = { 7507018, 1507018, 1807018, 1707018, MythicRaid = 2807018 }-- Stormcaller's Greaves
-ItemIDsDatabase[1507019] = { 7507019, 1507019, 1807019, 1707019, MythicRaid = 2807019 }-- Stormcaller's Epaulets
-
-ItemIDsDatabase[1507020] = { 7507020, 1507020, 1807020, 1707020, MythicRaid = 2807020 }-- Genesis Visor
-ItemIDsDatabase[1507021] = { 7507021, 1507021, 1807021, 1707021, MythicRaid = 2807021 }-- Genesis Pauldrons
-ItemIDsDatabase[1507022] = { 7507022, 1507022, 1807022, 1707022, MythicRaid = 2807022 }-- Genesis Footwraps
-ItemIDsDatabase[1507023] = { 7507023, 1507023, 1807023, 1707023, MythicRaid = 2807023 }-- Genesis Legguards
-ItemIDsDatabase[1507024] = { 7507024, 1507024, 1807024, 1707024, MythicRaid = 2807024 }-- Genesis Garb
-
-ItemIDsDatabase[1507025] = { 7507025, 1507025, 1807025, 1707025, MythicRaid = 2807025 }-- Genesis Mask
-ItemIDsDatabase[1507026] = { 7507026, 1507026, 1807026, 1707026, MythicRaid = 2807026 }-- Genesis Shoulderpads
-ItemIDsDatabase[1507027] = { 7507027, 1507027, 1807027, 1707027, MythicRaid = 2807027 }-- Genesis Treads
-ItemIDsDatabase[1507028] = { 7507028, 1507028, 1807028, 1707028, MythicRaid = 2807028 }-- Genesis Pants
-ItemIDsDatabase[1507029] = { 7507029, 1507029, 1807029, 1707029, MythicRaid = 2807029 }-- Genesis Carapace
-
-ItemIDsDatabase[1507030] = { 7507030, 1507030, 1807030, 1707030, MythicRaid = 2807030 }-- Avenger's Carapace
-ItemIDsDatabase[1507031] = { 7507031, 1507031, 1807031, 1707031, MythicRaid = 2807031 }-- Avenger's Laurels
-ItemIDsDatabase[1507032] = { 7507032, 1507032, 1807032, 1707032, MythicRaid = 2807032 }-- Avenger's Sabatons
-ItemIDsDatabase[1507033] = { 7507033, 1507033, 1807033, 1707033, MythicRaid = 2807033 }-- Avenger's Legplates
-ItemIDsDatabase[1507034] = { 7507034, 1507034, 1807034, 1707034, MythicRaid = 2807034 }-- Avenger's Shoulderguards
-
-ItemIDsDatabase[1522466] = { 7522466, 1522466, 1822466, 1722466, MythicRaid = 2822466 }
-ItemIDsDatabase[1522467] = { 7522467, 1522467, 1822467, 1722467, MythicRaid = 2822467 }
-ItemIDsDatabase[1522464] = { 7522464, 1522464, 1822464, 1722464, MythicRaid = 2822464 }
-ItemIDsDatabase[1522471] = { 7522471, 1522471, 1822471, 1722471, MythicRaid = 2822471 }
-ItemIDsDatabase[1522469] = { 7522469, 1522469, 1822469, 1722469, MythicRaid = 2822469 }
-ItemIDsDatabase[1522470] = { 7522470, 1522470, 1822470, 1722470, MythicRaid = 2822470 }
-ItemIDsDatabase[1522465] = { 7522465, 1522465, 1822465, 1722465, MythicRaid = 2822465 }
-ItemIDsDatabase[1522468] = { 7522468, 1522468, 1822468, 1722468, MythicRaid = 2822468 }
-ItemIDsDatabase[1523065] = { 7523065, 1523065, 1823065, 1723065, MythicRaid = 2823065 }
-
---Tier 3 Tokens
-
-ItemIDsDatabase[22353] = { 22353, 22353, 102278, 222353 }
-ItemIDsDatabase[22354] = { 22354, 22354, 102286, 222354 }
-ItemIDsDatabase[22349] = { 22349, 22349, 102264, 222349 }
-ItemIDsDatabase[22355] = { 22355, 22355, 102262, 222355 }
-ItemIDsDatabase[22357] = { 22357, 22357, 102268, 222357 }
-ItemIDsDatabase[22356] = { 22356, 22356, 102300, 222356 }
-ItemIDsDatabase[22352] = { 22352, 22352, 102284, 222352 }
-ItemIDsDatabase[22358] = { 22358, 22358, 102290, 222358 }
-
---Tier 4 Tokens
-
-ItemIDsDatabase[29761] = { 29761, 29761, 329761, 229761 }
-ItemIDsDatabase[29764] = { 29764, 29764, 329764, 229764 }
-ItemIDsDatabase[29753] = { 29753, 29753, 329753, 229753 }
-ItemIDsDatabase[29758] = { 29758, 29758, 329758, 229758 }
-ItemIDsDatabase[29767] = { 29767, 29767, 329767, 229767 }
-
---Tier 5 Tokens
-
-ItemIDsDatabase[30243] = { 30243, 30243, 330243, 230243 }
-ItemIDsDatabase[30249] = { 30249, 30249, 330249, 230249 }
-ItemIDsDatabase[30237] = { 30237, 30237, 330237, 230237 }
-ItemIDsDatabase[30240] = { 30240, 30240, 330240, 230240 }
-ItemIDsDatabase[30246] = { 30246, 30246, 330246, 230246 }
-
---Druid
-
-ItemIDsDatabase[29098] = { 6029098, 29098, 314712, 214712 }
-ItemIDsDatabase[29100] = { 6029100, 29100, 314714, 214714 }
-ItemIDsDatabase[29096] = { 6029096, 29096, 314710, 214710 }
-ItemIDsDatabase[29097] = { 6029097, 29097, 314711, 214711 }
-ItemIDsDatabase[29099] = { 6029099, 29099, 314713, 214713 }
-
---ZA New Items
-ItemIDsDatabase[21824] = { 6021824, 21824, 321824, 221824 }
-ItemIDsDatabase[24574] = { 6024574, 24574, 324574, 224574 }
-ItemIDsDatabase[28354] = { 6028354, 28354, 328354, 228354 }
-ItemIDsDatabase[33059] = { 6033059, 33059, 333059, 233059 }
-ItemIDsDatabase[33983] = { 6033983, 33983, 333983, 233983 }
-ItemIDsDatabase[39755] = { 6039755, 39755, 339755, 239755 }
-ItemIDsDatabase[33533] = { 6033533, 33533, 333533, 233533 }
-ItemIDsDatabase[33979] = { 6033979, 33979, 333979, 233979 }
-ItemIDsDatabase[34071] = { 6034071, 34071, 334071, 234071 }
-ItemIDsDatabase[38634] = { 6038634, 38634, 338634, 238634 }
-ItemIDsDatabase[33500] = { 6033500, 33500, 333500, 233500 }
-ItemIDsDatabase[33496] = { 6033496, 33496, 333496, 233496 }
-ItemIDsDatabase[33498] = { 6033498, 33498, 333498, 233498 }
-ItemIDsDatabase[33971] = { 6033971, 33971, 333971, 233971 }
-ItemIDsDatabase[33495] = { 6033495, 33495, 333495, 233495 }
-ItemIDsDatabase[33480] = { 6033480, 33480, 333480, 233480 }
-ItemIDsDatabase[33591] = { 6033591, 33591, 333591, 233591 }
-ItemIDsDatabase[33590] = { 6033590, 33590, 333590, 233590 }
-ItemIDsDatabase[33481] = { 6033481, 33481, 333481, 233481 }
-ItemIDsDatabase[33492] = { 6033492, 33492, 333492, 233492 }
-ItemIDsDatabase[33499] = { 6033499, 33499, 333499, 233499 }
-ItemIDsDatabase[33805] = { 6033805, 33805, 333805, 233805 }
-ItemIDsDatabase[33491] = { 6033491, 33491, 333491, 233491 }
-ItemIDsDatabase[33490] = { 6033490, 33490, 333490, 233490 }
-ItemIDsDatabase[33489] = { 6033489, 33489, 333489, 233489 }
-ItemIDsDatabase[33483] = { 6033483, 33483, 333483, 233483 }
-ItemIDsDatabase[33493] = { 6033493, 33493, 333493, 233493 }
-ItemIDsDatabase[33497] = { 6033497, 33497, 333497, 233497 }
-ItemIDsDatabase[33494] = { 6033494, 33494, 333494, 233494 }
-ItemIDsDatabase[24537] = { 6024537, 24537, 324537, 224537 }
--ZA Bears
-ItemIDsDatabase[1333809] = { 1333809, 1333809, 1433809, 1233809 }
+ItemIDManuelCorrections[1333809] = { nil, nil, 1433809, nil, 1233809 }
--intact vial of kael'thas sunstrider
-ItemIDsDatabase[450001] = { 450001, 450001, 450003, 450005, MythicRaid = 1450003 }
-ItemIDsDatabase[450000] = { 450000, 450000, 450002, 450004, MythicRaid = 1450002 }
+ItemIDManuelCorrections[450001] = { nil, nil, 450003, 1450003, 450005 }
+ItemIDManuelCorrections[450000] = { nil, nil, 450002, 1450002, 450004 }
-ItemIDsDatabase[1001620] = { 1001620, 1001620, 1001619, 1001622, MythicRaid = 1001621 }
-ItemIDsDatabase[98570] = { 98570, 98570, 98570, 98570, MythicRaid = 98570 }
+ItemIDManuelCorrections[450009] = {nil, nil, 450011, 450013, 450015 }; --The String of Time
-ItemIDsDatabase[31039] = { 6031039, 31039, 331039, 231039 }
-ItemIDsDatabase[31048] = { 6031048, 31048, 331048, 231048 }
-ItemIDsDatabase[31042] = { 6031042, 31042, 331042, 231042 }
-ItemIDsDatabase[34444] = { 6034444, 34444, 334444, 234444 }
-ItemIDsDatabase[31034] = { 6031034, 31034, 331034, 231034 }
-ItemIDsDatabase[34556] = { 6034556, 34556, 334556, 234556 }
-ItemIDsDatabase[31044] = { 6031044, 31044, 331044, 231044 }
-ItemIDsDatabase[34573] = { 6034573, 34573, 334573, 234573 }
-ItemIDsDatabase[31037] = { 6031037, 31037, 331037, 231037 }
-ItemIDsDatabase[31047] = { 6031047, 31047, 331047, 231047 }
-ItemIDsDatabase[31041] = { 6031041, 31041, 331041, 231041 }
-ItemIDsDatabase[34445] = { 6034445, 34445, 334445, 234445 }
-ItemIDsDatabase[31032] = { 6031032, 31032, 331032, 231032 }
-ItemIDsDatabase[34554] = { 6034554, 34554, 334554, 234554 }
-ItemIDsDatabase[31045] = { 6031045, 31045, 331045, 231045 }
-ItemIDsDatabase[34571] = { 6034571, 34571, 334571, 234571 }
-ItemIDsDatabase[31040] = { 6031040, 31040, 331040, 231040 }
-ItemIDsDatabase[31049] = { 6031049, 31049, 331049, 231049 }
-ItemIDsDatabase[31043] = { 6031043, 31043, 331043, 231043 }
-ItemIDsDatabase[34446] = { 6034446, 34446, 334446, 234446 }
-ItemIDsDatabase[31035] = { 6031035, 31035, 331035, 231035 }
-ItemIDsDatabase[34555] = { 6034555, 34555, 334555, 234555 }
-ItemIDsDatabase[31046] = { 6031046, 31046, 331046, 231046 }
-ItemIDsDatabase[34572] = { 6034572, 34572, 334572, 234572 }
-ItemIDsDatabase[31003] = { 6031003, 31003, 331003, 231003 }
-ItemIDsDatabase[31006] = { 6031006, 31006, 331006, 231006 }
-ItemIDsDatabase[31004] = { 6031004, 31004, 331004, 231004 }
-ItemIDsDatabase[34443] = { 6034443, 34443, 334443, 234443 }
-ItemIDsDatabase[31001] = { 6031001, 31001, 331001, 231001 }
-ItemIDsDatabase[34549] = { 6034549, 34549, 334549, 234549 }
-ItemIDsDatabase[31005] = { 6031005, 31005, 331005, 231005 }
-ItemIDsDatabase[34570] = { 6034570, 34570, 334570, 234570 }
-ItemIDsDatabase[31056] = { 6031056, 31056, 331056, 231056 }
-ItemIDsDatabase[31059] = { 6031059, 31059, 331059, 231059 }
-ItemIDsDatabase[31057] = { 6031057, 31057, 331057, 231057 }
-ItemIDsDatabase[34447] = { 6034447, 34447, 334447, 234447 }
-ItemIDsDatabase[31055] = { 6031055, 31055, 331055, 231055 }
-ItemIDsDatabase[34557] = { 6034557, 34557, 334557, 234557 }
-ItemIDsDatabase[31058] = { 6031058, 31058, 331058, 231058 }
-ItemIDsDatabase[34574] = { 6034574, 34574, 334574, 234574 }
-ItemIDsDatabase[30987] = { 6030987, 30987, 330987, 230987 }
-ItemIDsDatabase[30998] = { 6030998, 30998, 330998, 230998 }
-ItemIDsDatabase[30991] = { 6030991, 30991, 330991, 230991 }
-ItemIDsDatabase[34433] = { 6034433, 34433, 334433, 234433 }
-ItemIDsDatabase[30985] = { 6030985, 30985, 330985, 230985 }
-ItemIDsDatabase[34488] = { 6034488, 34488, 334488, 234488 }
-ItemIDsDatabase[30995] = { 6030995, 30995, 330995, 230995 }
-ItemIDsDatabase[34560] = { 6034560, 34560, 334560, 234560 }
-ItemIDsDatabase[30989] = { 6030989, 30989, 330989, 230989 }
-ItemIDsDatabase[30997] = { 6030997, 30997, 330997, 230997 }
-ItemIDsDatabase[30990] = { 6030990, 30990, 330990, 230990 }
-ItemIDsDatabase[34431] = { 6034431, 34431, 334431, 234431 }
-ItemIDsDatabase[30982] = { 6030982, 30982, 330982, 230982 }
-ItemIDsDatabase[34485] = { 6034485, 34485, 334485, 234485 }
-ItemIDsDatabase[30993] = { 6030993, 30993, 330993, 230993 }
-ItemIDsDatabase[34561] = { 6034561, 34561, 334561, 234561 }
-ItemIDsDatabase[30988] = { 6030988, 30988, 330988, 230988 }
-ItemIDsDatabase[30996] = { 6030996, 30996, 330996, 230996 }
-ItemIDsDatabase[30992] = { 6030992, 30992, 330992, 230992 }
-ItemIDsDatabase[34432] = { 6034432, 34432, 334432, 234432 }
-ItemIDsDatabase[30983] = { 6030983, 30983, 330983, 230983 }
-ItemIDsDatabase[34487] = { 6034487, 34487, 334487, 234487 }
-ItemIDsDatabase[30994] = { 6030994, 30994, 330994, 230994 }
-ItemIDsDatabase[34559] = { 6034559, 34559, 334559, 234559 }
-ItemIDsDatabase[31063] = { 6031063, 31063, 331063, 231063 }
-ItemIDsDatabase[31069] = { 6031069, 31069, 331069, 231069 }
-ItemIDsDatabase[31066] = { 6031066, 31066, 331066, 231066 }
-ItemIDsDatabase[34435] = { 6034435, 34435, 334435, 234435 }
-ItemIDsDatabase[31060] = { 6031060, 31060, 331060, 231060 }
-ItemIDsDatabase[34527] = { 6034527, 34527, 334527, 234527 }
-ItemIDsDatabase[31068] = { 6031068, 31068, 331068, 231068 }
-ItemIDsDatabase[34562] = { 6034562, 34562, 334562, 234562 }
-ItemIDsDatabase[31064] = { 6031064, 31064, 331064, 231064 }
-ItemIDsDatabase[31070] = { 6031070, 31070, 331070, 231070 }
-ItemIDsDatabase[31065] = { 6031065, 31065, 331065, 231065 }
-ItemIDsDatabase[34434] = { 6034434, 34434, 334434, 234434 }
-ItemIDsDatabase[31061] = { 6031061, 31061, 331061, 231061 }
-ItemIDsDatabase[34528] = { 6034528, 34528, 334528, 234528 }
-ItemIDsDatabase[31067] = { 6031067, 31067, 331067, 231067 }
-ItemIDsDatabase[34563] = { 6034563, 34563, 334563, 234563 }
-ItemIDsDatabase[31027] = { 6031027, 31027, 331027, 231027 }
-ItemIDsDatabase[31030] = { 6031030, 31030, 331030, 231030 }
-ItemIDsDatabase[31028] = { 6031028, 31028, 331028, 231028 }
-ItemIDsDatabase[34448] = { 6034448, 34448, 334448, 234448 }
-ItemIDsDatabase[31026] = { 6031026, 31026, 331026, 231026 }
-ItemIDsDatabase[34558] = { 6034558, 34558, 334558, 234558 }
-ItemIDsDatabase[31029] = { 6031029, 31029, 331029, 231029 }
-ItemIDsDatabase[34575] = { 6034575, 34575, 334575, 234575 }
-ItemIDsDatabase[31015] = { 6031015, 31015, 331015, 231015 }
-ItemIDsDatabase[31024] = { 6031024, 31024, 331024, 231024 }
-ItemIDsDatabase[31018] = { 6031018, 31018, 331018, 231018 }
-ItemIDsDatabase[34439] = { 6034439, 34439, 334439, 234439 }
-ItemIDsDatabase[31011] = { 6031011, 31011, 331011, 231011 }
-ItemIDsDatabase[34545] = { 6034545, 34545, 334545, 234545 }
-ItemIDsDatabase[31021] = { 6031021, 31021, 331021, 231021 }
-ItemIDsDatabase[34567] = { 6034567, 34567, 334567, 234567 }
-ItemIDsDatabase[31012] = { 6031012, 31012, 331012, 231012 }
-ItemIDsDatabase[31022] = { 6031022, 31022, 331022, 231022 }
-ItemIDsDatabase[31016] = { 6031016, 31016, 331016, 231016 }
-ItemIDsDatabase[34438] = { 6034438, 34438, 334438, 234438 }
-ItemIDsDatabase[31007] = { 6031007, 31007, 331007, 231007 }
-ItemIDsDatabase[34543] = { 6034543, 34543, 334543, 234543 }
-ItemIDsDatabase[31019] = { 6031019, 31019, 331019, 231019 }
-ItemIDsDatabase[34565] = { 6034565, 34565, 334565, 234565 }
-ItemIDsDatabase[31014] = { 6031014, 31014, 331014, 231014 }
-ItemIDsDatabase[31023] = { 6031023, 31023, 331023, 231023 }
-ItemIDsDatabase[31017] = { 6031017, 31017, 331017, 231017 }
-ItemIDsDatabase[34437] = { 6034437, 34437, 334437, 234437 }
-ItemIDsDatabase[31008] = { 6031008, 31008, 331008, 231008 }
-ItemIDsDatabase[34542] = { 6034542, 34542, 334542, 234542 }
-ItemIDsDatabase[31020] = { 6031020, 31020, 331020, 231020 }
-ItemIDsDatabase[34566] = { 6034566, 34566, 334566, 234566 }
-ItemIDsDatabase[31051] = { 6031051, 31051, 331051, 231051 }
-ItemIDsDatabase[31054] = { 6031054, 31054, 331054, 231054 }
-ItemIDsDatabase[31052] = { 6031052, 31052, 331052, 231052 }
-ItemIDsDatabase[34436] = { 6034436, 34436, 334436, 234436 }
-ItemIDsDatabase[31050] = { 6031050, 31050, 331050, 231050 }
-ItemIDsDatabase[34541] = { 6034541, 34541, 334541, 234541 }
-ItemIDsDatabase[31053] = { 6031053, 31053, 331053, 231053 }
-ItemIDsDatabase[34564] = { 6034564, 34564, 334564, 234564 }
-ItemIDsDatabase[30974] = { 6030974, 30974, 330974, 230974 }
-ItemIDsDatabase[30980] = { 6030980, 30980, 330980, 230980 }
-ItemIDsDatabase[30976] = { 6030976, 30976, 330976, 230976 }
-ItemIDsDatabase[34442] = { 6034442, 34442, 334442, 234442 }
-ItemIDsDatabase[30970] = { 6030970, 30970, 330970, 230970 }
-ItemIDsDatabase[34547] = { 6034547, 34547, 334547, 234547 }
-ItemIDsDatabase[30978] = { 6030978, 30978, 330978, 230978 }
-ItemIDsDatabase[34568] = { 6034568, 34568, 334568, 234568 }
-ItemIDsDatabase[30972] = { 6030972, 30972, 330972, 230972 }
-ItemIDsDatabase[30979] = { 6030979, 30979, 330979, 230979 }
-ItemIDsDatabase[30975] = { 6030975, 30975, 330975, 230975 }
-ItemIDsDatabase[34441] = { 6034441, 34441, 334441, 234441 }
-ItemIDsDatabase[30969] = { 6030969, 30969, 330969, 230969 }
-ItemIDsDatabase[34546] = { 6034546, 34546, 334546, 234546 }
-ItemIDsDatabase[30977] = { 6030977, 30977, 330977, 230977 }
-ItemIDsDatabase[34569] = { 6034569, 34569, 334569, 234569 }
-ItemIDsDatabase[14986] = { 6014986, 14986, 314986, 214986 }
+--Atiesh, Greatstaff of the Guardian
+ItemIDManuelCorrections[22589] = { nil, nil, 322589, 1322589, 222589 }
+ItemIDManuelCorrections[22632] = { nil, nil, 322632, 1322632, 222632 }
+ItemIDManuelCorrections[22631] = { nil, nil, 322631, 1322631, 222631 }
+ItemIDManuelCorrections[22630] = { nil, nil, 322630, 1322630, 222630 }
-ItemIDsDatabase[15839] = { 6015839, 15839, 315839, 215839 }
-ItemIDsDatabase[15899] = { 6015899, 15899, 315899, 215899 }
-ItemIDsDatabase[15896] = { 6015896, 15896, 315896, 215896 }
-ItemIDsDatabase[18764] = { 6018764, 18764, 318764, 218764 }
-ItemIDsDatabase[15828] = { 6015828, 15828, 315828, 215828 }
-ItemIDsDatabase[15838] = { 6015838, 15838, 315838, 215838 }
-ItemIDsDatabase[15831] = { 6015831, 15831, 315831, 215831 }
-ItemIDsDatabase[15834] = { 6015834, 15834, 315834, 215834 }
-ItemIDsDatabase[15898] = { 6015898, 15898, 315898, 215898 }
-ItemIDsDatabase[15830] = { 6015830, 15830, 315830, 215830 }
-ItemIDsDatabase[15041] = { 6015041, 15041, 315041, 215041 }
-ItemIDsDatabase[15836] = { 6015836, 15836, 315836, 215836 }
-ItemIDsDatabase[15835] = { 6015835, 15835, 315835, 215835 }
-ItemIDsDatabase[15840] = { 6015840, 15840, 315840, 215840 }
+--Mark of the Champion
+ItemIDManuelCorrections[23207] = { nil, nil, 323207, 1323207, 223207 }
+ItemIDManuelCorrections[23206] = { nil, nil, 323206, 1323206, 223206 }
-ItemIDsDatabase[30312] = { 30312, 30312, 282620, 30312, MythicRaid = 30312 } --Infinity Blade
-ItemIDsDatabase[30311] = { 30311, 30311, 330311, 30311, MythicRaid = 30311 } --Warp Slicer
-ItemIDsDatabase[30317] = { 30317, 30317, 282672, 30317, MythicRaid = 30317 } --Cosmic Infuser
-ItemIDsDatabase[30316] = { 30316, 30316, 282659, 30316, MythicRaid = 30316 } --Devastation
-ItemIDsDatabase[30313] = { 30313, 30313, 282633, 30313, MythicRaid = 30313 } --Staff of Disintegration
-ItemIDsDatabase[30314] = { 30314, 30314, 282646, 30314, MythicRaid = 30314 } --Phaseshift Bulwark
-ItemIDsDatabase[30318] = { 30318, 30318, 282685, 30318, MythicRaid = 30318 } --Netherstrand Longbow
-ItemIDsDatabase[30319] = { 30319, 30319, 30319, 30319, MythicRaid = 30319 } --Nether Spike
+--[[
+ /atlasloot updatecache startID stopID
+ scans every id from 1 to 10 mil unless you set the startID and stopID
+ startID is the first itemid it will check stopID is the last itemid it will check
-ItemIDsDatabase[450009] = {450009, 450009, 450011, 450015, MythicRaid = 450013}; --The String of Time
-
-ItemIDsDatabase[33642] = {6033642, 33642, 333642, 233642, MythicRaid = 1333642};
-ItemIDsDatabase[33645] = {6033645, 33645, 333645, 233645, MythicRaid = 1333645};
-ItemIDsDatabase[33643] = {6033643, 33643, 333643, 233643, MythicRaid = 1333643};
-ItemIDsDatabase[33646] = {6033646, 33646, 333646, 233646, MythicRaid = 1333646};
-ItemIDsDatabase[33641] = {6033641, 33641, 333641, 233641, MythicRaid = 1333641};
-ItemIDsDatabase[33647] = {6033647, 33647, 333647, 233647, MythicRaid = 1333647};
-ItemIDsDatabase[33644] = {6033644, 33644, 333644, 233644, MythicRaid = 1333644};
-ItemIDsDatabase[33648] = {6033648, 33648, 333648, 233648, MythicRaid = 1333648};
-
-for _, v in pairs(ItemIDsDatabase) do
- if not v["MythicRaid"] then
- v["MythicRaid"] = tonumber("13"..v[2])
- end
-end
\ No newline at end of file
+ /atlasloot clearcache
+ clears variables cache
+ ]]
\ No newline at end of file
diff --git a/AtlasLoot/DefaultFrame/AtlasLootAdvancedSearchCreate.lua b/AtlasLoot/DefaultFrame/AtlasLootAdvancedSearchCreate.lua
index 2df6fda..5a370e1 100644
--- a/AtlasLoot/DefaultFrame/AtlasLootAdvancedSearchCreate.lua
+++ b/AtlasLoot/DefaultFrame/AtlasLootAdvancedSearchCreate.lua
@@ -32,20 +32,15 @@ searchbox:SetScript("OnShow", function(self) self:SetFrameLevel( (self:GetParent
local searchbox_string = searchbox:CreateFontString(framename.."_SearchBoxString", "ARTWORK", "GameFontNormal")
--Create quality button
-local qualitybtn = CreateFrame("Button", framename.."_QualityButton", searchpanel, "OptionsButtonTemplate")
-qualitybtn:SetSize(130, 20)
-qualitybtn:SetPoint("LEFT", searchbox, "RIGHT", 15, 0)
-qualitybtn.title = qualitybtn:CreateFontString(nil, "ARTWORK", "GameFontNormal")
-qualitybtn.title:SetText("Quality: ")
-qualitybtn.title:SetPoint("TOPLEFT", qualitybtn, "TOPLEFT", 3, 15)
-qualitybtn:SetScript("OnClick", function(self)
- if AtlasLoot.Dewdrop:IsOpen() then
- AtlasLoot.Dewdrop:Close()
- else
- AtlasLoot.Dewdrop:Open(self)
- end
+local searchCategory = CreateFrame("Button", framename.."_CategoryButton", searchpanel, "OptionsButtonTemplate")
+searchCategory:SetSize(130, 20)
+searchCategory:SetPoint("LEFT", searchbox, "RIGHT", 15, 0)
+searchCategory:SetText("Category Select")
+searchCategory:SetScript("OnClick", function(self)
+ local point1, _, point2 = AtlasLoot:GetTipAnchor(searchCategory)
+ AtlasLoot:ShowSearchOptions(self, {point1, point2})
end)
-qualitybtn:SetScript("OnShow", function(self) self:SetFrameLevel( (self:GetParent()):GetFrameLevel() + 1 ) end)
+searchCategory:SetScript("OnShow", function(self) self:SetFrameLevel( (self:GetParent()):GetFrameLevel() + 1 ) end)
--Create equip type button
local equipbtn = CreateFrame("Button", framename.."_EquipButton", searchpanel, "OptionsButtonTemplate")
diff --git a/AtlasLoot/DefaultFrame/AtlaslootDefaultFrame.lua b/AtlasLoot/DefaultFrame/AtlaslootDefaultFrame.lua
index 330bc47..36b4bae 100644
--- a/AtlasLoot/DefaultFrame/AtlaslootDefaultFrame.lua
+++ b/AtlasLoot/DefaultFrame/AtlaslootDefaultFrame.lua
@@ -308,7 +308,7 @@ local buttons = {
"AtlasLootDefaultFrameAdvancedSearchButton",
"AtlasLootDefaultFrame_AdvancedSearchPanel_EquipButton",
"AtlasLootDefaultFrame_AdvancedSearchPanel_EquipSubButton",
- "AtlasLootDefaultFrame_AdvancedSearchPanel_QualityButton",
+ "AtlasLootDefaultFrame_AdvancedSearchPanel_CategoryButton",
"AtlasLootDefaultFrame_AdvancedSearchPanel_SearchButton",
"AtlasLootDefaultFrame_AdvancedSearchPanel_ClearButton",
"AtlasLootDefaultFrame_MapButton",
diff --git a/AtlasLoot/DefaultFrame/AtlaslootDefaultFrameCreate.lua b/AtlasLoot/DefaultFrame/AtlaslootDefaultFrameCreate.lua
index 6462b00..ea4befb 100644
--- a/AtlasLoot/DefaultFrame/AtlaslootDefaultFrameCreate.lua
+++ b/AtlasLoot/DefaultFrame/AtlaslootDefaultFrameCreate.lua
@@ -54,7 +54,7 @@ local lootBackground = CreateFrame("Frame", "AtlaslLoot_LootBackground", mainfra
if _G["AtlasLootItemsFrame_BACK"]:IsVisible() and button == "RightButton" then
AtlasLoot:BackButton_OnClick()
elseif AtlasLootDefaultFrame_AdvancedSearchPanel:IsVisible() and button == "RightButton" then
- AtlasLoot_AdvancedSearchClose()
+ AtlasLoot:AdvancedSearchClose()
end
AtlasLoot.Dewdrop:Close()
AtlasLootDefaultFrameSearchBox:ClearFocus()
@@ -570,18 +570,18 @@ function AtlasLoot:ScrollFrameUpdate(hide,wishlist)
scrollFrame.rows[i]:Hide()
end
end
- elseif self.Difficultys then
- maxValue = #self.Difficultys[self.CurrentType]
+ elseif self.Difficulties then
+ maxValue = #self.Difficulties[self.CurrentType]
FauxScrollFrame_Update(scrollFrame.scrollBar, maxValue, MAX_ROWS, ROW_HEIGHT)
offset = FauxScrollFrame_GetOffset(scrollFrame.scrollBar)
for i = 1, MAX_ROWS do
value = i + offset
scrollFrame.rows[i]:SetChecked(false)
scrollFrame.rows[i]:SetHighlightTexture("Interface\\QuestFrame\\UI-QuestTitleHighlight", "ADD")
- if value <= maxValue and self.Difficultys[self.CurrentType][value] and hide == nil then
+ if value <= maxValue and self.Difficulties[self.CurrentType][value] and hide == nil then
row = scrollFrame.rows[i]
- row:SetText("|cffFFd200"..self.Difficultys[self.CurrentType][value][1])
- row.itemIndex = self.Difficultys[self.CurrentType][value][2]
+ row:SetText("|cffFFd200"..self.Difficulties[self.CurrentType][value][1])
+ row.itemIndex = self.Difficulties[self.CurrentType][value][2]
if row.itemIndex == ItemindexID then
row:SetChecked(true)
end
diff --git a/AtlasLoot/Locales/constants.en.lua b/AtlasLoot/Locales/constants.en.lua
index 1123e40..462cfdc 100644
--- a/AtlasLoot/Locales/constants.en.lua
+++ b/AtlasLoot/Locales/constants.en.lua
@@ -15,6 +15,10 @@ local AL = AceLocale:NewLocale("AtlasLoot", "enUS", true)
--Register translations
if AL then
+ AL["Item"] = true
+ AL["Auction House Search"] = true
+ AL["Created Item"] = true
+ AL["Recipe"] = true
AL["Mystic Enchanting"] = true
AL["Druid"] = true
AL["Open AscensionDB To Zone Map"] = true
@@ -425,6 +429,12 @@ if AL then
AL["Two-Handed Mace"] = true
AL["Two-Handed Sword"] = true
AL["One-Handed Sword"] = true
+ AL["Main-Hand Fist Weapon"] = true
+ AL["Main-Hand Mace"] = true
+ AL["Main-Hand Dagger"] = true
+ AL["Main-Hand Sword"] = true
+ AL["Off-Hand Sword"] = true
+ AL["Off-Hand Fist Weapon"] = true
AL["Herbalism"] = true
diff --git a/AtlasLoot/Menus/DungeonRaidMenus.lua b/AtlasLoot/Menus/DungeonRaidMenus.lua
index 4e3a1c0..8e7d7c7 100644
--- a/AtlasLoot/Menus/DungeonRaidMenus.lua
+++ b/AtlasLoot/Menus/DungeonRaidMenus.lua
@@ -50,7 +50,7 @@ AtlasLoot_SubMenus["Dungeons and RaidsTBC"] = {
{ "", "CFRSerpentshrine", "", "Serpentshrine Cavern" },
{ "", "TKEye", "", "The Eye" },
{ "", "ZulAman", "", "Zul'Aman" },
- { "", "CoTHyjal", "", "Mount Hyjal" },
+ { "", "CoTHyjal", "", "Hyjal Summit" },
{ "", "BlackTemple", "", "Black Temple" },
{ "", "SunwellPlateau", "", "Sunwell Plateau" },
{ "", "WorldBossesTBC","", "World Bosses" },
diff --git a/AtlasLoot_BurningCrusade/burningcrusade.lua b/AtlasLoot_BurningCrusade/burningcrusade.lua
index ae38716..a6bfe36 100644
--- a/AtlasLoot_BurningCrusade/burningcrusade.lua
+++ b/AtlasLoot_BurningCrusade/burningcrusade.lua
@@ -78,26 +78,26 @@ local WHITE = "|cffFFFFFF"
-- The scale of the sand rep rings
local scaleOfSandsRings = {
Name = "Rings";
- [1] = { itemID = 29298, rep = "#r2#", [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Band of the Eternal Champion
- [2] = { itemID = 29299, rep = "#r3#", [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Superior Band of the Eternal Champion
- [3] = { itemID = 29300, rep = "#r4#", [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Exquisite Band of the Eternal Champion
- [4] = { itemID = 29301, rep = "#r5#", [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Flawless Band of the Eternal Champion
- [6] = { itemID = 29294, rep = "#r2#", [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Band of the Eternal Defender
- [7] = { itemID = 29295, rep = "#r3#", [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Superior Band of the Eternal Defender
- [8] = { itemID = 29296, rep = "#r4#", [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Exquisite Band of the Eternal Defender
- [9] = { itemID = 29297, rep = "#r5#", [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Flawless Band of the Eternal Defender
- [11] = { itemID = 15037, rep = "#r2#", [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Band of the Eternal Assassin
- [12] = { itemID = 15038, rep = "#r3#", [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Superior Band of the Eternal Assassin
- [13] = { itemID = 15039, rep = "#r4#", [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Exquisite Band of the Eternal Assassin
- [14] = { itemID = 15040, rep = "#r5#", [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Flawless Band of the Eternal Assassin
- [16] = { itemID = 29302, rep = "#r2#", [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Band of the Eternal Sage
- [17] = { itemID = 29303, rep = "#r3#", [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Superior Band of the Eternal Sage
- [18] = { itemID = 29304, rep = "#r4#", [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Exquisite Band of the Eternal Sage
- [19] = { itemID = 29305, rep = "#r5#", [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Flawless Band of the Eternal Sage
- [21] = { itemID = 29307, rep = "#r2#", [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Band of the Eternal Restorer
- [22] = { itemID = 29306, rep = "#r3#", [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Superior Band of the Eternal Restorer
- [23] = { itemID = 29308, rep = "#r4#", [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Exquisite Band of the Eternal Restorer
- [24] = { itemID = 29309, rep = "#r5#", [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Flawless Band of the Eternal Restorer
+ [1] = { itemID = 29298, rep = BabbleFaction["Friendly"], [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Band of the Eternal Champion
+ [2] = { itemID = 29299, rep = BabbleFaction["Honored"], [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Superior Band of the Eternal Champion
+ [3] = { itemID = 29300, rep = BabbleFaction["Revered"], [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Exquisite Band of the Eternal Champion
+ [4] = { itemID = 29301, rep = BabbleFaction["Exalted"], [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Flawless Band of the Eternal Champion
+ [6] = { itemID = 29294, rep = BabbleFaction["Friendly"], [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Band of the Eternal Defender
+ [7] = { itemID = 29295, rep = BabbleFaction["Honored"], [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Superior Band of the Eternal Defender
+ [8] = { itemID = 29296, rep = BabbleFaction["Revered"], [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Exquisite Band of the Eternal Defender
+ [9] = { itemID = 29297, rep = BabbleFaction["Exalted"], [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Flawless Band of the Eternal Defender
+ [11] = { itemID = 15037, rep = BabbleFaction["Friendly"], [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Band of the Eternal Assassin
+ [12] = { itemID = 15038, rep = BabbleFaction["Honored"], [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Superior Band of the Eternal Assassin
+ [13] = { itemID = 15039, rep = BabbleFaction["Revered"], [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Exquisite Band of the Eternal Assassin
+ [14] = { itemID = 15040, rep = BabbleFaction["Exalted"], [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Flawless Band of the Eternal Assassin
+ [16] = { itemID = 29302, rep = BabbleFaction["Friendly"], [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Band of the Eternal Sage
+ [17] = { itemID = 29303, rep = BabbleFaction["Honored"], [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Superior Band of the Eternal Sage
+ [18] = { itemID = 29304, rep = BabbleFaction["Revered"], [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Exquisite Band of the Eternal Sage
+ [19] = { itemID = 29305, rep = BabbleFaction["Exalted"], [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Flawless Band of the Eternal Sage
+ [21] = { itemID = 29307, rep = BabbleFaction["Friendly"], [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Band of the Eternal Restorer
+ [22] = { itemID = 29306, rep = BabbleFaction["Honored"], [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Superior Band of the Eternal Restorer
+ [23] = { itemID = 29308, rep = BabbleFaction["Revered"], [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Exquisite Band of the Eternal Restorer
+ [24] = { itemID = 29309, rep = BabbleFaction["Exalted"], [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Flawless Band of the Eternal Restorer
};
------------------------
@@ -113,20 +113,20 @@ AtlasLoot_Data["BCKeys"] = {
Name = "BCKeys";
{
Name = "BCKeys";
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
[2] = { itemID = 27991 }; --Shadow Labyrinth Key
[3] = { itemID = 28395 }; --Shattered Halls Key
[4] = { itemID = 31084 }; --Key to the Arcatraz
- [6] = { icon = "INV_Box_01", name = "#j27#" };
+ [6] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
[7] = { itemID = 30622 }; --Flamewrought Key
[8] = { itemID = 30637 }; --Flamewrought Key
[9] = { itemID = 30623 }; --Reservoir Key
[10] = { itemID = 30633 }; --Auchenai Key
[11] = { itemID = 30635 }; --Key of Time
[12] = { itemID = 30634 }; --Warpforged Key
- [16] = { icon = "INV_Box_01", name = "=q6=#j2#" };
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Raid"] };
[17] = { itemID = 24490 }; --The Master's Key
- [19] = { icon = "INV_Box_01", name = "=q6=#m20#" };
+ [19] = { icon = "INV_Box_01", name = WHITE..AL["Misc"] };
[20] = { itemID = 32092 }; --The Eye of Haramad
[21] = { itemID = 32449 }; --Essence-Infused Moonstone
};
@@ -144,57 +144,57 @@ AtlasLoot_Data["AuchCrypts"] = {
Map = "AuchAuchenaiCrypts";
{
Name = BabbleBoss["Shirrak the Dead Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 27410, droprate = "3.100" }; --Collar of Command
- [3] = { itemID = 27409, droprate = "1.18%" }; --Raven-Heart Headdress
- [4] = { itemID = 27408, droprate = "5.16%" }; --Hope Bearer Helm
- [5] = { itemID = 26055, droprate = "5.16%" }; --Oculus of the Hidden Eye
- [6] = { itemID = 25964, droprate = "1.59%" }; --Shaarde the Lesser
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30587, droprate = "1.67%" }; --Champion's Fire Opal
- [19] = { itemID = 30588, droprate = ".67%" }; --Potent Fire Opal
- [20] = { itemID = 30586, droprate = "1.67%" }; --Seer's Chrysoprase
- [22] = { itemID = 27866, droprate = "5.100" }; --Scintillating Headdress of Second Sight
- [23] = { itemID = 27493, droprate = "0.87%" }; --Gloves of the Deadwatcher
- [24] = { itemID = 27865, droprate = "1.74%" }; --Bracers of Shirrak
- [25] = { itemID = 27845, droprate = "3.91%" }; --Magma Plume Boots
- [26] = { itemID = 27847, droprate = ".52%" }; --Fanblade Pauldrons
- [27] = { itemID = 27846, droprate = ".52%" }; --Claw of the Watcher
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 27410 }; --Collar of Command
+ [3] = { itemID = 27409 }; --Raven-Heart Headdress
+ [4] = { itemID = 27408 }; --Hope Bearer Helm
+ [5] = { itemID = 26055 }; --Oculus of the Hidden Eye
+ [6] = { itemID = 25964 }; --Shaarde the Lesser
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30587 }; --Champion's Fire Opal
+ [19] = { itemID = 30588 }; --Potent Fire Opal
+ [20] = { itemID = 30586 }; --Seer's Chrysoprase
+ [22] = { itemID = 27866 }; --Scintillating Headdress of Second Sight
+ [23] = { itemID = 27493 }; --Gloves of the Deadwatcher
+ [24] = { itemID = 27865 }; --Bracers of Shirrak
+ [25] = { itemID = 27845 }; --Magma Plume Boots
+ [26] = { itemID = 27847 }; --Fanblade Pauldrons
+ [27] = { itemID = 27846 }; --Claw of the Watcher
};
{
Name = BabbleBoss["Exarch Maladaar"];
- [1] = { icon = "INV_Box_01", name = "#j27#" };
- [2] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [3] = { itemID = 29354, droprate = ".67%" }; --Light-Touched Stole of Altruism
- [4] = { itemID = 29257, droprate = ".67%" }; --Sash of Arcane Visions
- [5] = { itemID = 29244, droprate = "0.100" }; --Wave-Song Girdle
- [7] = { itemID = 27867, droprate = ".33%" }; --Boots of the Unjust
- [8] = { itemID = 27871, droprate = "8.33%" }; --Maladaar's Blessed Chaplet
- [9] = { itemID = 27869, droprate = "8.33%" }; --Soulpriest's Ring of Resolve
- [10] = { itemID = 27523, droprate = "3.33%" }; --Exarch's Diamond Band
- [11] = { itemID = 27872, droprate = "1.67%" }; --The Harvester of Souls
- [13] = { itemID = 33836, droprate = "100%" }; --The Exarch's Soul Gem
- [16] = { itemID = 30587, droprate = "1.67%" }; --Champion's Fire Opal
- [17] = { itemID = 30588, droprate = ".67%" }; --Potent Fire Opal
- [18] = { itemID = 30586, droprate = "1.67%" }; --Seer's Chrysoprase
- [20] = { itemID = 427870, droprate = ".33%" }; --Doomplate Legguards
- [22] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [23] = { itemID = 27411, droprate = ".14%" }; --Slippers of Serenity
- [24] = { itemID = 27415, droprate = "1.44%" }; --Darkguard Face Mask
- [25] = { itemID = 27414, droprate = "1.27%" }; --Mok'Nathal Beast-Mask
- [26] = { itemID = 27413, droprate = "0.42%" }; --Ring of the Exarchs
- [27] = { itemID = 27416, droprate = "2.81%" }; --Fetish of the Fallen
- [28] = { itemID = 27412, droprate = "1.95%" }; --Ironstaff of Regeneration
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [2] = { itemID = 29434 }; --Badge of Justice
+ [3] = { itemID = 29354 }; --Light-Touched Stole of Altruism
+ [4] = { itemID = 29257 }; --Sash of Arcane Visions
+ [5] = { itemID = 29244 }; --Wave-Song Girdle
+ [7] = { itemID = 27867 }; --Boots of the Unjust
+ [8] = { itemID = 27871 }; --Maladaar's Blessed Chaplet
+ [9] = { itemID = 27869 }; --Soulpriest's Ring of Resolve
+ [10] = { itemID = 27523 }; --Exarch's Diamond Band
+ [11] = { itemID = 27872 }; --The Harvester of Souls
+ [13] = { itemID = 33836 }; --The Exarch's Soul Gem
+ [16] = { itemID = 30587 }; --Champion's Fire Opal
+ [17] = { itemID = 30588 }; --Potent Fire Opal
+ [18] = { itemID = 30586 }; --Seer's Chrysoprase
+ [20] = { itemID = 427870 }; --Doomplate Legguards
+ [22] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [23] = { itemID = 27411 }; --Slippers of Serenity
+ [24] = { itemID = 27415 }; --Darkguard Face Mask
+ [25] = { itemID = 27414 }; --Mok'Nathal Beast-Mask
+ [26] = { itemID = 27413 }; --Ring of the Exarchs
+ [27] = { itemID = 27416 }; --Fetish of the Fallen
+ [28] = { itemID = 27412 }; --Ironstaff of Regeneration
};
{
Name = AL["Avatar of the Martyred"];
- [1] = { itemID = 27878, droprate = ".41%" }; --Auchenai Death Shroud
- [2] = { itemID = 28268, droprate = ".94%" }; --Natural Mender's Wraps
- [3] = { itemID = 27876, droprate = ".10%" }; --Will of the Fallen Exarch
- [4] = { itemID = 27937, droprate = ".48%" }; --Sky Breaker
- [5] = { itemID = 27877, droprate = ".87%" }; --Draenic Wildstaff
- [7] = { itemID = 27797, droprate = ".94%" }; --Wastewalker Shoulderpads
+ [1] = { itemID = 27878 }; --Auchenai Death Shroud
+ [2] = { itemID = 28268 }; --Natural Mender's Wraps
+ [3] = { itemID = 27876 }; --Will of the Fallen Exarch
+ [4] = { itemID = 27937 }; --Sky Breaker
+ [5] = { itemID = 27877 }; --Draenic Wildstaff
+ [7] = { itemID = 27797 }; --Wastewalker Shoulderpads
};
};
@@ -210,86 +210,86 @@ AtlasLoot_Data["AuchManaTombs"] = {
Map = "AuchManaTombs";
{
Name = BabbleBoss["Pandemonius"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 25941, droprate = "0.55%" }; --Boots of the Outlander
- [3] = { itemID = 25942, droprate = "1.41%" }; --Faith Bearer's Gauntlets
- [4] = { itemID = 25940, droprate = "2.18%" }; --Idol of the Claw
- [5] = { itemID = 25943, droprate = "4.22%" }; --Creepjacker
- [6] = { itemID = 28166, droprate = "0.81%" }; --Shield of the Void
- [7] = { itemID = 25939, droprate = "3.04%" }; --Voidfire Wand
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30584, droprate = ".08%" }; --Enscribed Fire Opal
- [19] = { itemID = 30585, droprate = ".06%" }; --Glistening Fire Opal
- [20] = { itemID = 30583, droprate = ".09%" }; --Timeless Chrysoprase
- [22] = { itemID = 27816, droprate = "3.95%" }; --Mindrage Pauldrons
- [23] = { itemID = 27818, droprate = "1.63%" }; --Starry Robes of the Crescent
- [24] = { itemID = 27813, droprate = "3.95%" }; --Boots of the Colossus
- [25] = { itemID = 27815, droprate = ".33%" }; --Totem of the Astral Winds
- [26] = { itemID = 27814, droprate = ".98%" }; --Twinblade of Mastery
- [27] = { itemID = 27817, droprate = ".30%" }; --Starbolt Longbow
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 25941 }; --Boots of the Outlander
+ [3] = { itemID = 25942 }; --Faith Bearer's Gauntlets
+ [4] = { itemID = 25940 }; --Idol of the Claw
+ [5] = { itemID = 25943 }; --Creepjacker
+ [6] = { itemID = 28166 }; --Shield of the Void
+ [7] = { itemID = 25939 }; --Voidfire Wand
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30584 }; --Enscribed Fire Opal
+ [19] = { itemID = 30585 }; --Glistening Fire Opal
+ [20] = { itemID = 30583 }; --Timeless Chrysoprase
+ [22] = { itemID = 27816 }; --Mindrage Pauldrons
+ [23] = { itemID = 27818 }; --Starry Robes of the Crescent
+ [24] = { itemID = 27813 }; --Boots of the Colossus
+ [25] = { itemID = 27815 }; --Totem of the Astral Winds
+ [26] = { itemID = 27814 }; --Twinblade of Mastery
+ [27] = { itemID = 27817 }; --Starbolt Longbow
};
{
Name = BabbleBoss["Tavarok"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 25945, droprate = ".08%" }; --Cloak of Revival
- [3] = { itemID = 25946, droprate = "1.62%" }; --Nethershade Boots
- [4] = { itemID = 25947, droprate = "1.25%" }; --Lightning-Rod Pauldrons
- [5] = { itemID = 25952, droprate = "2.12%" }; --Scimitar of the Nexus-Stalkers
- [6] = { itemID = 25944, droprate = ".35%" }; --Shaarde the Greater
- [7] = { itemID = 25950, droprate = ".91%" }; --Staff of Polarities
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30584, droprate = ".08%" }; --Enscribed Fire Opal
- [19] = { itemID = 30585, droprate = ".06%" }; --Glistening Fire Opal
- [20] = { itemID = 30583, droprate = ".09%" }; --Timeless Chrysoprase
- [22] = { itemID = 27824, droprate = ".09%" }; --Robe of the Great Dark Beyond
- [23] = { itemID = 27821, droprate = ".09%" }; --Extravagant Boots of Malice
- [24] = { itemID = 27825, droprate = "5.15%" }; --Predatory Gloves
- [25] = { itemID = 27826, droprate = ".03%" }; --Mantle of the Sea Wolf
- [26] = { itemID = 27823, droprate = "5.15%" }; --Shard Encrusted Breastplate
- [27] = { itemID = 27822, droprate = "5.15%" }; --Crystal Band of Valor
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 25945 }; --Cloak of Revival
+ [3] = { itemID = 25946 }; --Nethershade Boots
+ [4] = { itemID = 25947 }; --Lightning-Rod Pauldrons
+ [5] = { itemID = 25952 }; --Scimitar of the Nexus-Stalkers
+ [6] = { itemID = 25944 }; --Shaarde the Greater
+ [7] = { itemID = 25950 }; --Staff of Polarities
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30584 }; --Enscribed Fire Opal
+ [19] = { itemID = 30585 }; --Glistening Fire Opal
+ [20] = { itemID = 30583 }; --Timeless Chrysoprase
+ [22] = { itemID = 27824 }; --Robe of the Great Dark Beyond
+ [23] = { itemID = 27821 }; --Extravagant Boots of Malice
+ [24] = { itemID = 27825 }; --Predatory Gloves
+ [25] = { itemID = 27826 }; --Mantle of the Sea Wolf
+ [26] = { itemID = 27823 }; --Shard Encrusted Breastplate
+ [27] = { itemID = 27822 }; --Crystal Band of Valor
};
{
Name = BabbleBoss["Nexus-Prince Shaffar"];
- [1] = { itemID = 25957, droprate = "1.60%" }; --Ethereal Boots of the Skystrider
- [2] = { itemID = 25955, droprate = "2.37%" }; --Mask of the Howling Storm
- [3] = { itemID = 25956, droprate = "0.84%" }; --Nexus-Bracers of Vigor
- [4] = { itemID = 25954, droprate = "2.45%" }; --Sigil of Shaffar
- [5] = { itemID = 25962, droprate = "2.32%" }; --Longstrider's Loop
- [6] = { itemID = 25953, droprate = "4.19%" }; --Ethereal Warp-Bow
- [8] = { itemID = 22921, droprate = ".85%" }; --Recipe: Major Frost Protection Potion
- [10] = { itemID = 28490, droprate = "100%" }; --Shaffar's Wrappings
+ [1] = { itemID = 25957 }; --Ethereal Boots of the Skystrider
+ [2] = { itemID = 25955 }; --Mask of the Howling Storm
+ [3] = { itemID = 25956 }; --Nexus-Bracers of Vigor
+ [4] = { itemID = 25954 }; --Sigil of Shaffar
+ [5] = { itemID = 25962 }; --Longstrider's Loop
+ [6] = { itemID = 25953 }; --Ethereal Warp-Bow
+ [8] = { itemID = 22921 }; --Recipe: Major Frost Protection Potion
+ [10] = { itemID = 28490 }; --Shaffar's Wrappings
};
{
Name = BabbleBoss["Nexus-Prince Shaffar"] .. " (" .. AL["Heroic"] .. ")";
- [1] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [2] = { itemID = 29240, droprate = ".03%" }; --Bands of Negation
- [3] = { itemID = 30535, droprate = "7.27%" }; --Forestwalker Kilt
- [4] = { itemID = 29352, droprate = ".21%" }; --Cobalt Band of Tyrigosa
+ [1] = { itemID = 29434 }; --Badge of Justice
+ [2] = { itemID = 29240 }; --Bands of Negation
+ [3] = { itemID = 30535 }; --Forestwalker Kilt
+ [4] = { itemID = 29352 }; --Cobalt Band of Tyrigosa
[5] = { itemID = 32082 }; --The Fel Barrier
- [7] = { itemID = 27831, droprate = ".20%" }; --Mantle of the Unforgiven
- [8] = { itemID = 27843, droprate = "0.80%" }; --Glyph-Lined Sash
+ [7] = { itemID = 27831 }; --Mantle of the Unforgiven
+ [8] = { itemID = 27843 }; --Glyph-Lined Sash
[9] = { itemID = 27827 }; --Lucid Dream Bracers
- [10] = { itemID = 27835, droprate = ".06%" }; --Stillwater Girdle
- [11] = { itemID = 27844, droprate = ".10%" }; --Pauldrons of Swift Retribution
- [12] = { itemID = 27798, droprate = "1.80%" }; --Gauntlets of Vindication
- [14] = { itemID = 33835, droprate = "100%" }; --Shaffar's Wondrous Amulet
- [15] = { itemID = 28490, droprate = "100%" }; --Shaffar's Wrappings
- [16] = { itemID = 30584, droprate = ".08%" }; --Enscribed Fire Opal
- [17] = { itemID = 30585, droprate = ".06%" }; --Glistening Fire Opal
- [18] = { itemID = 30583, droprate = ".09%" }; --Timeless Chrysoprase
- [20] = { itemID = 27837, droprate = ".03%" }; --Wastewalker Leggings
- [22] = { itemID = 27828, droprate = "0.30%" }; --Warp-Scarab Brooch
+ [10] = { itemID = 27835 }; --Stillwater Girdle
+ [11] = { itemID = 27844 }; --Pauldrons of Swift Retribution
+ [12] = { itemID = 27798 }; --Gauntlets of Vindication
+ [14] = { itemID = 33835 }; --Shaffar's Wondrous Amulet
+ [15] = { itemID = 28490 }; --Shaffar's Wrappings
+ [16] = { itemID = 30584 }; --Enscribed Fire Opal
+ [17] = { itemID = 30585 }; --Glistening Fire Opal
+ [18] = { itemID = 30583 }; --Timeless Chrysoprase
+ [20] = { itemID = 27837 }; --Wastewalker Leggings
+ [22] = { itemID = 27828 }; --Warp-Scarab Brooch
[23] = { itemID = 28400 }; --Warp-Storm Warblade
- [24] = { itemID = 27829, droprate = ".09%" }; --Axe of the Nexus-Kings
+ [24] = { itemID = 27829 }; --Axe of the Nexus-Kings
[25] = { itemID = 27840 }; --Scepter of Sha'tar
- [26] = { itemID = 27842, droprate = ".09%" }; --Grand Scepter of the Nexus-Kings
- [28] = { itemID = 22921, droprate = ".85%" }; --Recipe: Major Frost Protection Potion
+ [26] = { itemID = 27842 }; --Grand Scepter of the Nexus-Kings
+ [28] = { itemID = 22921 }; --Recipe: Major Frost Protection Potion
};
{
Name = AL["Yor"] .. " (" .. AL["Heroic"] .. ")";
- [1] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
+ [1] = { itemID = 29434 }; --Badge of Justice
[2] = { itemID = 31919 }; --Nexus-Prince's Ring of Balance
[3] = { itemID = 31920 }; --Shaffar's Band of Brutality
[4] = { itemID = 31921 }; --Yor's Collapsing Band
@@ -300,9 +300,9 @@ AtlasLoot_Data["AuchManaTombs"] = {
[10] = { itemID = 31562 }; --Skystalker's Tunic
[11] = { itemID = 31570 }; --Mistshroud Tunic
[12] = { itemID = 31578 }; --Slatesteel Breastplate
- [16] = { itemID = 30584, droprate = ".08%" }; --Enscribed Fire Opal
- [17] = { itemID = 30585, droprate = ".06%" }; --Glistening Fire Opal
- [18] = { itemID = 30583, droprate = ".09%" }; --Timeless Chrysoprase
+ [16] = { itemID = 30584 }; --Enscribed Fire Opal
+ [17] = { itemID = 30585 }; --Glistening Fire Opal
+ [18] = { itemID = 30583 }; --Timeless Chrysoprase
};
};
@@ -318,28 +318,28 @@ AtlasLoot_Data["AuchSethekk"] = {
Map = "AuchSethekkHalls";
{
Name = BabbleBoss["Darkweaver Syth"];
- [1] = { itemID = 27919, droprate = "3.90%" }; --Light-Woven Slippers
- [2] = { itemID = 27914, droprate = "2.26%" }; --Moonstrider Boots
- [3] = { itemID = 27915, droprate = "1.74%" }; --Sky-Hunter Swift Boots
- [4] = { itemID = 27918, droprate = "1.81%" }; --Bands of Syth
- [5] = { itemID = 27917, droprate = "4.12%" }; --Libram of the Eternal Rest
- [6] = { itemID = 27916, droprate = "1.34%" }; --Sethekk Feather-Darts
- [8] = { itemID = 24160, droprate = ".29%" }; --Design: Khorium Inferno Band
- [10] = { itemID = 27633, droprate = "100%" }; --Terokk's Mask
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30553, droprate = "5.73%" }; --Pristine Fire Opal
- [19] = { itemID = 30554, droprate = "0.11%" }; --Stalwart Fire Opal
- [20] = { itemID = 30552, droprate = ".18%" }; --Blessed Tanzanite
- [22] = { itemID = 25461, droprate = "100%" }; --Book of Forgotten Names
+ [1] = { itemID = 27919 }; --Light-Woven Slippers
+ [2] = { itemID = 27914 }; --Moonstrider Boots
+ [3] = { itemID = 27915 }; --Sky-Hunter Swift Boots
+ [4] = { itemID = 27918 }; --Bands of Syth
+ [5] = { itemID = 27917 }; --Libram of the Eternal Rest
+ [6] = { itemID = 27916 }; --Sethekk Feather-Darts
+ [8] = { itemID = 24160 }; --Design: Khorium Inferno Band
+ [10] = { itemID = 27633 }; --Terokk's Mask
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30553 }; --Pristine Fire Opal
+ [19] = { itemID = 30554 }; --Stalwart Fire Opal
+ [20] = { itemID = 30552 }; --Blessed Tanzanite
+ [22] = { itemID = 25461 }; --Book of Forgotten Names
};
{
Name = BabbleBoss["Anzu"] .. " (" .. AL["Heroic"] .. ")";
- [20] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
+ [20] = { itemID = 29434 }; --Badge of Justice
[22] = { itemID = 32768 }; --Reins of the Raven Lord
- [16] = { itemID = 30553, droprate = "5.73%" }; --Pristine Fire Opal
- [17] = { itemID = 30554, droprate = "0.11%" }; --Stalwart Fire Opal
- [18] = { itemID = 30552, droprate = ".18%" }; --Blessed Tanzanite
+ [16] = { itemID = 30553 }; --Pristine Fire Opal
+ [17] = { itemID = 30554 }; --Stalwart Fire Opal
+ [18] = { itemID = 30552 }; --Blessed Tanzanite
[1] = { itemID = 32769 }; --Belt of the Raven Lord
[2] = { itemID = 32778 }; --Boots of Righteous Fortitude
[3] = { itemID = 32779 }; --Band of Frigid Elements
@@ -348,29 +348,29 @@ AtlasLoot_Data["AuchSethekk"] = {
};
{
Name = BabbleBoss["Talon King Ikiss"];
- [1] = { itemID = 27948, droprate = ".89%" }; --Trousers of Oblivion
- [2] = { itemID = 27838, droprate = ".54%" }; --Incanter's Trousers
- [3] = { itemID = 27875, droprate = "0.28%" }; --Hallowed Trousers
- [4] = { itemID = 27776, droprate = "0.21%" }; --Shoulderpads of Assassination
- [5] = { itemID = 27936, droprate = "2.100" }; --Greaves of Desolation
- [7] = { itemID = 27946, droprate = "0.21%" }; --Avian Cloak of Feathers
- [8] = { itemID = 27981, droprate = "0.100" }; --Sethekk Oracle Cloak
- [9] = { itemID = 27985, droprate = ".24%" }; --Deathforge Girdle
- [10] = { itemID = 27925, droprate = "2.79%" }; --Ravenclaw Band
- [11] = { itemID = 27980, droprate = "1.18%" }; --Terokk's Nightmace
- [12] = { itemID = 27986, droprate = ".50%" }; --Crow Wing Reaper
- [14] = { itemID = 27632, droprate = "100%" }; --Terokk's Quill
- [15] = { itemID = 27991, droprate = "100%" }; --Shadow Labyrinth Key
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30553, droprate = "5.73%" }; --Pristine Fire Opal
- [19] = { itemID = 30554, droprate = "0.11%" }; --Stalwart Fire Opal
- [20] = { itemID = 30552, droprate = ".18%" }; --Blessed Tanzanite
- [22] = { itemID = 29249, droprate = ".49%" }; --Bands of the Benevolent
- [23] = { itemID = 29259, droprate = ".87%" }; --Bracers of the Hunt
+ [1] = { itemID = 27948 }; --Trousers of Oblivion
+ [2] = { itemID = 27838 }; --Incanter's Trousers
+ [3] = { itemID = 27875 }; --Hallowed Trousers
+ [4] = { itemID = 27776 }; --Shoulderpads of Assassination
+ [5] = { itemID = 27936 }; --Greaves of Desolation
+ [7] = { itemID = 27946 }; --Avian Cloak of Feathers
+ [8] = { itemID = 27981 }; --Sethekk Oracle Cloak
+ [9] = { itemID = 27985 }; --Deathforge Girdle
+ [10] = { itemID = 27925 }; --Ravenclaw Band
+ [11] = { itemID = 27980 }; --Terokk's Nightmace
+ [12] = { itemID = 27986 }; --Crow Wing Reaper
+ [14] = { itemID = 27632 }; --Terokk's Quill
+ [15] = { itemID = 27991 }; --Shadow Labyrinth Key
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30553 }; --Pristine Fire Opal
+ [19] = { itemID = 30554 }; --Stalwart Fire Opal
+ [20] = { itemID = 30552 }; --Blessed Tanzanite
+ [22] = { itemID = 29249 }; --Bands of the Benevolent
+ [23] = { itemID = 29259 }; --Bracers of the Hunt
[24] = { itemID = 32073 }; --Spaulders of Dementia
- [25] = { itemID = 29355, droprate = ".16%" }; --Terokk's Shadowstaff
- [27] = { itemID = 33834, droprate = "100%" }; --The Headfeathers of Ikiss
+ [25] = { itemID = 29355 }; --Terokk's Shadowstaff
+ [27] = { itemID = 33834 }; --The Headfeathers of Ikiss
};
};
@@ -386,94 +386,94 @@ AtlasLoot_Data["AuchShadowLab"] = {
Map = "AuchShadowLabyrinth";
{
Name = BabbleBoss["Ambassador Hellmaw"];
- [1] = { itemID = 27889, droprate = "3.58%" }; --Jaedenfire Gloves of Annihilation
- [2] = { itemID = 27888, droprate = "1.81%" }; --Dream-Wing Helm
- [3] = { itemID = 27884, droprate = "3.15%" }; --Ornate Boots of the Sanctified
- [4] = { itemID = 27886, droprate = "2.94%" }; --Idol of the Emerald Queen
- [5] = { itemID = 27887, droprate = "0.88%" }; --Platinum Shield of the Valorous
- [6] = { itemID = 27885, droprate = "3.34%" }; --Soul-Wand of the Aldor
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30563, droprate = "6.67%" }; --Regal Tanzanite
- [19] = { itemID = 30559, droprate = "7.85%" }; --Etched Fire Opal
- [20] = { itemID = 30560, droprate = "5.47%" }; --Rune Covered Chrysoprase
+ [1] = { itemID = 27889 }; --Jaedenfire Gloves of Annihilation
+ [2] = { itemID = 27888 }; --Dream-Wing Helm
+ [3] = { itemID = 27884 }; --Ornate Boots of the Sanctified
+ [4] = { itemID = 27886 }; --Idol of the Emerald Queen
+ [5] = { itemID = 27887 }; --Platinum Shield of the Valorous
+ [6] = { itemID = 27885 }; --Soul-Wand of the Aldor
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30563 }; --Regal Tanzanite
+ [19] = { itemID = 30559 }; --Etched Fire Opal
+ [20] = { itemID = 30560 }; --Rune Covered Chrysoprase
};
{
Name = BabbleBoss["Blackheart the Inciter"];
- [1] = { itemID = 27468, droprate = ".67%" }; --Moonglade Handwraps
- [3] = { itemID = 27892, droprate = "6.32%" }; --Cloak of the Inciter
- [4] = { itemID = 27893, droprate = "3.35%" }; --Ornate Leggings of the Venerated
- [5] = { itemID = 28134, droprate = "0.54%" }; --Brooch of Hightened Potential
- [6] = { itemID = 27891, droprate = "0.93%" }; --Adamantine Figurine
- [7] = { itemID = 27890, droprate = "0.77%" }; --Wand of the Netherwing
- [9] = { itemID = 25728, droprate = ".94%" }; --Pattern: Stylin' Purple Hat
- [11] = { itemID = 30808, droprate = "100%" }; --Book of Fel Names
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30563, droprate = "6.67%" }; --Regal Tanzanite
- [19] = { itemID = 30559, droprate = "7.85%" }; --Etched Fire Opal
- [20] = { itemID = 30560, droprate = "5.47%" }; --Rune Covered Chrysoprase
+ [1] = { itemID = 27468 }; --Moonglade Handwraps
+ [3] = { itemID = 27892 }; --Cloak of the Inciter
+ [4] = { itemID = 27893 }; --Ornate Leggings of the Venerated
+ [5] = { itemID = 28134 }; --Brooch of Hightened Potential
+ [6] = { itemID = 27891 }; --Adamantine Figurine
+ [7] = { itemID = 27890 }; --Wand of the Netherwing
+ [9] = { itemID = 25728 }; --Pattern: Stylin' Purple Hat
+ [11] = { itemID = 30808 }; --Book of Fel Names
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30563 }; --Regal Tanzanite
+ [19] = { itemID = 30559 }; --Etched Fire Opal
+ [20] = { itemID = 30560 }; --Rune Covered Chrysoprase
};
{
Name = BabbleBoss["Grandmaster Vorpil"];
- [1] = { itemID = 27775, droprate = "6.11%" }; --Hallowed Pauldrons
- [3] = { itemID = 27897, droprate = "2.67%" }; --Breastplate of Many Graces
- [4] = { itemID = 27900, droprate = "6.64%" }; --Jewel of Charismatic Mystique
- [5] = { itemID = 27901, droprate = "4.35%" }; --Blackout Truncheon
- [6] = { itemID = 27898, droprate = "4.71%" }; --Wrathfire Hand-Cannon
- [8] = { itemID = 30827, droprate = "100%" }; --Lexicon Demonica
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30563, droprate = "6.67%" }; --Regal Tanzanite
- [19] = { itemID = 30559, droprate = "7.85%" }; --Etched Fire Opal
- [20] = { itemID = 30560, droprate = "5.47%" }; --Rune Covered Chrysoprase
+ [1] = { itemID = 27775 }; --Hallowed Pauldrons
+ [3] = { itemID = 27897 }; --Breastplate of Many Graces
+ [4] = { itemID = 27900 }; --Jewel of Charismatic Mystique
+ [5] = { itemID = 27901 }; --Blackout Truncheon
+ [6] = { itemID = 27898 }; --Wrathfire Hand-Cannon
+ [8] = { itemID = 30827 }; --Lexicon Demonica
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30563 }; --Regal Tanzanite
+ [19] = { itemID = 30559 }; --Etched Fire Opal
+ [20] = { itemID = 30560 }; --Rune Covered Chrysoprase
};
{
Name = BabbleBoss["Murmur"];
[1] = { itemID = 24309 };
- [3] = { itemID = 27902, droprate = "2.28%" }; --Silent Slippers of Meditation
- [4] = { itemID = 27912, droprate = "3.59%" }; --Harness of the Deep Currents
- [5] = { itemID = 27913, droprate = ".69%" }; --Whispering Blade of Slaying
- [6] = { itemID = 27905, droprate = ".35%" }; --Greatsword of Horrid Dreams
- [7] = { itemID = 27903, droprate = "1.17%" }; --Sonic Spear
- [8] = { itemID = 27910, droprate = "2.46%" }; --Silvermoon Crest Shield
- [10] = { itemID = 27778, droprate = "2.28%" }; --Spaulders of Oblivion
- [11] = { itemID = 28232, droprate = "0.47%" }; --Robe of Oblivion
- [12] = { itemID = 28230, droprate = "1.46%" }; --Hallowed Garments
- [13] = { itemID = 27908, droprate = ".76%" }; --Leggings of Assassination
- [14] = { itemID = 27909, droprate = "3.87%" }; --Tidefury Kilt
- [15] = { itemID = 27803, droprate = ".49%" }; --Shoulderguards of the Bold
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30563, droprate = "6.67%" }; --Regal Tanzanite
- [19] = { itemID = 30559, droprate = "7.85%" }; --Etched Fire Opal
- [20] = { itemID = 30560, droprate = "5.47%" }; --Rune Covered Chrysoprase
- [22] = { itemID = 30532, droprate = "1.90%" }; --Kirin Tor Master's Trousers
+ [3] = { itemID = 27902 }; --Silent Slippers of Meditation
+ [4] = { itemID = 27912 }; --Harness of the Deep Currents
+ [5] = { itemID = 27913 }; --Whispering Blade of Slaying
+ [6] = { itemID = 27905 }; --Greatsword of Horrid Dreams
+ [7] = { itemID = 27903 }; --Sonic Spear
+ [8] = { itemID = 27910 }; --Silvermoon Crest Shield
+ [10] = { itemID = 27778 }; --Spaulders of Oblivion
+ [11] = { itemID = 28232 }; --Robe of Oblivion
+ [12] = { itemID = 28230 }; --Hallowed Garments
+ [13] = { itemID = 27908 }; --Leggings of Assassination
+ [14] = { itemID = 27909 }; --Tidefury Kilt
+ [15] = { itemID = 27803 }; --Shoulderguards of the Bold
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30563 }; --Regal Tanzanite
+ [19] = { itemID = 30559 }; --Etched Fire Opal
+ [20] = { itemID = 30560 }; --Rune Covered Chrysoprase
+ [22] = { itemID = 30532 }; --Kirin Tor Master's Trousers
[23] = { itemID = 29357 }; --Master Thief's Gloves
- [24] = { itemID = 29261, droprate = ".57%" }; --Girdle of Ferocity
- [25] = { itemID = 29353, droprate = "0.71%" }; --Shockwave Truncheon
- [27] = { itemID = 31722, droprate = "100%" }; --Murmur's Essence
- [28] = { itemID = 33840, droprate = "100%" }; --Murmur's Whisper
+ [24] = { itemID = 29261 }; --Girdle of Ferocity
+ [25] = { itemID = 29353 }; --Shockwave Truncheon
+ [27] = { itemID = 31722 }; --Murmur's Essence
+ [28] = { itemID = 33840 }; --Murmur's Whisper
Prev = "AuchShadowGrandmaster";
};
{
Name = AL["Trash Mobs"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["Trash Mobs"], "=q5=" .. BabbleZone["Mana-Tombs"] };
- [2] = { itemID = 23615, droprate = ".52%" }; --Plans: Swiftsteel Gloves
- [3] = { itemID = 22543, droprate = ".52%" }; --Formula: Enchant Boots - Fortitude
- [5] = { icon = "INV_Box_01", name = "=q6=" .. AL["Trash Mobs"], "=q5=" .. BabbleZone["Sethekk Halls"] };
- [6] = { itemID = 25731, droprate = ".46%" }; --Pattern: Stylin' Crimson Hat
- [7] = { itemID = 29669, droprate = ".39%" }; --Pattern: Shadow Armor Kit
- [9] = { icon = "INV_Box_01", name = "=q6=" .. AL["The Saga of Terokk"], "=q5=" .. BabbleZone["Sethekk Halls"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["Trash Mobs"], "=q5=" .. BabbleZone["Mana-Tombs"] };
+ [2] = { itemID = 23615 }; --Plans: Swiftsteel Gloves
+ [3] = { itemID = 22543 }; --Formula: Enchant Boots - Fortitude
+ [5] = { icon = "INV_Box_01", name = WHITE.. AL["Trash Mobs"], "=q5=" .. BabbleZone["Sethekk Halls"] };
+ [6] = { itemID = 25731 }; --Pattern: Stylin' Crimson Hat
+ [7] = { itemID = 29669 }; --Pattern: Shadow Armor Kit
+ [9] = { icon = "INV_Box_01", name = WHITE.. AL["The Saga of Terokk"], "=q5=" .. BabbleZone["Sethekk Halls"] };
[10] = { itemID = 27634 }; --The Saga of Terokk
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["Trash Mobs"], "=q5=" .. BabbleZone["Auchenai Crypts"] };
- [17] = { itemID = 23605, droprate = ".69%" }; --Plans: Felsteel Gloves
- [18] = { itemID = 22544, droprate = ".60%" }; --Formula: Enchant Boots - Dexterity
- [20] = { icon = "INV_Box_01", name = "=q6=" .. AL["Trash Mobs"], "=q5=" .. BabbleZone["Shadow Labyrinth"] };
- [21] = { itemID = 23607, droprate = ".61%" }; --Plans: Felsteel Helm
- [23] = { icon = "INV_Box_01", name = "=q6=" .. AL["First Fragment Guardian"], "=q5=" .. BabbleZone["Shadow Labyrinth"] };
- [24] = { itemID = 24514, droprate = "100%" }; --First Key Fragment
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["Trash Mobs"], "=q5=" .. BabbleZone["Auchenai Crypts"] };
+ [17] = { itemID = 23605 }; --Plans: Felsteel Gloves
+ [18] = { itemID = 22544 }; --Formula: Enchant Boots - Dexterity
+ [20] = { icon = "INV_Box_01", name = WHITE.. AL["Trash Mobs"], "=q5=" .. BabbleZone["Shadow Labyrinth"] };
+ [21] = { itemID = 23607 }; --Plans: Felsteel Helm
+ [23] = { icon = "INV_Box_01", name = WHITE.. AL["First Fragment Guardian"], "=q5=" .. BabbleZone["Shadow Labyrinth"] };
+ [24] = { itemID = 24514 }; --First Key Fragment
};
};
@@ -503,9 +503,9 @@ AtlasLoot_Data["BlackTemple"] = {
[16] = { itemID = 32238 }; --Ring of Calming Waves
[17] = { itemID = 32236 }; --Rising Tide
[18] = { itemID = 32248 }; --Halberd of Desolation
- [20] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [21] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [22] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [20] = { itemID = 29434 }; --Badge of Justice
+ [21] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [22] = { itemID = 98570 }; --Mystic Orb
[24] = { itemID = 63451, droprate = "1%" }; --Pet Sigil
};
{
@@ -524,9 +524,9 @@ AtlasLoot_Data["BlackTemple"] = {
[18] = { itemID = 32262 }; --Syphon of the Nathrezim
[19] = { itemID = 32255 }; --Felstone Bulwark
[20] = { itemID = 32253 }; --Legionkiller
- [22] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [23] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [24] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [22] = { itemID = 29434 }; --Badge of Justice
+ [23] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [24] = { itemID = 98570 }; --Mystic Orb
[26] = { itemID = 63510, droprate = "1%" }; --Pet Sigil
};
{
@@ -544,9 +544,9 @@ AtlasLoot_Data["BlackTemple"] = {
[16] = { itemID = 32266 }; --Ring of Deceitful Intent
[17] = { itemID = 32361 }; --Blind-Seers Icon
[19] = { itemID = 11432 }; --Ashtongue Jewel
- [21] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [22] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [23] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [21] = { itemID = 29434 }; --Badge of Justice
+ [22] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [23] = { itemID = 98570 }; --Mystic Orb
[25] = { itemID = 63425, droprate = "1%" }; --Pet Sigil
};
{
@@ -563,9 +563,9 @@ AtlasLoot_Data["BlackTemple"] = {
[11] = { itemID = 32349 }; --Translucent Spellthread Necklace
[16] = { itemID = 32507 }; --Gorefiend
[17] = { itemID = 32325 }; --Rifle of the Stoic Guardian
- [19] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [20] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [21] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [19] = { itemID = 29434 }; --Badge of Justice
+ [20] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [21] = { itemID = 98570 }; --Mystic Orb
[23] = { itemID = 63443, droprate = "1%" }; --Pet Sigil
};
{
@@ -582,9 +582,9 @@ AtlasLoot_Data["BlackTemple"] = {
[18] = { itemID = 32269 }; --Messenger of Fate
[19] = { itemID = 32344 }; --Staff of Immaculate Recovery
[20] = { itemID = 32343 }; --Wand of Prismatic Focus
- [22] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [23] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [24] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [22] = { itemID = 29434 }; --Badge of Justice
+ [23] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [24] = { itemID = 98570 }; --Mystic Orb
[26] = { itemID = 63521, droprate = "1%" }; --Pet Sigil
};
{
@@ -601,9 +601,9 @@ AtlasLoot_Data["BlackTemple"] = {
[16] = { itemID = 32362 }; --Pendant of Titans
[17] = { itemID = 32350 }; --Touch of Inspiration
[18] = { itemID = 32332 }; --Torch of the Damned
- [20] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [21] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [22] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [20] = { itemID = 29434 }; --Badge of Justice
+ [21] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [22] = { itemID = 98570 }; --Mystic Orb
[24] = { itemID = 63940, droprate = "1%" }; --Pet Sigil
};
{
@@ -614,10 +614,10 @@ AtlasLoot_Data["BlackTemple"] = {
[4] = { itemID = 32365 }; --Heartshatter Breastplate
[5] = { itemID = 32370 }; --Nadina's Pendant of Purity
[6] = { itemID = 32369 }; --Blade of Savagery
- [16] = { itemID = 31101, droprate = "100%", lootTable = {"T6SHOULDER","Token"} }; --Pauldrons of the Forgotten Conqueror
- [18] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [19] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [20] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [16] = { itemID = 31101, lootTable = {"T6SHOULDER","Token"} }; --Pauldrons of the Forgotten Conqueror
+ [18] = { itemID = 29434 }; --Badge of Justice
+ [19] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [20] = { itemID = 98570 }; --Mystic Orb
[22] = { itemID = 63520, droprate = "1%" }; --Pet Sigil
};
{
@@ -628,13 +628,13 @@ AtlasLoot_Data["BlackTemple"] = {
[4] = { itemID = 32376 }; --Forest Prowler's Helm
[5] = { itemID = 32373 }; --Helm of the Illidari Shatterer
[7] = { itemID = 32326 }; --Twisted Blades of Zarak
- [16] = { itemID = 31101, droprate = "100%", lootTable = {"T6SHOULDER","Token"} }; --Pauldrons of the Forgotten Conqueror
- [17] = { itemID = 31098, droprate = "100%", lootTable = {"T6LEGS","Token"} }; --Leggings of the Forgotten Conqueror
- [18] = { itemID = 31097, droprate = "100%", lootTable = {"T6HEAD","Token"} }; --Helm of the Forgotten Conqueror
- [19] = { itemID = 31092, droprate = "100%", lootTable = {"T6HAND","Token"} }; --Gloves of the Forgotten Conqueror
- [21] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [22] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [23] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [16] = { itemID = 31101, lootTable = {"T6SHOULDER","Token"} }; --Pauldrons of the Forgotten Conqueror
+ [17] = { itemID = 31098, lootTable = {"T6LEGS","Token"} }; --Leggings of the Forgotten Conqueror
+ [18] = { itemID = 31097, lootTable = {"T6HEAD","Token"} }; --Helm of the Forgotten Conqueror
+ [19] = { itemID = 31092, lootTable = {"T6HAND","Token"} }; --Gloves of the Forgotten Conqueror
+ [21] = { itemID = 29434 }; --Badge of Justice
+ [22] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [23] = { itemID = 98570 }; --Mystic Orb
[25] = { itemID = 63929, droprate = "1%" }; --Pet Sigil
[26] = { itemID = 63928, droprate = "1%" }; --Pet Sigil
[27] = { itemID = 63690, droprate = "1%" }; --Pet Sigil
@@ -657,12 +657,12 @@ AtlasLoot_Data["BlackTemple"] = {
[13] = { itemID = 32336 }; --Black Bow of the Betrayer
[14] = { itemID = 32501 }; --Shadowmoon Insignia
[15] = { itemID = 32505 }; --Madness of the Betrayer
- [16] = { itemID = 31089, droprate = "100%", lootTable = {"T6CHEST","Token"} }; --Chestguard of the Forgotten Conqueror
+ [16] = { itemID = 31089, lootTable = {"T6CHEST","Token"} }; --Chestguard of the Forgotten Conqueror
[18] = { itemID = 32837 }; --Warglaive of Azzinoth
[19] = { itemID = 32838 }; --Warglaive of Azzinoth
- [21] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [22] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [23] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [21] = { itemID = 29434 }; --Badge of Justice
+ [22] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [23] = { itemID = 98570 }; --Mystic Orb
[25] = { itemID = 63511, droprate = "1%" }; --Pet Sigil
[27] = { itemID = 343208 }; --Mount
};
@@ -690,8 +690,8 @@ AtlasLoot_Data["BlackTemple"] = {
[25] = { itemID = 32249 }; --Seaspray Emerald
[26] = { itemID = 32230 }; --Shadowsong Amethyst
[27] = { itemID = 32227 }; --Crimson Spinel
- [29] = { itemID = 32428, droprate = "6%" }; --Heart of Darkness
- [30] = { itemID = 32897, droprate = "7%" }; --Mark of the Illidari
+ [29] = { itemID = 32428 }; --Heart of Darkness
+ [30] = { itemID = 32897 }; --Mark of the Illidari
};
{
Name = "Reputation Trinkets";
@@ -739,88 +739,88 @@ AtlasLoot_Data["CoTOldHillsbrad"] = {
Map = "CoTOldHillsbrad";
{
Name = BabbleBoss["Lieutenant Drake"];
- [1] = { itemID = 27423, droprate = "9.68%" }; --Cloak of Impulsiveness
- [2] = { itemID = 27418, droprate = "8.16%" }; --Stormreaver Shadow-Kilt
- [3] = { itemID = 27417, droprate = "8.33%" }; --Ravenwing Pauldrons
- [4] = { itemID = 27420, droprate = "7.14%" }; --Uther's Ceremonial Warboots
- [5] = { itemID = 27436, droprate = "5.09%" }; --Iron Band of the Unbreakable
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30589, droprate = ".66%" }; --Dazzling Chrysoprase
- [19] = { itemID = 30591, droprate = ".24%" }; --Empowered Fire Opal
- [20] = { itemID = 30590, droprate = ".10%" }; --Enduring Chrysoprase
- [22] = { itemID = 28212, droprate = "1.43%" }; --Aran's Sorcerous Slacks
- [23] = { itemID = 28214, droprate = ".86%" }; --Grips of the Lunar Eclipse
- [24] = { itemID = 28215, droprate = "1.43%" }; --Mok'Nathal Mask of Battle
- [25] = { itemID = 28211, droprate = ".71%" }; --Lieutenant's Signet of Lordaeron
- [26] = { itemID = 28213, droprate = ".57%" }; --Lordaeron Medical Guide
- [27] = { itemID = 28210, droprate = ".71%" }; --Bloodskull Destroyer
+ [1] = { itemID = 27423 }; --Cloak of Impulsiveness
+ [2] = { itemID = 27418 }; --Stormreaver Shadow-Kilt
+ [3] = { itemID = 27417 }; --Ravenwing Pauldrons
+ [4] = { itemID = 27420 }; --Uther's Ceremonial Warboots
+ [5] = { itemID = 27436 }; --Iron Band of the Unbreakable
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30589 }; --Dazzling Chrysoprase
+ [19] = { itemID = 30591 }; --Empowered Fire Opal
+ [20] = { itemID = 30590 }; --Enduring Chrysoprase
+ [22] = { itemID = 28212 }; --Aran's Sorcerous Slacks
+ [23] = { itemID = 28214 }; --Grips of the Lunar Eclipse
+ [24] = { itemID = 28215 }; --Mok'Nathal Mask of Battle
+ [25] = { itemID = 28211 }; --Lieutenant's Signet of Lordaeron
+ [26] = { itemID = 28213 }; --Lordaeron Medical Guide
+ [27] = { itemID = 28210 }; --Bloodskull Destroyer
};
{
Name = BabbleBoss["Captain Skarloc"];
- [1] = { itemID = 27428, droprate = "9.04%" }; --Stormfront Gauntlets
- [2] = { itemID = 27430, droprate = "9.22%" }; --Scaled Greaves of Patience
- [3] = { itemID = 27427, droprate = "4.83%" }; --Durotan's Battle Harness
- [4] = { itemID = 27424, droprate = "8.50%" }; --Amani Venom-Axe
- [5] = { itemID = 27426, droprate = "5.37%" }; --Northshire Battlemace
- [7] = { itemID = 22927, droprate = ".03%" }; --Recipe: Ironshield Potion
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30589, droprate = ".66%" }; --Dazzling Chrysoprase
- [19] = { itemID = 30591, droprate = ".24%" }; --Empowered Fire Opal
- [20] = { itemID = 30590, droprate = ".10%" }; --Enduring Chrysoprase
- [22] = { itemID = 28218, droprate = "8.18%" }; --Pontiff's Pantaloons of Prophecy
- [23] = { itemID = 28220, droprate = ".14%" }; --Moon-Crown Antlers
- [24] = { itemID = 28219, droprate = ".03%" }; --Emerald-Scale Greaves
- [25] = { itemID = 28221, droprate = ".52%" }; --Boots of the Watchful Heart
- [26] = { itemID = 28217, droprate = ".09%" }; --Tarren Mill Vitality Locket
- [27] = { itemID = 28216, droprate = ".06%" }; --Dathrohan's Ceremonial Hammer
+ [1] = { itemID = 27428 }; --Stormfront Gauntlets
+ [2] = { itemID = 27430 }; --Scaled Greaves of Patience
+ [3] = { itemID = 27427 }; --Durotan's Battle Harness
+ [4] = { itemID = 27424 }; --Amani Venom-Axe
+ [5] = { itemID = 27426 }; --Northshire Battlemace
+ [7] = { itemID = 22927 }; --Recipe: Ironshield Potion
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30589 }; --Dazzling Chrysoprase
+ [19] = { itemID = 30591 }; --Empowered Fire Opal
+ [20] = { itemID = 30590 }; --Enduring Chrysoprase
+ [22] = { itemID = 28218 }; --Pontiff's Pantaloons of Prophecy
+ [23] = { itemID = 28220 }; --Moon-Crown Antlers
+ [24] = { itemID = 28219 }; --Emerald-Scale Greaves
+ [25] = { itemID = 28221 }; --Boots of the Watchful Heart
+ [26] = { itemID = 28217 }; --Tarren Mill Vitality Locket
+ [27] = { itemID = 28216 }; --Dathrohan's Ceremonial Hammer
};
{
Name = BabbleBoss["Epoch Hunter"];
- [1] = { itemID = 27433, droprate = "9.11%" }; --Pauldrons of Sufferance
- [2] = { itemID = 27434, droprate = "6.26%" }; --Mantle of Perenolde
- [3] = { itemID = 27440, droprate = "6.12%" }; --Diamond Prism of Recurrence
- [4] = { itemID = 27432, droprate = "6.35%" }; --Broxigar's Ring of Valor
- [5] = { itemID = 27431, droprate = "4.09%" }; --Time-Shifted Dagger
- [6] = { icon = "INV_Box_01", name = "#j27#" };
- [7] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
+ [1] = { itemID = 27433 }; --Pauldrons of Sufferance
+ [2] = { itemID = 27434 }; --Mantle of Perenolde
+ [3] = { itemID = 27440 }; --Diamond Prism of Recurrence
+ [4] = { itemID = 27432 }; --Broxigar's Ring of Valor
+ [5] = { itemID = 27431 }; --Time-Shifted Dagger
+ [6] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [7] = { itemID = 29434 }; --Badge of Justice
[8] = { itemID = 29250 }; --Cord of Sanctification
[9] = { itemID = 29246 }; --Nightfall Wristguards
- [10] = { itemID = 29357, droprate = "0.100" }; --Master Thief's Gloves
+ [10] = { itemID = 29357 }; --Master Thief's Gloves
[11] = { itemID = 30534 }; --Wyrmscale Greaves
- [12] = { itemID = 30536, droprate = "5.100" }; --Greaves of the Martyr
- [13] = { itemID = 27911, droprate = "0.100" }; --Epoch's Whispering Cinch
- [14] = { itemID = 28344, droprate = ".24%" }; --Wyrmfury Pauldrons
- [15] = { itemID = 28233, droprate = "5.100" }; --Necklace of Resplendent Hope
- [16] = { itemID = 27904, droprate = ".17%" }; --Resounding Ring of Glory
- [17] = { itemID = 28227, droprate = ".24%" }; --Sparking Arcanite Ring
- [18] = { itemID = 28223, droprate = "0.100" }; --Arcanist's Stone
- [19] = { itemID = 28226, droprate = ".100" }; --Timeslicer
- [20] = { itemID = 28222, droprate = ".48%" }; --Reaver of the Infinites
- [21] = { itemID = 30589, droprate = ".66%" }; --Dazzling Chrysoprase
- [22] = { itemID = 30591, droprate = ".24%" }; --Empowered Fire Opal
- [23] = { itemID = 30590, droprate = ".10%" }; --Enduring Chrysoprase
- [24] = { itemID = 24173, droprate = ".10%" }; --Design: Circlet of Arcane Might
- [25] = { itemID = 28191, droprate = ".24%" }; --Mana-Etched Vestments
- [26] = { itemID = 28224, droprate = ".24%" }; --Wastewalker Helm
- [27] = { itemID = 28401, droprate = ".14%" }; --Hauberk of Desolation
- [28] = { itemID = 28225, droprate = ".14%" }; --Doomplate Warhelm
- [30] = { itemID = 33847, droprate = "100%" }; --Epoch Hunter's Head
+ [12] = { itemID = 30536 }; --Greaves of the Martyr
+ [13] = { itemID = 27911 }; --Epoch's Whispering Cinch
+ [14] = { itemID = 28344 }; --Wyrmfury Pauldrons
+ [15] = { itemID = 28233 }; --Necklace of Resplendent Hope
+ [16] = { itemID = 27904 }; --Resounding Ring of Glory
+ [17] = { itemID = 28227 }; --Sparking Arcanite Ring
+ [18] = { itemID = 28223 }; --Arcanist's Stone
+ [19] = { itemID = 28226 }; --Timeslicer
+ [20] = { itemID = 28222 }; --Reaver of the Infinites
+ [21] = { itemID = 30589 }; --Dazzling Chrysoprase
+ [22] = { itemID = 30591 }; --Empowered Fire Opal
+ [23] = { itemID = 30590 }; --Enduring Chrysoprase
+ [24] = { itemID = 24173 }; --Design: Circlet of Arcane Might
+ [25] = { itemID = 28191 }; --Mana-Etched Vestments
+ [26] = { itemID = 28224 }; --Wastewalker Helm
+ [27] = { itemID = 28401 }; --Hauberk of Desolation
+ [28] = { itemID = 28225 }; --Doomplate Warhelm
+ [30] = { itemID = 33847 }; --Epoch Hunter's Head
};
{
Name = AL["Trash Mobs"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["Trash Mobs"], "=q5=" .. BabbleZone["Old Hillsbrad Foothills"] };
- [2] = { itemID = 25729, droprate = ".25%" }; --Pattern: Stylin' Adventure Hat
- [4] = { icon = "INV_Box_01", name = "=q6=" .. AL["Don Carlos"], "=q5=" .. BabbleZone["Old Hillsbrad Foothills"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["Trash Mobs"], "=q5=" .. BabbleZone["Old Hillsbrad Foothills"] };
+ [2] = { itemID = 25729 }; --Pattern: Stylin' Adventure Hat
+ [4] = { icon = "INV_Box_01", name = WHITE.. AL["Don Carlos"], "=q5=" .. BabbleZone["Old Hillsbrad Foothills"] };
[5] = { itemID = 38506 }; --Don Carlos' Famous Hat
[6] = { itemID = 38329 }; --Don Carlos' Hat
[7] = { itemID = 38276 }; --Haliscan Brimmed Hat
- [9] = { icon = "INV_Box_01", name = "=q6=" .. AL["Trash Mobs"], "=q5=" .. BabbleZone["The Black Morass"] };
- [10] = { itemID = 25730, droprate = ".29%" }; --Pattern: Stylin' Jungle Hat
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["Thomas Yance"], "=q5=" .. BabbleZone["Old Hillsbrad Foothills"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. AL["Trash Mobs"], "=q5=" .. BabbleZone["The Black Morass"] };
+ [10] = { itemID = 25730 }; --Pattern: Stylin' Jungle Hat
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["Thomas Yance"], "=q5=" .. BabbleZone["Old Hillsbrad Foothills"] };
[17] = { itemID = 25725 };
- [19] = { icon = "INV_Box_01", name = "=q6=" .. AL["Aged Dalaran Wizard"], "=q5=" .. BabbleZone["Old Hillsbrad Foothills"] };
+ [19] = { icon = "INV_Box_01", name = WHITE.. AL["Aged Dalaran Wizard"], "=q5=" .. BabbleZone["Old Hillsbrad Foothills"] };
[20] = { itemID = 22539 };
};
};
@@ -841,57 +841,57 @@ AtlasLoot_Data["CoTBlackMorass"] = {
Map = "CoTBlackMorass";
{
Name = BabbleBoss["Chrono Lord Deja"];
- [1] = { itemID = 27988, droprate = "3.87%" }; --Burnoose of Shifting Ages
- [2] = { itemID = 27994, droprate = "2.30%" }; --Mantle of Three Terrors
- [3] = { itemID = 27995, droprate = "3.13%" }; --Sun-Gilded Shouldercaps
- [4] = { itemID = 27993, droprate = "3.84%" }; --Mask of Inner Fire
- [5] = { itemID = 27996, droprate = "4.45%" }; --Ring of Spiritual Precision
- [6] = { itemID = 27987, droprate = "1.51%" }; --Melmorta's Twilight Longbow
- [8] = { itemID = 29675, droprate = ".35%" }; --Pattern: Arcane Armor Kit
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
+ [1] = { itemID = 27988 }; --Burnoose of Shifting Ages
+ [2] = { itemID = 27994 }; --Mantle of Three Terrors
+ [3] = { itemID = 27995 }; --Sun-Gilded Shouldercaps
+ [4] = { itemID = 27993 }; --Mask of Inner Fire
+ [5] = { itemID = 27996 }; --Ring of Spiritual Precision
+ [6] = { itemID = 27987 }; --Melmorta's Twilight Longbow
+ [8] = { itemID = 29675 }; --Pattern: Arcane Armor Kit
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
[18] = { itemID = 30558 }; --Glimmering Fire Opal
[19] = { itemID = 30556 }; --Glinting Fire Opal
[20] = { itemID = 30555 }; --Glowing Tanzanite
};
{
Name = BabbleBoss["Temporus"];
- [1] = { itemID = 28185, droprate = "4.26%" }; --Khadgar's Kilt of Abjuration
- [2] = { itemID = 28186, droprate = "3.14%" }; --Laughing Skull Battle-Harness
- [3] = { itemID = 28034, droprate = "3.69%" }; --Hourglass of the Unraveller
- [4] = { itemID = 28187, droprate = "1.83%" }; --Star-Heart Lamp
- [5] = { itemID = 28184, droprate = "1.74%" }; --Millennium Blade
- [6] = { itemID = 28033, droprate = "3.80%" }; --Epoch-Mender
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
+ [1] = { itemID = 28185 }; --Khadgar's Kilt of Abjuration
+ [2] = { itemID = 28186 }; --Laughing Skull Battle-Harness
+ [3] = { itemID = 28034 }; --Hourglass of the Unraveller
+ [4] = { itemID = 28187 }; --Star-Heart Lamp
+ [5] = { itemID = 28184 }; --Millennium Blade
+ [6] = { itemID = 28033 }; --Epoch-Mender
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
[18] = { itemID = 30558 }; --Glimmering Fire Opal
[19] = { itemID = 30556 }; --Glinting Fire Opal
[20] = { itemID = 30555 }; --Glowing Tanzanite
};
{
Name = BabbleBoss["Aeonus"];
- [1] = { itemID = 28193, droprate = "1.99%" }; --Mana-Etched Crown
- [2] = { itemID = 27509, droprate = "2.84%" }; --Handgrips of Assassination
- [3] = { itemID = 27873, droprate = "1.28%" }; --Moonglade Pants
- [4] = { itemID = 28192, droprate = "2.77%" }; --Helm of Desolation
- [5] = { itemID = 27977, droprate = ".92%" }; --Legplates of the Bold
- [6] = { itemID = 27839, droprate = "2.10%" }; --Legplates of the Righteous
- [8] = { itemID = 28206, droprate = "2.25%" }; --Cowl of the Guiltless
- [9] = { itemID = 28194, droprate = "3.51%" }; --Primal Surge Bracers
- [10] = { itemID = 28207, droprate = "1.11%" }; --Pauldrons of the Crimson Flight
- [11] = { itemID = 28190, droprate = "1.32%" }; --Scarab of the Infinite Cycle
- [12] = { itemID = 28189, droprate = ".70%" }; --Latro's Shifting Sword
- [13] = { itemID = 28188, droprate = "0.48%" }; --Bloodfire Greatstaff
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
+ [1] = { itemID = 28193 }; --Mana-Etched Crown
+ [2] = { itemID = 27509 }; --Handgrips of Assassination
+ [3] = { itemID = 27873 }; --Moonglade Pants
+ [4] = { itemID = 28192 }; --Helm of Desolation
+ [5] = { itemID = 27977 }; --Legplates of the Bold
+ [6] = { itemID = 27839 }; --Legplates of the Righteous
+ [8] = { itemID = 28206 }; --Cowl of the Guiltless
+ [9] = { itemID = 28194 }; --Primal Surge Bracers
+ [10] = { itemID = 28207 }; --Pauldrons of the Crimson Flight
+ [11] = { itemID = 28190 }; --Scarab of the Infinite Cycle
+ [12] = { itemID = 28189 }; --Latro's Shifting Sword
+ [13] = { itemID = 28188 }; --Bloodfire Greatstaff
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
[18] = { itemID = 30558 }; --Glimmering Fire Opal
[19] = { itemID = 30556 }; --Glinting Fire Opal
[20] = { itemID = 30555 }; --Glowing Tanzanite
- [22] = { itemID = 30531, droprate = ".49%" }; --Breeches of the Occultist
+ [22] = { itemID = 30531 }; --Breeches of the Occultist
[23] = { itemID = 29247 }; --Girdle of the Deathdealer
[24] = { itemID = 29253 }; --Girdle of Valorous Deeds
[25] = { itemID = 29356 }; --Quantum Blade
- [27] = { itemID = 33858, droprate = "100%" }; --Aeonus's Hourglass
+ [27] = { itemID = 33858 }; --Aeonus's Hourglass
};
};
@@ -923,9 +923,9 @@ AtlasLoot_Data["CoTHyjal"] = {
[17] = { itemID = 30872 }; --Chronicle of Dark Secrets
[18] = { itemID = 30891 }; --Black Featherlight Boots
[19] = { itemID = 30914 }; --Belt of the Crescent Moon
- [21] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [22] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [23] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [21] = { itemID = 29434 }; --Badge of Justice
+ [22] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [23] = { itemID = 98570 }; --Mystic Orb
[25] = { itemID = 61196, droprate = "1%" }; --Pet Sigil
};
{
@@ -945,9 +945,9 @@ AtlasLoot_Data["CoTHyjal"] = {
[19] = { itemID = 30882 }; --Bastion of Light
[20] = { itemID = 30916 }; --Leggings of Channeled Elements
[21] = { itemID = 30919 }; --Valestalker Girdle
- [23] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [24] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [25] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [23] = { itemID = 29434 }; --Badge of Justice
+ [24] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [25] = { itemID = 98570 }; --Mystic Orb
[27] = { itemID = 61287, droprate = "1%" }; --Pet Sigil
};
{
@@ -961,10 +961,10 @@ AtlasLoot_Data["CoTHyjal"] = {
[6] = { itemID = 30900 }; --Bow-stitched Leggings"
[7] = { itemID = 30915 }; --Belt of Seething Fury"
[8] = { itemID = 30918 }; --Hammer of Atonement"
- [16] = { itemID = 31092, droprate = "100%", lootTable = {"T6HAND","Token"} };
- [18] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [19] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [20] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [16] = { itemID = 31092, lootTable = {"T6HAND","Token"} };
+ [18] = { itemID = 29434 }; --Badge of Justice
+ [19] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [20] = { itemID = 98570 }; --Mystic Orb
};
{
Name = BabbleBoss["Azgalor"];
@@ -975,32 +975,32 @@ AtlasLoot_Data["CoTHyjal"] = {
[4] = { itemID = 30899 }; --Don Rodrigo\'s Poncho"
[5] = { itemID = 30901 }; --Boundless Agony"
[6] = { itemID = 30917 }; --Razorfury Mantle"
- [16] = { itemID = 31098, droprate = "100%", lootTable = {"T6LEGS","Token"} }; --Leggings of the Forgotten Conqueror
- [18] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [19] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [20] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [16] = { itemID = 31098, lootTable = {"T6LEGS","Token"} }; --Leggings of the Forgotten Conqueror
+ [18] = { itemID = 29434 }; --Badge of Justice
+ [19] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [20] = { itemID = 98570 }; --Mystic Orb
[22] = { itemID = 61289, droprate = "1%" }; --Pet Sigil
};
{
Name = BabbleBoss["Archimonde"];
NpcID = 17968;
- [1] = { itemID = 30913, droprate = "5%" }; --Robes of Rhonin
- [2] = { itemID = 30912, droprate = "5%" }; --Leggings of Eternity
- [3] = { itemID = 30905, droprate = "4%" }; --Midnight Chestguard
- [4] = { itemID = 30907, droprate = "5%" }; --Mail of Fevered Pursuit
- [5] = { itemID = 30904, droprate = "4%" }; --Savior's Grasp
- [6] = { itemID = 30903, droprate = "5%" }; --Legguards of Endless Rage
- [7] = { itemID = 30911, droprate = "5%" }; --Scepter of Purification
- [9] = { itemID = 30910, droprate = "4%" }; --Tempest of Chaos
- [10] = { itemID = 30902, droprate = "5%" }; --Cataclysm's Edge
- [11] = { itemID = 30908, droprate = "5%" }; --Apostle of Argus
- [12] = { itemID = 30909, droprate = "5%" }; --Antonidas's Aegis of Rapt Concentration
- [13] = { itemID = 30906, droprate = "6%" }; --Bristleblitz Striker
- [16] = { itemID = 31097, droprate = "100%", lootTable = {"T6HEAD","Token"} }; --Helm of the Forgotten Conqueror
+ [1] = { itemID = 30913 }; --Robes of Rhonin
+ [2] = { itemID = 30912 }; --Leggings of Eternity
+ [3] = { itemID = 30905 }; --Midnight Chestguard
+ [4] = { itemID = 30907 }; --Mail of Fevered Pursuit
+ [5] = { itemID = 30904 }; --Savior's Grasp
+ [6] = { itemID = 30903 }; --Legguards of Endless Rage
+ [7] = { itemID = 30911 }; --Scepter of Purification
+ [9] = { itemID = 30910 }; --Tempest of Chaos
+ [10] = { itemID = 30902 }; --Cataclysm's Edge
+ [11] = { itemID = 30908 }; --Apostle of Argus
+ [12] = { itemID = 30909 }; --Antonidas's Aegis of Rapt Concentration
+ [13] = { itemID = 30906 }; --Bristleblitz Striker
+ [16] = { itemID = 31097, lootTable = {"T6HEAD","Token"} }; --Helm of the Forgotten Conqueror
[18] = { itemID = 450009}, -- The String of Time
- [20] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [21] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [22] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [20] = { itemID = 29434 }; --Badge of Justice
+ [21] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [22] = { itemID = 98570 }; --Mystic Orb
[24] = { itemID = 61557, droprate = "1%" }; --Pet Sigil
[26] = { itemID = 1001620 };
};
@@ -1021,9 +1021,9 @@ AtlasLoot_Data["CoTHyjal"] = {
[13] = { itemID = 15830 }; --Infinite Scale Talisman
[16] = { itemID = 18764 }; --Echo of Eons
[17] = { itemID = 15041 }; --Key of Time
- [19] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [20] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [21] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [19] = { itemID = 29434 }; --Badge of Justice
+ [20] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [21] = { itemID = 98570 }; --Mystic Orb
};
{
Name = AL["Trash Mobs"].." - Items";
@@ -1115,76 +1115,76 @@ AtlasLoot_Data["CFRSlavePens"] = {
Map = "CFRTheSlavePens";
{
Name = BabbleBoss["Mennu the Betrayer"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 24359, droprate = "0.20%" }; --Princely Reign Leggings
- [3] = { itemID = 24357, droprate = "1.94%" }; --Vest of Living Lightning
- [4] = { itemID = 24360, droprate = "1.07%" }; --Tracker's Belt
- [5] = { itemID = 24356, droprate = "2.47%" }; --Wastewalker Shiv
- [6] = { itemID = 24361, droprate = "1.07%" }; --Spellfire Longsword
- [8] = { itemID = 29674, droprate = ".80%" }; --Pattern: Nature Armor Kit
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30604, droprate = "2.49%" }; --Resplendent Fire Opal
- [19] = { itemID = 30605, droprate = ".39%" }; --Vivid Chrysoprase
- [20] = { itemID = 30603, droprate = "0.48%" }; --Royal Tanzanite
- [22] = { itemID = 27542, droprate = "6.50%" }; --Cord of Belief
- [23] = { itemID = 27545, droprate = ".50%" }; --Mennu's Scaled Leggings
- [24] = { itemID = 27541, droprate = "2.75%" }; --Archery Belt of the Broken
- [25] = { itemID = 27546, droprate = "3.75%" }; --Traitor's Noose
- [26] = { itemID = 27544, droprate = "2.25%" }; --Totem of Spontaneous Regrowth
- [27] = { itemID = 27543, droprate = "0.100" }; --Starlight Dagger
- [29] = { itemID = 29674, droprate = ".80%" }; --Pattern: Nature Armor Kit
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 24359 }; --Princely Reign Leggings
+ [3] = { itemID = 24357 }; --Vest of Living Lightning
+ [4] = { itemID = 24360 }; --Tracker's Belt
+ [5] = { itemID = 24356 }; --Wastewalker Shiv
+ [6] = { itemID = 24361 }; --Spellfire Longsword
+ [8] = { itemID = 29674 }; --Pattern: Nature Armor Kit
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30604 }; --Resplendent Fire Opal
+ [19] = { itemID = 30605 }; --Vivid Chrysoprase
+ [20] = { itemID = 30603 }; --Royal Tanzanite
+ [22] = { itemID = 27542 }; --Cord of Belief
+ [23] = { itemID = 27545 }; --Mennu's Scaled Leggings
+ [24] = { itemID = 27541 }; --Archery Belt of the Broken
+ [25] = { itemID = 27546 }; --Traitor's Noose
+ [26] = { itemID = 27544 }; --Totem of Spontaneous Regrowth
+ [27] = { itemID = 27543 }; --Starlight Dagger
+ [29] = { itemID = 29674 }; --Pattern: Nature Armor Kit
};
{
Name = BabbleBoss["Rokmar the Crackler"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 24379, droprate = "0.05%" }; --Bogstrok Scale Cloak
- [3] = { itemID = 24376, droprate = "1.45%" }; --Runed Fungalcap
- [4] = { itemID = 24378, droprate = ".66%" }; --Coilfang Hammer of Renewal
- [5] = { itemID = 24380, droprate = "0.26%" }; --Calming Spore Reed
- [6] = { itemID = 24381, droprate = "0.05%" }; --Coilfang Needler
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30604, droprate = "2.49%" }; --Resplendent Fire Opal
- [19] = { itemID = 30605, droprate = ".39%" }; --Vivid Chrysoprase
- [20] = { itemID = 30603, droprate = "0.48%" }; --Royal Tanzanite
- [22] = { itemID = 27550, droprate = "1.48%" }; --Ironscale War Cloak
- [23] = { itemID = 27547, droprate = "4.85%" }; --Coldwhisper Cord
- [24] = { itemID = 28124, droprate = ".96%" }; --Liar's Cord
- [25] = { itemID = 27549, droprate = ".80%" }; --Wavefury Boots
- [26] = { itemID = 27548, droprate = "4.85%" }; --Girdle of Many Blessings
- [27] = { itemID = 27551, droprate = "6.25%" }; --Skeletal Necklace of Battlerage
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 24379 }; --Bogstrok Scale Cloak
+ [3] = { itemID = 24376 }; --Runed Fungalcap
+ [4] = { itemID = 24378 }; --Coilfang Hammer of Renewal
+ [5] = { itemID = 24380 }; --Calming Spore Reed
+ [6] = { itemID = 24381 }; --Coilfang Needler
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30604 }; --Resplendent Fire Opal
+ [19] = { itemID = 30605 }; --Vivid Chrysoprase
+ [20] = { itemID = 30603 }; --Royal Tanzanite
+ [22] = { itemID = 27550 }; --Ironscale War Cloak
+ [23] = { itemID = 27547 }; --Coldwhisper Cord
+ [24] = { itemID = 28124 }; --Liar's Cord
+ [25] = { itemID = 27549 }; --Wavefury Boots
+ [26] = { itemID = 27548 }; --Girdle of Many Blessings
+ [27] = { itemID = 27551 }; --Skeletal Necklace of Battlerage
};
{
Name = BabbleBoss["Quagmirran"];
- [1] = { itemID = 27796, droprate = ".24%" }; --Mana-Etched Spaulders
- [2] = { itemID = 27713, droprate = "0.70%" }; --Pauldrons of Desolation
- [4] = { itemID = 27742, droprate = "2.100" }; --Mage-Fury Girdle
+ [1] = { itemID = 27796 }; --Mana-Etched Spaulders
+ [2] = { itemID = 27713 }; --Pauldrons of Desolation
+ [4] = { itemID = 27742 }; --Mage-Fury Girdle
[5] = { itemID = 27712 }; --Shackles of Quagmirran
- [6] = { itemID = 27800, droprate = "3.76%" }; --Earthsoul Britches
- [7] = { itemID = 28337, droprate = ".73%" }; --Breastplate of Righteous Fury
- [8] = { itemID = 27672, droprate = ".64%" }; --Girdle of the Immovable
- [9] = { itemID = 27740, droprate = "2.23%" }; --Band of Ursol
- [10] = { itemID = 27683, droprate = ".86%" }; --Quagmirran's Eye
- [11] = { itemID = 27714, droprate = "0.92%" }; --Swamplight Lantern
+ [6] = { itemID = 27800 }; --Earthsoul Britches
+ [7] = { itemID = 28337 }; --Breastplate of Righteous Fury
+ [8] = { itemID = 27672 }; --Girdle of the Immovable
+ [9] = { itemID = 27740 }; --Band of Ursol
+ [10] = { itemID = 27683 }; --Quagmirran's Eye
+ [11] = { itemID = 27714 }; --Swamplight Lantern
[12] = { itemID = 27673}; --Phosphorescent Blade
- [13] = { itemID = 27741, droprate = ".83%" }; --Bleeding Hollow Warhammer
- [15] = { itemID = 33821, droprate = "100%" }; --The Heart of Quagmirran
- [16] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [17] = { itemID = 30604, droprate = "2.49%" }; --Resplendent Fire Opal
- [18] = { itemID = 30605, droprate = ".39%" }; --Vivid Chrysoprase
- [19] = { itemID = 30603, droprate = "0.48%" }; --Royal Tanzanite
- [20] = { itemID = 29242, droprate = "0.04%" }; --Boots of Blasphemy
- [21] = { itemID = 30538, droprate = ".95%" }; --Midnight Legguards
+ [13] = { itemID = 27741 }; --Bleeding Hollow Warhammer
+ [15] = { itemID = 33821 }; --The Heart of Quagmirran
+ [16] = { itemID = 29434 }; --Badge of Justice
+ [17] = { itemID = 30604 }; --Resplendent Fire Opal
+ [18] = { itemID = 30605 }; --Vivid Chrysoprase
+ [19] = { itemID = 30603 }; --Royal Tanzanite
+ [20] = { itemID = 29242 }; --Boots of Blasphemy
+ [21] = { itemID = 30538 }; --Midnight Legguards
[22] = { itemID = 32078 }; --Pauldrons of Wild Magic
- [23] = { itemID = 29349, droprate = ".53%" }; --Adamantine Chain of the Unbroken
- [25] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [26] = { itemID = 24362, droprate = "0.63%" }; --Spore-Soaked Vaneer
- [27] = { itemID = 24365, droprate = "0.89%" }; --Deft Handguards
- [28] = { itemID = 24366, droprate = "1.72%" }; --Scorpid-Sting Mantle
- [29] = { itemID = 24363, droprate = ".54%" }; --Unscarred Breastplate
- [30] = { itemID = 24364, droprate = ".98%" }; --Azureplate Greaves
+ [23] = { itemID = 29349 }; --Adamantine Chain of the Unbroken
+ [25] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [26] = { itemID = 24362 }; --Spore-Soaked Vaneer
+ [27] = { itemID = 24365 }; --Deft Handguards
+ [28] = { itemID = 24366 }; --Scorpid-Sting Mantle
+ [29] = { itemID = 24363 }; --Unscarred Breastplate
+ [30] = { itemID = 24364 }; --Azureplate Greaves
};
};
@@ -1200,68 +1200,68 @@ AtlasLoot_Data["CFRSteamvault"] = {
Map = "CFRTheSteamvault";
{
Name = BabbleBoss["Hydromancer Thespia"];
- [1] = { itemID = 27508, droprate = "7.09%" }; --Incanter's Gloves
- [3] = { itemID = 27789, droprate = "4.32%" }; --Cloak of Whispering Shells
- [4] = { itemID = 27787, droprate = "7.65%" }; --Chestguard of No Remorse
- [5] = { itemID = 27783, droprate = "8.71%" }; --Moonrage Girdle
- [6] = { itemID = 27784, droprate = "6.72%" }; --Scintillating Coral Band
- [8] = { itemID = 29673, droprate = ".60%" }; --Pattern: Frost Armor Kit
- [10] = { itemID = 30828, droprate = "100%" }; --Vial of Underworld Loam
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30550, droprate = ".59%" }; --Sundered Chrysoprase
- [19] = { itemID = 30551, droprate = ".64%" }; --Infused Fire Opal
- [20] = { itemID = 30549, droprate = ".56%" }; --Shifting Tanzanite
+ [1] = { itemID = 27508 }; --Incanter's Gloves
+ [3] = { itemID = 27789 }; --Cloak of Whispering Shells
+ [4] = { itemID = 27787 }; --Chestguard of No Remorse
+ [5] = { itemID = 27783 }; --Moonrage Girdle
+ [6] = { itemID = 27784 }; --Scintillating Coral Band
+ [8] = { itemID = 29673 }; --Pattern: Frost Armor Kit
+ [10] = { itemID = 30828 }; --Vial of Underworld Loam
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30550 }; --Sundered Chrysoprase
+ [19] = { itemID = 30551 }; --Infused Fire Opal
+ [20] = { itemID = 30549 }; --Shifting Tanzanite
};
{
Name = BabbleBoss["Mekgineer Steamrigger"];
- [1] = { itemID = 27793, droprate = "6.92%" }; --Earth Mantle Handwraps
- [2] = { itemID = 27790, droprate = "6.65%" }; --Mask of Penance
- [3] = { itemID = 27792, droprate = "4.49%" }; --Steam-Hinge Chain of Valor
- [4] = { itemID = 27791, droprate = "7.09%" }; --Serpentcrest Life-Staff
- [5] = { itemID = 27794, droprate = "5.88%" }; --Recoilless Rocket Ripper X-54
- [7] = { itemID = 23887, droprate = ".52%" }; --Schematic: Rocket Boots Xtreme
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30550, droprate = ".59%" }; --Sundered Chrysoprase
- [19] = { itemID = 30551, droprate = ".64%" }; --Infused Fire Opal
- [20] = { itemID = 30549, droprate = ".56%" }; --Shifting Tanzanite
+ [1] = { itemID = 27793 }; --Earth Mantle Handwraps
+ [2] = { itemID = 27790 }; --Mask of Penance
+ [3] = { itemID = 27792 }; --Steam-Hinge Chain of Valor
+ [4] = { itemID = 27791 }; --Serpentcrest Life-Staff
+ [5] = { itemID = 27794 }; --Recoilless Rocket Ripper X-54
+ [7] = { itemID = 23887 }; --Schematic: Rocket Boots Xtreme
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30550 }; --Sundered Chrysoprase
+ [19] = { itemID = 30551 }; --Infused Fire Opal
+ [20] = { itemID = 30549 }; --Shifting Tanzanite
};
{
Name = BabbleBoss["Warlord Kalithresh"];
- [1] = { itemID = 24313, droprate = ".20%" }; --Pattern: Battlecast Hood
- [3] = { itemID = 27738, droprate = "2.25%" }; --Incanter's Pauldrons
- [4] = { itemID = 27737, droprate = "2.89%" }; --Moonglade Shoulders
- [5] = { itemID = 27801, droprate = "0.63%" }; --Beast Lord Mantle
- [6] = { itemID = 27510, droprate = "2.45%" }; --Tidefury Gauntlets
- [7] = { itemID = 27874, droprate = ".56%" }; --Beast Lord Leggings
- [8] = { itemID = 28203, droprate = "0.98%" }; --Breastplate of the Righteous
- [9] = { itemID = 27475, droprate = "0.05%" }; --Gauntlets of the Bold
- [11] = { itemID = 27804, droprate = "2.18%" }; --Devilshark Cape
- [12] = { itemID = 27799, droprate = "2.47%" }; --Vermillion Robes of the Dominant
- [13] = { itemID = 27795, droprate = "1.03%" }; --Sash of Serpentra
- [14] = { itemID = 27806, droprate = "4.84%" }; --Fathomheart Gauntlets
- [15] = { itemID = 27805, droprate = "3.95%" }; --Ring of the Silver Hand
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30550, droprate = ".59%" }; --Sundered Chrysoprase
- [19] = { itemID = 30551, droprate = ".64%" }; --Infused Fire Opal
- [20] = { itemID = 30549, droprate = ".56%" }; --Shifting Tanzanite
- [21] = { itemID = 30543, droprate = ".81%" }; --Pontifex Kilt
- [22] = { itemID = 29243, droprate = "7.97%" }; --Wave-Fury Vambraces
- [23] = { itemID = 29463, droprate = ".34%" }; --Amber Bands of the Aggressor
- [24] = { itemID = 29351, droprate = ".52%" }; --Wrathtide Longbow
- [26] = { itemID = 31721, droprate = "100%" }; --Kalithresh's Trident
- [27] = { itemID = 33827, droprate = "100%" }; --The Warlord's Treatise
+ [1] = { itemID = 24313 }; --Pattern: Battlecast Hood
+ [3] = { itemID = 27738 }; --Incanter's Pauldrons
+ [4] = { itemID = 27737 }; --Moonglade Shoulders
+ [5] = { itemID = 27801 }; --Beast Lord Mantle
+ [6] = { itemID = 27510 }; --Tidefury Gauntlets
+ [7] = { itemID = 27874 }; --Beast Lord Leggings
+ [8] = { itemID = 28203 }; --Breastplate of the Righteous
+ [9] = { itemID = 27475 }; --Gauntlets of the Bold
+ [11] = { itemID = 27804 }; --Devilshark Cape
+ [12] = { itemID = 27799 }; --Vermillion Robes of the Dominant
+ [13] = { itemID = 27795 }; --Sash of Serpentra
+ [14] = { itemID = 27806 }; --Fathomheart Gauntlets
+ [15] = { itemID = 27805 }; --Ring of the Silver Hand
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30550 }; --Sundered Chrysoprase
+ [19] = { itemID = 30551 }; --Infused Fire Opal
+ [20] = { itemID = 30549 }; --Shifting Tanzanite
+ [21] = { itemID = 30543 }; --Pontifex Kilt
+ [22] = { itemID = 29243 }; --Wave-Fury Vambraces
+ [23] = { itemID = 29463 }; --Amber Bands of the Aggressor
+ [24] = { itemID = 29351 }; --Wrathtide Longbow
+ [26] = { itemID = 31721 }; --Kalithresh's Trident
+ [27] = { itemID = 33827 }; --The Warlord's Treatise
};
{
Name = AL["Trash Mobs"];
- [1] = { itemID = 24159, droprate = ".14%" }; --Design: Khorium Band of Frost
- [3] = { itemID = 22533, droprate = ".40%" }; --Formula: Enchant Bracer - Fortitude
+ [1] = { itemID = 24159 }; --Design: Khorium Band of Frost
+ [3] = { itemID = 22533 }; --Formula: Enchant Bracer - Fortitude
[5] = { itemID = 24367 }; --Orders from Lady Vashj
- [6] = { itemID = 24368, droprate = "2.68%" }; --Coilfang Armaments
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["Second Fragment Guardian"], "=q5=" .. BabbleZone["The Steamvault"] };
- [17] = { itemID = 24487, droprate = "100%" }; --Second Key Fragment
+ [6] = { itemID = 24368 }; --Coilfang Armaments
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["Second Fragment Guardian"], "=q5=" .. BabbleZone["The Steamvault"] };
+ [17] = { itemID = 24487 }; --Second Key Fragment
};
};
@@ -1277,97 +1277,97 @@ AtlasLoot_Data["CFRUnderbog"] = {
Map = "CFRTheUnderbog";
{
Name = BabbleBoss["Hungarfen"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 24450, droprate = "1.72%" }; --Manaspark Gloves
- [3] = { itemID = 24452, droprate = "2.35%" }; --Starlight Gauntlets
- [4] = { itemID = 24451, droprate = "1.75%" }; --Lykul Bloodbands
- [5] = { itemID = 24413, droprate = "2.86%" }; --Totem of the Thunderhead
- [6] = { itemID = 27631, droprate = "1.60%" }; --Needle Shrike
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30606, droprate = "7.89%" }; --Lambent Chrysoprase
- [19] = { itemID = 30607, droprate = ".50%" }; --Splendid Fire Opal
- [20] = { itemID = 30608, droprate = ".76%" }; --Radiant Chrysoprase
- [22] = { itemID = 27746, droprate = ".37%" }; --Arcanium Signet Bands
- [23] = { itemID = 27745, droprate = "3.79%" }; --Hungarhide Gauntlets
- [24] = { itemID = 27743, droprate = "3.79%" }; --Girdle of Living Flame
- [25] = { itemID = 27748, droprate = ".39%" }; --Cassock of the Loyal
- [26] = { itemID = 27744, droprate = "6.26%" }; --Idol of Ursoc
- [27] = { itemID = 27747, droprate = "2.81%" }; --Boggspine Knuckles
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 24450 }; --Manaspark Gloves
+ [3] = { itemID = 24452 }; --Starlight Gauntlets
+ [4] = { itemID = 24451 }; --Lykul Bloodbands
+ [5] = { itemID = 24413 }; --Totem of the Thunderhead
+ [6] = { itemID = 27631 }; --Needle Shrike
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30606 }; --Lambent Chrysoprase
+ [19] = { itemID = 30607 }; --Splendid Fire Opal
+ [20] = { itemID = 30608 }; --Radiant Chrysoprase
+ [22] = { itemID = 27746 }; --Arcanium Signet Bands
+ [23] = { itemID = 27745 }; --Hungarhide Gauntlets
+ [24] = { itemID = 27743 }; --Girdle of Living Flame
+ [25] = { itemID = 27748 }; --Cassock of the Loyal
+ [26] = { itemID = 27744 }; --Idol of Ursoc
+ [27] = { itemID = 27747 }; --Boggspine Knuckles
};
{
Name = BabbleBoss["Ghaz'an"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 24459, droprate = "4.18%" }; --Cloak of Healing Rays
- [3] = { itemID = 24458, droprate = "4.06%" }; --Studded Girdle of Virtue
- [4] = { itemID = 24460, droprate = "2.99%" }; --Talisman of Tenacity
- [5] = { itemID = 24462, droprate = "2.75%" }; --Luminous Pearls of Insight
- [6] = { itemID = 24461, droprate = "4.12%" }; --Hatebringer
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30606, droprate = "7.89%" }; --Lambent Chrysoprase
- [19] = { itemID = 30607, droprate = ".50%" }; --Splendid Fire Opal
- [20] = { itemID = 30608, droprate = ".76%" }; --Radiant Chrysoprase
- [22] = { itemID = 27760, droprate = "4.67%" }; --Dunewind Sash
- [23] = { itemID = 27759, droprate = "3.33%" }; --Headdress of the Tides
- [24] = { itemID = 27755, droprate = ".33%" }; --Girdle of Gallantry
- [25] = { itemID = 27758, droprate = "2.100" }; --Hydra-fang Necklace
- [26] = { itemID = 27761, droprate = "8.67%" }; --Ring of the Shadow Deeps
- [27] = { itemID = 27757, droprate = "6.100" }; --Greatstaff of the Leviathan
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 24459 }; --Cloak of Healing Rays
+ [3] = { itemID = 24458 }; --Studded Girdle of Virtue
+ [4] = { itemID = 24460 }; --Talisman of Tenacity
+ [5] = { itemID = 24462 }; --Luminous Pearls of Insight
+ [6] = { itemID = 24461 }; --Hatebringer
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30606 }; --Lambent Chrysoprase
+ [19] = { itemID = 30607 }; --Splendid Fire Opal
+ [20] = { itemID = 30608 }; --Radiant Chrysoprase
+ [22] = { itemID = 27760 }; --Dunewind Sash
+ [23] = { itemID = 27759 }; --Headdress of the Tides
+ [24] = { itemID = 27755 }; --Girdle of Gallantry
+ [25] = { itemID = 27758 }; --Hydra-fang Necklace
+ [26] = { itemID = 27761 }; --Ring of the Shadow Deeps
+ [27] = { itemID = 27757 }; --Greatstaff of the Leviathan
};
{
Name = BabbleBoss["Swamplord Musel'ek"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 24454, droprate = "7.23%" }; --Cloak of Enduring Swiftness
- [3] = { itemID = 24455, droprate = "4.47%" }; --Tunic of the Nightwatcher
- [4] = { itemID = 24457, droprate = "4.42%" }; --Truth Bearer Shoulderguards
- [5] = { itemID = 24456, droprate = "2.41%" }; --Greaves of the Iron Guardian
- [6] = { itemID = 24453, droprate = "5.17%" }; --Zangartooth Shortblade
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30606, droprate = "7.89%" }; --Lambent Chrysoprase
- [19] = { itemID = 30607, droprate = ".50%" }; --Splendid Fire Opal
- [20] = { itemID = 30608, droprate = ".76%" }; --Radiant Chrysoprase
- [22] = { itemID = 27764, droprate = "2.14%" }; --Hands of the Sun
- [23] = { itemID = 27763, droprate = "0.100" }; --Crown of the Forest Lord
- [24] = { itemID = 27765, droprate = ".29%" }; --Armwraps of Disdain
- [25] = { itemID = 27766, droprate = "7.14%" }; --Swampstone Necklace
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 24454 }; --Cloak of Enduring Swiftness
+ [3] = { itemID = 24455 }; --Tunic of the Nightwatcher
+ [4] = { itemID = 24457 }; --Truth Bearer Shoulderguards
+ [5] = { itemID = 24456 }; --Greaves of the Iron Guardian
+ [6] = { itemID = 24453 }; --Zangartooth Shortblade
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30606 }; --Lambent Chrysoprase
+ [19] = { itemID = 30607 }; --Splendid Fire Opal
+ [20] = { itemID = 30608 }; --Radiant Chrysoprase
+ [22] = { itemID = 27764 }; --Hands of the Sun
+ [23] = { itemID = 27763 }; --Crown of the Forest Lord
+ [24] = { itemID = 27765 }; --Armwraps of Disdain
+ [25] = { itemID = 27766 }; --Swampstone Necklace
[26] = { itemID = 27762 }; --Weathered Band of the Swamplord
- [27] = { itemID = 27767, droprate = ".29%" }; --Bogreaver
+ [27] = { itemID = 27767 }; --Bogreaver
};
{
Name = BabbleBoss["The Black Stalker"];
- [1] = { itemID = 24481, droprate = "0.55%" }; --Robes of the Augurer
- [2] = { itemID = 24466, droprate = "3.23%" }; --Skulldugger's Leggings
- [3] = { itemID = 24465, droprate = "0.95%" }; --Shamblehide Chestguard
- [4] = { itemID = 24463, droprate = "1.95%" }; --Pauldrons of Brute Force
- [5] = { itemID = 24464, droprate = "4.31%" }; --The Stalker's Fangs
- [7] = { itemID = 24248, droprate = "100%" }; --Brain of the Black Stalker
+ [1] = { itemID = 24481 }; --Robes of the Augurer
+ [2] = { itemID = 24466 }; --Skulldugger's Leggings
+ [3] = { itemID = 24465 }; --Shamblehide Chestguard
+ [4] = { itemID = 24463 }; --Pauldrons of Brute Force
+ [5] = { itemID = 24464 }; --The Stalker's Fangs
+ [7] = { itemID = 24248 }; --Brain of the Black Stalker
};
{ --only heroic
Name = BabbleBoss["The Black Stalker"] .. " (" .. AL["Heroic"] .. ")";
- [1] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [2] = { itemID = 29265, droprate = ".54%" }; --Barkchip Boots
- [3] = { itemID = 30541, droprate = ".50%" }; --Stormsong Kilt
+ [1] = { itemID = 29434 }; --Badge of Justice
+ [2] = { itemID = 29265 }; --Barkchip Boots
+ [3] = { itemID = 30541 }; --Stormsong Kilt
[4] = { itemID = 32081 }; --Eye of the Stalker
- [5] = { itemID = 29350, droprate = ".88%" }; --The Black Stalk
- [7] = { itemID = 27781, droprate = ".94%" }; --Demonfang Ritual Helm
- [8] = { itemID = 27768, droprate = "4.63%" }; --Oracle Belt of Timeless Mystery
- [9] = { itemID = 27938, droprate = ".63%" }; --Savage Mask of the Lynx Lord
- [10] = { itemID = 27773, droprate = ".35%" }; --Barbaric Legstraps
- [11] = { itemID = 27779, droprate = "4.23%" }; --Bone Chain Necklace
- [12] = { itemID = 27780, droprate = ".90%" }; --Ring of Fabled Hope
- [13] = { itemID = 27896, droprate = "2.60%" }; --Alembic of Infernal Power
- [14] = { itemID = 27770, droprate = ".66%" }; --Argussian Compass
- [16] = { itemID = 30606, droprate = "7.89%" }; --Lambent Chrysoprase
- [17] = { itemID = 30607, droprate = ".50%" }; --Splendid Fire Opal
- [18] = { itemID = 30608, droprate = ".76%" }; --Radiant Chrysoprase
- [20] = { itemID = 27907, droprate = ".88%" }; --Mana-Etched Pantaloons
- [21] = { itemID = 27771, droprate = ".50%" }; --Doomplate Shoulderguards
- [23] = { itemID = 27769, droprate = ".35%" }; --Endbringer
- [24] = { itemID = 27772, droprate = "3.01%" }; --Stormshield of Renewal
- [26] = { itemID = 24248, droprate = "100%" }; --Brain of the Black Stalker
- [27] = { itemID = 33826, droprate = "100%" }; --Black Stalker Egg
+ [5] = { itemID = 29350 }; --The Black Stalk
+ [7] = { itemID = 27781 }; --Demonfang Ritual Helm
+ [8] = { itemID = 27768 }; --Oracle Belt of Timeless Mystery
+ [9] = { itemID = 27938 }; --Savage Mask of the Lynx Lord
+ [10] = { itemID = 27773 }; --Barbaric Legstraps
+ [11] = { itemID = 27779 }; --Bone Chain Necklace
+ [12] = { itemID = 27780 }; --Ring of Fabled Hope
+ [13] = { itemID = 27896 }; --Alembic of Infernal Power
+ [14] = { itemID = 27770 }; --Argussian Compass
+ [16] = { itemID = 30606 }; --Lambent Chrysoprase
+ [17] = { itemID = 30607 }; --Splendid Fire Opal
+ [18] = { itemID = 30608 }; --Radiant Chrysoprase
+ [20] = { itemID = 27907 }; --Mana-Etched Pantaloons
+ [21] = { itemID = 27771 }; --Doomplate Shoulderguards
+ [23] = { itemID = 27769 }; --Endbringer
+ [24] = { itemID = 27772 }; --Stormshield of Renewal
+ [26] = { itemID = 24248 }; --Brain of the Black Stalker
+ [27] = { itemID = 33826 }; --Black Stalker Egg
};
};
------------------------------------------------
@@ -1383,117 +1383,117 @@ AtlasLoot_Data["CFRSerpentshrine"] = {
{
Name = BabbleBoss["Hydross the Unstable"];
NpcID = 21216;
- [1] = { itemID = 30056, droprate = "8%" }; --Robe of Hateful Echoes
- [2] = { itemID = 32516, droprate = "8%" }; --Wraps of Purification
- [3] = { itemID = 30050, droprate = "7%" }; --Boots of the Shifting Nightmare
- [4] = { itemID = 30055, droprate = "6%" }; --Shoulderpads of the Stranger
- [5] = { itemID = 30047, droprate = "9%" }; --Blackfathom Warbands
- [6] = { itemID = 30054, droprate = "8%" }; --Ranger-General's Chestguard
- [7] = { itemID = 30048, droprate = "1%" }; --Brighthelm of Justice
- [8] = { itemID = 30053, droprate = "6%" }; --Pauldrons of the Wardancer
- [9] = { itemID = 600878, [AtlasLoot.Difficultys.MIN_DIF] = AtlasLoot.Difficultys.Heroic }; --Elemental Lodestone: Hydross the Unstable
- [16] = { itemID = 30052, droprate = "0%" }; --Ring of Lethality
- [17] = { itemID = 33055, droprate = "4%" }; --Band of Vile Aggression
- [18] = { itemID = 30664, droprate = "8%" }; --Living Root of the Wildheart
- [19] = { itemID = 30629, droprate = "1%" }; --Scarab of Displacement
- [20] = { itemID = 30049, droprate = "9%" }; --Fathomstone
- [21] = { itemID = 30051, droprate = "1%" }; --Idol of the Crescent Goddess
- [23] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [24] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [25] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [1] = { itemID = 30056 }; --Robe of Hateful Echoes
+ [2] = { itemID = 32516 }; --Wraps of Purification
+ [3] = { itemID = 30050 }; --Boots of the Shifting Nightmare
+ [4] = { itemID = 30055 }; --Shoulderpads of the Stranger
+ [5] = { itemID = 30047 }; --Blackfathom Warbands
+ [6] = { itemID = 30054 }; --Ranger-General's Chestguard
+ [7] = { itemID = 30048 }; --Brighthelm of Justice
+ [8] = { itemID = 30053 }; --Pauldrons of the Wardancer
+ [9] = { itemID = 600878, [AtlasLoot.Difficulties.MIN_DIF] = AtlasLoot.Difficulties.Heroic }; --Elemental Lodestone: Hydross the Unstable
+ [16] = { itemID = 30052 }; --Ring of Lethality
+ [17] = { itemID = 33055 }; --Band of Vile Aggression
+ [18] = { itemID = 30664 }; --Living Root of the Wildheart
+ [19] = { itemID = 30629 }; --Scarab of Displacement
+ [20] = { itemID = 30049 }; --Fathomstone
+ [21] = { itemID = 30051 }; --Idol of the Crescent Goddess
+ [23] = { itemID = 29434 }; --Badge of Justice
+ [24] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [25] = { itemID = 98570 }; --Mystic Orb
[27] = { itemID = 816254, droprate = { nil, "2%", "5%", "7%", "10%" } }; --Formula: Enchant Cloak - Crushing Wave
- [29] = { itemID = 63511, droprate = "1%" }; --Pet Sigil
+ [29] = { itemID = 63338, droprate = "1%" }; --Pet Sigil
};
{
Name = BabbleBoss["The Lurker Below"];
- [1] = { itemID = 30064, droprate = "7%" }; --Cord of Screaming Terrors
- [2] = { itemID = 30067, droprate = "7%" }; --Velvet Boots of the Guardian
- [3] = { itemID = 30062, droprate = "1%" }; --Grove-Bands of Remulos
- [4] = { itemID = 30060, droprate = "1%" }; --Boots of Effortless Striking
- [5] = { itemID = 30066, droprate = "1%" }; --Tempest-Strider Boots
- [6] = { itemID = 30065, droprate = "0%" }; --Glowing Breastplate of Truth
- [7] = { itemID = 30057, droprate = "9%" }; --Bracers of Eradication
- [9] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [16] = { itemID = 30059, droprate = "1%" }; --Choker of Animalistic Fury
- [17] = { itemID = 30061, droprate = "0%" }; --Ancestral Ring of Conquest
- [18] = { itemID = 33054, droprate = "4%" }; --The Seal of Danzalar
- [19] = { itemID = 30665, droprate = "8%" }; --Earring of Soulful Meditation
- [20] = { itemID = 30063, droprate = "7%" }; --Libram of Absolute Truth
- [21] = { itemID = 30058, droprate = "0%" }; --Mallet of the Tides
- [23] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [24] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [25] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [1] = { itemID = 30064 }; --Cord of Screaming Terrors
+ [2] = { itemID = 30067 }; --Velvet Boots of the Guardian
+ [3] = { itemID = 30062 }; --Grove-Bands of Remulos
+ [4] = { itemID = 30060 }; --Boots of Effortless Striking
+ [5] = { itemID = 30066 }; --Tempest-Strider Boots
+ [6] = { itemID = 30065 }; --Glowing Breastplate of Truth
+ [7] = { itemID = 30057 }; --Bracers of Eradication
+ [9] = { itemID = 29434 }; --Badge of Justice
+ [16] = { itemID = 30059 }; --Choker of Animalistic Fury
+ [17] = { itemID = 30061 }; --Ancestral Ring of Conquest
+ [18] = { itemID = 33054 }; --The Seal of Danzalar
+ [19] = { itemID = 30665 }; --Earring of Soulful Meditation
+ [20] = { itemID = 30063 }; --Libram of Absolute Truth
+ [21] = { itemID = 30058 }; --Mallet of the Tides
+ [23] = { itemID = 29434 }; --Badge of Justice
+ [24] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [25] = { itemID = 98570 }; --Mystic Orb
};
{
Name = BabbleBoss["Leotheras the Blind"];
NpcID = 21215;
- [1] = { itemID = 30092, droprate = "3%" }; --Orca-Hide Boots
- [2] = { itemID = 30097, droprate = "5%" }; --Coral-Barbed Shoulderpads
- [3] = { itemID = 30091, droprate = "7%" }; --True-Aim Stalker Bands
- [4] = { itemID = 30096, droprate = "4%" }; --Girdle of the Invulnerable
- [5] = { itemID = 30627, droprate = "5%" }; --Tsunami Talisman
- [6] = { itemID = 30095, droprate = "4%" }; --Fang of the Leviathan
- [16] = { itemID = 30240, droprate = "100%", lootTable = {"T5HAND","Token"} }; --Gloves of the Vanquished Defender
- [18] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [19] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [20] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [1] = { itemID = 30092 }; --Orca-Hide Boots
+ [2] = { itemID = 30097 }; --Coral-Barbed Shoulderpads
+ [3] = { itemID = 30091 }; --True-Aim Stalker Bands
+ [4] = { itemID = 30096 }; --Girdle of the Invulnerable
+ [5] = { itemID = 30627 }; --Tsunami Talisman
+ [6] = { itemID = 30095 }; --Fang of the Leviathan
+ [16] = { itemID = 30240, lootTable = {"T5HAND","Token"} }; --Gloves of the Vanquished Defender
+ [18] = { itemID = 29434 }; --Badge of Justice
+ [19] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [20] = { itemID = 98570 }; --Mystic Orb
[22] = { itemID = 63326, droprate = "1%" }; --Pet Sigil
};
{
Name = BabbleBoss["Fathom-Lord Karathress"];
NpcID = 21214;
- [1] = { itemID = 30100, droprate = "5%" }; --Soul-Strider Boots
- [2] = { itemID = 30101, droprate = "5%" }; --Bloodsea Brigand's Vest
- [3] = { itemID = 30099, droprate = "5%" }; --Frayed Tether of the Drowned
- [4] = { itemID = 30663, droprate = "5%" }; --Fathom-Brooch of the Tidewalker
- [5] = { itemID = 30626, droprate = "4%" }; --Sextant of Unstable Currents
- [6] = { itemID = 30090, droprate = "5%" }; --World Breaker
- [16] = { itemID = 30246, droprate = "100%", lootTable = {"T5LEGS","Token"} }; --Leggings of the Vanquished Defender
- [18] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [19] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [20] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [1] = { itemID = 30100 }; --Soul-Strider Boots
+ [2] = { itemID = 30101 }; --Bloodsea Brigand's Vest
+ [3] = { itemID = 30099 }; --Frayed Tether of the Drowned
+ [4] = { itemID = 30663 }; --Fathom-Brooch of the Tidewalker
+ [5] = { itemID = 30626 }; --Sextant of Unstable Currents
+ [6] = { itemID = 30090 }; --World Breaker
+ [16] = { itemID = 30246, lootTable = {"T5LEGS","Token"} }; --Leggings of the Vanquished Defender
+ [18] = { itemID = 29434 }; --Badge of Justice
+ [19] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [20] = { itemID = 98570 }; --Mystic Orb
[22] = { itemID = 63325, droprate = "1%" }; --Pet Sigil
};
{
Name = BabbleBoss["Morogrim Tidewalker"];
NpcID = 21213;
- [1] = { itemID = 30098, droprate = "2%" }; --Razor-Scale Battlecloak
- [2] = { itemID = 30079, droprate = "5%" }; --Illidari Shoulderpads
- [3] = { itemID = 30075, droprate = "9%" }; --Gnarled Chestpiece of the Ancients
- [4] = { itemID = 30085, droprate = "0%" }; --Mantle of the Tireless Tracker
- [5] = { itemID = 30068, droprate = "7%" }; --Girdle of the Tidal Call
- [6] = { itemID = 30084, droprate = "1%" }; --Pauldrons of the Argent Sentinel
- [7] = { itemID = 30081, droprate = "1%" }; --Warboots of Obliteration
- [16] = { itemID = 30008, droprate = "8%" }; --Pendant of the Lost Ages
- [17] = { itemID = 30083, droprate = "1%" }; --Ring of Sundered Souls
- [18] = { itemID = 33058, droprate = "9%" }; --Band of the Vigilant
- [19] = { itemID = 30720, droprate = "0%" }; --Serpent-Coil Braid
- [20] = { itemID = 30082, droprate = "0%" }; --Talon of Azshara
- [21] = { itemID = 30080, droprate = "5%" }; --Luminescent Rod of the Naaru
- [23] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [24] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [25] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [1] = { itemID = 30098 }; --Razor-Scale Battlecloak
+ [2] = { itemID = 30079 }; --Illidari Shoulderpads
+ [3] = { itemID = 30075 }; --Gnarled Chestpiece of the Ancients
+ [4] = { itemID = 30085 }; --Mantle of the Tireless Tracker
+ [5] = { itemID = 30068 }; --Girdle of the Tidal Call
+ [6] = { itemID = 30084 }; --Pauldrons of the Argent Sentinel
+ [7] = { itemID = 30081 }; --Warboots of Obliteration
+ [16] = { itemID = 30008 }; --Pendant of the Lost Ages
+ [17] = { itemID = 30083 }; --Ring of Sundered Souls
+ [18] = { itemID = 33058 }; --Band of the Vigilant
+ [19] = { itemID = 30720 }; --Serpent-Coil Braid
+ [20] = { itemID = 30082 }; --Talon of Azshara
+ [21] = { itemID = 30080 }; --Luminescent Rod of the Naaru
+ [23] = { itemID = 29434 }; --Badge of Justice
+ [24] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [25] = { itemID = 98570 }; --Mystic Orb
};
{
Name = BabbleBoss["Lady Vashj"];
NpcID = 21212;
- [1] = { itemID = 30107, droprate = "3%" }; --Vestments of the Sea-Witch
- [2] = { itemID = 30111, droprate = "4%" }; --Runetotem's Mantle
- [3] = { itemID = 30106, droprate = "2%" }; --Belt of One-Hundred Deaths
- [4] = { itemID = 30104, droprate = "3%" }; --Cobra-Lash Boots
- [5] = { itemID = 30102, droprate = "5%" }; --Krakken-Heart Breastplate
- [6] = { itemID = 30112, droprate = "4%" }; --Glorious Gauntlets of Crestfall
- [7] = { itemID = 30109, droprate = "3%" }; --Ring of Endless Coils
- [8] = { itemID = 30110, droprate = "6%" }; --Coral Band of the Revived
- [9] = { itemID = 30621, droprate = "3%" }; --Prism of Inner Calm
- [10] = { itemID = 30103, droprate = "4%" }; --Fang of Vashj
- [11] = { itemID = 30108, droprate = "4%" }; --Lightfathom Scepter
- [12] = { itemID = 30105, droprate = "3%" }; --Serpent Spine Longbow
- [16] = { itemID = 30243, droprate = "100%", lootTable = {"T5HEAD","Token"} }; --Helm of the Vanquished Defender
- [18] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [19] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [20] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
- [22] = { itemID = 29906, droprate = "5%" }; --Vashj's Vial Remnant
+ [1] = { itemID = 30107 }; --Vestments of the Sea-Witch
+ [2] = { itemID = 30111 }; --Runetotem's Mantle
+ [3] = { itemID = 30106 }; --Belt of One-Hundred Deaths
+ [4] = { itemID = 30104 }; --Cobra-Lash Boots
+ [5] = { itemID = 30102 }; --Krakken-Heart Breastplate
+ [6] = { itemID = 30112 }; --Glorious Gauntlets of Crestfall
+ [7] = { itemID = 30109 }; --Ring of Endless Coils
+ [8] = { itemID = 30110 }; --Coral Band of the Revived
+ [9] = { itemID = 30621 }; --Prism of Inner Calm
+ [10] = { itemID = 30103 }; --Fang of Vashj
+ [11] = { itemID = 30108 }; --Lightfathom Scepter
+ [12] = { itemID = 30105 }; --Serpent Spine Longbow
+ [16] = { itemID = 30243, lootTable = {"T5HEAD","Token"} }; --Helm of the Vanquished Defender
+ [18] = { itemID = 29434 }; --Badge of Justice
+ [19] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [20] = { itemID = 98570 }; --Mystic Orb
+ [22] = { itemID = 29906 }; --Vashj's Vial Remnant
[23] = { itemID = 450000 }; --Intact Vial of Lady Vashj
[25] = { itemID = 63320, droprate = "1%" }; --Pet Sigil
};
@@ -1522,8 +1522,8 @@ AtlasLoot_Data["CFRSerpentshrine"] = {
[22] = { itemID = 30301 }; --Pattern: Belt of Natural Power
[23] = { itemID = 30303 }; --Pattern: Belt of the Black Eagle
[24] = { itemID = 30302 }; --Pattern: Belt of Deep Shadow
- [26] = { itemID = 30183, droprate = "5%" }; --Nether Vortex
- [28] = { itemID = 32897, droprate = "7%" }; --Mark of the Illidari
+ [26] = { itemID = 30183 }; --Nether Vortex
+ [28] = { itemID = 32897 }; --Mark of the Illidari
};
};
@@ -1539,38 +1539,38 @@ AtlasLoot_Data["GruulsLair"] = {
{
Name = BabbleBoss["High King Maulgar"];
NpcID = 18831;
- [1] = { itemID = 28797, droprate = ".39%" }; --Brute Cloak of the Ogre-Magi
- [2] = { itemID = 28799, droprate = ".98%" }; --Belt of Divine Inspiration
- [3] = { itemID = 28796, droprate = "2.93%" }; --Malefic Mask of the Shadows
- [4] = { itemID = 28801, droprate = "1.32%" }; --Maulgar's Warhelm
- [5] = { itemID = 28795, droprate = "2.02%" }; --Bladespire Warbands
- [6] = { itemID = 28800, droprate = "5.87%" }; --Hammer of the Naaru
- [16] = { itemID = 29764, droprate = "100%", lootTable = {"T4SHOULDER","Token"} }; --Pauldrons of the Fallen Defender
- [18] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [19] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [20] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [1] = { itemID = 28797 }; --Brute Cloak of the Ogre-Magi
+ [2] = { itemID = 28799 }; --Belt of Divine Inspiration
+ [3] = { itemID = 28796 }; --Malefic Mask of the Shadows
+ [4] = { itemID = 28801 }; --Maulgar's Warhelm
+ [5] = { itemID = 28795 }; --Bladespire Warbands
+ [6] = { itemID = 28800 }; --Hammer of the Naaru
+ [16] = { itemID = 29764, lootTable = {"T4SHOULDER","Token"} }; --Pauldrons of the Fallen Defender
+ [18] = { itemID = 29434 }; --Badge of Justice
+ [19] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [20] = { itemID = 98570 }; --Mystic Orb
[22] = { itemID = 816252, droprate = { nil, "2%", "5%", "7%", "10%" } }; --Formula: Enchant Weapon - Undaunted Might
[24] = { itemID = 62311, droprate = "1%" }; --Pet Sigil
};
{
Name = BabbleBoss["Gruul the Dragonkiller"];
NpcID = 19044;
- [1] = { itemID = 28804, droprate = "4.96%" }; --Collar of Cho'gall
- [2] = { itemID = 28803, droprate = "4.21%" }; --Cowl of Nature's Breath
- [3] = { itemID = 28828, droprate = "1.22%" }; --Gronn-Stitched Girdle
- [4] = { itemID = 28827, droprate = ".48%" }; --Gauntlets of the Dragonslayer
- [5] = { itemID = 28810, droprate = "0.22%" }; --Windshear Boots
- [6] = { itemID = 28824, droprate = "2.22%" }; --Gauntlets of Martial Perfection
- [7] = { itemID = 28822, droprate = "1.47%" }; --Teeth of Gruul
- [8] = { itemID = 28823, droprate = ".73%" }; --Eye of Gruul
- [9] = { itemID = 28830, droprate = "1.72%" }; --Dragonspine Trophy
- [11] = { itemID = 31750, droprate = "100%" }; --Earthen Signet
- [16] = { itemID = 29767, droprate = "100%", lootTable = {"T4LEGS","Token"} }; --Leggings of the Fallen Defender
- [18] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [20] = { itemID = 28802, droprate = ".23%" }; --Bloodmaw Magus-Blade
- [21] = { itemID = 28794, droprate = ".73%" }; --Axe of the Gronn Lords
- [22] = { itemID = 28825, droprate = ".99%" }; --Aldori Legacy Defender
- [23] = { itemID = 28826, droprate = "6.21%" }; --Shuriken of Negation
+ [1] = { itemID = 28804 }; --Collar of Cho'gall
+ [2] = { itemID = 28803 }; --Cowl of Nature's Breath
+ [3] = { itemID = 28828 }; --Gronn-Stitched Girdle
+ [4] = { itemID = 28827 }; --Gauntlets of the Dragonslayer
+ [5] = { itemID = 28810 }; --Windshear Boots
+ [6] = { itemID = 28824 }; --Gauntlets of Martial Perfection
+ [7] = { itemID = 28822 }; --Teeth of Gruul
+ [8] = { itemID = 28823 }; --Eye of Gruul
+ [9] = { itemID = 28830 }; --Dragonspine Trophy
+ [11] = { itemID = 31750 }; --Earthen Signet
+ [16] = { itemID = 29767, lootTable = {"T4LEGS","Token"} }; --Leggings of the Fallen Defender
+ [18] = { itemID = 29434 }; --Badge of Justice
+ [20] = { itemID = 28802 }; --Bloodmaw Magus-Blade
+ [21] = { itemID = 28794 }; --Axe of the Gronn Lords
+ [22] = { itemID = 28825 }; --Aldori Legacy Defender
+ [23] = { itemID = 28826 }; --Shuriken of Negation
};
};
@@ -1589,100 +1589,100 @@ AtlasLoot_Data["HCRamparts"] = {
{
Name = BabbleBoss["Watchkeeper Gargolmar"];
NpcID = 17306;
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 24024, droprate = "4.69%" }; --Pauldrons of Arcane Rage
- [3] = { itemID = 24023, droprate = "3.29%" }; --Bracers of Finesse
- [4] = { itemID = 24022, droprate = "4.38%" }; --Scale Leggings of the Skirmisher
- [5] = { itemID = 24021, droprate = "3.03%" }; --Light-Touched Breastplate
- [6] = { itemID = 24020, droprate = "3.09%" }; --Shadowrend Longblade
- [8] = { itemID = 23881, droprate = "100%" }; --Gargolmar's Hand
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30593, droprate = "1.11%" }; --Iridescent Fire Opal
- [19] = { itemID = 30594, droprate = "2.35%" }; --Effulgent Chrysoprase
- [20] = { itemID = 30592, droprate = ".64%" }; --Steady Chrysoprase
- [22] = { itemID = 27448, droprate = "8.37%" }; --Cloak of the Everliving
- [23] = { itemID = 27451, droprate = "6.61%" }; --Boots of the Darkwalker
- [24] = { itemID = 27450, droprate = "4.19%" }; --Wild Stalker Boots
- [25] = { itemID = 27447, droprate = "3.84%" }; --Bracers of Just Rewards
- [26] = { itemID = 27449, droprate = "3.15%" }; --Blood Knight Defender
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 24024 }; --Pauldrons of Arcane Rage
+ [3] = { itemID = 24023 }; --Bracers of Finesse
+ [4] = { itemID = 24022 }; --Scale Leggings of the Skirmisher
+ [5] = { itemID = 24021 }; --Light-Touched Breastplate
+ [6] = { itemID = 24020 }; --Shadowrend Longblade
+ [8] = { itemID = 23881 }; --Gargolmar's Hand
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30593 }; --Iridescent Fire Opal
+ [19] = { itemID = 30594 }; --Effulgent Chrysoprase
+ [20] = { itemID = 30592 }; --Steady Chrysoprase
+ [22] = { itemID = 27448 }; --Cloak of the Everliving
+ [23] = { itemID = 27451 }; --Boots of the Darkwalker
+ [24] = { itemID = 27450 }; --Wild Stalker Boots
+ [25] = { itemID = 27447 }; --Bracers of Just Rewards
+ [26] = { itemID = 27449 }; --Blood Knight Defender
[28] = { itemID = 60946, droprate = "1%" }; --Pet Sigil
};
{
Name = BabbleBoss["Omor the Unscarred"];
NpcID = 17308;
- [1] = { icon = "INV_Box_01", name = "#j27#" };
- [2] = { itemID = 27465, droprate = "1.74%" }; --Mana-Etched Gloves
- [3] = { itemID = 27466, droprate = "2.10%" }; --Headdress of Alacrity
- [4] = { itemID = 27462, droprate = ".12%" }; --Crimson Bracers of Gloom
- [5] = { itemID = 27467, droprate = "6.37%" }; --Silent-Strider Kneeboots
- [6] = { itemID = 27478, droprate = "4.59%" }; --Girdle of the Blasted Reaches
- [7] = { itemID = 27539, droprate = ".90%" }; --Justice Bearer's Pauldrons
- [8] = { itemID = 27906, droprate = "2.10%" }; --Crimsonforge Breastplate
- [9] = { itemID = 27464, droprate = "3.52%" }; --Omor's Unyielding Will
- [10] = { itemID = 27895, droprate = "1.74%" }; --Band of Many Prisms
- [11] = { itemID = 27477, droprate = "0.32%" }; --Faol's Signet of Cleansing
- [12] = { itemID = 27463, droprate = ".90%" }; --Terror Flame Dagger
- [13] = { itemID = 27476, droprate = ".25%" }; --Truncheon of Five Hells
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [2] = { itemID = 27465 }; --Mana-Etched Gloves
+ [3] = { itemID = 27466 }; --Headdress of Alacrity
+ [4] = { itemID = 27462 }; --Crimson Bracers of Gloom
+ [5] = { itemID = 27467 }; --Silent-Strider Kneeboots
+ [6] = { itemID = 27478 }; --Girdle of the Blasted Reaches
+ [7] = { itemID = 27539 }; --Justice Bearer's Pauldrons
+ [8] = { itemID = 27906 }; --Crimsonforge Breastplate
+ [9] = { itemID = 27464 }; --Omor's Unyielding Will
+ [10] = { itemID = 27895 }; --Band of Many Prisms
+ [11] = { itemID = 27477 }; --Faol's Signet of Cleansing
+ [12] = { itemID = 27463 }; --Terror Flame Dagger
+ [13] = { itemID = 27476 }; --Truncheon of Five Hells
[15] = { itemID = 60947, droprate = "1%" }; --Pet Sigil
- [16] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [17] = { itemID = 30593, droprate = "1.11%" }; --Iridescent Fire Opal
- [18] = { itemID = 30594, droprate = "2.35%" }; --Effulgent Chrysoprase
- [19] = { itemID = 30592, droprate = ".64%" }; --Steady Chrysoprase
- [21] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [22] = { itemID = 24090, droprate = "2.14%" }; --Bloodstained Ravager Gauntlets
- [23] = { itemID = 24091, droprate = "2.67%" }; --Tenacious Defender
- [24] = { itemID = 24073, droprate = "1.60%" }; --Garotte-String Necklace
- [25] = { itemID = 24096, droprate = "1.15%" }; --Heartblood Prayer Beads
- [26] = { itemID = 24094, droprate = "4.76%" }; --Heart Fire Warhammer
- [27] = { itemID = 24069, droprate = "2.43%" }; --Crystalfire Staff
- [29] = { itemID = 23886, droprate = "100%" }; --Omor's Hoof
+ [16] = { itemID = 29434 }; --Badge of Justice
+ [17] = { itemID = 30593 }; --Iridescent Fire Opal
+ [18] = { itemID = 30594 }; --Effulgent Chrysoprase
+ [19] = { itemID = 30592 }; --Steady Chrysoprase
+ [21] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [22] = { itemID = 24090 }; --Bloodstained Ravager Gauntlets
+ [23] = { itemID = 24091 }; --Tenacious Defender
+ [24] = { itemID = 24073 }; --Garotte-String Necklace
+ [25] = { itemID = 24096 }; --Heartblood Prayer Beads
+ [26] = { itemID = 24094 }; --Heart Fire Warhammer
+ [27] = { itemID = 24069 }; --Crystalfire Staff
+ [29] = { itemID = 23886 }; --Omor's Hoof
};
{
Name = BabbleBoss["Vazruden"];
NpcID = 17537;
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["Reinforced Fel Iron Chest"] };
- [2] = { itemID = 24150, droprate = "5.65%" }; --Mok'Nathal Wildercloak
- [3] = { itemID = 24083, droprate = "7.100" }; --Lifegiver Britches
- [4] = { itemID = 24063, droprate = "7.25%" }; --Shifting Sash of Midnight
- [5] = { itemID = 24046, droprate = "5.96%" }; --Kilt of Rolling Thunders
- [6] = { itemID = 24064, droprate = "3.80%" }; --Ironsole Clompers
- [7] = { itemID = 24045, droprate = "4.44%" }; --Band of Renewal
- [8] = { itemID = 24154, droprate = "3.23%" }; --Witching Band
- [9] = { itemID = 24151, droprate = "5.45%" }; --Mok'Nathal Clan Ring
- [10] = { itemID = 24044, droprate = "3.91%" }; --Hellreaver
- [11] = { itemID = 24155, droprate = "6.21%" }; --Ursol's Claw
- [16] = { icon = "INV_Box_01", name = "=q6=" .. BabbleBoss["Vazruden"] };
- [17] = { itemID = 23892, droprate = "100%" }; --Ominous Letter
- [19] = { icon = "INV_Box_01", name = "=q6=" .. BabbleBoss["Nazan"] };
- [20] = { itemID = 23901, droprate = "100%" }; --Nazan's Head
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["Reinforced Fel Iron Chest"] };
+ [2] = { itemID = 24150 }; --Mok'Nathal Wildercloak
+ [3] = { itemID = 24083 }; --Lifegiver Britches
+ [4] = { itemID = 24063 }; --Shifting Sash of Midnight
+ [5] = { itemID = 24046 }; --Kilt of Rolling Thunders
+ [6] = { itemID = 24064 }; --Ironsole Clompers
+ [7] = { itemID = 24045 }; --Band of Renewal
+ [8] = { itemID = 24154 }; --Witching Band
+ [9] = { itemID = 24151 }; --Mok'Nathal Clan Ring
+ [10] = { itemID = 24044 }; --Hellreaver
+ [11] = { itemID = 24155 }; --Ursol's Claw
+ [16] = { icon = "INV_Box_01", name = WHITE.. BabbleBoss["Vazruden"] };
+ [17] = { itemID = 23892 }; --Ominous Letter
+ [19] = { icon = "INV_Box_01", name = WHITE.. BabbleBoss["Nazan"] };
+ [20] = { itemID = 23901 }; --Nazan's Head
[22] = { itemID = 61025, droprate = "1%" }; --Pet Sigil
};
{
Name = BabbleBoss["Vazruden"] .. " (" .. AL["Heroic"] .. ")";
NpcID = 17537;
- [1] = { itemID = 29264, droprate = "6.05%" }; --Tree-Mender's Belt
+ [1] = { itemID = 29264 }; --Tree-Mender's Belt
[2] = { itemID = 32077 }; --Wrath Infused Gauntlets
- [3] = { itemID = 29238, droprate = "4.81%" }; --Lion's Heart Girdle
- [4] = { itemID = 29346, droprate = ".56%" }; --Feltooth Eviscerator
- [6] = { itemID = 27452, droprate = "1.73%" }; --Light Scribe Bands
- [7] = { itemID = 27461, droprate = "1.73%" }; --Chestguard of the Prowler
- [8] = { itemID = 27456, droprate = "9.75%" }; --Raiments of Nature's Breath
- [9] = { itemID = 27454, droprate = "6.66%" }; --Volcanic Pauldrons
- [10] = { itemID = 27458, droprate = "0.49%" }; --Oceansong Kilt
- [11] = { itemID = 27455, droprate = "1.11%" }; --Irondrake Faceguard
- [12] = { itemID = 27459, droprate = "0.49%" }; --Vambraces of Daring
- [13] = { itemID = 27457, droprate = ".02%" }; --Life Bearer's Gauntlets
- [16] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [17] = { itemID = 30593, droprate = "1.11%" }; --Iridescent Fire Opal
- [18] = { itemID = 30594, droprate = "2.35%" }; --Effulgent Chrysoprase
- [19] = { itemID = 30592, droprate = ".64%" }; --Steady Chrysoprase
- [21] = { itemID = 27453, droprate = "4.20%" }; --Averinn's Ring of Slaying
- [22] = { itemID = 27460, droprate = "7.90%" }; --Reavers' Ring
- [24] = { icon = "INV_Box_01", name = "=q6=" .. BabbleBoss["Vazruden"] };
- [25] = { itemID = 23892, droprate = "100%" }; --Ominous Letter
- [27] = { icon = "INV_Box_01", name = "=q6=" .. BabbleBoss["Nazan"] };
- [28] = { itemID = 23901, droprate = "100%" }; --Nazan's Head
+ [3] = { itemID = 29238 }; --Lion's Heart Girdle
+ [4] = { itemID = 29346 }; --Feltooth Eviscerator
+ [6] = { itemID = 27452 }; --Light Scribe Bands
+ [7] = { itemID = 27461 }; --Chestguard of the Prowler
+ [8] = { itemID = 27456 }; --Raiments of Nature's Breath
+ [9] = { itemID = 27454 }; --Volcanic Pauldrons
+ [10] = { itemID = 27458 }; --Oceansong Kilt
+ [11] = { itemID = 27455 }; --Irondrake Faceguard
+ [12] = { itemID = 27459 }; --Vambraces of Daring
+ [13] = { itemID = 27457 }; --Life Bearer's Gauntlets
+ [16] = { itemID = 29434 }; --Badge of Justice
+ [17] = { itemID = 30593 }; --Iridescent Fire Opal
+ [18] = { itemID = 30594 }; --Effulgent Chrysoprase
+ [19] = { itemID = 30592 }; --Steady Chrysoprase
+ [21] = { itemID = 27453 }; --Averinn's Ring of Slaying
+ [22] = { itemID = 27460 }; --Reavers' Ring
+ [24] = { icon = "INV_Box_01", name = WHITE.. BabbleBoss["Vazruden"] };
+ [25] = { itemID = 23892 }; --Ominous Letter
+ [27] = { icon = "INV_Box_01", name = WHITE.. BabbleBoss["Nazan"] };
+ [28] = { itemID = 23901 }; --Nazan's Head
[30] = { itemID = 61025, droprate = "1%" }; --Pet Sigil
};
};
@@ -1702,71 +1702,71 @@ AtlasLoot_Data["HCFurnace"] = {
Map = "HCBloodFurnace";
{
Name = BabbleBoss["The Maker"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 24388, droprate = "5.84%" }; --Girdle of the Gale Storm
- [3] = { itemID = 24387, droprate = "3.27%" }; --Ironblade Gauntlets
- [4] = { itemID = 24385, droprate = "5.43%" }; --Pendant of Battle-Lust
- [5] = { itemID = 24386, droprate = "4.78%" }; --Libram of Saints Departed
- [6] = { itemID = 24384, droprate = "2.90%" }; --Diamond-Core Sledgemace
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30601, droprate = "8.18%" }; --Beaming Fire Opal
- [19] = { itemID = 30600, droprate = ".85%" }; --Fluorescent Tanzanite
- [20] = { itemID = 30602, droprate = "2.12%" }; --Jagged Chrysoprase
- [22] = { itemID = 27485, droprate = "3.89%" }; --Embroidered Cape of Mysteries
- [23] = { itemID = 27488, droprate = "6.67%" }; --Mage-Collar of the Firestorm
- [24] = { itemID = 27483, droprate = "5.100" }; --Moon-Touched Bands
- [25] = { itemID = 27487, droprate = ".26%" }; --Bloodlord Legplates
- [26] = { itemID = 27484, droprate = "4.81%" }; --Libram of Avengement
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 24388 }; --Girdle of the Gale Storm
+ [3] = { itemID = 24387 }; --Ironblade Gauntlets
+ [4] = { itemID = 24385 }; --Pendant of Battle-Lust
+ [5] = { itemID = 24386 }; --Libram of Saints Departed
+ [6] = { itemID = 24384 }; --Diamond-Core Sledgemace
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30601 }; --Beaming Fire Opal
+ [19] = { itemID = 30600 }; --Fluorescent Tanzanite
+ [20] = { itemID = 30602 }; --Jagged Chrysoprase
+ [22] = { itemID = 27485 }; --Embroidered Cape of Mysteries
+ [23] = { itemID = 27488 }; --Mage-Collar of the Firestorm
+ [24] = { itemID = 27483 }; --Moon-Touched Bands
+ [25] = { itemID = 27487 }; --Bloodlord Legplates
+ [26] = { itemID = 27484 }; --Libram of Avengement
};
{
Name = BabbleBoss["Broggok"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 24392, droprate = "4.37%" }; --Arcing Bracers
- [3] = { itemID = 24393, droprate = "7.62%" }; --Bloody Surgeon's Mitts
- [4] = { itemID = 24391, droprate = "6.58%" }; --Kilt of the Night Strider
- [5] = { itemID = 24390, droprate = "1.57%" }; --Auslese's Light Channeler
- [6] = { itemID = 24389, droprate = "7.69%" }; --Legion Blunderbuss
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30601, droprate = "8.18%" }; --Beaming Fire Opal
- [19] = { itemID = 30600, droprate = ".85%" }; --Fluorescent Tanzanite
- [20] = { itemID = 30602, droprate = "2.12%" }; --Jagged Chrysoprase
- [22] = { itemID = 27848, droprate = ".33%" }; --Embroidered Spellpyre Boots
- [23] = { itemID = 27492, droprate = "3.89%" }; --Moonchild Leggings
- [24] = { itemID = 27489, droprate = "2.22%" }; --Virtue Bearer's Vambraces
- [25] = { itemID = 27491, droprate = "0.56%" }; --Signet of Repose
- [26] = { itemID = 27490, droprate = ".72%" }; --Firebrand Battleaxe
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 24392 }; --Arcing Bracers
+ [3] = { itemID = 24393 }; --Bloody Surgeon's Mitts
+ [4] = { itemID = 24391 }; --Kilt of the Night Strider
+ [5] = { itemID = 24390 }; --Auslese's Light Channeler
+ [6] = { itemID = 24389 }; --Legion Blunderbuss
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30601 }; --Beaming Fire Opal
+ [19] = { itemID = 30600 }; --Fluorescent Tanzanite
+ [20] = { itemID = 30602 }; --Jagged Chrysoprase
+ [22] = { itemID = 27848 }; --Embroidered Spellpyre Boots
+ [23] = { itemID = 27492 }; --Moonchild Leggings
+ [24] = { itemID = 27489 }; --Virtue Bearer's Vambraces
+ [25] = { itemID = 27491 }; --Signet of Repose
+ [26] = { itemID = 27490 }; --Firebrand Battleaxe
};
{
Name = BabbleBoss["Keli'dan the Breaker"];
- [1] = { itemID = 28264, droprate = ".82%" }; --Wastewalker Tunic
- [2] = { itemID = 27497, droprate = ".09%" }; --Doomplate Gauntlets
- [4] = { itemID = 27506, droprate = "7.42%" }; --Robe of Effervescent Light
- [5] = { itemID = 27514, droprate = "3.64%" }; --Leggings of the Unrepentant
- [6] = { itemID = 27522, droprate = "5.76%" }; --World's End Bracers
- [7] = { itemID = 27494, droprate = "1.50%" }; --Emerald Eye Bracer
- [8] = { itemID = 27505, droprate = "1.36%" }; --Ruby Helm of the Just
+ [1] = { itemID = 28264 }; --Wastewalker Tunic
+ [2] = { itemID = 27497 }; --Doomplate Gauntlets
+ [4] = { itemID = 27506 }; --Robe of Effervescent Light
+ [5] = { itemID = 27514 }; --Leggings of the Unrepentant
+ [6] = { itemID = 27522 }; --World's End Bracers
+ [7] = { itemID = 27494 }; --Emerald Eye Bracer
+ [8] = { itemID = 27505 }; --Ruby Helm of the Just
[9] = { itemID = 27788 }; --Bloodsworn Warboots
- [10] = { itemID = 27495, droprate = ".85%" }; --Soldier's Dog Tags
- [11] = { itemID = 28121, droprate = ".33%" }; --Icon of Unyielding Courage
- [12] = { itemID = 27512, droprate = ".06%" }; --The Willbreaker
- [13] = { itemID = 27507, droprate = ".82%" }; --Adamantine Repeater
- [15] = { itemID = 33814, droprate = "100%" }; --Keli'dan's Feathered Stave
- [16] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [17] = { itemID = 30601, droprate = "8.18%" }; --Beaming Fire Opal
- [18] = { itemID = 30600, droprate = ".85%" }; --Fluorescent Tanzanite
- [19] = { itemID = 30602, droprate = "2.12%" }; --Jagged Chrysoprase
+ [10] = { itemID = 27495 }; --Soldier's Dog Tags
+ [11] = { itemID = 28121 }; --Icon of Unyielding Courage
+ [12] = { itemID = 27512 }; --The Willbreaker
+ [13] = { itemID = 27507 }; --Adamantine Repeater
+ [15] = { itemID = 33814 }; --Keli'dan's Feathered Stave
+ [16] = { itemID = 29434 }; --Badge of Justice
+ [17] = { itemID = 30601 }; --Beaming Fire Opal
+ [18] = { itemID = 30600 }; --Fluorescent Tanzanite
+ [19] = { itemID = 30602 }; --Jagged Chrysoprase
[20] = { itemID = 32080 }; --Mantle of Shadowy Embrace
- [21] = { itemID = 29245, droprate = ".79%" }; --Wave-Crest Striders
- [22] = { itemID = 29239, droprate = ".82%" }; --Eaglecrest Warboots
- [23] = { itemID = 29347, droprate = ".58%" }; --Talisman of the Breaker
- [25] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [26] = { itemID = 24397, droprate = "6.92%" }; --Raiments of Divine Authority
- [27] = { itemID = 24395, droprate = "6.64%" }; --Mindfire Waistband
- [28] = { itemID = 24398, droprate = "4.29%" }; --Mantle of the Dusk-Dweller
- [29] = { itemID = 24396, droprate = "5.46%" }; --Vest of Vengeance
- [30] = { itemID = 24394, droprate = "5.52%" }; --Warsong Howling Axe
+ [21] = { itemID = 29245 }; --Wave-Crest Striders
+ [22] = { itemID = 29239 }; --Eaglecrest Warboots
+ [23] = { itemID = 29347 }; --Talisman of the Breaker
+ [25] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [26] = { itemID = 24397 }; --Raiments of Divine Authority
+ [27] = { itemID = 24395 }; --Mindfire Waistband
+ [28] = { itemID = 24398 }; --Mantle of the Dusk-Dweller
+ [29] = { itemID = 24396 }; --Vest of Vengeance
+ [30] = { itemID = 24394 }; --Warsong Howling Axe
};
};
@@ -1783,77 +1783,77 @@ AtlasLoot_Data["HCShatteredHalls"] = {
{
Name = BabbleBoss["Grand Warlock Nethekurse"];
[1] = { itemID = 24312 };
- [3] = { itemID = 27519, droprate = "7.44%" }; --Cloak of Malice
- [4] = { itemID = 27517, droprate = "7.52%" }; --Bands of Nethekurse
- [5] = { itemID = 27521, droprate = "6.50%" }; --Telaari Hunting Girdle
- [6] = { itemID = 27520, droprate = "6.47%" }; --Greathelm of the Unbreakable
- [7] = { itemID = 27518, droprate = "7.42%" }; --Ivory Idol of the Moongoddess
- [9] = { itemID = 23735, droprate = "100%" }; --Grand Warlock's Amulet
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
+ [3] = { itemID = 27519 }; --Cloak of Malice
+ [4] = { itemID = 27517 }; --Bands of Nethekurse
+ [5] = { itemID = 27521 }; --Telaari Hunting Girdle
+ [6] = { itemID = 27520 }; --Greathelm of the Unbreakable
+ [7] = { itemID = 27518 }; --Ivory Idol of the Moongoddess
+ [9] = { itemID = 23735 }; --Grand Warlock's Amulet
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
[18] = { itemID = 24312 };
- [19] = { itemID = 30548, droprate = ".16%" }; --Polished Chrysoprase
- [20] = { itemID = 30547, droprate = ".19%" }; --Luminous Fire Opal
- [21] = { itemID = 30546, droprate = ".39%" }; --Sovereign Tanzanite
- [23] = { itemID = 25462, droprate = "100%" }; --Tome of Dusk
+ [19] = { itemID = 30548 }; --Polished Chrysoprase
+ [20] = { itemID = 30547 }; --Luminous Fire Opal
+ [21] = { itemID = 30546 }; --Sovereign Tanzanite
+ [23] = { itemID = 25462 }; --Tome of Dusk
};
{
Name = BabbleBoss["Blood Guard Porung"] .. " (" .. AL["Heroic"] .. ")";
- [1] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [2] = { itemID = 30548, droprate = ".16%" }; --Polished Chrysoprase
- [3] = { itemID = 30547, droprate = ".19%" }; --Luminous Fire Opal
- [4] = { itemID = 30546, droprate = ".39%" }; --Sovereign Tanzanite
- [6] = { itemID = 30709, droprate = "4.58%" }; --Pantaloons of Flaming Wrath
- [7] = { itemID = 30707, droprate = "0.42%" }; --Nimble-foot Treads
- [8] = { itemID = 30708, droprate = "2.50%" }; --Belt of Flowing Thought
- [9] = { itemID = 30705, droprate = "1.88%" }; --Spaulders of Slaughter
- [10] = { itemID = 30710, droprate = "0.42%" }; --Blood Guard's Necklace of Ferocity
+ [1] = { itemID = 29434 }; --Badge of Justice
+ [2] = { itemID = 30548 }; --Polished Chrysoprase
+ [3] = { itemID = 30547 }; --Luminous Fire Opal
+ [4] = { itemID = 30546 }; --Sovereign Tanzanite
+ [6] = { itemID = 30709 }; --Pantaloons of Flaming Wrath
+ [7] = { itemID = 30707 }; --Nimble-foot Treads
+ [8] = { itemID = 30708 }; --Belt of Flowing Thought
+ [9] = { itemID = 30705 }; --Spaulders of Slaughter
+ [10] = { itemID = 30710 }; --Blood Guard's Necklace of Ferocity
};
{
Name = BabbleBoss["Warbringer O'mrogg"];
- [1] = { itemID = 27802, droprate = "7.02%" }; --Tidefury Shoulderguards
- [3] = { itemID = 27525, droprate = "8.26%" }; --Jeweled Boots of Sanctification
- [4] = { itemID = 27868, droprate = "5.32%" }; --Runesong Dagger
- [5] = { itemID = 27524, droprate = "7.95%" }; --Firemaul of Destruction
- [6] = { itemID = 27526, droprate = "7.31%" }; --Skyfire Hawk-Bow
- [8] = { itemID = 30829, droprate = "100%" }; --Tear of the Earthmother
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30548, droprate = ".16%" }; --Polished Chrysoprase
- [19] = { itemID = 30547, droprate = ".19%" }; --Luminous Fire Opal
- [20] = { itemID = 30546, droprate = ".39%" }; --Sovereign Tanzanite
+ [1] = { itemID = 27802 }; --Tidefury Shoulderguards
+ [3] = { itemID = 27525 }; --Jeweled Boots of Sanctification
+ [4] = { itemID = 27868 }; --Runesong Dagger
+ [5] = { itemID = 27524 }; --Firemaul of Destruction
+ [6] = { itemID = 27526 }; --Skyfire Hawk-Bow
+ [8] = { itemID = 30829 }; --Tear of the Earthmother
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30548 }; --Polished Chrysoprase
+ [19] = { itemID = 30547 }; --Luminous Fire Opal
+ [20] = { itemID = 30546 }; --Sovereign Tanzanite
};
{
Name = BabbleBoss["Warchief Kargath Bladefist"];
- [1] = { itemID = 27536, droprate = "2.63%" }; --Hallowed Handwraps
- [2] = { itemID = 27537, droprate = "2.54%" }; --Gloves of Oblivion
- [3] = { itemID = 27531, droprate = "1.03%" }; --Wastewalker Gloves
- [4] = { itemID = 27474, droprate = "0.73%" }; --Beast Lord Handguards
- [5] = { itemID = 27528, droprate = "3.86%" }; --Gauntlets of Desolation
- [6] = { itemID = 27535, droprate = "1.24%" }; --Gauntlets of the Righteous
- [8] = { itemID = 27527, droprate = "2.89%" }; --Greaves of the Shatterer
- [9] = { itemID = 27529, droprate = "0.41%" }; --Figurine of the Colossus
- [10] = { itemID = 27534, droprate = "2.98%" }; --Hortus' Seal of Brilliance
- [11] = { itemID = 27533, droprate = "2.70%" }; --Demonblood Eviscerator
- [12] = { itemID = 27538, droprate = "0.6%" }; --Lightsworn Hammer
- [13] = { itemID = 27540, droprate = "3.02%" }; --Nexus Torch
- [15] = { itemID = 23723, droprate = "100%" }; --Warchief Kargath's Fist
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30548, droprate = ".16%" }; --Polished Chrysoprase
- [19] = { itemID = 30547, droprate = ".19%" }; --Luminous Fire Opal
- [20] = { itemID = 30546, droprate = ".39%" }; --Sovereign Tanzanite
- [22] = { itemID = 29255, droprate = ".58%" }; --Bands of Rarefied Magic
- [23] = { itemID = 29263, droprate = ".28%" }; --Forestheart Bracers
+ [1] = { itemID = 27536 }; --Hallowed Handwraps
+ [2] = { itemID = 27537 }; --Gloves of Oblivion
+ [3] = { itemID = 27531 }; --Wastewalker Gloves
+ [4] = { itemID = 27474 }; --Beast Lord Handguards
+ [5] = { itemID = 27528 }; --Gauntlets of Desolation
+ [6] = { itemID = 27535 }; --Gauntlets of the Righteous
+ [8] = { itemID = 27527 }; --Greaves of the Shatterer
+ [9] = { itemID = 27529 }; --Figurine of the Colossus
+ [10] = { itemID = 27534 }; --Hortus' Seal of Brilliance
+ [11] = { itemID = 27533 }; --Demonblood Eviscerator
+ [12] = { itemID = 27538 }; --Lightsworn Hammer
+ [13] = { itemID = 27540 }; --Nexus Torch
+ [15] = { itemID = 23723 }; --Warchief Kargath's Fist
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30548 }; --Polished Chrysoprase
+ [19] = { itemID = 30547 }; --Luminous Fire Opal
+ [20] = { itemID = 30546 }; --Sovereign Tanzanite
+ [22] = { itemID = 29255 }; --Bands of Rarefied Magic
+ [23] = { itemID = 29263 }; --Forestheart Bracers
[24] = { itemID = 29254 }; --Boots of the Righteous Path
- [25] = { itemID = 29348, droprate = ".39%" }; --The Bladefist
- [27] = { itemID = 33815, droprate = "100%" }; --Bladefist's Seal
+ [25] = { itemID = 29348 }; --The Bladefist
+ [27] = { itemID = 33815 }; --Bladefist's Seal
};
{
Name = AL["Trash Mobs"];
- [1] = { itemID = 22554, droprate = ".65%" }; --Formula: Enchant 2H Weapon - Savagery
- [3] = { icon = "INV_Box_01", name = "=q6=" .. AL["Shattered Hand Executioner"] };
- [4] = { itemID = 31716, droprate = "100%" }; --Unused Axe of the Executioner
+ [1] = { itemID = 22554 }; --Formula: Enchant 2H Weapon - Savagery
+ [3] = { icon = "INV_Box_01", name = WHITE.. AL["Shattered Hand Executioner"] };
+ [4] = { itemID = 31716 }; --Unused Axe of the Executioner
};
};
--------------------------------------------
@@ -1881,15 +1881,15 @@ AtlasLoot_Data["HCMagtheridon"] = {
[10] = { itemID = 28782 }; --Crystalheart Pulse-Staff
[11] = { itemID = 29458 }; --Aegis of the Vindicator
[12] = { itemID = 28783 }; --Eredar Wand of Obliteration
- [14] = { itemID = 428775, [AtlasLoot.Difficultys.MIN_DIF] = AtlasLoot.Difficultys.Mythic }; --Bor -o G'urth, the Hand of Death
- [15] = { itemID = 428776, [AtlasLoot.Difficultys.MIN_DIF] = AtlasLoot.Difficultys.Mythic }; --Lebed -o G'urth, the Finger of Death
- [16] = { itemID = 29753, droprate = "100%", lootTable = {"T4CHEST","Token"} }; --Chestguard of the Fallen Defender
+ [14] = { itemID = 428775, [AtlasLoot.Difficulties.MIN_DIF] = AtlasLoot.Difficulties.Ascended }; --Bor -o G'urth, the Hand of Death
+ [15] = { itemID = 428776, [AtlasLoot.Difficulties.MIN_DIF] = AtlasLoot.Difficulties.Ascended }; --Lebed -o G'urth, the Finger of Death
+ [16] = { itemID = 29753, lootTable = {"T4CHEST","Token"} }; --Chestguard of the Fallen Defender
[17] = { itemID = 34845 }; --Pit Lord's Satchel
[18] = { itemID = 34846 }; --Black Sack of Gems
- [20] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [21] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [22] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
- [24] = { itemID = 32385, droprate = "100%" }; --Magtheridon's Head
+ [20] = { itemID = 29434 }; --Badge of Justice
+ [21] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [22] = { itemID = 98570 }; --Mystic Orb
+ [24] = { itemID = 32385 }; --Magtheridon's Head
[25] = { itemID = 28791 }; --Ring of the Recalcitrant
[26] = { itemID = 28790 }; --Naaru Lightwarden's Band
[27] = { itemID = 28793 }; --Band of Crimson Fury
@@ -1913,59 +1913,59 @@ AtlasLoot_Data["Karazhan"] = {
};
{
Name = "Servant's Quarter Animal Bosses";
- [1] = { icon = "Ability_Hunter_Pet_Spider", name = "=q6=" .. BabbleBoss["Hyakiss the Lurker"], "=q5=" .. AL["Spider"] };
- [2] = { itemID = 30675, droprate = "2.81%" }; --Lurker's Cord
- [3] = { itemID = 30676, droprate = ".38%" }; --Lurker's Grasp
- [4] = { itemID = 30677, droprate = "3.44%" }; --Lurker's Belt
- [5] = { itemID = 30678, droprate = "5.62%" }; --Lurker's Girdle
- [7] = { icon = "Ability_Hunter_Pet_Hyena", name = "=q6=" .. BabbleBoss["Rokad the Ravager"], "=q5=" .. AL["Darkhound"] };
- [8] = { itemID = 30684, droprate = "7.78%" }; --Ravager's Cuffs
- [9] = { itemID = 30685, droprate = "1.11%" }; --Ravager's Wrist-Wraps
- [10] = { itemID = 30686, droprate = "3.33%" }; --Ravager's Bands
- [11] = { itemID = 30687, droprate = ".89%" }; --Ravager's Bracers
- [16] = { icon = "Ability_Hunter_Pet_Bat", name = "=q6=" .. BabbleBoss["Shadikith the Glider"], "=q5=" .. AL["Bat"] };
- [17] = { itemID = 30680, droprate = ".68%" }; --Glider's Foot-Wraps
- [18] = { itemID = 30681, droprate = "2.58%" }; --Glider's Boots
- [19] = { itemID = 30682, droprate = ".68%" }; --Glider's Sabatons
- [20] = { itemID = 30683, droprate = ".60%" }; --Glider's Greaves
+ [1] = { icon = "Ability_Hunter_Pet_Spider", name = WHITE.. BabbleBoss["Hyakiss the Lurker"], "=q5=" .. AL["Spider"] };
+ [2] = { itemID = 30675 }; --Lurker's Cord
+ [3] = { itemID = 30676 }; --Lurker's Grasp
+ [4] = { itemID = 30677 }; --Lurker's Belt
+ [5] = { itemID = 30678 }; --Lurker's Girdle
+ [7] = { icon = "Ability_Hunter_Pet_Hyena", name = WHITE.. BabbleBoss["Rokad the Ravager"], "=q5=" .. AL["Darkhound"] };
+ [8] = { itemID = 30684 }; --Ravager's Cuffs
+ [9] = { itemID = 30685 }; --Ravager's Wrist-Wraps
+ [10] = { itemID = 30686 }; --Ravager's Bands
+ [11] = { itemID = 30687 }; --Ravager's Bracers
+ [16] = { icon = "Ability_Hunter_Pet_Bat", name = WHITE.. BabbleBoss["Shadikith the Glider"], "=q5=" .. AL["Bat"] };
+ [17] = { itemID = 30680 }; --Glider's Foot-Wraps
+ [18] = { itemID = 30681 }; --Glider's Boots
+ [19] = { itemID = 30682 }; --Glider's Sabatons
+ [20] = { itemID = 30683 }; --Glider's Greaves
};
{
Name = BabbleBoss["Attumen the Huntsman"];
- [1] = { itemID = 28477, droprate = "4.68%" }; --Harbinger Bands
- [2] = { itemID = 28507, droprate = "2.44%" }; --Handwraps of Flowing Thought
- [3] = { itemID = 28508, droprate = "1.69%" }; --Gloves of Saintly Blessings
- [4] = { itemID = 28453, droprate = "2.19%" }; --Bracers of the White Stag
- [5] = { itemID = 28506, droprate = "4.68%" }; --Gloves of Dexterous Manipulation
- [6] = { itemID = 28503, droprate = ".20%" }; --Whirlwind Bracers
- [7] = { itemID = 28454, droprate = "6.17%" }; --Stalker's War Bands
- [8] = { itemID = 28502, droprate = "0.70%" }; --Vambraces of Courage
- [9] = { itemID = 28505, droprate = "0.95%" }; --Gauntlets of Renewed Hope
- [16] = { itemID = 28509, droprate = "7.16%" }; --Worgen Claw Necklace
- [17] = { itemID = 28510, droprate = "0.70%" }; --Spectral Band of Innervation
- [18] = { itemID = 28504, droprate = "2.44%" }; --Steelhawk Crossbow
- [19] = { itemID = 30480, droprate = ".25%" }; --Fiery Warhorse's Reins
- [21] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [22] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [24] = { itemID = 23809, droprate = ".100" }; --Schematic: Stabilized Eternium Scope
+ [1] = { itemID = 28477 }; --Harbinger Bands
+ [2] = { itemID = 28507 }; --Handwraps of Flowing Thought
+ [3] = { itemID = 28508 }; --Gloves of Saintly Blessings
+ [4] = { itemID = 28453 }; --Bracers of the White Stag
+ [5] = { itemID = 28506 }; --Gloves of Dexterous Manipulation
+ [6] = { itemID = 28503 }; --Whirlwind Bracers
+ [7] = { itemID = 28454 }; --Stalker's War Bands
+ [8] = { itemID = 28502 }; --Vambraces of Courage
+ [9] = { itemID = 28505 }; --Gauntlets of Renewed Hope
+ [16] = { itemID = 28509 }; --Worgen Claw Necklace
+ [17] = { itemID = 28510 }; --Spectral Band of Innervation
+ [18] = { itemID = 28504 }; --Steelhawk Crossbow
+ [19] = { itemID = 30480 }; --Fiery Warhorse's Reins
+ [21] = { itemID = 29434 }; --Badge of Justice
+ [22] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [24] = { itemID = 23809 }; --Schematic: Stabilized Eternium Scope
[26] = { itemID = 60198, droprate = "1%" }; --Pet Sigil
};
{
Name = BabbleBoss["Moroes"];
NpcID = 15687;
- [1] = { itemID = 28529, droprate = "5.91%" }; --Royal Cloak of Arathi Kings
- [2] = { itemID = 28570, droprate = "2.18%" }; --Shadow-Cloak of Dalaran
- [3] = { itemID = 28565, droprate = "4.08%" }; --Nethershard Girdle
- [4] = { itemID = 28545, droprate = "1.07%" }; --Edgewalker Longboots
- [5] = { itemID = 28567, droprate = "2.05%" }; --Belt of Gale Force
- [6] = { itemID = 28566, droprate = "0.81%" }; --Crimson Girdle of the Indomitable
- [7] = { itemID = 28569, droprate = "1.33%" }; --Boots of Valiance
- [16] = { itemID = 28530, droprate = "2.25%" }; --Brooch of Unquenchable Fury
- [17] = { itemID = 28528, droprate = "2.05%" }; --Moroes' Lucky Pocket Watch
- [18] = { itemID = 28525, droprate = "4.54%" }; --Signet of Unshakable Faith
- [19] = { itemID = 28568, droprate = "4.08%" }; --Idol of the Avian Heart
- [20] = { itemID = 28524, droprate = "2.90%" }; --Emerald Ripper
- [22] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [23] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
+ [1] = { itemID = 28529 }; --Royal Cloak of Arathi Kings
+ [2] = { itemID = 28570 }; --Shadow-Cloak of Dalaran
+ [3] = { itemID = 28565 }; --Nethershard Girdle
+ [4] = { itemID = 28545 }; --Edgewalker Longboots
+ [5] = { itemID = 28567 }; --Belt of Gale Force
+ [6] = { itemID = 28566 }; --Crimson Girdle of the Indomitable
+ [7] = { itemID = 28569 }; --Boots of Valiance
+ [16] = { itemID = 28530 }; --Brooch of Unquenchable Fury
+ [17] = { itemID = 28528 }; --Moroes' Lucky Pocket Watch
+ [18] = { itemID = 28525 }; --Signet of Unshakable Faith
+ [19] = { itemID = 28568 }; --Idol of the Avian Heart
+ [20] = { itemID = 28524 }; --Emerald Ripper
+ [22] = { itemID = 29434 }; --Badge of Justice
+ [23] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
[25] = { itemID = 22559, droprate = { nil, "2%", "5%", "7%", "10%" } }; --Formula: Enchant Weapon - Mongoose
[27] = { itemID = 60166, droprate = "1%" }; --Pet Sigil
};
@@ -1976,204 +1976,204 @@ AtlasLoot_Data["Karazhan"] = {
{
Name = BabbleBoss["Maiden of Virtue"];
NpcID = 16457;
- [1] = { itemID = 28511, droprate = "2.46%" }; --Bands of Indwelling
- [2] = { itemID = 28515, droprate = "3.87%" }; --Bands of Nefarious Deeds
- [3] = { itemID = 28517, droprate = "6.96%" }; --Boots of Foretelling
- [4] = { itemID = 28514, droprate = "5.90%" }; --Bracers of Maliciousness
- [5] = { itemID = 28521, droprate = "3.16%" }; --Mitts of the Treemender
- [6] = { itemID = 28520, droprate = "3.16%" }; --Gloves of Centering
- [7] = { itemID = 28519, droprate = "4.22%" }; --Gloves of Quickening
- [8] = { itemID = 28512, droprate = "5%" }; --Bracers of Justice
- [9] = { itemID = 28518, droprate = "2.63%" }; --Iron Gauntlets of the Maiden
- [16] = { itemID = 28516, droprate = "1.48%" }; --Barbed Choker of Discipline
- [17] = { itemID = 28523, droprate = "4.58%" }; --Totem of Healing Rains
- [18] = { itemID = 28522, droprate = "0.69%" }; --Shard of the Virtuous
- [20] = { itemID = 229739, droprate = "100%" }; --Tome of Untold Secrets
- [22] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [23] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
+ [1] = { itemID = 28511 }; --Bands of Indwelling
+ [2] = { itemID = 28515 }; --Bands of Nefarious Deeds
+ [3] = { itemID = 28517 }; --Boots of Foretelling
+ [4] = { itemID = 28514 }; --Bracers of Maliciousness
+ [5] = { itemID = 28521 }; --Mitts of the Treemender
+ [6] = { itemID = 28520 }; --Gloves of Centering
+ [7] = { itemID = 28519 }; --Gloves of Quickening
+ [8] = { itemID = 28512 }; --Bracers of Justice
+ [9] = { itemID = 28518 }; --Iron Gauntlets of the Maiden
+ [16] = { itemID = 28516 }; --Barbed Choker of Discipline
+ [17] = { itemID = 28523 }; --Totem of Healing Rains
+ [18] = { itemID = 28522 }; --Shard of the Virtuous
+ [20] = { itemID = 229739 }; --Tome of Untold Secrets
+ [22] = { itemID = 29434 }; --Badge of Justice
+ [23] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
[25] = { itemID = 816253, droprate = { nil, "2%", "5%", "7%", "10%" } }; --Formula: Enchant Weapon - Faith
};
{
Name = "Opera Event";
- [1] = { icon = "INV_Box_01", name = "=q6=" .. BabbleBoss["The Crone"], "=q5=" .. AL["Wizard of Oz"] };
- [2] = { itemID = 28586, droprate = "0.12%" }; --Wicked Witch's Hat
- [3] = { itemID = 28585, droprate = "5.39%" }; --Ruby Slippers
- [4] = { itemID = 28587, droprate = "0.43%" }; --Legacy
- [5] = { itemID = 28588, droprate = "7.96%" }; --Blue Diamond Witchwand
- [7] = { icon = "INV_Box_01", name = "=q6=" .. BabbleBoss["Romulo & Julianne"], "=q5=" .. AL["Romulo & Julianne"] };
- [8] = { itemID = 28578, droprate = "2.73%" }; --Masquerade Gown
- [9] = { itemID = 28579, droprate = "9.54%" }; --Romulo's Poison Vial
- [10] = { itemID = 28572, droprate = "3.52%" }; --Blade of the Unrequited
- [11] = { itemID = 28573, droprate = "0.07%" }; --Despair
- [16] = { icon = "INV_Box_01", name = "=q6=" .. BabbleBoss["The Big Bad Wolf"], "=q5=" .. AL["Red Riding Hood"] };
- [17] = { itemID = 28582, droprate = "2.85%" }; --Red Riding Hood's Cloak
- [18] = { itemID = 28583, droprate = "6.37%" }; --Big Bad Wolf's Head
- [19] = { itemID = 28584, droprate = "6.12%" }; --Big Bad Wolf's Paw
- [20] = { itemID = 28581, droprate = "2.42%" }; --Wolfslayer Sniper Rifle
- [22] = { icon = "INV_Box_01", name = "=q6=" .. AL["Shared Drops"] };
- [30] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [24] = { itemID = 28594, droprate = "5.96%" }; --Trial-FireTrousers
- [25] = { itemID = 28591, droprate = "2.45%" }; --Earthsoul Leggings
- [26] = { itemID = 28589, droprate = "2.54%" }; --Beastmaw Pauldrons
- [27] = { itemID = 28593, droprate = "1.53%" }; --Eternium Greathelm
- [28] = { itemID = 28590, droprate = "8.41%" }; --Ribbon of Sacrifice
- [23] = { itemID = 28592, droprate = ".38%" }; --Libram of Souls Redeemed
+ [1] = { icon = "INV_Box_01", name = WHITE.. BabbleBoss["The Crone"], "=q5=" .. AL["Wizard of Oz"] };
+ [2] = { itemID = 28586 }; --Wicked Witch's Hat
+ [3] = { itemID = 28585 }; --Ruby Slippers
+ [4] = { itemID = 28587 }; --Legacy
+ [5] = { itemID = 28588 }; --Blue Diamond Witchwand
+ [7] = { icon = "INV_Box_01", name = WHITE.. BabbleBoss["Romulo & Julianne"], "=q5=" .. AL["Romulo & Julianne"] };
+ [8] = { itemID = 28578 }; --Masquerade Gown
+ [9] = { itemID = 28579 }; --Romulo's Poison Vial
+ [10] = { itemID = 28572 }; --Blade of the Unrequited
+ [11] = { itemID = 28573 }; --Despair
+ [16] = { icon = "INV_Box_01", name = WHITE.. BabbleBoss["The Big Bad Wolf"], "=q5=" .. AL["Red Riding Hood"] };
+ [17] = { itemID = 28582 }; --Red Riding Hood's Cloak
+ [18] = { itemID = 28583 }; --Big Bad Wolf's Head
+ [19] = { itemID = 28584 }; --Big Bad Wolf's Paw
+ [20] = { itemID = 28581 }; --Wolfslayer Sniper Rifle
+ [22] = { icon = "INV_Box_01", name = WHITE.. AL["Shared Drops"] };
+ [30] = { itemID = 29434 }; --Badge of Justice
+ [24] = { itemID = 28594 }; --Trial-FireTrousers
+ [25] = { itemID = 28591 }; --Earthsoul Leggings
+ [26] = { itemID = 28589 }; --Beastmaw Pauldrons
+ [27] = { itemID = 28593 }; --Eternium Greathelm
+ [28] = { itemID = 28590 }; --Ribbon of Sacrifice
+ [23] = { itemID = 28592 }; --Libram of Souls Redeemed
};
{
Name = BabbleBoss["Nightbane"];
NpcID = 17225;
- [1] = { itemID = 28602, droprate = "7.38%" }; --Robe of the Elder Scribes
- [2] = { itemID = 28600, droprate = "3.33%" }; --Stonebough Jerkin
- [3] = { itemID = 28601, droprate = "0.24%" }; --Chestguard of the Conniver
- [4] = { itemID = 28599, droprate = "1.67%" }; --Scaled Breastplate of Carnage
- [5] = { itemID = 28610, droprate = "5.71%" }; --Ferocious Swift-Kickers
- [6] = { itemID = 28597, droprate = "0.100" }; --Panzar'Thar Breastplate
- [7] = { itemID = 28608, droprate = ".05%" }; --Ironstriders of Urgency
- [9] = { itemID = 31751, droprate = "100%" }; --Blazing Signet
- [10] = { itemID = 24139, droprate = "100%" }; --Faint Arcane Essence
- [16] = { itemID = 28609, droprate = "3.33%" }; --Emberspur Talisman
- [17] = { itemID = 28603, droprate = "2.62%" }; --Talisman of Nightbane
- [18] = { itemID = 28604, droprate = "6.67%" }; --Nightstaff of the Everliving
- [19] = { itemID = 28611, droprate = "3.57%" }; --Dragonheart Flameshield
- [20] = { itemID = 28606, droprate = "2.14%" }; --Shield of Impenetrable Darkness
- [22] = { itemID = 229739, droprate = "100%" }; --Tome of Untold Secrets
- [24] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [25] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
+ [1] = { itemID = 28602 }; --Robe of the Elder Scribes
+ [2] = { itemID = 28600 }; --Stonebough Jerkin
+ [3] = { itemID = 28601 }; --Chestguard of the Conniver
+ [4] = { itemID = 28599 }; --Scaled Breastplate of Carnage
+ [5] = { itemID = 28610 }; --Ferocious Swift-Kickers
+ [6] = { itemID = 28597 }; --Panzar'Thar Breastplate
+ [7] = { itemID = 28608 }; --Ironstriders of Urgency
+ [9] = { itemID = 31751 }; --Blazing Signet
+ [10] = { itemID = 24139 }; --Faint Arcane Essence
+ [16] = { itemID = 28609 }; --Emberspur Talisman
+ [17] = { itemID = 28603 }; --Talisman of Nightbane
+ [18] = { itemID = 28604 }; --Nightstaff of the Everliving
+ [19] = { itemID = 28611 }; --Dragonheart Flameshield
+ [20] = { itemID = 28606 }; --Shield of Impenetrable Darkness
+ [22] = { itemID = 229739 }; --Tome of Untold Secrets
+ [24] = { itemID = 29434 }; --Badge of Justice
+ [25] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
};
{
Name = BabbleBoss["The Curator"];
NpcID = 15691;
- [1] = { itemID = 28612, droprate = "5.19%" }; --Pauldrons of the Solace-Giver
- [2] = { itemID = 28647, droprate = "0.56%" }; --Forest Wind Shoulderpads
- [3] = { itemID = 28631, droprate = "3.47%" }; --Dragon-Quake Shoulderguards
- [4] = { itemID = 28621, droprate = "1.85%" }; --Wrynn Dynasty Greaves
- [5] = { itemID = 28649, droprate = "2.07%" }; --Garona's Signet Ring
- [6] = { itemID = 28633, droprate = "2.28%" }; --Staff of Infinite Mysteries
- [16] = { itemID = 29758, droprate = "100%", lootTable = {"T4HAND","Token"} }; --Gloves of the Fallen Defender
- [18] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [19] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [20] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
- [22] = { itemID = 60170, droprate = "1%" }; --Sigil of The Curator
+ [1] = { itemID = 28612 }; --Pauldrons of the Solace-Giver
+ [2] = { itemID = 28647 }; --Forest Wind Shoulderpads
+ [3] = { itemID = 28631 }; --Dragon-Quake Shoulderguards
+ [4] = { itemID = 28621 }; --Wrynn Dynasty Greaves
+ [5] = { itemID = 28649 }; --Garona's Signet Ring
+ [6] = { itemID = 28633 }; --Staff of Infinite Mysteries
+ [16] = { itemID = 29758, lootTable = {"T4HAND","Token"} }; --Gloves of the Fallen Defender
+ [18] = { itemID = 29434 }; --Badge of Justice
+ [19] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [20] = { itemID = 98570 }; --Mystic Orb
+ [22] = { itemID = 60170 }; --Sigil of The Curator
};
{
Name = BabbleBoss["Terestian Illhoof"];
NpcID = 15688;
- [1] = { itemID = 28660, droprate = "4.63%" }; --Gilded Thorium Cloak
- [2] = { itemID = 28653, droprate = "0.45%" }; --Shadowvine Cloak of Infusion
- [3] = { itemID = 28652, droprate = "0.75%" }; --Cincture of Will
- [4] = { itemID = 28654, droprate = "1.04%" }; --Malefic Girdle
- [5] = { itemID = 28655, droprate = "4.93%" }; --Cord of Nature's Sustenance
- [6] = { itemID = 28656, droprate = "7.91%" }; --Girdle of the Prowler
- [7] = { itemID = 28662, droprate = "7.31%" }; --Breastplate of the Lightbinder
- [16] = { itemID = 28661, droprate = "1.64%" }; --Mender's Heart-Ring
- [17] = { itemID = 28785, droprate = "0.75%" }; --The Lightning Capacitor
- [18] = { itemID = 28657, droprate = "4.63%" }; --Fool's Bane
- [19] = { itemID = 28658, droprate = ".46%" }; --Terestian's Stranglestaff
- [20] = { itemID = 28659, droprate = "3.43%" }; --Xavian Stiletto
- [22] = { itemID = 229739, droprate = "100%" }; --Tome of Untold Secrets
- [24] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [25] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
+ [1] = { itemID = 28660 }; --Gilded Thorium Cloak
+ [2] = { itemID = 28653 }; --Shadowvine Cloak of Infusion
+ [3] = { itemID = 28652 }; --Cincture of Will
+ [4] = { itemID = 28654 }; --Malefic Girdle
+ [5] = { itemID = 28655 }; --Cord of Nature's Sustenance
+ [6] = { itemID = 28656 }; --Girdle of the Prowler
+ [7] = { itemID = 28662 }; --Breastplate of the Lightbinder
+ [16] = { itemID = 28661 }; --Mender's Heart-Ring
+ [17] = { itemID = 28785 }; --The Lightning Capacitor
+ [18] = { itemID = 28657 }; --Fool's Bane
+ [19] = { itemID = 28658 }; --Terestian's Stranglestaff
+ [20] = { itemID = 28659 }; --Xavian Stiletto
+ [22] = { itemID = 229739 }; --Tome of Untold Secrets
+ [24] = { itemID = 29434 }; --Badge of Justice
+ [25] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
[27] = { itemID = 22561, droprate = { nil, "2%", "5%", "7%", "10%" } }; --Formula: Enchant Weapon - Soulfrost
- [29] = { itemID = 60167, droprate = "1%" }; --Sigil of Terestain Illhoof
+ [29] = { itemID = 60167 }; --Sigil of Terestain Illhoof
};
{
Name = BabbleBoss["Shade of Aran"];
NpcID = 16524;
- [1] = { itemID = 28672, droprate = "1.70%" }; --Drape of the Dark Reavers
- [2] = { itemID = 28726, droprate = "6.03%" }; --Mantle of the Mind Flayer
- [3] = { itemID = 28670, droprate = ".29%" }; --Boots of the Infernal Coven
- [4] = { itemID = 28663, droprate = "2.72%" }; --Boots of the Incorrupt
- [5] = { itemID = 28669, droprate = "1.32%" }; --Rapscallion Boots
- [6] = { itemID = 28671, droprate = "2.21%" }; --Steelspine Faceguard
- [7] = { itemID = 28666, droprate = "1.58%" }; --Pauldrons of the Justice-Seeker
- [9] = { itemID = 23933, droprate = "100%" }; --Medivh's Journal
- [16] = { itemID = 28674, droprate = "1.20%" }; --Saberclaw Talisman
- [17] = { itemID = 28675, droprate = "0.43%" }; --Shermanar Great-Ring
- [18] = { itemID = 28727, droprate = "5.39%" }; --Pendant of the Violet Eye
- [19] = { itemID = 28728, droprate = "2.72%" }; --Aran's Soothing Sapphire
- [20] = { itemID = 28673, droprate = ".25%" }; --Tirisfal Wand of Ascendancy
- [22] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [23] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [24] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [1] = { itemID = 28672 }; --Drape of the Dark Reavers
+ [2] = { itemID = 28726 }; --Mantle of the Mind Flayer
+ [3] = { itemID = 28670 }; --Boots of the Infernal Coven
+ [4] = { itemID = 28663 }; --Boots of the Incorrupt
+ [5] = { itemID = 28669 }; --Rapscallion Boots
+ [6] = { itemID = 28671 }; --Steelspine Faceguard
+ [7] = { itemID = 28666 }; --Pauldrons of the Justice-Seeker
+ [9] = { itemID = 23933 }; --Medivh's Journal
+ [16] = { itemID = 28674 }; --Saberclaw Talisman
+ [17] = { itemID = 28675 }; --Shermanar Great-Ring
+ [18] = { itemID = 28727 }; --Pendant of the Violet Eye
+ [19] = { itemID = 28728 }; --Aran's Soothing Sapphire
+ [20] = { itemID = 28673 }; --Tirisfal Wand of Ascendancy
+ [22] = { itemID = 29434 }; --Badge of Justice
+ [23] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [24] = { itemID = 98570 }; --Mystic Orb
[26] = { itemID = 22560, droprate = { nil, "2%", "5%", "7%", "10%" } }; --Formula: Enchant Weapon - Sunfire
[28] = { itemID = 60372, droprate = "1%" }; --Pet Sigil
};
{
Name = BabbleBoss["Netherspite"];
NpcID = 15689;
- [1] = { itemID = 28744, droprate = "2.91%" }; --Uni-Mind Headdress
- [2] = { itemID = 28742, droprate = "0.99%" }; --Pantaloons of Repentence
- [3] = { itemID = 28732, droprate = "7.31%" }; --Cowl of Defiance
- [4] = { itemID = 28741, droprate = "5.38%" }; --Skulker's Greaves
- [5] = { itemID = 28735, droprate = "5.93%" }; --Earthblood Chestguard
- [6] = { itemID = 28740, droprate = "0.16%" }; --Rip-Flayer Leggings
- [7] = { itemID = 28743, droprate = ".34%" }; --Mantle of Abrahmis
- [8] = { itemID = 28733, droprate = "0.44%" }; --Girdle of Truth
- [16] = { itemID = 28731, droprate = "5.11%" }; --Shining Chain of the Afterworld
- [17] = { itemID = 28730, droprate = "0.99%" }; --Mithril Band of the Unscarred
- [18] = { itemID = 28734, droprate = "1.64%" }; --Jewel of Infinite Possibilities
- [19] = { itemID = 28729, droprate = ".32%" }; --Spiteblade
- [21] = { itemID = 229739, droprate = "100%" }; --Tome of Untold Secrets
- [23] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [24] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
+ [1] = { itemID = 28744 }; --Uni-Mind Headdress
+ [2] = { itemID = 28742 }; --Pantaloons of Repentence
+ [3] = { itemID = 28732 }; --Cowl of Defiance
+ [4] = { itemID = 28741 }; --Skulker's Greaves
+ [5] = { itemID = 28735 }; --Earthblood Chestguard
+ [6] = { itemID = 28740 }; --Rip-Flayer Leggings
+ [7] = { itemID = 28743 }; --Mantle of Abrahmis
+ [8] = { itemID = 28733 }; --Girdle of Truth
+ [16] = { itemID = 28731 }; --Shining Chain of the Afterworld
+ [17] = { itemID = 28730 }; --Mithril Band of the Unscarred
+ [18] = { itemID = 28734 }; --Jewel of Infinite Possibilities
+ [19] = { itemID = 28729 }; --Spiteblade
+ [21] = { itemID = 229739 }; --Tome of Untold Secrets
+ [23] = { itemID = 29434 }; --Badge of Justice
+ [24] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
};
{
Name = BabbleBoss["Chess Event"];
- [1] = { itemID = 28756, droprate = "7.98%" }; --Headdress of the High Potentate
- [2] = { itemID = 28755, droprate = "3.55%" }; --Bladed Shoulderpads of the Merciless
- [3] = { itemID = 28750, droprate = "5.02%" }; --Girdle of Treachery
- [4] = { itemID = 28752, droprate = "4.04%" }; --Forestlord Striders
- [5] = { itemID = 28751, droprate = "2.56%" }; --Heart-Flame Leggings
- [6] = { itemID = 28746, droprate = "6.26%" }; --Fiend Slayer Boots
- [7] = { itemID = 28748, droprate = "3.79%" }; --Legplates of the Innocent
- [8] = { itemID = 28747, droprate = "3.79%" }; --Battlescar Boots
- [16] = { itemID = 28745, droprate = "2.81%" }; --Mithril Chain of Heroism
- [17] = { itemID = 28753, droprate = "2.56%" }; --Ring of Recurrence
- [18] = { itemID = 28749, droprate = "2.07%" }; --King's Defender
- [19] = { itemID = 28754, droprate = "3.30%" }; --Triptych Shield of the Ancients
- [21] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
+ [1] = { itemID = 28756 }; --Headdress of the High Potentate
+ [2] = { itemID = 28755 }; --Bladed Shoulderpads of the Merciless
+ [3] = { itemID = 28750 }; --Girdle of Treachery
+ [4] = { itemID = 28752 }; --Forestlord Striders
+ [5] = { itemID = 28751 }; --Heart-Flame Leggings
+ [6] = { itemID = 28746 }; --Fiend Slayer Boots
+ [7] = { itemID = 28748 }; --Legplates of the Innocent
+ [8] = { itemID = 28747 }; --Battlescar Boots
+ [16] = { itemID = 28745 }; --Mithril Chain of Heroism
+ [17] = { itemID = 28753 }; --Ring of Recurrence
+ [18] = { itemID = 28749 }; --King's Defender
+ [19] = { itemID = 28754 }; --Triptych Shield of the Ancients
+ [21] = { itemID = 29434 }; --Badge of Justice
};
{
Name = BabbleBoss["Prince Malchezaar"];
NpcID = 15690;
- [1] = { itemID = 28765, droprate = "0.37%" }; --Stainless Cloak of the Pure Hearted
- [2] = { itemID = 28766, droprate = "2.50%" }; --Ruby Drape of the Mysticant
- [3] = { itemID = 28764, droprate = "5.96%" }; --Farstrider Wildercloak
- [4] = { itemID = 28762, droprate = ".57%" }; --Adornment of Stolen Souls
- [5] = { itemID = 28763, droprate = "1.84%" }; --Jade Ring of the Everliving
- [6] = { itemID = 28757, droprate = "2.90%" }; --Ring of a Thousand Marks
- [8] = { itemID = 28770, droprate = "0.64%" }; --Nathrezim Mindblade
- [9] = { itemID = 28768, droprate = ".84%" }; --Malchazeen
- [10] = { itemID = 28767, droprate = "5.43%" }; --The Decapitator
- [11] = { itemID = 28773, droprate = "2.63%" }; --Gorehowl
- [12] = { itemID = 28771, droprate = "1.17%" }; --Light's Justice
- [13] = { itemID = 28772, droprate = ".97%" }; --Sunfury Bow of the Phoenix
- [16] = { itemID = 29761, droprate = "100%", lootTable = {"T4HEAD","Token"} }; --Helm of the Fallen Defender
- [18] = { itemID = 229739, droprate = "100%" }; --Tome of Untold Secrets
- [20] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [21] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
+ [1] = { itemID = 28765 }; --Stainless Cloak of the Pure Hearted
+ [2] = { itemID = 28766 }; --Ruby Drape of the Mysticant
+ [3] = { itemID = 28764 }; --Farstrider Wildercloak
+ [4] = { itemID = 28762 }; --Adornment of Stolen Souls
+ [5] = { itemID = 28763 }; --Jade Ring of the Everliving
+ [6] = { itemID = 28757 }; --Ring of a Thousand Marks
+ [8] = { itemID = 28770 }; --Nathrezim Mindblade
+ [9] = { itemID = 28768 }; --Malchazeen
+ [10] = { itemID = 28767 }; --The Decapitator
+ [11] = { itemID = 28773 }; --Gorehowl
+ [12] = { itemID = 28771 }; --Light's Justice
+ [13] = { itemID = 28772 }; --Sunfury Bow of the Phoenix
+ [16] = { itemID = 29761, lootTable = {"T4HEAD","Token"} }; --Helm of the Fallen Defender
+ [18] = { itemID = 229739 }; --Tome of Untold Secrets
+ [20] = { itemID = 29434 }; --Badge of Justice
+ [21] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
[23] = { itemID = 60169, droprate = "1%" }; --Pet Sigil
- [25] = { itemID = 499438, [AtlasLoot.Difficultys.MIN_DIF] = AtlasLoot.Difficultys.Heroic }; --Smoldering Emberwyrm
+ [25] = { itemID = 499438, [AtlasLoot.Difficulties.MIN_DIF] = AtlasLoot.Difficulties.Heroic }; --Smoldering Emberwyrm
};
{ --Trash Mobs
Name = AL["Trash Mobs"];
- [1] = { itemID = 30642, droprate = ".22%" }; --Drape of the Righteous
- [2] = { itemID = 30668, droprate = ".17%" }; --Grasp of the Dead
- [3] = { itemID = 30673, droprate = ".21%" }; --Inferno Waist Cord
- [4] = { itemID = 30644, droprate = ".23%" }; --Grips of the Deftness
- [5] = { itemID = 30674, droprate = ".17%" }; --Zierhut's Lost Treads
- [6] = { itemID = 30643, droprate = ".19%" }; --Belt of the Tracker
- [7] = { itemID = 30641, droprate = ".13%" }; --Boots of Elusion
+ [1] = { itemID = 30642 }; --Drape of the Righteous
+ [2] = { itemID = 30668 }; --Grasp of the Dead
+ [3] = { itemID = 30673 }; --Inferno Waist Cord
+ [4] = { itemID = 30644 }; --Grips of the Deftness
+ [5] = { itemID = 30674 }; --Zierhut's Lost Treads
+ [6] = { itemID = 30643 }; --Belt of the Tracker
+ [7] = { itemID = 30641 }; --Boots of Elusion
[9] = { itemID = 23857 }; --Legacy of the Mountain King
[10] = { itemID = 23864 }; --Torment of the Worgen
[11] = { itemID = 23862 }; --Redemption of the Fallen
[12] = { itemID = 23865 }; --Wrath of the Titans
[14] = { itemID = 21882 }; --Soul Essence
- [16] = { itemID = 30666, droprate = ".18%" }; --Ritssyn's Lost Pendant
- [17] = { itemID = 30667, droprate = ".17%" }; --Ring of Unrelenting Storms
- [19] = { itemID = 21903, droprate = ".74%" }; --Pattern: Soulcloth Shoulders
- [20] = { itemID = 21904, droprate = ".07%" }; --Pattern: Soulcloth Vest
- [21] = { itemID = 22545, droprate = ".66%" }; --Formula: Enchant Boots - Surefooted
+ [16] = { itemID = 30666 }; --Ritssyn's Lost Pendant
+ [17] = { itemID = 30667 }; --Ring of Unrelenting Storms
+ [19] = { itemID = 21903 }; --Pattern: Soulcloth Shoulders
+ [20] = { itemID = 21904 }; --Pattern: Soulcloth Vest
+ [21] = { itemID = 22545 }; --Formula: Enchant Boots - Surefooted
};
};
----------------------------------------
@@ -2188,85 +2188,85 @@ AtlasLoot_Data["MagistersTerrace"] = {
Map = "MagistersTerrace";
{
Name = BabbleBoss["Selin Fireheart"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
[2] = { itemID = 34702 }; --Cloak of Swift Mending
[3] = { itemID = 34697 }; --Bindings of Raging Fire
[4] = { itemID = 34701 }; --Leggings of the Betrayed
[5] = { itemID = 34698 }; --Bracers of the Forest Stalker
[6] = { itemID = 34700 }; --Gauntlets of Divine Blessings
[7] = { itemID = 34699 }; --Sun-forged Cleaver
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 34602, droprate = "0%" }; --Eversong Cuffs
- [19] = { itemID = 34601, droprate = "1%" }; --Shoulderplates of Everlasting Pain
- [20] = { itemID = 34604, droprate = "1%" }; --Jaded Crystal Dagger
- [21] = { itemID = 34603, droprate = "1%" }; --Distracting Blades
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 34602 }; --Eversong Cuffs
+ [19] = { itemID = 34601 }; --Shoulderplates of Everlasting Pain
+ [20] = { itemID = 34604 }; --Jaded Crystal Dagger
+ [21] = { itemID = 34603 }; --Distracting Blades
[23] = { itemID = 35275 }; --Orb of the Sin'dorei
};
{
Name = BabbleBoss["Vexallus"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 34708, droprate = "7%" }; --Cloak of the Coming Night
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 34708 }; --Cloak of the Coming Night
[3] = { itemID = 34705 }; --Bracers of Divine Infusion
- [4] = { itemID = 34707, droprate = "6%" }; --Boots of Resuscitation
- [5] = { itemID = 34704, droprate = "8%" }; --Band of Arcane Alacrity
+ [4] = { itemID = 34707 }; --Boots of Resuscitation
+ [5] = { itemID = 34704 }; --Band of Arcane Alacrity
[6] = { itemID = 34706 }; --Band of Determination
- [7] = { itemID = 34703, droprate = "6%" }; --Latro's Dancing Blade
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 34607, droprate = "0%" }; --Fel-tinged Mantle
- [19] = { itemID = 34605, droprate = "9%" }; --Breastplate of Fierce Survival
- [20] = { itemID = 34606, droprate = "0%" }; --Edge of Oppression
- [21] = { itemID = 34608, droprate = "9%" }; --Rod of the Blazing Light
+ [7] = { itemID = 34703 }; --Latro's Dancing Blade
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 34607 }; --Fel-tinged Mantle
+ [19] = { itemID = 34605 }; --Breastplate of Fierce Survival
+ [20] = { itemID = 34606 }; --Edge of Oppression
+ [21] = { itemID = 34608 }; --Rod of the Blazing Light
[23] = { itemID = 435275 }; --Orb of the Sin'dorei
};
{
Name = BabbleBoss["Priestess Delrissa"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 34792, droprate = "7%" }; --Cloak of the Betrayed
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 34792 }; --Cloak of the Betrayed
[3] = { itemID = 34788 }; --Duskhallow Mantle
- [4] = { itemID = 34791, droprate = "6%" }; --Gauntlets of the Tranquil Waves
- [5] = { itemID = 34789, droprate = "7%" }; --Bracers of Slaughter
- [6] = { itemID = 34790, droprate = "6%" }; --Battle-mace of the High Priestess
- [7] = { itemID = 34783, droprate = "7%" }; --Nightstrike
+ [4] = { itemID = 34791 }; --Gauntlets of the Tranquil Waves
+ [5] = { itemID = 34789 }; --Bracers of Slaughter
+ [6] = { itemID = 34790 }; --Battle-mace of the High Priestess
+ [7] = { itemID = 34783 }; --Nightstrike
[9] = { itemID = 35756, droprate = { nil, "2%", "5%", "7%", "10%" } }; --Formula: Enchant Cloak - Steelweave
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 34473, droprate = "9%" }; --Commendation of Kael'thas
- [19] = { itemID = 34472, droprate = "9%" }; --Shard of Contempt
- [20] = { itemID = 34470, droprate = "9%" }; --Timbal's Focusing Crystal
- [21] = { itemID = 34471, droprate = "9%" }; --Vial of the Sunwell
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 34473 }; --Commendation of Kael'thas
+ [19] = { itemID = 34472 }; --Shard of Contempt
+ [20] = { itemID = 34470 }; --Timbal's Focusing Crystal
+ [21] = { itemID = 34471 }; --Vial of the Sunwell
[23] = { itemID = 35275 }; --Orb of the Sin'dorei
};
{
Name = BabbleBoss["Kael'thas Sunstrider"];
[1] = { itemID = 34810 }; --Cloak of Blade Turning
[2] = { itemID = 34808 }; --Gloves of Arcane Acuity
- [3] = { itemID = 34809, droprate = "5%" }; --Sunrage Treads
- [4] = { itemID = 34799, droprate = "3%" }; --Hauberk of the War Bringer
+ [3] = { itemID = 34809 }; --Sunrage Treads
+ [4] = { itemID = 34799 }; --Hauberk of the War Bringer
[5] = { itemID = 34807 }; --Sunstrider Warboots
[6] = { itemID = 34625 }; --Kharmaa's Ring of Fate
- [8] = { itemID = 34157, droprate = "6%" }; --Head of Kael'thas
+ [8] = { itemID = 34157 }; --Head of Kael'thas
[16] = { itemID = 34793 }; --Cord of Reconstruction
[17] = { itemID = 34796 }; --Robes of Summer Flame
[18] = { itemID = 34795 }; --Helm of Sanctification
[19] = { itemID = 34798 }; --Band of Celerity
[20] = { itemID = 34794 }; --Axe of Shattered Dreams
- [21] = { itemID = 34797, droprate = "4%" }; --Sun-infused Focus Staff
+ [21] = { itemID = 34797 }; --Sun-infused Focus Staff
[22] = { itemID = 35504 }; --Phoenix Hatchling
};
{
Name = BabbleBoss["Kael'thas Sunstrider"] .. " (" .. AL["Heroic"] .. ")";
- [1] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [2] = { itemID = 34610, droprate = "9%" }; --Scarlet Sin'dorei Robes
- [3] = { itemID = 34613, droprate = "9%" }; --Shoulderpads of the Silvermoon Retainer
- [4] = { itemID = 34614, droprate = "8%" }; --Tunic of the Ranger Lord
- [5] = { itemID = 34615, droprate = "9%" }; --Netherforce Chestplate
- [6] = { itemID = 34612, droprate = "9%" }; --Greaves of the Penitent Knight
- [8] = { itemID = 34160, droprate = "2%" }; --The Signet Ring of Prince Kael'thas
- [16] = { itemID = 34609, droprate = "0%" }; --Quickening Blade of the Prince
- [17] = { itemID = 34616, droprate = "9%" }; --Breeching Comet
- [18] = { itemID = 34611, droprate = "9%" }; --Cudgel of Consecration
+ [1] = { itemID = 29434 }; --Badge of Justice
+ [2] = { itemID = 34610 }; --Scarlet Sin'dorei Robes
+ [3] = { itemID = 34613 }; --Shoulderpads of the Silvermoon Retainer
+ [4] = { itemID = 34614 }; --Tunic of the Ranger Lord
+ [5] = { itemID = 34615 }; --Netherforce Chestplate
+ [6] = { itemID = 34612 }; --Greaves of the Penitent Knight
+ [8] = { itemID = 34160 }; --The Signet Ring of Prince Kael'thas
+ [16] = { itemID = 34609 }; --Quickening Blade of the Prince
+ [17] = { itemID = 34616 }; --Breeching Comet
+ [18] = { itemID = 34611 }; --Cudgel of Consecration
[19] = { itemID = 35513 }; --Swift White Hawkstrider
[21] = { itemID = 35504 }; --Phoenix Hatchling
};
@@ -2291,139 +2291,133 @@ AtlasLoot_Data["SunwellPlateau"] = {
[2] = { itemID = 34386 }; --Pantaloons of Growing Strife
[3] = { itemID = 34169 }; --Breeches of Natural Aggression
[4] = { itemID = 34384 }; --Breeches of Natural Splendor
- [5] = { itemID = 34168, droprate = ".#INF%" }; --Starstalker Legguards
+ [5] = { itemID = 34168 }; --Starstalker Legguards
[6] = { itemID = 34167 }; --Legplates of the Holy Juggernaut
[7] = { itemID = 34382 }; --Judicator's Legguards
- [8] = { itemID = 34166, droprate = ".#INF%" }; --Band of Lucent Beams
+ [8] = { itemID = 34166 }; --Band of Lucent Beams
[9] = { itemID = 34165 }; --Fang of Kalecgos
[10] = { itemID = 34164 }; --Dragonscale-Encrusted Longblade
- [16] = { itemID = 34848, droprate = "0%" }; --Bracers of the Forgotten Conqueror
- [17] = { itemID = 34851, droprate = "1%" }; --Bracers of the Forgotten Protector
- [18] = { itemID = 34852, droprate = "2%" }; --Bracers of the Forgotten Vanquisher
- [20] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
+ [16] = { itemID = 34848, lootTable = {"T6WRIST","Token"}}; --Bracers of the Forgotten Conqueror
+ [18] = { itemID = 29434 }; --Badge of Justice
};
{
Name = BabbleBoss["Brutallus"];
- [1] = { itemID = 34181, droprate = "5%" }; --Leggings of Calamity
- [2] = { itemID = 34180, droprate = "3%" }; --Felfury Legplates
+ [1] = { itemID = 34181 }; --Leggings of Calamity
+ [2] = { itemID = 34180 }; --Felfury Legplates
[3] = { itemID = 34381 }; --Felstrength Legplates
- [4] = { itemID = 34178, droprate = "5%" }; --Collar of the Pit Lord
- [5] = { itemID = 34177, droprate = "5%" }; --Clutch of Demise
- [6] = { itemID = 34179, droprate = "3%" }; --Heart of the Pit
- [7] = { itemID = 34176, droprate = "7%" }; --Reign of Misery
- [16] = { itemID = 34853, droprate = "4%" }; --Belt of the Forgotten Conqueror
- [17] = { itemID = 34854, droprate = "0%" }; --Belt of the Forgotten Protector
- [18] = { itemID = 34855, droprate = "5%" }; --Belt of the Forgotten Vanquisher
- [20] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
+ [4] = { itemID = 34178 }; --Collar of the Pit Lord
+ [5] = { itemID = 34177 }; --Clutch of Demise
+ [6] = { itemID = 34179 }; --Heart of the Pit
+ [7] = { itemID = 34176 }; --Reign of Misery
+ [16] = { itemID = 34853, lootTable = {"T6WAIST","Token"} }; --Belt of the Forgotten Conqueror
+ [18] = { itemID = 29434 }; --Badge of Justice
};
{
Name = BabbleBoss["Felmyst"];
- [1] = { itemID = 34352, droprate = "5%" }; --Borderland Fortress Grips
- [2] = { itemID = 34188, droprate = "4%" }; --Leggings of the Immortal Night
+ [1] = { itemID = 34352 }; --Borderland Fortress Grips
+ [2] = { itemID = 34188 }; --Leggings of the Immortal Night
[3] = { itemID = 34385 }; --Leggings of the Immortal Beast
- [4] = { itemID = 34186, droprate = "5%" }; --Chain Links of the Tumultuous Storm
+ [4] = { itemID = 34186 }; --Chain Links of the Tumultuous Storm
[5] = { itemID = 34383 }; --Kilt of Spiritual Reconstruction
- [6] = { itemID = 34184, droprate = "6%" }; --Brooch of the Highborne
- [7] = { itemID = 34185, droprate = "6%" }; --Sword Breaker's Bulwark
- [8] = { itemID = 34182, droprate = "7%" }; --Grand Magister's Staff of Torrents
- [16] = { itemID = 34856, droprate = "9%" }; --Boots of the Forgotten Conqueror
- [17] = { itemID = 34857, droprate = "6%" }; --Boots of the Forgotten Protector
- [18] = { itemID = 34858, droprate = "7%" }; --Boots of the Forgotten Vanquisher
- [20] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
+ [6] = { itemID = 34184 }; --Brooch of the Highborne
+ [7] = { itemID = 34185 }; --Sword Breaker's Bulwark
+ [8] = { itemID = 34182 }; --Grand Magister's Staff of Torrents
+ [16] = { itemID = 34856, lootTable = {"T6FEET","Token"} }; --Boots of the Forgotten Conqueror
+ [18] = { itemID = 29434 }; --Badge of Justice
};
{
Name = BabbleBoss["The Eredar Twins"];
- [1] = { itemID = 34205, droprate = "8%" }; --Shroud of Redeemed Souls
- [2] = { itemID = 34190, droprate = "6%" }; --Crimson Paragon's Cover
- [3] = { itemID = 34210, droprate = "9%" }; --Amice of the Convoker
- [4] = { itemID = 34202, droprate = "3%" }; --Shawl of Wonderment
+ [1] = { itemID = 34205 }; --Shroud of Redeemed Souls
+ [2] = { itemID = 34190 }; --Crimson Paragon's Cover
+ [3] = { itemID = 34210 }; --Amice of the Convoker
+ [4] = { itemID = 34202 }; --Shawl of Wonderment
[5] = { itemID = 34393 }; --Shoulderpads of Knowledge's Pursuit
- [6] = { itemID = 34209, droprate = "0%" }; --Spaulders of Reclamation
+ [6] = { itemID = 34209 }; --Spaulders of Reclamation
[7] = { itemID = 34391 }; --Spaulders of Devastation
- [8] = { itemID = 34195, droprate = "7%" }; --Shoulderpads of Vehemence
+ [8] = { itemID = 34195 }; --Shoulderpads of Vehemence
[9] = { itemID = 34392 }; --Demontooth Shoulderpads
- [10] = { itemID = 34194, droprate = "1%" }; --Mantle of the Golden Forest
- [11] = { itemID = 34208, droprate = "9%" }; --Equilibrium Epaulets
+ [10] = { itemID = 34194 }; --Mantle of the Golden Forest
+ [11] = { itemID = 34208 }; --Equilibrium Epaulets
[12] = { itemID = 34390 }; --Erupting Epaulets
- [13] = { itemID = 34192, droprate = "9%" }; --Pauldrons of Perseverance
+ [13] = { itemID = 34192 }; --Pauldrons of Perseverance
[14] = { itemID = 34388 }; --Pauldrons of Berserking
- [16] = { itemID = 34193, droprate = "7%" }; --Spaulders of the Thalassian Savior
+ [16] = { itemID = 34193 }; --Spaulders of the Thalassian Savior
[17] = { itemID = 34389 }; --Spaulders of the Thalassian Defender
- [18] = { itemID = 35290, droprate = "3%" }; --Sin'dorei Pendant of Conquest
- [19] = { itemID = 35291, droprate = "2%" }; --Sin'dorei Pendant of Salvation
- [20] = { itemID = 35292, droprate = "2%" }; --Sin'dorei Pendant of Triumph
- [21] = { itemID = 34204, droprate = "0%" }; --Amulet of Unfettered Magics
- [22] = { itemID = 34189, droprate = "8%" }; --Band of Ruinous Delight
- [23] = { itemID = 34206, droprate = "2%" }; --Book of Highborne Hymns
- [24] = { itemID = 34197, droprate = "3%" }; --Shiv of Exsanguination
- [25] = { itemID = 34199, droprate = "7%" }; --Archon's Gavel
- [26] = { itemID = 34203, droprate = "0%" }; --Grip of Mannoroth
- [27] = { itemID = 34198, droprate = "9%" }; --Stanchion of Primal Instinct
- [28] = { itemID = 34196, droprate = "8%" }; --Golden Bow of Quel'Thalas
- [30] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
+ [18] = { itemID = 35290 }; --Sin'dorei Pendant of Conquest
+ [19] = { itemID = 35291 }; --Sin'dorei Pendant of Salvation
+ [20] = { itemID = 35292 }; --Sin'dorei Pendant of Triumph
+ [21] = { itemID = 34204 }; --Amulet of Unfettered Magics
+ [22] = { itemID = 34189 }; --Band of Ruinous Delight
+ [23] = { itemID = 34206 }; --Book of Highborne Hymns
+ [24] = { itemID = 34197 }; --Shiv of Exsanguination
+ [25] = { itemID = 34199 }; --Archon's Gavel
+ [26] = { itemID = 34203 }; --Grip of Mannoroth
+ [27] = { itemID = 34198 }; --Stanchion of Primal Instinct
+ [28] = { itemID = 34196 }; --Golden Bow of Quel'Thalas
+ [30] = { itemID = 29434 }; --Badge of Justice
};
{
Name = BabbleBoss["M'uru"];
- [1] = { itemID = 34232, droprate = "3%" }; --Fel Conquerer Raiments
- [2] = { itemID = 34233, droprate = "7%" }; --Robes of Faltered Light
+ [1] = { itemID = 34232 }; --Fel Conquerer Raiments
+ [2] = { itemID = 34233 }; --Robes of Faltered Light
[3] = { itemID = 34399 }; --Robes of Ghostly Hatred
- [4] = { itemID = 34212, droprate = "4%" }; --Sunglow Vest
+ [4] = { itemID = 34212 }; --Sunglow Vest
[5] = { itemID = 34398 }; --Utopian Tunic of Elune
- [6] = { itemID = 34211, droprate = "5%" }; --Harness of Carnal Instinct
+ [6] = { itemID = 34211 }; --Harness of Carnal Instinct
[7] = { itemID = 34397 }; --Bladed Chaos Tunic
- [8] = { itemID = 34234, droprate = "8%" }; --Shadowed Gauntlets of Paroxysm
+ [8] = { itemID = 34234 }; --Shadowed Gauntlets of Paroxysm
[9] = { itemID = 34408 }; --Gloves of the Forest Drifter
- [10] = { itemID = 34229, droprate = "3%" }; --Garments of Serene Shores
+ [10] = { itemID = 34229 }; --Garments of Serene Shores
[11] = { itemID = 34396 }; --Garments of Crashing Shores
- [12] = { itemID = 34228, droprate = "5%" }; --Vicious Hawkstrider Hauberk
- [13] = { itemID = 34215, droprate = "6%" }; --Warharness of Reckless Fury
+ [12] = { itemID = 34228 }; --Vicious Hawkstrider Hauberk
+ [13] = { itemID = 34215 }; --Warharness of Reckless Fury
[14] = { itemID = 34394 }; --Breastplate of Agony's Aversion
- [15] = { itemID = 34240, droprate = "5%" }; --Gauntlets of the Soothed Soul
- [16] = { itemID = 34216, droprate = "6%" }; --Heroic Judicator's Chestguard
+ [15] = { itemID = 34240 }; --Gauntlets of the Soothed Soul
+ [16] = { itemID = 34216 }; --Heroic Judicator's Chestguard
[17] = { itemID = 34395 }; --Noble Judicator's Chestguard
- [18] = { itemID = 34213, droprate = "5%" }; --Ring of Hardened Resolve
- [19] = { itemID = 34230, droprate = "6%" }; --Ring of Omnipotence
- [20] = { itemID = 35282, droprate = "1%" }; --Sin'dorei Band of Dominance
- [21] = { itemID = 35283, droprate = "1%" }; --Sin'dorei Band of Salvation
- [22] = { itemID = 35284, droprate = "4%" }; --Sin'dorei Band of Triumph
- [23] = { itemID = 34427, droprate = "3%" }; --Blackened Naaru Sliver
- [24] = { itemID = 34430, droprate = "6%" }; --Glimmering Naaru Sliver
- [25] = { itemID = 34429, droprate = "5%" }; --Shifting Naaru Sliver
- [26] = { itemID = 34428, droprate = "5%" }; --Steely Naaru Sliver
- [27] = { itemID = 34214, droprate = "6%" }; --Muramasa
- [28] = { itemID = 34231, droprate = "4%" }; --Aegis of Angelic Fortune
- [30] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
+ [18] = { itemID = 34213 }; --Ring of Hardened Resolve
+ [19] = { itemID = 34230 }; --Ring of Omnipotence
+ [20] = { itemID = 35282 }; --Sin'dorei Band of Dominance
+ [21] = { itemID = 35283 }; --Sin'dorei Band of Salvation
+ [22] = { itemID = 35284 }; --Sin'dorei Band of Triumph
+ [23] = { itemID = 34427 }; --Blackened Naaru Sliver
+ [24] = { itemID = 34430 }; --Glimmering Naaru Sliver
+ [25] = { itemID = 34429 }; --Shifting Naaru Sliver
+ [26] = { itemID = 34428 }; --Steely Naaru Sliver
+ [27] = { itemID = 34214 }; --Muramasa
+ [28] = { itemID = 34231 }; --Aegis of Angelic Fortune
+ [30] = { itemID = 29434 }; --Badge of Justice
};
{
Name = BabbleBoss["Kil'jaeden"];
- [1] = { itemID = 34241, droprate = "6%" }; --Cloak of Unforgivable Sin
- [2] = { itemID = 34242, droprate = "6%" }; --Tattered Cape of Antonidas
- [3] = { itemID = 34339, droprate = "8%" }; --Cowl of Light's Purity
+ [1] = { itemID = 34241 }; --Cloak of Unforgivable Sin
+ [2] = { itemID = 34242 }; --Tattered Cape of Antonidas
+ [3] = { itemID = 34339 }; --Cowl of Light's Purity
[4] = { itemID = 34405 }; --Helm of Arcane Purity
- [5] = { itemID = 34340, droprate = "0%" }; --Dark Conjuror's Collar
- [6] = { itemID = 34342, droprate = "9%" }; --Handguards of the Dawn
+ [5] = { itemID = 34340 }; --Dark Conjuror's Collar
+ [6] = { itemID = 34342 }; --Handguards of the Dawn
[7] = { itemID = 34406 }; --Gloves of Tyri's Power
- [8] = { itemID = 34344, droprate = "2%" }; --Handguards of the Defiled Worlds
- [9] = { itemID = 34244, droprate = "7%" }; --Duplicitous Guise
+ [8] = { itemID = 34344 }; --Handguards of the Defiled Worlds
+ [9] = { itemID = 34244 }; --Duplicitous Guise
[10] = { itemID = 34404 }; --Mask of the Furry Hunter
- [11] = { itemID = 34245, droprate = "4%" }; --Cover of Ursol the Wise
+ [11] = { itemID = 34245 }; --Cover of Ursol the Wise
[12] = { itemID = 34403 }; --Cover of Ursoc the Mighty
- [13] = { itemID = 34333, droprate = "4%" }; --Coif of Alleria
- [14] = { itemID = 34332, droprate = "4%" }; --Cowl of Gul'dan
+ [13] = { itemID = 34333 }; --Coif of Alleria
+ [14] = { itemID = 34332 }; --Cowl of Gul'dan
[15] = { itemID = 34402 }; --Shroud of Chieftain Ner'zhul
- [16] = { itemID = 34343, droprate = "8%" }; --Thalassian Ranger Gauntlets
- [17] = { itemID = 34243, droprate = "1%" }; --Helm of Burning Righteousness
+ [16] = { itemID = 34343 }; --Thalassian Ranger Gauntlets
+ [17] = { itemID = 34243 }; --Helm of Burning Righteousness
[18] = { itemID = 34401 }; --Helm of Uther's Resolve
- [19] = { itemID = 34345, droprate = "6%" }; --Crown of Anasterian
+ [19] = { itemID = 34345 }; --Crown of Anasterian
[20] = { itemID = 34400 }; --Crown of Dath'Remar
- [21] = { itemID = 34341, droprate = "8%" }; --Borderland Paingrips
+ [21] = { itemID = 34341 }; --Borderland Paingrips
[23] = { itemID = 34334 }; --Thori'dal, the Stars' Fury
- [25] = { itemID = 34329, droprate = "6%" }; --Crux of the Apocalypse
- [26] = { itemID = 34247, droprate = "7%" }; --Apolyon, the Soul-Render
- [27] = { itemID = 34335, droprate = "0%" }; --Hammer of Sanctification
- [28] = { itemID = 34331, droprate = "7%" }; --Hand of the Deceiver
- [29] = { itemID = 34336, droprate = "8%" }; --Sunflare
- [30] = { itemID = 34337, droprate = "4%" }; --Golden Staff of the Sin'dorei
+ [25] = { itemID = 34329 }; --Crux of the Apocalypse
+ [26] = { itemID = 34247 }; --Apolyon, the Soul-Render
+ [27] = { itemID = 34335 }; --Hammer of Sanctification
+ [28] = { itemID = 34331 }; --Hand of the Deceiver
+ [29] = { itemID = 34336 }; --Sunflare
+ [30] = { itemID = 34337 }; --Golden Staff of the Sin'dorei
};
{
Name = AL["Trash Mobs"];
@@ -2438,17 +2432,17 @@ AtlasLoot_Data["SunwellPlateau"] = {
[9] = { itemID = 34348 }; --Wand of Cleansing Light
[10] = { itemID = 34347 }; --Wand of the Demonsoul
[12] = { itemID = 35273 }; --Study of Advanced Smelting
- [14] = { itemID = 34664, droprate = "6%" }; --Sunmote
- [16] = { itemID = 32228, droprate = "2%" }; --Empyrean Sapphire
+ [14] = { itemID = 34664 }; --Sunmote
+ [16] = { itemID = 32228 }; --Empyrean Sapphire
[17] = { itemID = 32231 }; --Pyrestone
[18] = { itemID = 32229 }; --Lionseye
[19] = { itemID = 32249 }; --Seaspray Emerald
[20] = { itemID = 32230 }; --Shadowsong Amethyst
[21] = { itemID = 32227 }; --Crimson Spinel
- [23] = { itemID = 35208, droprate = ".25%" }; --Plans: Sunblessed Gauntlets
- [24] = { itemID = 35210, droprate = ".25%" }; --Plans: Sunblessed Breastplate
+ [23] = { itemID = 35208 }; --Plans: Sunblessed Gauntlets
+ [24] = { itemID = 35210 }; --Plans: Sunblessed Breastplate
[25] = { itemID = 35209 }; --Plans: Hard Khorium Battlefists
- [26] = { itemID = 35211, droprate = ".38%" }; --Plans: Hard Khorium Battleplate
+ [26] = { itemID = 35211 }; --Plans: Hard Khorium Battleplate
};
{
Name = "SP Patterns/Plans";
@@ -2496,85 +2490,85 @@ AtlasLoot_Data["TKArc"] = {
Map = "TempestKeepArcatraz";
{
Name = BabbleBoss["Zereketh the Unbound"];
- [1] = { itemID = 28373, droprate = "7.13%" }; --Cloak of Scintillating Auras
- [2] = { itemID = 28374, droprate = "0.35%" }; --Mana-Sphere Shoulderguards
- [3] = { itemID = 28384, droprate = "9.52%" }; --Outland Striders
- [4] = { itemID = 28375, droprate = "4.38%" }; --Rubium War-Girdle
- [5] = { itemID = 28372, droprate = "5.80%" }; --Idol of Feral Shadows
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30582, droprate = ".18%" }; --Deadly Fire Opal
- [19] = { itemID = 30575, droprate = ".18%" }; --Nimble Fire Opal
- [20] = { itemID = 30581, droprate = ".18%" }; --Durable Fire Opal
+ [1] = { itemID = 28373 }; --Cloak of Scintillating Auras
+ [2] = { itemID = 28374 }; --Mana-Sphere Shoulderguards
+ [3] = { itemID = 28384 }; --Outland Striders
+ [4] = { itemID = 28375 }; --Rubium War-Girdle
+ [5] = { itemID = 28372 }; --Idol of Feral Shadows
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30582 }; --Deadly Fire Opal
+ [19] = { itemID = 30575 }; --Nimble Fire Opal
+ [20] = { itemID = 30581 }; --Durable Fire Opal
};
{
Name = BabbleBoss["Wrath-Scryer Soccothrates"];
- [1] = { itemID = 28396, droprate = "7.80%" }; --Gloves of the Unbound
- [2] = { itemID = 28398, droprate = "6.29%" }; --The Sleeper's Cord
- [3] = { itemID = 28394, droprate = "6.81%" }; --Ryngo's Band of Ingenuity
- [4] = { itemID = 28393, droprate = "6.14%" }; --Warmaul of Infused Light
- [5] = { itemID = 28397, droprate = "7.65%" }; --Emberhawk Crossbow
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30582, droprate = ".18%" }; --Deadly Fire Opal
- [19] = { itemID = 30575, droprate = ".18%" }; --Nimble Fire Opal
- [20] = { itemID = 30581, droprate = ".18%" }; --Durable Fire Opal
+ [1] = { itemID = 28396 }; --Gloves of the Unbound
+ [2] = { itemID = 28398 }; --The Sleeper's Cord
+ [3] = { itemID = 28394 }; --Ryngo's Band of Ingenuity
+ [4] = { itemID = 28393 }; --Warmaul of Infused Light
+ [5] = { itemID = 28397 }; --Emberhawk Crossbow
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30582 }; --Deadly Fire Opal
+ [19] = { itemID = 30575 }; --Nimble Fire Opal
+ [20] = { itemID = 30581 }; --Durable Fire Opal
};
{
Name = BabbleBoss["Dalliah the Doomsayer"];
- [1] = { itemID = 24308, droprate = ".29%" }; --Pattern: Whitemend Pants"
- [3] = { itemID = 28391, droprate = "8.57%" }; --Worldfire Chestguard
- [4] = { itemID = 28390, droprate = "4.80%" }; --Thatia's Self-Correcting Gauntlets
- [5] = { itemID = 28387, droprate = "5.92%" }; --Lamp of Peaceful Repose
- [6] = { itemID = 28392, droprate = "8.37%" }; --Reflex Blades
- [7] = { itemID = 28386, droprate = "5.29%" }; --Nether Core's Control Rod
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30582, droprate = ".18%" }; --Deadly Fire Opal
- [19] = { itemID = 30575, droprate = ".18%" }; --Nimble Fire Opal
- [20] = { itemID = 30581, droprate = ".18%" }; --Durable Fire Opal
+ [1] = { itemID = 24308 }; --Pattern: Whitemend Pants"
+ [3] = { itemID = 28391 }; --Worldfire Chestguard
+ [4] = { itemID = 28390 }; --Thatia's Self-Correcting Gauntlets
+ [5] = { itemID = 28387 }; --Lamp of Peaceful Repose
+ [6] = { itemID = 28392 }; --Reflex Blades
+ [7] = { itemID = 28386 }; --Nether Core's Control Rod
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30582 }; --Deadly Fire Opal
+ [19] = { itemID = 30575 }; --Nimble Fire Opal
+ [20] = { itemID = 30581 }; --Durable Fire Opal
};
{
Name = BabbleBoss["Harbinger Skyriss"];
- [1] = { itemID = 28415, droprate = "2.23%" }; --Hood of Oblivion
- [2] = { itemID = 28413, droprate = "2.17%" }; --Hallowed Crown
- [3] = { itemID = 28414, droprate = "1.25%" }; --Helm of Assassination
- [4] = { itemID = 28231, droprate = "4.98%" }; --Tidefury Chestpiece
- [5] = { itemID = 28403, droprate = "3.15%" }; --Doomplate Chestguard
- [6] = { itemID = 28205, droprate = "1.19%" }; --Breastplate of the Bold
- [8] = { itemID = 28406, droprate = "2.23%" }; --Sigil-Laced Boots
- [9] = { itemID = 28419, droprate = "4.92%" }; --Choker of Fluid Thought
- [10] = { itemID = 28407, droprate = "0.70%" }; --Elementium Band of the Sentry
- [11] = { itemID = 28418, droprate = "2.23%" }; --Shiffar's Nexus-Horn
- [12] = { itemID = 28412, droprate = "3.15%" }; --Lamp of Peaceful Radiance
- [13] = { itemID = 28416, droprate = "2.35%" }; --Hungering Spineripper
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30582, droprate = ".18%" }; --Deadly Fire Opal
- [19] = { itemID = 30575, droprate = ".18%" }; --Nimble Fire Opal
- [20] = { itemID = 30581, droprate = ".18%" }; --Durable Fire Opal
- [22] = { itemID = 29241, droprate = ".47%" }; --Belt of Depravity
- [23] = { itemID = 29248, droprate = ".61%" }; --Shadowstep Striders
- [24] = { itemID = 29252, droprate = ".03%" }; --Bracers of Dignity
- [25] = { itemID = 29360, droprate = ".18%" }; --Vileblade of the Betrayer
- [27] = { itemID = 33861, droprate = "100%" }; --The Scroll of Skyriss
+ [1] = { itemID = 28415 }; --Hood of Oblivion
+ [2] = { itemID = 28413 }; --Hallowed Crown
+ [3] = { itemID = 28414 }; --Helm of Assassination
+ [4] = { itemID = 28231 }; --Tidefury Chestpiece
+ [5] = { itemID = 28403 }; --Doomplate Chestguard
+ [6] = { itemID = 28205 }; --Breastplate of the Bold
+ [8] = { itemID = 28406 }; --Sigil-Laced Boots
+ [9] = { itemID = 28419 }; --Choker of Fluid Thought
+ [10] = { itemID = 28407 }; --Elementium Band of the Sentry
+ [11] = { itemID = 28418 }; --Shiffar's Nexus-Horn
+ [12] = { itemID = 28412 }; --Lamp of Peaceful Radiance
+ [13] = { itemID = 28416 }; --Hungering Spineripper
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30582 }; --Deadly Fire Opal
+ [19] = { itemID = 30575 }; --Nimble Fire Opal
+ [20] = { itemID = 30581 }; --Durable Fire Opal
+ [22] = { itemID = 29241 }; --Belt of Depravity
+ [23] = { itemID = 29248 }; --Shadowstep Striders
+ [24] = { itemID = 29252 }; --Bracers of Dignity
+ [25] = { itemID = 29360 }; --Vileblade of the Betrayer
+ [27] = { itemID = 33861 }; --The Scroll of Skyriss
};
{
Name = AL["Trash Mobs"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["Trash Mobs"], "=q5=" .. BabbleZone["The Botanica"] };
- [2] = { itemID = 24172, droprate = ".27%" }; --Design: Coronet of Verdant Flame
- [4] = { icon = "INV_Box_01", name = "=q6=" .. AL["Trash Mobs"], "=q5=" .. BabbleZone["The Mechanar"] };
- [5] = { itemID = 22920, droprate = ".30%" }; --Recipe: Major Fire Protection Potion
- [6] = { itemID = 21906, droprate = ".57%" }; --Pattern: Arcanoweave Boots
- [8] = { icon = "INV_Box_01", name = "=q6=" .. AL["Overcharged Manacell"], "=q5=" .. BabbleZone["The Mechanar"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["Trash Mobs"], "=q5=" .. BabbleZone["The Botanica"] };
+ [2] = { itemID = 24172 }; --Design: Coronet of Verdant Flame
+ [4] = { icon = "INV_Box_01", name = WHITE.. AL["Trash Mobs"], "=q5=" .. BabbleZone["The Mechanar"] };
+ [5] = { itemID = 22920 }; --Recipe: Major Fire Protection Potion
+ [6] = { itemID = 21906 }; --Pattern: Arcanoweave Boots
+ [8] = { icon = "INV_Box_01", name = WHITE.. AL["Overcharged Manacell"], "=q5=" .. BabbleZone["The Mechanar"] };
[9] = { itemID = 30824 }; --Overcharged Manacell
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["Trash Mobs"], "=q5=" .. BabbleZone["The Arcatraz"] };
- [17] = { itemID = 23606, droprate = ".93%" }; --Plans: Felsteel Leggings
- [18] = { itemID = 22556, droprate = ".68%" }; --Formula: Enchant 2H Weapon - Major Agility
- [19] = { itemID = 29672, droprate = ".84%" }; --Pattern: Flame Armor Kit
- [20] = { itemID = 21905, droprate = ".21%" }; --Pattern: Arcanoweave Bracers
- [22] = { icon = "INV_Box_01", name = "=q6=" .. AL["Third Fragment Guardian"], "=q5=" .. BabbleZone["The Arcatraz"] };
- [23] = { itemID = 24488, droprate = "100%" }; --Third Key Fragment
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["Trash Mobs"], "=q5=" .. BabbleZone["The Arcatraz"] };
+ [17] = { itemID = 23606 }; --Plans: Felsteel Leggings
+ [18] = { itemID = 22556 }; --Formula: Enchant 2H Weapon - Major Agility
+ [19] = { itemID = 29672 }; --Pattern: Flame Armor Kit
+ [20] = { itemID = 21905 }; --Pattern: Arcanoweave Bracers
+ [22] = { icon = "INV_Box_01", name = WHITE.. AL["Third Fragment Guardian"], "=q5=" .. BabbleZone["The Arcatraz"] };
+ [23] = { itemID = 24488 }; --Third Key Fragment
};
};
@@ -2590,104 +2584,104 @@ AtlasLoot_Data["TKBot"] = {
Map = "TempestKeepBotanica";
{
Name = BabbleBoss["Commander Sarannis"];
- [1] = { itemID = 28301, droprate = "8.54%" }; --Syrannis' Mystic Sheen
- [2] = { itemID = 28304, droprate = "2.46%" }; --Prismatic Mittens of Mending
- [3] = { itemID = 28306, droprate = "0.68%" }; --Towering Mantle of the Hunt
- [4] = { itemID = 28296, droprate = "4.10%" }; --Libram of the Lightbringer
- [5] = { itemID = 28311, droprate = "6.25%" }; --Revenger
- [7] = { itemID = 28769, droprate = "100%" }; --The Keystone
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30574, droprate = ".1" }; --Brutal Tanzanite
- [19] = { itemID = 30572, droprate = ".1" }; --Imperial Tanzanite
- [20] = { itemID = 30573, droprate = ".1" }; --Mysterious Fire Opal
+ [1] = { itemID = 28301 }; --Syrannis' Mystic Sheen
+ [2] = { itemID = 28304 }; --Prismatic Mittens of Mending
+ [3] = { itemID = 28306 }; --Towering Mantle of the Hunt
+ [4] = { itemID = 28296 }; --Libram of the Lightbringer
+ [5] = { itemID = 28311 }; --Revenger
+ [7] = { itemID = 28769 }; --The Keystone
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30574 }; --Brutal Tanzanite
+ [19] = { itemID = 30572 }; --Imperial Tanzanite
+ [20] = { itemID = 30573 }; --Mysterious Fire Opal
};
{
Name = BabbleBoss["High Botanist Freywinn"];
- [1] = { itemID = 28317, droprate = "7.60%" }; --Energis Armwraps
- [2] = { itemID = 28318, droprate = "6.48%" }; --Obsidian Clodstompers
- [3] = { itemID = 28321, droprate = "8.09%" }; --Enchanted Thorium Torque
- [4] = { itemID = 28315, droprate = "6.75%" }; --Stormreaver Warblades
- [5] = { itemID = 28316, droprate = "4.60%" }; --Aegis of the Sunbird
- [7] = { itemID = 23617, droprate = ".07%" }; --Plans: Earthpeace Breastplate
- [9] = { itemID = 31744, droprate = "100%" }; --Botanist's Field Guide
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30574, droprate = ".100" }; --Brutal Tanzanite
- [19] = { itemID = 30572, droprate = ".100" }; --Imperial Tanzanite
- [20] = { itemID = 30573, droprate = ".100" }; --Mysterious Fire Opal
+ [1] = { itemID = 28317 }; --Energis Armwraps
+ [2] = { itemID = 28318 }; --Obsidian Clodstompers
+ [3] = { itemID = 28321 }; --Enchanted Thorium Torque
+ [4] = { itemID = 28315 }; --Stormreaver Warblades
+ [5] = { itemID = 28316 }; --Aegis of the Sunbird
+ [7] = { itemID = 23617 }; --Plans: Earthpeace Breastplate
+ [9] = { itemID = 31744 }; --Botanist's Field Guide
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30574 }; --Brutal Tanzanite
+ [19] = { itemID = 30572 }; --Imperial Tanzanite
+ [20] = { itemID = 30573 }; --Mysterious Fire Opal
};
{
Name = BabbleBoss["Thorngrin the Tender"];
- [1] = { itemID = 24310, droprate = ".44%" }; --Pattern: Battlecast Pants"
- [3] = { itemID = 28324, droprate = "5.56%" }; --Gauntlets of Cruel Intention
- [4] = { itemID = 28327, droprate = "7.77%" }; --Arcane Netherband
- [5] = { itemID = 28323, droprate = "6.25%" }; --Ring of Umbral Doom
- [6] = { itemID = 28322, droprate = "8.16%" }; --Runed Dagger of Solace
- [7] = { itemID = 28325, droprate = "5.46%" }; --Dreamer's Dragonstaff
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30574, droprate = ".100" }; --Brutal Tanzanite
- [19] = { itemID = 30572, droprate = ".100" }; --Imperial Tanzanite
- [20] = { itemID = 30573, droprate = ".100" }; --Mysterious Fire Opal
+ [1] = { itemID = 24310 }; --Pattern: Battlecast Pants"
+ [3] = { itemID = 28324 }; --Gauntlets of Cruel Intention
+ [4] = { itemID = 28327 }; --Arcane Netherband
+ [5] = { itemID = 28323 }; --Ring of Umbral Doom
+ [6] = { itemID = 28322 }; --Runed Dagger of Solace
+ [7] = { itemID = 28325 }; --Dreamer's Dragonstaff
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30574 }; --Brutal Tanzanite
+ [19] = { itemID = 30572 }; --Imperial Tanzanite
+ [20] = { itemID = 30573 }; --Mysterious Fire Opal
};
{
Name = BabbleBoss["Laj"];
- [1] = { itemID = 27739, droprate = "8.13%" }; --Spaulders of the Righteous
- [3] = { itemID = 28328, droprate = "0.88%" }; --Mithril-Bark Cloak
- [4] = { itemID = 28338, droprate = "8.71%" }; --Devil-Stitched Leggings
- [5] = { itemID = 28340, droprate = "7.19%" }; --Mantle of Autumn
- [6] = { itemID = 28339, droprate = "9.07%" }; --Boots of the Shifting Sands
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30574, droprate = ".100" }; --Brutal Tanzanite
- [19] = { itemID = 30572, droprate = ".100" }; --Imperial Tanzanite
- [20] = { itemID = 30573, droprate = ".100" }; --Mysterious Fire Opal
+ [1] = { itemID = 27739 }; --Spaulders of the Righteous
+ [3] = { itemID = 28328 }; --Mithril-Bark Cloak
+ [4] = { itemID = 28338 }; --Devil-Stitched Leggings
+ [5] = { itemID = 28340 }; --Mantle of Autumn
+ [6] = { itemID = 28339 }; --Boots of the Shifting Sands
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30574 }; --Brutal Tanzanite
+ [19] = { itemID = 30572 }; --Imperial Tanzanite
+ [20] = { itemID = 30573 }; --Mysterious Fire Opal
};
{
Name = BabbleBoss["Warp Splinter"];
- [1] = { itemID = 24311, droprate = ".30%" }; --Pattern: Whitemend Hood
- [3] = { itemID = 28371, droprate = "3.52%" }; --Netherfury Cape
- [4] = { itemID = 28342, droprate = "0.27%" }; --Warp Infused Drape
- [5] = { itemID = 28347, droprate = "1.74%" }; --Warpscale Leggings
- [6] = { itemID = 28343, droprate = "2.34%" }; --Jagged Bark Pendant
- [7] = { itemID = 28370, droprate = "2.38%" }; --Bangle of Endless Blessings
- [8] = { itemID = 28345, droprate = "0.37%" }; --Warp Splinter's Thorn
- [9] = { itemID = 28367, droprate = "1.64%" }; --Greatsword of Forlorn Visions
- [10] = { itemID = 28341, droprate = "0.47%" }; --Warpstaff of Arcanum
- [12] = { itemID = 31085, droprate = "100%" }; --Top Shard of the Arcatraz Key
- [16] = { itemID = 28229, droprate = ".42%" }; --Incanter's Robe
- [17] = { itemID = 28348, droprate = "1.17%" }; --Moonglade Cowl
- [18] = { itemID = 28349, droprate = "3.85%" }; --Tidefury Helm
- [19] = { itemID = 28228, droprate = ".59%" }; --Beast Lord Curiass
- [20] = { itemID = 28350, droprate = ".96%" }; --Warhelm of the Bold
+ [1] = { itemID = 24311 }; --Pattern: Whitemend Hood
+ [3] = { itemID = 28371 }; --Netherfury Cape
+ [4] = { itemID = 28342 }; --Warp Infused Drape
+ [5] = { itemID = 28347 }; --Warpscale Leggings
+ [6] = { itemID = 28343 }; --Jagged Bark Pendant
+ [7] = { itemID = 28370 }; --Bangle of Endless Blessings
+ [8] = { itemID = 28345 }; --Warp Splinter's Thorn
+ [9] = { itemID = 28367 }; --Greatsword of Forlorn Visions
+ [10] = { itemID = 28341 }; --Warpstaff of Arcanum
+ [12] = { itemID = 31085 }; --Top Shard of the Arcatraz Key
+ [16] = { itemID = 28229 }; --Incanter's Robe
+ [17] = { itemID = 28348 }; --Moonglade Cowl
+ [18] = { itemID = 28349 }; --Tidefury Helm
+ [19] = { itemID = 28228 }; --Beast Lord Curiass
+ [20] = { itemID = 28350 }; --Warhelm of the Bold
};
{ -- only heroic
Name = BabbleBoss["Warp Splinter"] .. " (" .. AL["Heroic"] .. ")";
- [1] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
+ [1] = { itemID = 29434 }; --Badge of Justice
[2] = { itemID = 29258 }; --Boots of Ethereal Manipulation
- [3] = { itemID = 29262, droprate = ".100" }; --Boots of the Endless Hunt
+ [3] = { itemID = 29262 }; --Boots of the Endless Hunt
[4] = { itemID = 32072 }; --Gauntlets of Dissension
[5] = { itemID = 29359 }; --Feral Staff of Lashing
- [6] = { itemID = 24311, droprate = ".30%" }; --Pattern: Whitemend Hood
- [8] = { itemID = 28371, droprate = ".100" }; --Netherfury Cape
- [9] = { itemID = 28342, droprate = ".100" }; --Warp Infused Drape
- [10] = { itemID = 28347, droprate = "2.100" }; --Warpscale Leggings
- [11] = { itemID = 28343, droprate = ".100" }; --Jagged Bark Pendant
- [12] = { itemID = 28370, droprate = "8.100" }; --Bangle of Endless Blessings
- [13] = { itemID = 28345, droprate = "8.100" }; --Warp Splinter's Thorn
- [14] = { itemID = 28367, droprate = ".100" }; --Greatsword of Forlorn Visions
- [15] = { itemID = 28341, droprate = ".100" }; --Warpstaff of Arcanum
- [16] = { itemID = 30574, droprate = ".100" }; --Brutal Tanzanite
- [17] = { itemID = 30572, droprate = ".100" }; --Imperial Tanzanite
- [18] = { itemID = 30573, droprate = ".100" }; --Mysterious Fire Opal
- [20] = { itemID = 28229, droprate = ".100" }; --Incanter's Robe
- [21] = { itemID = 28348, droprate = "2.100" }; --Moonglade Cowl
- [22] = { itemID = 28349, droprate = "2.100" }; --Tidefury Helm
- [23] = { itemID = 28228, droprate = "0.100" }; --Beast Lord Curiass
- [24] = { itemID = 28350, droprate = "6.100" }; --Warhelm of the Bold
- [26] = { itemID = 31085, droprate = "100%" }; --Top Shard of the Arcatraz Key
- [27] = { itemID = 33859, droprate = "100%" }; --Warp Splinter Clipping
+ [6] = { itemID = 24311 }; --Pattern: Whitemend Hood
+ [8] = { itemID = 28371 }; --Netherfury Cape
+ [9] = { itemID = 28342 }; --Warp Infused Drape
+ [10] = { itemID = 28347 }; --Warpscale Leggings
+ [11] = { itemID = 28343 }; --Jagged Bark Pendant
+ [12] = { itemID = 28370 }; --Bangle of Endless Blessings
+ [13] = { itemID = 28345 }; --Warp Splinter's Thorn
+ [14] = { itemID = 28367 }; --Greatsword of Forlorn Visions
+ [15] = { itemID = 28341 }; --Warpstaff of Arcanum
+ [16] = { itemID = 30574 }; --Brutal Tanzanite
+ [17] = { itemID = 30572 }; --Imperial Tanzanite
+ [18] = { itemID = 30573 }; --Mysterious Fire Opal
+ [20] = { itemID = 28229 }; --Incanter's Robe
+ [21] = { itemID = 28348 }; --Moonglade Cowl
+ [22] = { itemID = 28349 }; --Tidefury Helm
+ [23] = { itemID = 28228 }; --Beast Lord Curiass
+ [24] = { itemID = 28350 }; --Warhelm of the Bold
+ [26] = { itemID = 31085 }; --Top Shard of the Arcatraz Key
+ [27] = { itemID = 33859 }; --Warp Splinter Clipping
};
};
@@ -2705,72 +2699,72 @@ AtlasLoot_Data["TKMech"] = {
Map = "TempestKeepMechanar";
{
Name = AL["Cache of the Legion"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["Cache of the Legion"] };
- [2] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [3] = { itemID = 28249, droprate = "1.16%" }; --Capacitus' Cloak of Calibration
- [4] = { itemID = 28250, droprate = "7.89%" }; --Vestia's Pauldrons of Inner Grace
- [5] = { itemID = 28252, droprate = "2.53%" }; --Bloodfyre Robes of Annihilation
- [6] = { itemID = 28251, droprate = "8.74%" }; --Boots of the Glade-Keeper
- [7] = { itemID = 28248, droprate = "9.58%" }; --Totem of the Void
- [16] = { icon = "INV_Box_01", name = "=q6=" .. BabbleBoss["Gatewatcher Gyro-Kill"] };
- [17] = { itemID = 30436, droprate = "100%" }; --Jagged Blue Crystal
- [19] = { icon = "INV_Box_01", name = "=q6=" .. BabbleBoss["Gatewatcher Iron-Hand"] };
- [20] = { itemID = 30437, droprate = "100%" }; --Jagged Red Crystal
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["Cache of the Legion"] };
+ [2] = { itemID = 29434 }; --Badge of Justice
+ [3] = { itemID = 28249 }; --Capacitus' Cloak of Calibration
+ [4] = { itemID = 28250 }; --Vestia's Pauldrons of Inner Grace
+ [5] = { itemID = 28252 }; --Bloodfyre Robes of Annihilation
+ [6] = { itemID = 28251 }; --Boots of the Glade-Keeper
+ [7] = { itemID = 28248 }; --Totem of the Void
+ [16] = { icon = "INV_Box_01", name = WHITE.. BabbleBoss["Gatewatcher Gyro-Kill"] };
+ [17] = { itemID = 30436 }; --Jagged Blue Crystal
+ [19] = { icon = "INV_Box_01", name = WHITE.. BabbleBoss["Gatewatcher Iron-Hand"] };
+ [20] = { itemID = 30437 }; --Jagged Red Crystal
};
{
Name = BabbleBoss["Mechano-Lord Capacitus"];
- [1] = { itemID = 28256, droprate = "4.81%" }; --Thoriumweave Cloak
- [2] = { itemID = 28255, droprate = "6.98%" }; --Lunar-Claw Pauldrons
- [3] = { itemID = 28254, droprate = "6.81%" }; --Warp Engineer's Prismatic Chain
- [4] = { itemID = 28257, droprate = "4.36%" }; --Hammer of the Penitent
- [5] = { itemID = 28253, droprate = "7.69%" }; --Plasma Rat's Hyper-Scythe
+ [1] = { itemID = 28256 }; --Thoriumweave Cloak
+ [2] = { itemID = 28255 }; --Lunar-Claw Pauldrons
+ [3] = { itemID = 28254 }; --Warp Engineer's Prismatic Chain
+ [4] = { itemID = 28257 }; --Hammer of the Penitent
+ [5] = { itemID = 28253 }; --Plasma Rat's Hyper-Scythe
[7] = { itemID = 35582 }; --Schematic: Rocket Boots Xtreme Lite
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30565, droprate = "8.72%" }; --Assassin's Fire Opal
- [19] = { itemID = 30566, droprate = ".87%" }; --Defender's Tanzanite
- [20] = { itemID = 30564, droprate = ".45%" }; --Shining Fire Opal
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30565 }; --Assassin's Fire Opal
+ [19] = { itemID = 30566 }; --Defender's Tanzanite
+ [20] = { itemID = 30564 }; --Shining Fire Opal
};
{
Name = BabbleBoss["Nethermancer Sepethrea"];
- [1] = { itemID = 28262, droprate = "5.37%" }; --Jade-Skull Breastplate
- [2] = { itemID = 28259, droprate = "8.06%" }; --Cosmic Lifeband
- [3] = { itemID = 28260, droprate = "5.61%" }; --Manual of the Nethermancer
- [4] = { itemID = 28263, droprate = "5.58%" }; --Stellaris
- [5] = { itemID = 28258, droprate = "5.88%" }; --Nethershrike
+ [1] = { itemID = 28262 }; --Jade-Skull Breastplate
+ [2] = { itemID = 28259 }; --Cosmic Lifeband
+ [3] = { itemID = 28260 }; --Manual of the Nethermancer
+ [4] = { itemID = 28263 }; --Stellaris
+ [5] = { itemID = 28258 }; --Nethershrike
[7] = { itemID = 22920 }; --Recipe: Major Fire Protection Potion
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 30565, droprate = "8.72%" }; --Assassin's Fire Opal
- [19] = { itemID = 30566, droprate = ".87%" }; --Defender's Tanzanite
- [20] = { itemID = 30564, droprate = ".45%" }; --Shining Fire Opal
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 30565 }; --Assassin's Fire Opal
+ [19] = { itemID = 30566 }; --Defender's Tanzanite
+ [20] = { itemID = 30564 }; --Shining Fire Opal
};
{
Name = BabbleBoss["Pathaleon the Calculator"];
- [1] = { itemID = 28269, droprate = "1.82%" }; --Baba's Cloak of Arcanistry
- [2] = { itemID = 28266, droprate = "4.29%" }; --Molten Earth Kilt
- [3] = { itemID = 28265, droprate = ".87%" }; --Dath'Remar's Ring of Defense
- [4] = { itemID = 28288, droprate = ".37%" }; --Abacus of Violent Odds
- [5] = { itemID = 27899, droprate = ".36%" }; --Mana Wrath
- [6] = { itemID = 28267, droprate = "1.82%" }; --Edge of the Cosmos
- [7] = { itemID = 28286, droprate = ".85%" }; --Telescopic Sharprifle
- [9] = { itemID = 28278, droprate = "4.29%" }; --Incanter's Cowl
- [10] = { itemID = 28202, droprate = "1.33%" }; --Moonglade Robe
- [11] = { itemID = 28204, droprate = ".87%" }; --Tunic of Assassination
- [12] = { itemID = 28275, droprate = "4.78%" }; --Beast Lord Helm
- [13] = { itemID = 28285, droprate = "0.34%" }; --Helm of the Righteous
- [15] = { itemID = 21907, droprate = ".11%" }; --Pattern: Arcanoweave Robe
- [16] = { icon = "INV_Box_01", name = "#j27#" };
- [17] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [18] = { itemID = 29251, droprate = ".88%" }; --Boots of the Pious
+ [1] = { itemID = 28269 }; --Baba's Cloak of Arcanistry
+ [2] = { itemID = 28266 }; --Molten Earth Kilt
+ [3] = { itemID = 28265 }; --Dath'Remar's Ring of Defense
+ [4] = { itemID = 28288 }; --Abacus of Violent Odds
+ [5] = { itemID = 27899 }; --Mana Wrath
+ [6] = { itemID = 28267 }; --Edge of the Cosmos
+ [7] = { itemID = 28286 }; --Telescopic Sharprifle
+ [9] = { itemID = 28278 }; --Incanter's Cowl
+ [10] = { itemID = 28202 }; --Moonglade Robe
+ [11] = { itemID = 28204 }; --Tunic of Assassination
+ [12] = { itemID = 28275 }; --Beast Lord Helm
+ [13] = { itemID = 28285 }; --Helm of the Righteous
+ [15] = { itemID = 21907 }; --Pattern: Arcanoweave Robe
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Additional Heroic Loot"] };
+ [17] = { itemID = 29434 }; --Badge of Justice
+ [18] = { itemID = 29251 }; --Boots of the Pious
[19] = { itemID = 32076 }; --Handguards of the Steady
- [20] = { itemID = 30533, droprate = ".90%" }; --Vanquisher's Legplates
- [21] = { itemID = 29362, droprate = ".48%" }; --The Sun Eater
- [23] = { itemID = 30565, droprate = "8.72%" }; --Assassin's Fire Opal
- [24] = { itemID = 30566, droprate = ".87%" }; --Defender's Tanzanite
- [25] = { itemID = 30564, droprate = ".45%" }; --Shining Fire Opal
- [29] = { itemID = 33860, droprate = "100%" }; --Pathaleon's Projector
- [30] = { itemID = 31086, droprate = "100%" }; --Bottom Shard of the Arcatraz Key
+ [20] = { itemID = 30533 }; --Vanquisher's Legplates
+ [21] = { itemID = 29362 }; --The Sun Eater
+ [23] = { itemID = 30565 }; --Assassin's Fire Opal
+ [24] = { itemID = 30566 }; --Defender's Tanzanite
+ [25] = { itemID = 30564 }; --Shining Fire Opal
+ [29] = { itemID = 33860 }; --Pathaleon's Projector
+ [30] = { itemID = 31086 }; --Bottom Shard of the Arcatraz Key
};
};
-----------------------------
@@ -2786,88 +2780,88 @@ AtlasLoot_Data["TKEye"] = {
{
Name = BabbleBoss["Al'ar"];
NpcID = 19514;
- [1] = { itemID = 29925, droprate = "3%" }; --Phoenix-Wing Cloak
- [2] = { itemID = 29918, droprate = "2%" }; --Mindstorm Wristbands
- [3] = { itemID = 29947, droprate = "3%" }; --Gloves of the Searing Grip
- [4] = { itemID = 29921, droprate = "0%" }; --Fire Crest Breastplate
- [5] = { itemID = 29922, droprate = "1%" }; --Band of Al'ar
- [6] = { itemID = 29920, droprate = "1%" }; --Phoenix-Ring of Rebirth
- [7] = { itemID = 30448, droprate = "2%" }; --Talon of Al'ar
- [8] = { itemID = 30447, droprate = "1%" }; --Tome of Fiery Redemption
- [9] = { itemID = 29923, droprate = "3%" }; --Talisman of the Sun King
- [11] = { itemID = 600867, [AtlasLoot.Difficultys.MIN_DIF] = AtlasLoot.Difficultys.Heroic }; --Elemental Lodestone: Al'ar
- [16] = { itemID = 32944, droprate = "2%" }; --Talon of the Phoenix
- [17] = { itemID = 29948, droprate = "0%" }; --Claw of the Phoenix
- [18] = { itemID = 29924, droprate = "1%" }; --Netherbane
- [19] = { itemID = 29949, droprate = "2%" }; --Arcanite Steam-Pistol
- [21] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [22] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [23] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
- [25] = { itemID = 1816254, droprate = ".75%" }; --Forumla: Enchant Cloak - Phoenix Fire
+ [1] = { itemID = 29925 }; --Phoenix-Wing Cloak
+ [2] = { itemID = 29918 }; --Mindstorm Wristbands
+ [3] = { itemID = 29947 }; --Gloves of the Searing Grip
+ [4] = { itemID = 29921 }; --Fire Crest Breastplate
+ [5] = { itemID = 29922 }; --Band of Al'ar
+ [6] = { itemID = 29920 }; --Phoenix-Ring of Rebirth
+ [7] = { itemID = 30448 }; --Talon of Al'ar
+ [8] = { itemID = 30447 }; --Tome of Fiery Redemption
+ [9] = { itemID = 29923 }; --Talisman of the Sun King
+ [11] = { itemID = 600867, [AtlasLoot.Difficulties.MIN_DIF] = AtlasLoot.Difficulties.Heroic }; --Elemental Lodestone: Al'ar
+ [16] = { itemID = 32944 }; --Talon of the Phoenix
+ [17] = { itemID = 29948 }; --Claw of the Phoenix
+ [18] = { itemID = 29924 }; --Netherbane
+ [19] = { itemID = 29949 }; --Arcanite Steam-Pistol
+ [21] = { itemID = 29434 }; --Badge of Justice
+ [22] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [23] = { itemID = 98570 }; --Mystic Orb
+ [25] = { itemID = 1816254 }; --Forumla: Enchant Cloak - Phoenix Fire
[27] = { itemID = 62443, droprate = "1%" }; --Pet Sigil
};
{
Name = BabbleBoss["Void Reaver"];
NpcID = 19516;
- [1] = { itemID = 29986, droprate = "3%" }; --Cowl of the Grand Engineer
- [2] = { itemID = 29984, droprate = "3%" }; --Girdle of Zaetar
- [3] = { itemID = 29985, droprate = "4%" }; --Void Reaver Greaves
- [4] = { itemID = 29983, droprate = "2%" }; --Fel-Steel Warhelm
- [5] = { itemID = 32515, droprate = "3%" }; --Wristguards of Determination
- [6] = { itemID = 30619, droprate = "3%" }; --Fel Reaver's Piston
- [7] = { itemID = 30450, droprate = "2%" }; --Warp-Spring Coil
- [16] = { itemID = 30249, droprate = "100%", lootTable = {"T5SHOULDER","Token"} }; --Pauldrons of the Vanquished Defender
- [18] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [19] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [20] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [1] = { itemID = 29986 }; --Cowl of the Grand Engineer
+ [2] = { itemID = 29984 }; --Girdle of Zaetar
+ [3] = { itemID = 29985 }; --Void Reaver Greaves
+ [4] = { itemID = 29983 }; --Fel-Steel Warhelm
+ [5] = { itemID = 32515 }; --Wristguards of Determination
+ [6] = { itemID = 30619 }; --Fel Reaver's Piston
+ [7] = { itemID = 30450 }; --Warp-Spring Coil
+ [16] = { itemID = 30249, lootTable = {"T5SHOULDER","Token"} }; --Pauldrons of the Vanquished Defender
+ [18] = { itemID = 29434 }; --Badge of Justice
+ [19] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [20] = { itemID = 98570 }; --Mystic Orb
};
{
Name = BabbleBoss["High Astromancer Solarian"];
NpcID = 18805;
- [1] = { itemID = 29977, droprate = "9%" }; --Star-Soul Breeches
- [2] = { itemID = 29972, droprate = "9%" }; --Trousers of the Astromancer
- [3] = { itemID = 29966, droprate = "3%" }; --Vambraces of Ending
- [4] = { itemID = 29976, droprate = "8%" }; --Worldstorm Gauntlets
- [5] = { itemID = 29951, droprate = "3%" }; --Star-Strider Boots
- [6] = { itemID = 29965, droprate = "1%" }; --Girdle of the Righteous Path
- [7] = { itemID = 29950, droprate = "9%" }; --Greaves of the Bloodwarder
- [8] = { itemID = 32267, droprate = "7%" }; --Boots of the Resilient
- [16] = { itemID = 30446, droprate = "1%" }; --Solarian's Sapphire
- [17] = { itemID = 30449, droprate = "2%" }; --Void Star Talisman
- [18] = { itemID = 29962, droprate = "3%" }; --Heartrazor
- [19] = { itemID = 29981, droprate = "1%" }; --Ethereum Life-Staff
- [20] = { itemID = 29982, droprate = "8%" }; --Wand of the Forgotten Star
- [22] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [23] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [24] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [1] = { itemID = 29977 }; --Star-Soul Breeches
+ [2] = { itemID = 29972 }; --Trousers of the Astromancer
+ [3] = { itemID = 29966 }; --Vambraces of Ending
+ [4] = { itemID = 29976 }; --Worldstorm Gauntlets
+ [5] = { itemID = 29951 }; --Star-Strider Boots
+ [6] = { itemID = 29965 }; --Girdle of the Righteous Path
+ [7] = { itemID = 29950 }; --Greaves of the Bloodwarder
+ [8] = { itemID = 32267 }; --Boots of the Resilient
+ [16] = { itemID = 30446 }; --Solarian's Sapphire
+ [17] = { itemID = 30449 }; --Void Star Talisman
+ [18] = { itemID = 29962 }; --Heartrazor
+ [19] = { itemID = 29981 }; --Ethereum Life-Staff
+ [20] = { itemID = 29982 }; --Wand of the Forgotten Star
+ [22] = { itemID = 29434 }; --Badge of Justice
+ [23] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [24] = { itemID = 98570 }; --Mystic Orb
[26] = { itemID = 62309, droprate = "1%" }; --Pet Sigil
};
{
Name = BabbleBoss["Kael'thas Sunstrider"];
NpcID = 19622;
- [1] = { itemID = 29992, droprate = "4%" }; --Royal Cloak of the Sunstriders
- [2] = { itemID = 29989, droprate = "2%" }; --Sunshower Light Cloak
- [3] = { itemID = 29994, droprate = "4%" }; --Thalassian Wildercloak
- [4] = { itemID = 29990, droprate = "4%" }; --Crown of the Sun
- [5] = { itemID = 29987, droprate = "4%" }; --Gauntlets of the Sun King
- [6] = { itemID = 29995, droprate = "5%" }; --Leggings of Murderous Intent
- [7] = { itemID = 29991, droprate = "3%" }; --Sunhawk Leggings
- [8] = { itemID = 29998, droprate = "2%" }; --Royal Gauntlets of Silvermoon
- [9] = { itemID = 29997, droprate = "4%" }; --Band of the Ranger-General
- [10] = { itemID = 29993, droprate = "2%" }; --Twinblade of the Phoenix
- [11] = { itemID = 29996, droprate = "5%" }; --Rod of the Sun King
- [12] = { itemID = 29988, droprate = "4%" }; --The Nexus Key
- [14] = { itemID = 29905, droprate = "7%" }; --Kael's Vial Remnant
+ [1] = { itemID = 29992 }; --Royal Cloak of the Sunstriders
+ [2] = { itemID = 29989 }; --Sunshower Light Cloak
+ [3] = { itemID = 29994 }; --Thalassian Wildercloak
+ [4] = { itemID = 29990 }; --Crown of the Sun
+ [5] = { itemID = 29987 }; --Gauntlets of the Sun King
+ [6] = { itemID = 29995 }; --Leggings of Murderous Intent
+ [7] = { itemID = 29991 }; --Sunhawk Leggings
+ [8] = { itemID = 29998 }; --Royal Gauntlets of Silvermoon
+ [9] = { itemID = 29997 }; --Band of the Ranger-General
+ [10] = { itemID = 29993 }; --Twinblade of the Phoenix
+ [11] = { itemID = 29996 }; --Rod of the Sun King
+ [12] = { itemID = 29988 }; --The Nexus Key
+ [14] = { itemID = 29905 }; --Kael's Vial Remnant
[15] = { itemID = 450001 }; --Intact Vial of Kael'thas Sunstrider
- [16] = { itemID = 30237, droprate = "100%", lootTable = {"T5CHEST","Token"} }; --Chestguard of the Vanquished Defender
- [18] = { itemID = 32405, droprate = "100%" }; --Verdant Sphere
+ [16] = { itemID = 30237, lootTable = {"T5CHEST","Token"} }; --Chestguard of the Vanquished Defender
+ [18] = { itemID = 32405 }; --Verdant Sphere
[19] = { itemID = 30018 }; --Lord Sanguinar's Claim
[20] = { itemID = 30017 }; --Telonicus's Pendant of Mayhem
[21] = { itemID = 30007 }; --The Darkener's Grasp
[22] = { itemID = 30015 }; --The Sun King's Talisman
- [24] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [25] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [26] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [24] = { itemID = 29434 }; --Badge of Justice
+ [25] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [26] = { itemID = 98570 }; --Mystic Orb
[28] = { itemID = 62498, droprate = "1%" }; --Pet Sigil
[30] = { itemID = 32458 }; --Ashes of Al'ar
@@ -2897,8 +2891,8 @@ AtlasLoot_Data["TKEye"] = {
[22] = { itemID = 30301 }; --Pattern: Belt of Natural Power
[23] = { itemID = 30303 }; --Pattern: Belt of the Black Eagle
[24] = { itemID = 30302 }; --Pattern: Belt of Deep Shadow
- [26] = { itemID = 30183, droprate = "5%" }; --Nether Vortex
- [28] = { itemID = 32897, droprate = "7%" }; --Mark of the Illidari
+ [26] = { itemID = 30183 }; --Nether Vortex
+ [28] = { itemID = 32897 }; --Mark of the Illidari
};
{
Name = "Legendary Items for Kael'thas Fight";
@@ -2909,7 +2903,6 @@ AtlasLoot_Data["TKEye"] = {
[5] = { itemID = 30313 }; --Staff of Disintegration
[6] = { itemID = 30314 }; --Phaseshift Bulwark
[7] = { itemID = 30318 }; --Netherstrand Longbow
- [8] = { itemID = 30319 }; --Nether Spike
};
};
@@ -2925,132 +2918,132 @@ AtlasLoot_Data["ZulAman"] = {
Map = "ZulAman";
{
Name = BabbleBoss["Nalorakk"];
- [1] = { itemID = 33203, droprate = "3%" }; --Robes of Heavenly Purpose
- [2] = { itemID = 33285, droprate = "3%" }; --Fury of the Ursine
- [3] = { itemID = 33211, droprate = "4%" }; --Bladeangel's Money Belt
- [4] = { itemID = 33206, droprate = "3%" }; --Pauldrons of Primal Fury
- [5] = { itemID = 33327, droprate = "3%" }; --Mask of Introspection
- [6] = { itemID = 33191, droprate = "3%" }; --Jungle Stompers
- [7] = { itemID = 33640, droprate = "4%" }; --Fury
- [16] = { itemID = 33496, droprate = "3%" }; --Signet of Primal Wrath
- [17] = { itemID = 33498, droprate = "1%" }; --Signet of the Quiet Forest
- [18] = { itemID = 33971, droprate = "0%" }; --Elunite Imbued Leggings
- [19] = { itemID = 33495, droprate = "2%" }; --Rage
- [20] = { itemID = 33480, droprate = "0%" }; --Cord of BBCRaided Troll Hair
+ [1] = { itemID = 33203 }; --Robes of Heavenly Purpose
+ [2] = { itemID = 33285 }; --Fury of the Ursine
+ [3] = { itemID = 33211 }; --Bladeangel's Money Belt
+ [4] = { itemID = 33206 }; --Pauldrons of Primal Fury
+ [5] = { itemID = 33327 }; --Mask of Introspection
+ [6] = { itemID = 33191 }; --Jungle Stompers
+ [7] = { itemID = 33640 }; --Fury
+ [16] = { itemID = 33496 }; --Signet of Primal Wrath
+ [17] = { itemID = 33498 }; --Signet of the Quiet Forest
+ [18] = { itemID = 33971 }; --Elunite Imbued Leggings
+ [19] = { itemID = 33495 }; --Rage
+ [20] = { itemID = 33480 }; --Cord of BBCRaided Troll Hair
[22] = { itemID = 222637, droprate = { "25%", "50%", "75%", "100%" } }; --Primal Amani Idol
- [24] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [25] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [26] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [24] = { itemID = 29434 }; --Badge of Justice
+ [25] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [26] = { itemID = 98570 }; --Mystic Orb
[28] = { itemID = 63944, droprate = "1%" }; --Pet Sigil
};
{
Name = BabbleBoss["Akil'zon"];
- [1] = { itemID = 33286, droprate = "3%" }; --Mojo-mender's Mask
- [2] = { itemID = 33215, droprate = "3%" }; --Bloodstained Elven Battlevest
- [3] = { itemID = 33216, droprate = "3%" }; --Chestguard of Hidden Purpose
- [4] = { itemID = 33281, droprate = "3%" }; --Brooch of Nature's Mercy
- [5] = { itemID = 33293, droprate = "3%" }; --Signet of Ancient Magics
- [6] = { itemID = 33214, droprate = "3%" }; --Akil'zon's Talonblade
- [7] = { itemID = 33283, droprate = "4%" }; --Amani Punisher
- [16] = { itemID = 33591, droprate = "1%" }; --Shadowcaster's Drape
- [17] = { itemID = 33590, droprate = "0%" }; --Cloak of Fiends
- [18] = { itemID = 33481, droprate = "1%" }; --Pauldrons of Stone Resolve
- [19] = { itemID = 33492, droprate = "1%" }; --Trollbane
- [20] = { itemID = 33500, droprate = "0%" }; --Signet of Eternal Life
+ [1] = { itemID = 33286 }; --Mojo-mender's Mask
+ [2] = { itemID = 33215 }; --Bloodstained Elven Battlevest
+ [3] = { itemID = 33216 }; --Chestguard of Hidden Purpose
+ [4] = { itemID = 33281 }; --Brooch of Nature's Mercy
+ [5] = { itemID = 33293 }; --Signet of Ancient Magics
+ [6] = { itemID = 33214 }; --Akil'zon's Talonblade
+ [7] = { itemID = 33283 }; --Amani Punisher
+ [16] = { itemID = 33591 }; --Shadowcaster's Drape
+ [17] = { itemID = 33590 }; --Cloak of Fiends
+ [18] = { itemID = 33481 }; --Pauldrons of Stone Resolve
+ [19] = { itemID = 33492 }; --Trollbane
+ [20] = { itemID = 33500 }; --Signet of Eternal Life
[22] = { itemID = 222637, droprate = { "25%", "50%", "75%", "100%" } }; --Primal Amani Idol
- [24] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [25] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [26] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [24] = { itemID = 29434 }; --Badge of Justice
+ [25] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [26] = { itemID = 98570 }; --Mystic Orb
[28] = { itemID = 63943, droprate = "1%" }; --Pet Sigil
};
{
Name = BabbleBoss["Jan'alai"];
- [1] = { itemID = 33357, droprate = "3%" }; --Footpads of Madness
- [2] = { itemID = 33356, droprate = "3%" }; --Helm of Natural Regeneration
- [3] = { itemID = 33329, droprate = "3%" }; --Shadowtooth Trollskin Cuirass
- [4] = { itemID = 33328, droprate = "3%" }; --Arrow-fall Chestguard
- [5] = { itemID = 33354, droprate = "4%" }; --Wub's Cursed Hexblade
- [6] = { itemID = 33326, droprate = "3%" }; --Bulwark of the Amani Empire
- [7] = { itemID = 33332, droprate = "2%" }; --Enamelled Disc of Mojo
- [16] = { itemID = 33499, droprate = "8%" }; --Signet of the Last Defender
- [17] = { itemID = 33805, droprate = "0%" }; --Shadowhunter's Treads
- [18] = { itemID = 33491, droprate = "2%" }; --Tuskbreaker
- [19] = { itemID = 33490, droprate = "3%" }; --Staff of Dark Mending
- [20] = { itemID = 33489, droprate = "1%" }; --Mantle of Ill Intent
+ [1] = { itemID = 33357 }; --Footpads of Madness
+ [2] = { itemID = 33356 }; --Helm of Natural Regeneration
+ [3] = { itemID = 33329 }; --Shadowtooth Trollskin Cuirass
+ [4] = { itemID = 33328 }; --Arrow-fall Chestguard
+ [5] = { itemID = 33354 }; --Wub's Cursed Hexblade
+ [6] = { itemID = 33326 }; --Bulwark of the Amani Empire
+ [7] = { itemID = 33332 }; --Enamelled Disc of Mojo
+ [16] = { itemID = 33499 }; --Signet of the Last Defender
+ [17] = { itemID = 33805 }; --Shadowhunter's Treads
+ [18] = { itemID = 33491 }; --Tuskbreaker
+ [19] = { itemID = 33490 }; --Staff of Dark Mending
+ [20] = { itemID = 33489 }; --Mantle of Ill Intent
[22] = { itemID = 222637, droprate = { "25%", "50%", "75%", "100%" } }; --Primal Amani Idol
- [24] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [25] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [26] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [24] = { itemID = 29434 }; --Badge of Justice
+ [25] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [26] = { itemID = 98570 }; --Mystic Orb
[28] = { itemID = 63946, droprate = "1%" }; --Pet Sigil
};
{
Name = BabbleBoss["Halazzi"];
- [1] = { itemID = 33317, droprate = "3%" }; --Robe of Departed Spirits
- [2] = { itemID = 33300, droprate = "4%" }; --Shoulderpads of Dancing Blades
- [3] = { itemID = 33322, droprate = "3%" }; --Shimmer-pelt Vest
- [4] = { itemID = 33533, droprate = "3%" }; --Avalanche Leggings
- [5] = { itemID = 33299, droprate = "3%" }; --Spaulders of the Advocate
- [6] = { itemID = 33303, droprate = "4%" }; --Skullshatter Warboots
- [7] = { itemID = 33297, droprate = "3%" }; --The Savage's Choker
- [16] = { itemID = 33483, droprate = "2%" }; --Life-step Belt
- [17] = { itemID = 33493, droprate = "2%" }; --Umbral Shiv
- [18] = { itemID = 33497, droprate = "8%" }; --Mana Attuned Band
+ [1] = { itemID = 33317 }; --Robe of Departed Spirits
+ [2] = { itemID = 33300 }; --Shoulderpads of Dancing Blades
+ [3] = { itemID = 33322 }; --Shimmer-pelt Vest
+ [4] = { itemID = 33533 }; --Avalanche Leggings
+ [5] = { itemID = 33299 }; --Spaulders of the Advocate
+ [6] = { itemID = 33303 }; --Skullshatter Warboots
+ [7] = { itemID = 33297 }; --The Savage's Choker
+ [16] = { itemID = 33483 }; --Life-step Belt
+ [17] = { itemID = 33493 }; --Umbral Shiv
+ [18] = { itemID = 33497 }; --Mana Attuned Band
[19] = { itemID = 33979 }; --Sightless Head
- [20] = { itemID = 33465, droprate = "3%" }; --Staff of Primal Fury
+ [20] = { itemID = 33465 }; --Staff of Primal Fury
[22] = { itemID = 222637, droprate = { "25%", "50%", "75%", "100%" } }; --Primal Amani Idol
- [24] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [25] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [26] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
+ [24] = { itemID = 29434 }; --Badge of Justice
+ [25] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [26] = { itemID = 98570 }; --Mystic Orb
[28] = { itemID = 63945, droprate = "1%" }; --Pet Sigil
};
{
Name = BabbleBoss["Hex Lord Malacrass"];
- [1] = { itemID = 33592, droprate = "3%" }; --Cloak of Ancient Rituals
- [2] = { itemID = 33453, droprate = "3%" }; --Hood of Hexing
- [3] = { itemID = 33463, droprate = "3%" }; --Hood of the Third Eye
- [4] = { itemID = 33432, droprate = "5%" }; --Coif of the Jungle Stalker
- [5] = { itemID = 33464, droprate = "3%" }; --Hex Lord's Voodoo Pauldrons
- [6] = { itemID = 33421, droprate = "5%" }; --Battleworn Tuskguard
- [7] = { itemID = 33446, droprate = "5%" }; --Girdle of Stromgarde's Hope
+ [1] = { itemID = 33592 }; --Cloak of Ancient Rituals
+ [2] = { itemID = 33453 }; --Hood of Hexing
+ [3] = { itemID = 33463 }; --Hood of the Third Eye
+ [4] = { itemID = 33432 }; --Coif of the Jungle Stalker
+ [5] = { itemID = 33464 }; --Hex Lord's Voodoo Pauldrons
+ [6] = { itemID = 33421 }; --Battleworn Tuskguard
+ [7] = { itemID = 33446 }; --Girdle of Stromgarde's Hope
[9] = { itemID = 2033307, droprate = { "2%", "5%", "7%", "10%" } }; --Formula: Enchant Weapon - Witchdoctor
[11] = { itemID = 63962, droprate = "1%" }; --Pet Sigil
- [16] = { itemID = 34029, droprate = "5%" }; --Tiny Voodoo Mask
- [17] = { itemID = 33828, droprate = "3%" }; --Tome of Diabolic Remedy
- [18] = { itemID = 38634, droprate = "1%" }; --Troll Dice
- [19] = { itemID = 33389, droprate = "5%" }; --Dagger of Bad Mojo
- [20] = { itemID = 33298, droprate = "4%" }; --Prowler's Strikeblade
- [21] = { itemID = 33388, droprate = "5%" }; --Heartless
- [22] = { itemID = 33494, droprate = "1%" }; --Amani Divining Staff
+ [16] = { itemID = 34029 }; --Tiny Voodoo Mask
+ [17] = { itemID = 33828 }; --Tome of Diabolic Remedy
+ [18] = { itemID = 38634 }; --Troll Dice
+ [19] = { itemID = 33389 }; --Dagger of Bad Mojo
+ [20] = { itemID = 33298 }; --Prowler's Strikeblade
+ [21] = { itemID = 33388 }; --Heartless
+ [22] = { itemID = 33494 }; --Amani Divining Staff
[24] = { itemID = 222637, droprate = { "25%", "50%", "75%", "100%" } }; --Primal Amani Idol
- [26] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [27] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [28] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
- [30] = { itemID = 1333809, droprate = "100%" }; --Amani Bear
+ [26] = { itemID = 29434 }; --Badge of Justice
+ [27] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [28] = { itemID = 98570 }; --Mystic Orb
+ [30] = { itemID = 1333809 }; --Amani Bear
};
{
Name = BabbleBoss["Zul'jin"];
- [1] = { itemID = 33471, droprate = "5%" }; --Two-toed Sandals
- [2] = { itemID = 33479, droprate = "5%" }; --Grimgin Faceguard
- [3] = { itemID = 33469, droprate = "6%" }; --Hauberk of the Empire's Champion
- [4] = { itemID = 33473, droprate = "5%" }; --Chestguard of the Warlord
- [5] = { itemID = 33466, droprate = "4%" }; --Loop of Cursed Bones
- [6] = { itemID = 33830, droprate = "4%" }; --Ancient Aqir Artifact
- [7] = { itemID = 33831, droprate = "4%" }; --Berserker's Call
- [8] = { itemID = 33829, droprate = "4%" }; --Hex Shrunken Head
- [9] = { itemID = 24537, droprate = "4%" }; --Waistband of Crushed Skulls
+ [1] = { itemID = 33471 }; --Two-toed Sandals
+ [2] = { itemID = 33479 }; --Grimgin Faceguard
+ [3] = { itemID = 33469 }; --Hauberk of the Empire's Champion
+ [4] = { itemID = 33473 }; --Chestguard of the Warlord
+ [5] = { itemID = 33466 }; --Loop of Cursed Bones
+ [6] = { itemID = 33830 }; --Ancient Aqir Artifact
+ [7] = { itemID = 33831 }; --Berserker's Call
+ [8] = { itemID = 33829 }; --Hex Shrunken Head
+ [9] = { itemID = 24537 }; --Waistband of Crushed Skulls
[11] = { itemID = 33307, droprate = { "2%", "5%", "7%", "10%" } }; --Formula: Enchant Weapon - Executioner
- [16] = { itemID = 33467, droprate = "4%" }; --Blade of Twisted Visions
- [17] = { itemID = 33478, droprate = "4%" }; --Jin'rohk, The Great Apocalypse
- [18] = { itemID = 33476, droprate = "5%" }; --Cleaver of the Unforgiving
- [19] = { itemID = 33468, droprate = "5%" }; --Dark Blessing
- [20] = { itemID = 33474, droprate = "4%" }; --Ancient Amani Longbow
+ [16] = { itemID = 33467 }; --Blade of Twisted Visions
+ [17] = { itemID = 33478 }; --Jin'rohk, The Great Apocalypse
+ [18] = { itemID = 33476 }; --Cleaver of the Unforgiving
+ [19] = { itemID = 33468 }; --Dark Blessing
+ [20] = { itemID = 33474 }; --Ancient Amani Longbow
[21] = { itemID = 34071 }; --Seething Hate
- [23] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
- [24] = { itemID = 400751, droprate = "100%" }; --Raider's Commendations
- [25] = { itemID = 98570, droprate = "100%" }; --Mystic Orb
- [27] = { itemID = 33102, droprate = "7%" }; --Blood of Zul'Jin
+ [23] = { itemID = 29434 }; --Badge of Justice
+ [24] = { itemID = 400751, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Raider's Commendations
+ [25] = { itemID = 98570 }; --Mystic Orb
+ [27] = { itemID = 33102 }; --Blood of Zul'Jin
[29] = { itemID = 63949, droprate = "1%" }; --Pet Sigil
};
{
@@ -3061,11 +3054,11 @@ AtlasLoot_Data["ZulAman"] = {
[4] = { itemID = 33059 }; --Seal of the Amani'shi Berserker
[5] = { itemID = 33983 }; --Staff of Blazing Glory
[6] = { itemID = 39755 }; --String of Ears
- [16] = { itemID = 33865, droprate = "0%" }; --Amani Hex Stick
- [17] = { itemID = 33930, droprate = "5%" }; --Amani Charm of the Bloodletter
- [18] = { itemID = 33932, droprate = "4%" }; --Amani Charm of the Witch Doctor
- [19] = { itemID = 33931, droprate = "5%" }; --Amani Charm of Mighty Mojo
- [20] = { itemID = 33933, droprate = "5%" }; --Amani Charm of the Raging Defender
+ [16] = { itemID = 33865 }; --Amani Hex Stick
+ [17] = { itemID = 33930 }; --Amani Charm of the Bloodletter
+ [18] = { itemID = 33932 }; --Amani Charm of the Witch Doctor
+ [19] = { itemID = 33931 }; --Amani Charm of Mighty Mojo
+ [20] = { itemID = 33933 }; --Amani Charm of the Raging Defender
[22] = { itemID = 33993 }; --Mojo
};
{
@@ -3940,22 +3933,22 @@ AtlasLoot_Data["VioletEye"] = {
Name = BabbleFaction["The Violet Eye"];
{
Name = "Rings";
- [1] = { icon = "INV_Jewelry_Ring_62", name = "=q6=" .. AL["Path of the Violet Assassin"] };
+ [1] = { icon = "INV_Jewelry_Ring_62", name = WHITE.. AL["Path of the Violet Assassin"] };
[2] = { itemID = 29280 }; --Violet Signet
[3] = { itemID = 29281 }; --Violet Signet
[4] = { itemID = 29282 }; --Violet Signet
[5] = { itemID = 29283 }; --Violet Signet of the Master Assassin
- [7] = { icon = "INV_Jewelry_Ring_62", name = "=q6=" .. AL["Path of the Violet Mage"] };
+ [7] = { icon = "INV_Jewelry_Ring_62", name = WHITE.. AL["Path of the Violet Mage"] };
[8] = { itemID = 29284 }; --Violet Signet
[9] = { itemID = 29285 }; --Violet Signet
[10] = { itemID = 29286 }; --Violet Signet
[11] = { itemID = 29287 }; --Violet Signet of the Archmage
- [16] = { icon = "INV_Jewelry_Ring_62", name = "=q6=" .. AL["Path of the Violet Restorer"] };
+ [16] = { icon = "INV_Jewelry_Ring_62", name = WHITE.. AL["Path of the Violet Restorer"] };
[17] = { itemID = 29288 }; --Violet Signet
[18] = { itemID = 29289 }; --Violet Signet
[19] = { itemID = 29291 }; --Violet Signet
[20] = { itemID = 29290 }; --Violet Signet of the Grand Restorer
- [22] = { icon = "INV_Jewelry_Ring_62", name = "=q6=" .. AL["Path of the Violet Protector"] };
+ [22] = { icon = "INV_Jewelry_Ring_62", name = WHITE.. AL["Path of the Violet Protector"] };
[23] = { itemID = 29276 }; --Violet Signet
[24] = { itemID = 29277 }; --Violet Signet
[25] = { itemID = 29278 }; --Violet Signet
@@ -4097,15 +4090,15 @@ AtlasLoot_Data["PVPHellfire"] = {
[1] = { itemID = 27833, desc = "=ds=15 #markthrallmarhhold#" }; --Band of the Victor
[2] = { itemID = 27786, desc = "=ds=10 #markthrallmarhhold#" }; --Barbed Deep Peridot
[3] = { itemID = 28360, desc = "=ds=10 #markthrallmarhhold#" }; --Mighty Blood Garnet
- [5] = { icon = "INV_BannerPVP_02", name = "=q6=#m7#" };
+ [5] = { icon = "INV_BannerPVP_02", name = WHITE..BabbleFaction["Alliance"] };
[6] = { itemID = 24520, desc = "=ds=5 #markhhold#" }; --Honor Hold Favor
- [7] = { itemID = 24579, desc = "=ds=#m18#" }; --Mark of Honor Hold
+ [7] = { itemID = 24579, desc = "=ds="..AL["Currency (Alliance)"] }; --Mark of Honor Hold
[16] = { itemID = 27830, desc = "=ds=15 #markthrallmarhhold#" }; --Circlet of the Victor
[17] = { itemID = 27785, desc = "=ds=10 #markthrallmarhhold#" }; --Notched Deep Peridot
[18] = { itemID = 27777, desc = "=ds=10 #markthrallmarhhold#" }; --Stark Blood Garnet
- [20] = { icon = "INV_BannerPVP_01", name = "=q6=#m6#" };
+ [20] = { icon = "INV_BannerPVP_01", name = WHITE..BabbleFaction["Horde"] };
[21] = { itemID = 24522, desc = "=ds=5 #markthrallmar#" }; --Thrallmar Favor
- [22] = { itemID = 24581, desc = "=ds=#m19#" }; --Mark of Thrallmar
+ [22] = { itemID = 24581, desc = "=ds="..AL["Currency (Horde)"] }; --Mark of Thrallmar
};
};
@@ -4142,12 +4135,12 @@ AtlasLoot_Data["PVPHalaa"] = {
Name = "Page 2";
[1] = { itemID = 30611 }; --Halaani Razorshaft
[2] = { itemID = 30615 }; --Halaani Whiskey
- [4] = { icon = "INV_BannerPVP_02", name = "=q6=#m7#" };
+ [4] = { icon = "INV_BannerPVP_02", name = WHITE..BabbleFaction["Alliance"] };
[5] = { itemID = 30598 }; --Don Amancio's Heart
[6] = { itemID = 30597 }; --Halaani Claymore
[7] = { itemID = 30599 }; --Avenging Blades
[16] = { itemID = 30612 }; --Halaani Grimshot
- [19] = { icon = "INV_BannerPVP_01", name = "=q6=#m6#" };
+ [19] = { icon = "INV_BannerPVP_01", name = WHITE..BabbleFaction["Horde"] };
[20] = { itemID = 30571 }; --Don Rodrigo's Heart
[21] = { itemID = 30570 }; --Arkadian Claymore
[22] = { itemID = 30568 }; --The Sharp Cookie
@@ -4190,12 +4183,12 @@ AtlasLoot_Data["PVPTwinSpireRuins"] = {
[3] = { itemID = 27922, price = "30 #markthrallmarhhold#" }; --Mark of Defiance
[4] = { itemID = 27929, price = "15 #markthrallmarhhold#" }; --Terminal Edge
[5] = { itemID = 27939, price = "15 #markthrallmarhhold#" }; --Incendic Rod
- [7] = { itemID = 24579, desc = "=ds=#m18#" }; --Mark of Honor Hold
+ [7] = { itemID = 24579, desc = "=ds="..AL["Currency (Alliance)"] }; --Mark of Honor Hold
[16] = { itemID = 27983, price = "15 #markthrallmarhhold#" }; --Libram of Zeal
[17] = { itemID = 27920, price = "30 #markthrallmarhhold#" }; --Mark of Conquest
[18] = { itemID = 27927, price = "30 #markthrallmarhhold#" }; --Mark of Vindication
[19] = { itemID = 27930, price = "15 #markthrallmarhhold#" }; --Splintermark
- [22] = { itemID = 24581, desc = "=ds=#m19#" }; --Mark of Thrallmar
+ [22] = { itemID = 24581, desc = "=ds="..AL["Currency (Horde)"] }; --Mark of Thrallmar
};
};
@@ -4208,127 +4201,127 @@ AtlasLoot_Data["PVP70RepGear"] = {
Name = "Rep PVP Gear";
{
Name = BabbleInventory["Cloth"];
- [1] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep705_1#", desc = "=ec1=#c5#" };
- [2] = { itemID = 35339, desc = "=ds=#f3#/#f4#, =ec1=#r3#" }; --Satin Hood
- [3] = { itemID = 35341, desc = "=ds=#f2#, =ec1=#r3#" }; --Satin Mantle
- [4] = { itemID = 35342, desc = "=ds=#f6#, =ec1=#r3#" }; --Satin Robe
- [5] = { itemID = 35338, desc = "=ds=#f5#, =ec1=#r3#" }; --Satin Gloves
- [6] = { itemID = 35340, desc = "=ds=#f1#, =ec1=#r3#" }; --Satin Leggings
- [8] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep705_2#", desc = "=ec1=#c5#" };
- [9] = { itemID = 35333, desc = "=ds=#f2#, =ec1=#r3#" }; --Mooncloth Cowl
- [10] = { itemID = 35336, desc = "=ds=#f6#, =ec1=#r3#" }; --Mooncloth Shoulderpads
- [11] = { itemID = 35337, desc = "=ds=#f3#/#f4#, =ec1=#r3#" }; --Mooncloth Vestments
- [12] = { itemID = 35335, desc = "=ds=#f1#, =ec1=#r3#" }; --Mooncloth Mitts
- [13] = { itemID = 35334, desc = "=ds=#f5#, =ec1=#r3#" }; --Mooncloth Legguards
- [16] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep703#", desc = "=ec1=#c3#" };
- [17] = { itemID = 35344, desc = "=ds=#f1#, =ec1=#r3#" }; --Evoker's Silk Cowl
- [18] = { itemID = 35343, desc = "=ds=#f3#/#f4#, =ec1=#r3#" }; --Evoker's Silk Amice
- [19] = { itemID = 35346, desc = "=ds=#f5#, =ec1=#r3#" }; --Evoker's Silk Raiment
- [20] = { itemID = 35345, desc = "=ds=#f2#, =ec1=#r3#" }; --Evoker's Silk Handguards
- [21] = { itemID = 35347, desc = "=ds=#f6#, =ec1=#r3#" }; --Evoker's Silk Trousers
- [23] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep708#", desc = "=ec1=#c8#" };
- [24] = { itemID = 35329, desc = "=ds=#f6#, =ec1=#r3#" }; --Dreadweave Hood
- [25] = { itemID = 35331, desc = "=ds=#f1#, =ec1=#r3#" }; --Dreadweave Mantle
- [26] = { itemID = 35332, desc = "=ds=#f3#/#f4#, =ec1=#r3#" }; --Dreadweave Robe
- [27] = { itemID = 35328, desc = "=ds=#f5#, =ec1=#r3#" }; --Dreadweave Gloves
- [28] = { itemID = 35330, desc = "=ds=#f2#, =ec1=#r3#" }; --Dreadweave Leggings
+ [1] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Satin Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["PRIEST"] };
+ [2] = { itemID = 35339, desc = "=ds="..BabbleFaction["Thrallmar"].."/"..BabbleFaction["Honor Hold"]..", =ec1="..BabbleFaction["Honored"] }; --Satin Hood
+ [3] = { itemID = 35341, desc = "=ds="..BabbleFaction["The Sha'tar"]..", =ec1="..BabbleFaction["Honored"] }; --Satin Mantle
+ [4] = { itemID = 35342, desc = "=ds="..BabbleFaction["Cenarion Expedition"]..", =ec1="..BabbleFaction["Honored"] }; --Satin Robe
+ [5] = { itemID = 35338, desc = "=ds="..BabbleFaction["Keepers of Time"]..", =ec1="..BabbleFaction["Honored"] }; --Satin Gloves
+ [6] = { itemID = 35340, desc = "=ds="..BabbleFaction["Lower City"]..", =ec1="..BabbleFaction["Honored"] }; --Satin Leggings
+ [8] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Mooncloth Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["PRIEST"] };
+ [9] = { itemID = 35333, desc = "=ds="..BabbleFaction["The Sha'tar"]..", =ec1="..BabbleFaction["Honored"] }; --Mooncloth Cowl
+ [10] = { itemID = 35336, desc = "=ds="..BabbleFaction["Cenarion Expedition"]..", =ec1="..BabbleFaction["Honored"] }; --Mooncloth Shoulderpads
+ [11] = { itemID = 35337, desc = "=ds="..BabbleFaction["Thrallmar"].."/"..BabbleFaction["Honor Hold"]..", =ec1="..BabbleFaction["Honored"] }; --Mooncloth Vestments
+ [12] = { itemID = 35335, desc = "=ds="..BabbleFaction["Lower City"]..", =ec1="..BabbleFaction["Honored"] }; --Mooncloth Mitts
+ [13] = { itemID = 35334, desc = "=ds="..BabbleFaction["Keepers of Time"]..", =ec1="..BabbleFaction["Honored"] }; --Mooncloth Legguards
+ [16] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Evoker's Silk Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
+ [17] = { itemID = 35344, desc = "=ds="..BabbleFaction["Lower City"]..", =ec1="..BabbleFaction["Honored"] }; --Evoker's Silk Cowl
+ [18] = { itemID = 35343, desc = "=ds="..BabbleFaction["Thrallmar"].."/"..BabbleFaction["Honor Hold"]..", =ec1="..BabbleFaction["Honored"] }; --Evoker's Silk Amice
+ [19] = { itemID = 35346, desc = "=ds="..BabbleFaction["Keepers of Time"]..", =ec1="..BabbleFaction["Honored"] }; --Evoker's Silk Raiment
+ [20] = { itemID = 35345, desc = "=ds="..BabbleFaction["The Sha'tar"]..", =ec1="..BabbleFaction["Honored"] }; --Evoker's Silk Handguards
+ [21] = { itemID = 35347, desc = "=ds="..BabbleFaction["Cenarion Expedition"]..", =ec1="..BabbleFaction["Honored"] }; --Evoker's Silk Trousers
+ [23] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Dreadweave Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] };
+ [24] = { itemID = 35329, desc = "=ds="..BabbleFaction["Cenarion Expedition"]..", =ec1="..BabbleFaction["Honored"] }; --Dreadweave Hood
+ [25] = { itemID = 35331, desc = "=ds="..BabbleFaction["Lower City"]..", =ec1="..BabbleFaction["Honored"] }; --Dreadweave Mantle
+ [26] = { itemID = 35332, desc = "=ds="..BabbleFaction["Thrallmar"].."/"..BabbleFaction["Honor Hold"]..", =ec1="..BabbleFaction["Honored"] }; --Dreadweave Robe
+ [27] = { itemID = 35328, desc = "=ds="..BabbleFaction["Keepers of Time"]..", =ec1="..BabbleFaction["Honored"] }; --Dreadweave Gloves
+ [28] = { itemID = 35330, desc = "=ds="..BabbleFaction["The Sha'tar"]..", =ec1="..BabbleFaction["Honored"] }; --Dreadweave Leggings
};
{
Name = BabbleInventory["Leather"];
- [1] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep701_1#", desc = "=ec1=#c1#" };
- [2] = { itemID = 35357, desc = "=ds=#f1#, =ec1=#r3#" }; --Dragonhide Helm
- [3] = { itemID = 35359, desc = "=ds=#f2#, =ec1=#r3#" }; --Dragonhide Spaulders
- [4] = { itemID = 35360, desc = "=ds=#f3#/#f4#, =ec1=#r3#" }; --Dragonhide Robe
- [5] = { itemID = 35356, desc = "=ds=#f5#, =ec1=#r3#" }; --Dragonhide Gloves
- [6] = { itemID = 35358, desc = "=ds=#f6#, =ec1=#r3#" }; --Dragonhide Legguards
- [8] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep701_2#", desc = "=ec1=#c1#" };
- [9] = { itemID = 35372, desc = "=ds=#f5#, =ec1=#r3#" }; --Wyrmhide Helm
- [10] = { itemID = 35374, desc = "=ds=#f6#, =ec1=#r3#" }; --Wyrmhide Spaulders
- [11] = { itemID = 35375, desc = "=ds=#f2#, =ec1=#r3#" }; --Wyrmhide Robe
- [12] = { itemID = 35371, desc = "=ds=#f3#/#f4#, =ec1=#r3#" }; --Wyrmhide Gloves
- [13] = { itemID = 35373, desc = "=ds=#f1#, =ec1=#r3#" }; --Wyrmhide Legguards
- [16] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep701_3#", desc = "=ec1=#c1#" };
- [17] = { itemID = 35362, desc = "=ds=#f2#, =ec1=#r3#" }; --Kodohide Helm
- [18] = { itemID = 35364, desc = "=ds=#f3#/#f4#, =ec1=#r3#" }; --Kodohide Spaulders
- [19] = { itemID = 35365, desc = "=ds=#f6#, =ec1=#r3#" }; --Kodohide Robe
- [20] = { itemID = 35361, desc = "=ds=#f1#, =ec1=#r3#" }; --Kodohide Gloves
- [21] = { itemID = 35363, desc = "=ds=#f5#, =ec1=#r3#" }; --Kodohide Legguards
- [23] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep706#", desc = "=ec1=#c6#" };
- [24] = { itemID = 35367, desc = "=ds=#f6#, =ec1=#r3#" }; --Opportunist's Leather Helm
- [25] = { itemID = 35369, desc = "=ds=#f5#, =ec1=#r3#" }; --Opportunist's Leather Spaulders
- [26] = { itemID = 35370, desc = "=ds=#f1#, =ec1=#r3#" }; --Opportunist's Leather Tunic
- [27] = { itemID = 35366, desc = "=ds=#f3#/#f4#, =ec1=#r3#" }; --Opportunist's Leather Gloves
- [28] = { itemID = 35368, desc = "=ds=#f2#, =ec1=#r3#" }; --Opportunist's Leather Legguards
+ [1] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Dragonhide Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["DRUID"] };
+ [2] = { itemID = 35357, desc = "=ds="..BabbleFaction["Lower City"]..", =ec1="..BabbleFaction["Honored"] }; --Dragonhide Helm
+ [3] = { itemID = 35359, desc = "=ds="..BabbleFaction["The Sha'tar"]..", =ec1="..BabbleFaction["Honored"] }; --Dragonhide Spaulders
+ [4] = { itemID = 35360, desc = "=ds="..BabbleFaction["Thrallmar"].."/"..BabbleFaction["Honor Hold"]..", =ec1="..BabbleFaction["Honored"] }; --Dragonhide Robe
+ [5] = { itemID = 35356, desc = "=ds="..BabbleFaction["Keepers of Time"]..", =ec1="..BabbleFaction["Honored"] }; --Dragonhide Gloves
+ [6] = { itemID = 35358, desc = "=ds="..BabbleFaction["Cenarion Expedition"]..", =ec1="..BabbleFaction["Honored"] }; --Dragonhide Legguards
+ [8] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Wyrmhide Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["DRUID"] };
+ [9] = { itemID = 35372, desc = "=ds="..BabbleFaction["Keepers of Time"]..", =ec1="..BabbleFaction["Honored"] }; --Wyrmhide Helm
+ [10] = { itemID = 35374, desc = "=ds="..BabbleFaction["Cenarion Expedition"]..", =ec1="..BabbleFaction["Honored"] }; --Wyrmhide Spaulders
+ [11] = { itemID = 35375, desc = "=ds="..BabbleFaction["The Sha'tar"]..", =ec1="..BabbleFaction["Honored"] }; --Wyrmhide Robe
+ [12] = { itemID = 35371, desc = "=ds="..BabbleFaction["Thrallmar"].."/"..BabbleFaction["Honor Hold"]..", =ec1="..BabbleFaction["Honored"] }; --Wyrmhide Gloves
+ [13] = { itemID = 35373, desc = "=ds="..BabbleFaction["Lower City"]..", =ec1="..BabbleFaction["Honored"] }; --Wyrmhide Legguards
+ [16] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Kodohide Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["DRUID"] };
+ [17] = { itemID = 35362, desc = "=ds="..BabbleFaction["The Sha'tar"]..", =ec1="..BabbleFaction["Honored"] }; --Kodohide Helm
+ [18] = { itemID = 35364, desc = "=ds="..BabbleFaction["Thrallmar"].."/"..BabbleFaction["Honor Hold"]..", =ec1="..BabbleFaction["Honored"] }; --Kodohide Spaulders
+ [19] = { itemID = 35365, desc = "=ds="..BabbleFaction["Cenarion Expedition"]..", =ec1="..BabbleFaction["Honored"] }; --Kodohide Robe
+ [20] = { itemID = 35361, desc = "=ds="..BabbleFaction["Lower City"]..", =ec1="..BabbleFaction["Honored"] }; --Kodohide Gloves
+ [21] = { itemID = 35363, desc = "=ds="..BabbleFaction["Keepers of Time"]..", =ec1="..BabbleFaction["Honored"] }; --Kodohide Legguards
+ [23] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Opportunist's Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
+ [24] = { itemID = 35367, desc = "=ds="..BabbleFaction["Cenarion Expedition"]..", =ec1="..BabbleFaction["Honored"] }; --Opportunist's Leather Helm
+ [25] = { itemID = 35369, desc = "=ds="..BabbleFaction["Keepers of Time"]..", =ec1="..BabbleFaction["Honored"] }; --Opportunist's Leather Spaulders
+ [26] = { itemID = 35370, desc = "=ds="..BabbleFaction["Lower City"]..", =ec1="..BabbleFaction["Honored"] }; --Opportunist's Leather Tunic
+ [27] = { itemID = 35366, desc = "=ds="..BabbleFaction["Thrallmar"].."/"..BabbleFaction["Honor Hold"]..", =ec1="..BabbleFaction["Honored"] }; --Opportunist's Leather Gloves
+ [28] = { itemID = 35368, desc = "=ds="..BabbleFaction["The Sha'tar"]..", =ec1="..BabbleFaction["Honored"] }; --Opportunist's Leather Legguards
};
{
Name = BabbleInventory["Mail"];
- [1] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep707_1#", desc = "=ec1=#c7#" };
- [2] = { itemID = 35383, desc = "=ds=#f3#/#f4#, =ec1=#r3#" }; --Seer's Linked Helm
- [3] = { itemID = 35385, desc = "=ds=#f6#, =ec1=#r3#" }; --Seer's Linked Spaulders
- [4] = { itemID = 35381, desc = "=ds=#f2#, =ec1=#r3#" }; --Seer's Linked Armor
- [5] = { itemID = 35382, desc = "=ds=#f1#, =ec1=#r3#" }; --Seer's Linked Gauntlets
- [6] = { itemID = 35384, desc = "=ds=#f5#, =ec1=#r3#" }; --Seer's Linked Leggings
- [8] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep707_2#", desc = "=ec1=#c7#" };
- [9] = { itemID = 35388, desc = "=ds=#f2#, =ec1=#r3#" }; --Seer's Mail Helm
- [10] = { itemID = 35390, desc = "=ds=#f5#, =ec1=#r3#" }; --Seer's Mail Spaulders
- [11] = { itemID = 35386, desc = "=ds=#f3#/#f4#, =ec1=#r3#" }; --Seer's Mail Armor
- [12] = { itemID = 35387, desc = "=ds=#f6#, =ec1=#r3#" }; --Seer's Mail Gauntlets
- [13] = { itemID = 35389, desc = "=ds=#f1#, =ec1=#r3#" }; --Seer's Mail Leggings
- [16] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep707_3#", desc = "=ec1=#c7#" };
- [17] = { itemID = 35393, desc = "=ds=#f5#, =ec1=#r3#" }; --Seer's Ringmail Headpiece
- [18] = { itemID = 35395, desc = "=ds=#f2#, =ec1=#r3#" }; --Seer's Ringmail Shoulderpads
- [19] = { itemID = 35391, desc = "=ds=#f1#, =ec1=#r3#" }; --Seer's Ringmail Chestguard
- [20] = { itemID = 35392, desc = "=ds=#f3#/#f4#, =ec1=#r3#" }; --Seer's Ringmail Gloves
- [21] = { itemID = 35394, desc = "=ds=#f6#, =ec1=#r3#" }; --Seer's Ringmail Legguards
- [23] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep702#", desc = "=ec1=#c2#" };
- [24] = { itemID = 35378, desc = "=ds=#f1#, =ec1=#r3#" }; --Stalker's Chain Helm
- [25] = { itemID = 35380, desc = "=ds=#f2#, =ec1=#r3#" }; --Stalker's Chain Spaulders
- [26] = { itemID = 35376, desc = "=ds=#f5#, =ec1=#r3#" }; --Stalker's Chain Armor
- [27] = { itemID = 35377, desc = "=ds=#f3#/#f4#, =ec1=#r3#" }; --Stalker's Chain Gauntlets
- [28] = { itemID = 35379, desc = "=ds=#f6#, =ec1=#r3#" }; --Stalker's Chain Leggings
+ [1] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Seer's Linked Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] };
+ [2] = { itemID = 35383, desc = "=ds="..BabbleFaction["Thrallmar"].."/"..BabbleFaction["Honor Hold"]..", =ec1="..BabbleFaction["Honored"] }; --Seer's Linked Helm
+ [3] = { itemID = 35385, desc = "=ds="..BabbleFaction["Cenarion Expedition"]..", =ec1="..BabbleFaction["Honored"] }; --Seer's Linked Spaulders
+ [4] = { itemID = 35381, desc = "=ds="..BabbleFaction["The Sha'tar"]..", =ec1="..BabbleFaction["Honored"] }; --Seer's Linked Armor
+ [5] = { itemID = 35382, desc = "=ds="..BabbleFaction["Lower City"]..", =ec1="..BabbleFaction["Honored"] }; --Seer's Linked Gauntlets
+ [6] = { itemID = 35384, desc = "=ds="..BabbleFaction["Keepers of Time"]..", =ec1="..BabbleFaction["Honored"] }; --Seer's Linked Leggings
+ [8] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Seer's Mail Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] };
+ [9] = { itemID = 35388, desc = "=ds="..BabbleFaction["The Sha'tar"]..", =ec1="..BabbleFaction["Honored"] }; --Seer's Mail Helm
+ [10] = { itemID = 35390, desc = "=ds="..BabbleFaction["Keepers of Time"]..", =ec1="..BabbleFaction["Honored"] }; --Seer's Mail Spaulders
+ [11] = { itemID = 35386, desc = "=ds="..BabbleFaction["Thrallmar"].."/"..BabbleFaction["Honor Hold"]..", =ec1="..BabbleFaction["Honored"] }; --Seer's Mail Armor
+ [12] = { itemID = 35387, desc = "=ds="..BabbleFaction["Cenarion Expedition"]..", =ec1="..BabbleFaction["Honored"] }; --Seer's Mail Gauntlets
+ [13] = { itemID = 35389, desc = "=ds="..BabbleFaction["Lower City"]..", =ec1="..BabbleFaction["Honored"] }; --Seer's Mail Leggings
+ [16] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Seer's Ringmail Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] };
+ [17] = { itemID = 35393, desc = "=ds="..BabbleFaction["Keepers of Time"]..", =ec1="..BabbleFaction["Honored"] }; --Seer's Ringmail Headpiece
+ [18] = { itemID = 35395, desc = "=ds="..BabbleFaction["The Sha'tar"]..", =ec1="..BabbleFaction["Honored"] }; --Seer's Ringmail Shoulderpads
+ [19] = { itemID = 35391, desc = "=ds="..BabbleFaction["Lower City"]..", =ec1="..BabbleFaction["Honored"] }; --Seer's Ringmail Chestguard
+ [20] = { itemID = 35392, desc = "=ds="..BabbleFaction["Thrallmar"].."/"..BabbleFaction["Honor Hold"]..", =ec1="..BabbleFaction["Honored"] }; --Seer's Ringmail Gloves
+ [21] = { itemID = 35394, desc = "=ds="..BabbleFaction["Cenarion Expedition"]..", =ec1="..BabbleFaction["Honored"] }; --Seer's Ringmail Legguards
+ [23] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Stalker's Chain Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
+ [24] = { itemID = 35378, desc = "=ds="..BabbleFaction["Lower City"]..", =ec1="..BabbleFaction["Honored"] }; --Stalker's Chain Helm
+ [25] = { itemID = 35380, desc = "=ds="..BabbleFaction["The Sha'tar"]..", =ec1="..BabbleFaction["Honored"] }; --Stalker's Chain Spaulders
+ [26] = { itemID = 35376, desc = "=ds="..BabbleFaction["Keepers of Time"]..", =ec1="..BabbleFaction["Honored"] }; --Stalker's Chain Armor
+ [27] = { itemID = 35377, desc = "=ds="..BabbleFaction["Thrallmar"].."/"..BabbleFaction["Honor Hold"]..", =ec1="..BabbleFaction["Honored"] }; --Stalker's Chain Gauntlets
+ [28] = { itemID = 35379, desc = "=ds="..BabbleFaction["Cenarion Expedition"]..", =ec1="..BabbleFaction["Honored"] }; --Stalker's Chain Leggings
};
{
Name = BabbleInventory["Plate"];
- [1] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep704_1#", desc = "=ec1=#c4#" };
- [2] = { itemID = 35414, desc = "=ds=#f5#, =ec1=#r3#" }; --Crusader's Scaled Helm
- [3] = { itemID = 35416, desc = "=ds=#f2#, =ec1=#r3#" }; --Crusader's Scaled Shoulders
- [4] = { itemID = 35412, desc = "=ds=#f1#, =ec1=#r3#" }; --Crusader's Scaled Chestpiece
- [5] = { itemID = 35413, desc = "=ds=#f3#/#f4#, =ec1=#r3#" }; --Crusader's Scaled Gauntlets
- [6] = { itemID = 35415, desc = "=ds=#f6#, =ec1=#r3#" }; --Crusader's Scaled Legguards
- [8] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep704_2#", desc = "=ec1=#c4#" };
- [9] = { itemID = 35404, desc = "=ds=#f2#, =ec1=#r3#" }; --Crusader's Ornamented Headguard
- [10] = { itemID = 35406, desc = "=ds=#f3#/#f4#, =ec1=#r3#" }; --Crusader's Ornamented Spaulders
- [11] = { itemID = 35402, desc = "=ds=#f5#, =ec1=#r3#" }; --Crusader's Ornamented Chestplate
- [12] = { itemID = 35403, desc = "=ds=#f6#, =ec1=#r3#" }; --Crusader's Ornamented Gloves
- [13] = { itemID = 35405, desc = "=ds=#f1#, =ec1=#r3#" }; --Crusader's Ornamented Leggings
- [16] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep709#", desc = "=ec1=#c9#" };
- [17] = { itemID = 35409, desc = "=ds=#f3#/#f4#, =ec1=#r3#" }; --Savage Plate Helm
- [18] = { itemID = 35411, desc = "=ds=#f1#, =ec1=#r3#" }; --Savage Plate Shoulders
- [19] = { itemID = 35407, desc = "=ds=#f2#, =ec1=#r3#" }; --Savage Plate Chestpiece
- [20] = { itemID = 35408, desc = "=ds=#f6#, =ec1=#r3#" }; --Savage Plate Gauntlets
- [21] = { itemID = 35410, desc = "=ds=#f5#, =ec1=#r3#" }; --Savage Plate Legguards
+ [1] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Crusader's Scaled Battledgear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["PALADIN"] };
+ [2] = { itemID = 35414, desc = "=ds="..BabbleFaction["Keepers of Time"]..", =ec1="..BabbleFaction["Honored"] }; --Crusader's Scaled Helm
+ [3] = { itemID = 35416, desc = "=ds="..BabbleFaction["The Sha'tar"]..", =ec1="..BabbleFaction["Honored"] }; --Crusader's Scaled Shoulders
+ [4] = { itemID = 35412, desc = "=ds="..BabbleFaction["Lower City"]..", =ec1="..BabbleFaction["Honored"] }; --Crusader's Scaled Chestpiece
+ [5] = { itemID = 35413, desc = "=ds="..BabbleFaction["Thrallmar"].."/"..BabbleFaction["Honor Hold"]..", =ec1="..BabbleFaction["Honored"] }; --Crusader's Scaled Gauntlets
+ [6] = { itemID = 35415, desc = "=ds="..BabbleFaction["Cenarion Expedition"]..", =ec1="..BabbleFaction["Honored"] }; --Crusader's Scaled Legguards
+ [8] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Crusader's Ornamented Battledgear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["PALADIN"] };
+ [9] = { itemID = 35404, desc = "=ds="..BabbleFaction["The Sha'tar"]..", =ec1="..BabbleFaction["Honored"] }; --Crusader's Ornamented Headguard
+ [10] = { itemID = 35406, desc = "=ds="..BabbleFaction["Thrallmar"].."/"..BabbleFaction["Honor Hold"]..", =ec1="..BabbleFaction["Honored"] }; --Crusader's Ornamented Spaulders
+ [11] = { itemID = 35402, desc = "=ds="..BabbleFaction["Keepers of Time"]..", =ec1="..BabbleFaction["Honored"] }; --Crusader's Ornamented Chestplate
+ [12] = { itemID = 35403, desc = "=ds="..BabbleFaction["Cenarion Expedition"]..", =ec1="..BabbleFaction["Honored"] }; --Crusader's Ornamented Gloves
+ [13] = { itemID = 35405, desc = "=ds="..BabbleFaction["Lower City"]..", =ec1="..BabbleFaction["Honored"] }; --Crusader's Ornamented Leggings
+ [16] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Savage's Plate Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] };
+ [17] = { itemID = 35409, desc = "=ds="..BabbleFaction["Thrallmar"].."/"..BabbleFaction["Honor Hold"]..", =ec1="..BabbleFaction["Honored"] }; --Savage Plate Helm
+ [18] = { itemID = 35411, desc = "=ds="..BabbleFaction["Lower City"]..", =ec1="..BabbleFaction["Honored"] }; --Savage Plate Shoulders
+ [19] = { itemID = 35407, desc = "=ds="..BabbleFaction["The Sha'tar"]..", =ec1="..BabbleFaction["Honored"] }; --Savage Plate Chestpiece
+ [20] = { itemID = 35408, desc = "=ds="..BabbleFaction["Cenarion Expedition"]..", =ec1="..BabbleFaction["Honored"] }; --Savage Plate Gauntlets
+ [21] = { itemID = 35410, desc = "=ds="..BabbleFaction["Keepers of Time"]..", =ec1="..BabbleFaction["Honored"] }; --Savage Plate Legguards
};
{
Name = BabbleInventory["Cloth"] .. " - " .. BabbleFaction["Alliance"];
- [1] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep705_1#", desc = "=ec1=#c5#" };
+ [1] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Satin Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["PRIEST"] };
[2] = { itemID = 28705 }; --Grand Marshal's Satin Hood
[3] = { itemID = 28707 }; --Grand Marshal's Satin Mantle
[4] = { itemID = 28708 }; --Grand Marshal's Satin Robe
[5] = { itemID = 28704 }; --Grand Marshal's Satin Gloves
[6] = { itemID = 28706 }; --Grand Marshal's Satin Leggings
- [8] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep705_2#", desc = "=ec1=#c5#" };
+ [8] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Mooncloth Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["PRIEST"] };
[9] = { itemID = 31622 }; --Grand Marshal's Mooncloth Cowl
[10] = { itemID = 31624 }; --Grand Marshal's Mooncloth Shoulderpads
[11] = { itemID = 31625 }; --Grand Marshal's Mooncloth Vestments
[12] = { itemID = 31620 }; --Grand Marshal's Mooncloth Mitts
[13] = { itemID = 31623 }; --Grand Marshal's Mooncloth Legguards
- [16] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep703#", desc = "=ec1=#c3#" };
+ [16] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Evoker's Silk Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
[17] = { itemID = 28715 }; --Grand Marshal's Silk Cowl
[18] = { itemID = 28714 }; --Grand Marshal's Silk Amice
[19] = { itemID = 28717 }; --Grand Marshal's Silk Raiment
[20] = { itemID = 28716 }; --Grand Marshal's Silk Handguards
[21] = { itemID = 28718 }; --Grand Marshal's Silk Trousers
- [23] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep708#", desc = "=ec1=#c8#" };
+ [23] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Dreadweave Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] };
[24] = { itemID = 28625 }; --Grand Marshal's Dreadweave Hood
[25] = { itemID = 28627 }; --Grand Marshal's Dreadweave Mantle
[26] = { itemID = 28628 }; --Grand Marshal's Dreadweave Robe
@@ -4338,25 +4331,25 @@ AtlasLoot_Data["PVP70RepGear"] = {
};
{
Name = BabbleInventory["Leather"] .. " - " .. BabbleFaction["Alliance"];
- [1] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep701_1#", desc = "=ec1=#c1#" };
+ [1] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Dragonhide Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["DRUID"] };
[2] = { itemID = 28619 }; --Grand Marshal's Dragonhide Helm
[3] = { itemID = 28622 }; --Grand Marshal's Dragonhide Spaulders
[4] = { itemID = 28623 }; --Grand Marshal's Dragonhide Robe
[5] = { itemID = 28618 }; --Grand Marshal's Dragonhide Gloves
[6] = { itemID = 28620 }; --Grand Marshal's Dragonhide Legguards
- [8] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep701_2#", desc = "=ec1=#c1#" };
+ [8] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Wyrmhide Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["DRUID"] };
[9] = { itemID = 31590 }; --Grand Marshal's Wyrmhide Helm
[10] = { itemID = 31592 }; --Grand Marshal's Wyrmhide Spaulders
[11] = { itemID = 31593 }; --Grand Marshal's Wyrmhide Robe
[12] = { itemID = 31589 }; --Grand Marshal's Wyrmhide Gloves
[13] = { itemID = 31591 }; --Grand Marshal's Wyrmhide Legguards
- [16] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep701_3#", desc = "=ec1=#c1#" };
+ [16] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Kodohide Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["DRUID"] };
[17] = { itemID = 28720 }; --Grand Marshal's Kodohide Helm
[18] = { itemID = 28722 }; --Grand Marshal's Kodohide Spaulders
[19] = { itemID = 28723 }; --Grand Marshal's Kodohide Robe
[20] = { itemID = 28719 }; --Grand Marshal's Kodohide Gloves
[21] = { itemID = 28721 }; --Grand Marshal's Kodohide Legguards
- [23] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep706#", desc = "=ec1=#c6#" };
+ [23] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Opportunist's Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
[24] = { itemID = 28685 }; --Grand Marshal's Leather Helm
[25] = { itemID = 28687 }; --Grand Marshal's Leather Spaulders
[26] = { itemID = 28688 }; --Grand Marshal's Leather Tunic
@@ -4365,25 +4358,25 @@ AtlasLoot_Data["PVP70RepGear"] = {
};
{
Name = BabbleInventory["Mail"] .. " - " .. BabbleFaction["Alliance"];
- [1] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep707_1#", desc = "=ec1=#c7#" };
+ [1] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Seer's Linked Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] };
[2] = { itemID = 28691 }; --Grand Marshal's Linked Helm
[3] = { itemID = 28693 }; --Grand Marshal's Linked Spaulders
[4] = { itemID = 28689 }; --Grand Marshal's Linked Armor
[5] = { itemID = 28690 }; --Grand Marshal's Linked Gauntlets
[6] = { itemID = 28692 }; --Grand Marshal's Linked Leggings
- [8] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep707_2#", desc = "=ec1=#c7#" };
+ [8] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Seer's Mail Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] };
[9] = { itemID = 28696 }; --Grand Marshal's Mail Helm
[10] = { itemID = 28698 }; --Grand Marshal's Mail Spaulders
[11] = { itemID = 28694 }; --Grand Marshal's Mail Armor
[12] = { itemID = 28695 }; --Grand Marshal's Mail Gauntlets
[13] = { itemID = 28697 }; --Grand Marshal's Mail Leggings
- [16] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep707_3#", desc = "=ec1=#c7#" };
+ [16] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Seer's Ringmail Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] };
[17] = { itemID = 31642 }; --Grand Marshal's Ringmail Headpiece
[18] = { itemID = 31644 }; --Grand Marshal's Ringmail Shoulderpads
[19] = { itemID = 31640 }; --Grand Marshal's Ringmail Chestguard
[20] = { itemID = 31641 }; --Grand Marshal's Ringmail Gloves
[21] = { itemID = 31643 }; --Grand Marshal's Ringmail Legguards
- [23] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep702#", desc = "=ec1=#c2#" };
+ [23] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Stalker's Chain Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
[24] = { itemID = 28615 }; --Grand Marshal's Chain Helm
[25] = { itemID = 28617 }; --Grand Marshal's Chain Spaulders
[26] = { itemID = 28613 }; --Grand Marshal's Chain Armor
@@ -4392,25 +4385,25 @@ AtlasLoot_Data["PVP70RepGear"] = {
};
{
Name = BabbleInventory["Plate"] .. " - " .. BabbleFaction["Alliance"];
- [1] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep704_1#", desc = "=ec1=#c4#" };
+ [1] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Crusader's Scaled Battledgear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["PALADIN"] };
[2] = { itemID = 28711 }; --Grand Marshal's Scaled Helm
[3] = { itemID = 28713 }; --Grand Marshal's Scaled Shoulders
[4] = { itemID = 28709 }; --Grand Marshal's Scaled Chestpiece
[5] = { itemID = 28710 }; --Grand Marshal's Scaled Gauntlets
[6] = { itemID = 28712 }; --Grand Marshal's Scaled Legguards
- [8] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep704_2#", desc = "=ec1=#c4#" };
+ [8] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Crusader's Ornamented Battledgear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["PALADIN"] };
[9] = { itemID = 31632 }; --Grand Marshal's Ornamented Headguard
[10] = { itemID = 31634 }; --Grand Marshal's Ornamented Spaulders
[11] = { itemID = 31630 }; --Grand Marshal's Ornamented Chestplate
[12] = { itemID = 31631 }; --Grand Marshal's Ornamented Gloves
[13] = { itemID = 31633 }; --Grand Marshal's Ornamented Leggings
- [16] = { icon = "INV_BannerPVP_02", name = "=q6=#pvprep709#", desc = "=ec1=#c9#" };
+ [16] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Savage's Plate Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] };
[17] = { itemID = 28701 }; --Grand Marshal's Plate Helm
[18] = { itemID = 28703 }; --Grand Marshal's Plate Shoulders
[19] = { itemID = 28699 }; --Grand Marshal's Plate Chestpiece
[20] = { itemID = 28700 }; --Grand Marshal's Plate Gauntlets
[21] = { itemID = 28702 }; --Grand Marshal's Plate Legguards
- [23] = { icon = "INV_BannerPVP_02", name = "=q6=#arenas4_1#", desc = "=ec1=#c4#" };
+ [23] = { icon = "INV_BannerPVP_02", name = "=q6="..AL["Gladiator's Aegis"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["PALADIN"] };
[24] = { itemID = 28681 }; --Grand Marshal's Lamellar Helm
[25] = { itemID = 28683 }; --Grand Marshal's Lamellar Shoulders
[26] = { itemID = 28679 }; --Grand Marshal's Lamellar Chestpiece
@@ -4419,25 +4412,25 @@ AtlasLoot_Data["PVP70RepGear"] = {
};
{
Name = BabbleInventory["Cloth"] .. " - Horde";
- [1] = { icon = "INV_BannerPVP_01", name = "=q6=#pvprep705_1#", desc = "=ec1=#c5#" };
+ [1] = { icon = "INV_BannerPVP_01", name = "=q6="..AL["Satin Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["PRIEST"] };
[2] = { itemID = 28857 }; --High Warlord's Satin Hood
[3] = { itemID = 28859 }; --High Warlord's Satin Mantle
[4] = { itemID = 28860 }; --High Warlord's Satin Robe
[5] = { itemID = 28856 }; --High Warlord's Satin Gloves
[6] = { itemID = 28858 }; --High Warlord's Satin Leggings
- [8] = { icon = "INV_BannerPVP_01", name = "=q6=#pvprep705_2#", desc = "=ec1=#c5#" };
+ [8] = { icon = "INV_BannerPVP_01", name = "=q6="..AL["Mooncloth Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["PRIEST"] };
[9] = { itemID = 31626 }; --High Warlord's Mooncloth Cowl
[10] = { itemID = 31628 }; --High Warlord's Mooncloth Shoulderpads
[11] = { itemID = 31629 }; --High Warlord's Mooncloth Vestments
[12] = { itemID = 31621 }; --High Warlord's Mooncloth Mitts
[13] = { itemID = 31627 }; --High Warlord's Mooncloth Legguards
- [16] = { icon = "INV_BannerPVP_01", name = "=q6=#pvprep703#", desc = "=ec1=#c3#" };
+ [16] = { icon = "INV_BannerPVP_01", name = "=q6="..AL["Evoker's Silk Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
[17] = { itemID = 28867 }; --High Warlord's Silk Cowl
[18] = { itemID = 28866 }; --High Warlord's Silk Amice
[19] = { itemID = 28869 }; --High Warlord's Silk Raiment
[20] = { itemID = 28868 }; --High Warlord's Silk Handguards
[21] = { itemID = 28870 }; --High Warlord's Silk Trousers
- [23] = { icon = "INV_BannerPVP_01", name = "=q6=#pvprep708#", desc = "=ec1=#c8#" };
+ [23] = { icon = "INV_BannerPVP_01", name = "=q6="..AL["Dreadweave Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] };
[24] = { itemID = 28818 }; --High Warlord's Dreadweave Hood
[25] = { itemID = 28820 }; --High Warlord's Dreadweave Mantle
[26] = { itemID = 28821 }; --High Warlord's Dreadweave Robe
@@ -4446,25 +4439,25 @@ AtlasLoot_Data["PVP70RepGear"] = {
};
{
Name = BabbleInventory["Leather"] .. " - Horde";
- [1] = { icon = "INV_BannerPVP_01", name = "=q6=#pvprep701_1#", desc = "=ec1=#c1#" };
+ [1] = { icon = "INV_BannerPVP_01", name = "=q6="..AL["Dragonhide Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["DRUID"] };
[2] = { itemID = 28812 }; --High Warlord's Dragonhide Helm
[3] = { itemID = 28814 }; --High Warlord's Dragonhide Spaulders
[4] = { itemID = 28815 }; --High Warlord's Dragonhide Robe
[5] = { itemID = 28811 }; --High Warlord's Dragonhide Gloves
[6] = { itemID = 28813 }; --High Warlord's Dragonhide Legguards
- [8] = { icon = "INV_BannerPVP_01", name = "=q6=#pvprep701_2#", desc = "=ec1=#c1#" };
+ [8] = { icon = "INV_BannerPVP_01", name = "=q6="..AL["Wyrmhide Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["DRUID"] };
[9] = { itemID = 28872 }; --High Warlord's Wyrmhide Helm
[10] = { itemID = 28874 }; --High Warlord's Wyrmhide Spaulders
[11] = { itemID = 28875 }; --High Warlord's Wyrmhide Robe
[12] = { itemID = 28871 }; --High Warlord's Wyrmhide Gloves
[13] = { itemID = 28873 }; --High Warlord's Wyrmhide Legguards
- [16] = { icon = "INV_BannerPVP_01", name = "=q6=#pvprep701_3#", desc = "=ec1=#c1#" };
+ [16] = { icon = "INV_BannerPVP_01", name = "=q6="..AL["Kodohide Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["DRUID"] };
[17] = { itemID = 31585 }; --High Warlord's Kodohide Helm
[18] = { itemID = 31587 }; --High Warlord's Kodohide Spaulders
[19] = { itemID = 31588 }; --High Warlord's Kodohide Robe
[20] = { itemID = 31584 }; --High Warlord's Kodohide Gloves
[21] = { itemID = 31586 }; --High Warlord's Kodohide Legguards
- [23] = { icon = "INV_BannerPVP_01", name = "=q6=#pvprep706#", desc = "=ec1=#c6#" };
+ [23] = { icon = "INV_BannerPVP_01", name = "=q6="..AL["Opportunist's Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
[24] = { itemID = 28837 }; --High Warlord's Leather Helm
[25] = { itemID = 28839 }; --High Warlord's Leather Spaulders
[26] = { itemID = 28840 }; --High Warlord's Leather Tunic
@@ -4473,25 +4466,25 @@ AtlasLoot_Data["PVP70RepGear"] = {
};
{
Name = BabbleInventory["Mail"] .. " - Horde";
- [1] = { icon = "INV_BannerPVP_01", name = "=q6=#pvprep707_1#", desc = "=ec1=#c7#" };
+ [1] = { icon = "INV_BannerPVP_01", name = "=q6="..AL["Seer's Linked Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] };
[2] = { itemID = 28843 }; --High Warlord's Linked Helm
[3] = { itemID = 28845 }; --High Warlord's Linked Spaulders
[4] = { itemID = 28841 }; --High Warlord's Linked Armor
[5] = { itemID = 28842 }; --High Warlord's Linked Gauntlets
[6] = { itemID = 28844 }; --High Warlord's Linked Leggings
- [8] = { icon = "INV_BannerPVP_01", name = "=q6=#pvprep707_2#", desc = "=ec1=#c7#" };
+ [8] = { icon = "INV_BannerPVP_01", name = "=q6="..AL["Seer's Mail Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] };
[9] = { itemID = 28848 }; --High Warlord's Mail Helm
[10] = { itemID = 28850 }; --High Warlord's Mail Spaulders
[11] = { itemID = 28846 }; --High Warlord's Mail Armor
[12] = { itemID = 28847 }; --High Warlord's Mail Gauntlets
[13] = { itemID = 28849 }; --High Warlord's Mail Leggings
- [16] = { icon = "INV_BannerPVP_01", name = "=q6=#pvprep707_3#", desc = "=ec1=#c7#" };
+ [16] = { icon = "INV_BannerPVP_01", name = "=q6="..AL["Seer's Ringmail Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] };
[17] = { itemID = 31648 }; --High Warlord's Ringmail Headpiece
[18] = { itemID = 31650 }; --High Warlord's Ringmail Shoulderpads
[19] = { itemID = 31646 }; --High Warlord's Ringmail Chestguard
[20] = { itemID = 31647 }; --High Warlord's Ringmail Gloves
[21] = { itemID = 31649 }; --High Warlord's Ringmail Legguards
- [23] = { icon = "INV_BannerPVP_01", name = "=q6=#pvprep702#", desc = "=ec1=#c2#" };
+ [23] = { icon = "INV_BannerPVP_01", name = "=q6="..AL["Stalker's Chain Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
[24] = { itemID = 28807 }; --High Warlord's Chain Helm
[25] = { itemID = 28809 }; --High Warlord's Chain Spaulders
[26] = { itemID = 28805 }; --High Warlord's Chain Armor
@@ -4500,25 +4493,25 @@ AtlasLoot_Data["PVP70RepGear"] = {
};
{
Name = BabbleInventory["Plate"] .. " - Horde";
- [1] = { icon = "INV_BannerPVP_01", name = "=q6=#pvprep704_1#", desc = "=ec1=#c4#" };
+ [1] = { icon = "INV_BannerPVP_01", name = "=q6="..AL["Crusader's Scaled Battledgear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["PALADIN"] };
[2] = { itemID = 28863 }; --High Warlord's Scaled Helm
[3] = { itemID = 28865 }; --High Warlord's Scaled Shoulders
[4] = { itemID = 28861 }; --High Warlord's Scaled Chestpiece
[5] = { itemID = 28862 }; --High Warlord's Scaled Gauntlets
[6] = { itemID = 28864 }; --High Warlord's Scaled Legguards
- [8] = { icon = "INV_BannerPVP_01", name = "=q6=#pvprep704_2#", desc = "=ec1=#c4#" };
+ [8] = { icon = "INV_BannerPVP_01", name = "=q6="..AL["Crusader's Ornamented Battledgear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["PALADIN"] };
[9] = { itemID = 31637 }; --High Warlord's Ornamented Headguard
[10] = { itemID = 31639 }; --High Warlord's Ornamented Spaulders
[11] = { itemID = 31635 }; --High Warlord's Ornamented Chestplate
[12] = { itemID = 31636 }; --High Warlord's Ornamented Gloves
[13] = { itemID = 31638 }; --High Warlord's Ornamented Leggings
- [16] = { icon = "INV_BannerPVP_01", name = "=q6=#pvprep709#", desc = "=ec1=#c9#" };
+ [16] = { icon = "INV_BannerPVP_01", name = "=q6="..AL["Savage's Plate Battlegear"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] };
[17] = { itemID = 28853 }; --High Warlord's Plate Helm
[18] = { itemID = 28855 }; --High Warlord's Plate Shoulders
[19] = { itemID = 28851 }; --High Warlord's Plate Chestpiece
[20] = { itemID = 28852 }; --High Warlord's Plate Gauntlets
[21] = { itemID = 28854 }; --High Warlord's Plate Legguards
- [23] = { icon = "INV_BannerPVP_01", name = "=q6=#arenas4_1#", desc = "=ec1=#c4#" };
+ [23] = { icon = "INV_BannerPVP_01", name = "=q6="..AL["Gladiator's Aegis"], desc = "=ec1="..LOCALIZED_CLASS_NAMES_MALE["PALADIN"] };
[24] = { itemID = 28833 }; --High Warlord's Lamellar Helm
[25] = { itemID = 28835 }; --High Warlord's Lamellar Shoulders
[26] = { itemID = 28831 }; --High Warlord's Lamellar Chestpiece
@@ -4695,25 +4688,25 @@ AtlasLoot_Data["ArenaDruidTBC"] = {
Name = AL["Druid"];
{
Name = AL["Feral"];
- [1] = { icon = "Ability_Druid_Maul", name = "=q6=#arenas1_1#", desc = "=q1=#arenas1L#" };
+ [1] = { icon = "Ability_Druid_Maul", name = "=q6="..AL["Gladiator's Sanctuary"], desc = "=q1="..AL["Arena Season 1"] };
[2] = { itemID = 28127 }; --Gladiator's Dragonhide Helm
[3] = { itemID = 28129 }; --Gladiator's Dragonhide Spaulders
[4] = { itemID = 28130 }; --Gladiator's Dragonhide Tunic
[5] = { itemID = 28126 }; --Gladiator's Dragonhide Gloves
[6] = { itemID = 28128 }; --Gladiator's Dragonhide Legguards
- [8] = { icon = "Ability_Druid_Maul", name = "=q6=#arenas1_1#", desc = "=q1=#arenas3L#" };
+ [8] = { icon = "Ability_Druid_Maul", name = "=q6="..AL["Gladiator's Sanctuary"], desc = "=q1="..AL["Arena Season 3"] };
[9] = { itemID = 31968, price = "15000 #faction#" }; --Merciless Gladiator's Dragonhide Helm
[10] = { itemID = 31971, price = "13000 #faction#" }; --Merciless Gladiator's Dragonhide Spaulders
[11] = { itemID = 31972, price = "15000 #faction#" }; --Merciless Gladiator's Dragonhide Tunic
[12] = { itemID = 31967, price = "12000 #faction#" }; --Merciless Gladiator's Dragonhide Gloves
[13] = { itemID = 31969, price = "15000 #faction#" }; --Merciless Gladiator's Dragonhide Legguards
- [16] = { icon = "Ability_Druid_Maul", name = "=q6=#arenas1_1#", desc = "=q1=#arenas2L#" };
+ [16] = { icon = "Ability_Druid_Maul", name = "=q6="..AL["Gladiator's Sanctuary"], desc = "=q1="..AL["Arena Season 2"] };
[17] = { itemID = 33672 }; --Vengeful Gladiator's Dragonhide Helm
[18] = { itemID = 33674 }; --Vengeful Gladiator's Dragonhide Spaulders
[19] = { itemID = 33675 }; --Vengeful Gladiator's Dragonhide Tunic
[20] = { itemID = 33671 }; --Vengeful Gladiator's Dragonhide Gloves
[21] = { itemID = 33673 }; --Vengeful Gladiator's Dragonhide Legguards
- [23] = { icon = "Ability_Druid_Maul", name = "=q6=#arenas1_1#", desc = "=q1=#arenas4L#" };
+ [23] = { icon = "Ability_Druid_Maul", name = "=q6="..AL["Gladiator's Sanctuary"], desc = "=q1="..AL["Arena Season 4"] };
[24] = { itemID = 34999, price = "1875 #arena#" }; --Brutal Gladiator's Dragonhide Helm
[25] = { itemID = 35001, price = "1500 #arena#" }; --Brutal Gladiator's Dragonhide Spaulders
[26] = { itemID = 35002, price = "1875 #arena#" }; --Brutal Gladiator's Dragonhide Tunic
@@ -4722,25 +4715,25 @@ AtlasLoot_Data["ArenaDruidTBC"] = {
};
{
Name = AL["Balance"];
- [1] = { icon = "Spell_Nature_InsectSwarm", name = "=q6=#arenas1_2#", desc = "=q1=#arenas1L#" };
+ [1] = { icon = "Spell_Nature_InsectSwarm", name = "=q6="..AL["Gladiator's Wildhide"], desc = "=q1="..AL["Arena Season 1"] };
[2] = { itemID = 28137 }; --Gladiator's Wyrmhide Helm
[3] = { itemID = 28139 }; --Gladiator's Wyrmhide Spaulders
[4] = { itemID = 28140 }; --Gladiator's Wyrmhide Tunic
[5] = { itemID = 28136 }; --Gladiator's Wyrmhide Gloves
[6] = { itemID = 28138 }; --Gladiator's Wyrmhide Legguards
- [8] = { icon = "Spell_Nature_InsectSwarm", name = "=q6=#arenas1_2#", desc = "=q1=#arenas3L#" };
+ [8] = { icon = "Spell_Nature_InsectSwarm", name = "=q6="..AL["Gladiator's Wildhide"], desc = "=q1="..AL["Arena Season 3"] };
[9] = { itemID = 32057, price = "15000 #faction#" }; --Merciless Gladiator's Wyrmhide Helm
[10] = { itemID = 32059, price = "13000 #faction#" }; --Merciless Gladiator's Wyrmhide Spaulders
[11] = { itemID = 32060, price = "15000 #faction#" }; --Merciless Gladiator's Wyrmhide Tunic
[12] = { itemID = 32056, price = "12000 #faction#" }; --Merciless Gladiator's Wyrmhide Gloves
[13] = { itemID = 32058, price = "15000 #faction#" }; --Merciless Gladiator's Wyrmhide Legguards
- [16] = { icon = "Spell_Nature_InsectSwarm", name = "=q6=#arenas1_2#", desc = "=q1=#arenas2L#" };
+ [16] = { icon = "Spell_Nature_InsectSwarm", name = "=q6="..AL["Gladiator's Wildhide"], desc = "=q1="..AL["Arena Season 2"] };
[17] = { itemID = 33768 }; --Vengeful Gladiator's Wyrmhide Helm
[18] = { itemID = 33770 }; --Vengeful Gladiator's Wyrmhide Spaulders
[19] = { itemID = 33771 }; --Vengeful Gladiator's Wyrmhide Tunic
[20] = { itemID = 33767 }; --Vengeful Gladiator's Wyrmhide Gloves
[21] = { itemID = 33769 }; --Vengeful Gladiator's Wyrmhide Legguards
- [23] = { icon = "Spell_Nature_InsectSwarm", name = "=q6=#arenas1_2#", desc = "=q1=#arenas4L#" };
+ [23] = { icon = "Spell_Nature_InsectSwarm", name = "=q6="..AL["Gladiator's Wildhide"], desc = "=q1="..AL["Arena Season 4"] };
[24] = { itemID = 35112, price = "1875 #arena#" }; --Brutal Gladiator's Wyrmhide Helm
[25] = { itemID = 35114, price = "1500 #arena#" }; --Brutal Gladiator's Wyrmhide Spaulders
[26] = { itemID = 35115, price = "1875 #arena#" }; --Brutal Gladiator's Wyrmhide Tunic
@@ -4749,25 +4742,25 @@ AtlasLoot_Data["ArenaDruidTBC"] = {
};
{
Name = AL["Restoration"];
- [1] = { icon = "Spell_Nature_Regeneration", name = "=q6=#arenas1_3#", desc = "=q1=#arenas1L#" };
+ [1] = { icon = "Spell_Nature_Regeneration", name = "=q6="..AL["Gladiator's Refuge"], desc = "=q1="..AL["Arena Season 1"] };
[2] = { itemID = 31376 }; --Gladiator's Kodohide Helm
[3] = { itemID = 31378 }; --Gladiator's Kodohide Spaulders
[4] = { itemID = 31379 }; --Gladiator's Kodohide Tunic
[5] = { itemID = 31375 }; --Gladiator's Kodohide Gloves
[6] = { itemID = 31377 }; --Gladiator's Kodohide Legguards
- [8] = { icon = "Spell_Nature_Regeneration", name = "=q6=#arenas1_3#", desc = "=q1=#arenas3L#" };
+ [8] = { icon = "Spell_Nature_Regeneration", name = "=q6="..AL["Gladiator's Refuge"], desc = "=q1="..AL["Arena Season 3"] };
[9] = { itemID = 31988, price = "15000 #faction#" }; --Merciless Gladiator's Kodohide Helm
[10] = { itemID = 31990, price = "13000 #faction#" }; --Merciless Gladiator's Kodohide Spaulders
[11] = { itemID = 31991, price = "15000 #faction#" }; --Merciless Gladiator's Kodohide Tunic
[12] = { itemID = 31987, price = "12000 #faction#" }; --Merciless Gladiator's Kodohide Gloves
[13] = { itemID = 31989, price = "15000 #faction#" }; --Merciless Gladiator's Kodohide Legguards
- [16] = { icon = "Spell_Nature_Regeneration", name = "=q6=#arenas1_3#", desc = "=q1=#arenas2L#" };
+ [16] = { icon = "Spell_Nature_Regeneration", name = "=q6="..AL["Gladiator's Refuge"], desc = "=q1="..AL["Arena Season 2"] };
[17] = { itemID = 33691 }; --Vengeful Gladiator's Kodohide Helm
[18] = { itemID = 33693 }; --Vengeful Gladiator's Kodohide Spaulders
[19] = { itemID = 33694 }; --Vengeful Gladiator's Kodohide Tunic
[20] = { itemID = 33690 }; --Vengeful Gladiator's Kodohide Gloves
[21] = { itemID = 33692 }; --Vengeful Gladiator's Kodohide Legguards
- [23] = { icon = "Spell_Nature_Regeneration", name = "=q6=#arenas1_3#", desc = "=q1=#arenas4L#" };
+ [23] = { icon = "Spell_Nature_Regeneration", name = "=q6="..AL["Gladiator's Refuge"], desc = "=q1="..AL["Arena Season 4"] };
[24] = { itemID = 35023, price = "1875 #arena#" }; --Brutal Gladiator's Kodohide Helm
[25] = { itemID = 35025, price = "1500 #arena#" }; --Brutal Gladiator's Kodohide Spaulders
[26] = { itemID = 35026, price = "1875 #arena#" }; --Brutal Gladiator's Kodohide Tunic
@@ -4781,25 +4774,25 @@ AtlasLoot_Data["ArenaHunterTBC"] = {
Name = LOCALIZED_CLASS_NAMES_MALE["HUNTER"];
{
Name = LOCALIZED_CLASS_NAMES_MALE["HUNTER"];
- [1] = { icon = "Ability_Hunter_RunningShot", name = "=q6=#arenas2#", desc = "=q1=#arenas1L#" };
+ [1] = { icon = "Ability_Hunter_RunningShot", name = "=q6="..AL["Gladiator's Pursuit"], desc = "=q1="..AL["Arena Season 1"] };
[2] = { itemID = 28331 }; --Gladiator's Chain Helm
[3] = { itemID = 28333 }; --Gladiator's Chain Spaulders
[4] = { itemID = 28334 }; --Gladiator's Chain Armor
[5] = { itemID = 28335 }; --Gladiator's Chain Gauntlets
[6] = { itemID = 28332 }; --Gladiator's Chain Leggings
- [8] = { icon = "Ability_Hunter_RunningShot", name = "=q6=#arenas2#", desc = "=q1=#arenas3L#" };
+ [8] = { icon = "Ability_Hunter_RunningShot", name = "=q6="..AL["Gladiator's Pursuit"], desc = "=q1="..AL["Arena Season 3"] };
[9] = { itemID = 31962, price = "15000 #faction#" }; --Merciless Gladiator's Chain Helm
[10] = { itemID = 31964, price = "13000 #faction#" }; --Merciless Gladiator's Chain Spaulders
[11] = { itemID = 31960, price = "15000 #faction#" }; --Merciless Gladiator's Chain Armor
[12] = { itemID = 31961, price = "12000 #faction#" }; --Merciless Gladiator's Chain Gauntlets
[13] = { itemID = 31963, price = "15000 #faction#" }; --Merciless Gladiator's Chain Leggings
- [16] = { icon = "Ability_Hunter_RunningShot", name = "=q6=#arenas2#", desc = "=q1=#arenas2L#" };
+ [16] = { icon = "Ability_Hunter_RunningShot", name = "=q6="..AL["Gladiator's Pursuit"], desc = "=q1="..AL["Arena Season 2"] };
[17] = { itemID = 33666 }; --Vengeful Gladiator's Chain Helm
[18] = { itemID = 33668 }; --Vengeful Gladiator's Chain Spaulders
[19] = { itemID = 33664 }; --Vengeful Gladiator's Chain Armor
[20] = { itemID = 33665 }; --Vengeful Gladiator's Chain Gauntlets
[21] = { itemID = 33667 }; --Vengeful Gladiator's Chain Leggings
- [23] = { icon = "Ability_Hunter_RunningShot", name = "=q6=#arenas2#", desc = "=q1=#arenas4L#" };
+ [23] = { icon = "Ability_Hunter_RunningShot", name = "=q6="..AL["Gladiator's Pursuit"], desc = "=q1="..AL["Arena Season 4"] };
[24] = { itemID = 34992, price = "1875 #arena#" }; --Brutal Gladiator's Chain Helm
[25] = { itemID = 34994, price = "1500 #arena#" }; --Brutal Gladiator's Chain Spaulders
[26] = { itemID = 34990, price = "1875 #arena#" }; --Brutal Gladiator's Chain Armor
@@ -4814,25 +4807,25 @@ AtlasLoot_Data["ArenaMageTBC"] = {
Name = LOCALIZED_CLASS_NAMES_MALE["MAGE"];
{
Name = LOCALIZED_CLASS_NAMES_MALE["MAGE"];
- [1] = { icon = "Spell_Frost_IceStorm", name = "=q6=#arenas3#", desc = "=q1=#arenas1L#" };
+ [1] = { icon = "Spell_Frost_IceStorm", name = "=q6="..AL["Gladiator's Regalia"], desc = "=q1="..AL["Arena Season 1"] };
[2] = { itemID = 25855 }; --Gladiator's Silk Cowl
[3] = { itemID = 25854 }; --Gladiator's Silk Amice
[4] = { itemID = 25856 }; --Gladiator's Silk Raiment
[5] = { itemID = 25857 }; --Gladiator's Silk Handguards
[6] = { itemID = 25858 }; --Gladiator's Silk Trousers
- [8] = { icon = "Spell_Frost_IceStorm", name = "=q6=#arenas3#", desc = "=q1=#arenas3L#" };
+ [8] = { icon = "Spell_Frost_IceStorm", name = "=q6="..AL["Gladiator's Regalia"], desc = "=q1="..AL["Arena Season 3"] };
[9] = { itemID = 32048, price = "15000 #faction#" }; --Merciless Gladiator's Silk Cowl
[10] = { itemID = 32047, price = "13000 #faction#" }; --Merciless Gladiator's Silk Amice
[11] = { itemID = 32050, price = "15000 #faction#" }; --Merciless Gladiator's Silk Raiment
[12] = { itemID = 32049, price = "12000 #faction#" }; --Merciless Gladiator's Silk Handguards
[13] = { itemID = 32051, price = "15000 #faction#" }; --Merciless Gladiator's Silk Trousers
- [16] = { icon = "Spell_Frost_IceStorm", name = "=q6=#arenas3#", desc = "=q1=#arenas2L#" };
+ [16] = { icon = "Spell_Frost_IceStorm", name = "=q6="..AL["Gladiator's Regalia"], desc = "=q1="..AL["Arena Season 2"] };
[17] = { itemID = 33758 }; --Vengeful Gladiator's Silk Cowl
[18] = { itemID = 33757 }; --Vengeful Gladiator's Silk Amice
[19] = { itemID = 33760 }; --Vengeful Gladiator's Silk Raiment
[20] = { itemID = 33759 }; --Vengeful Gladiator's Silk Handguards
[21] = { itemID = 33761 }; --Vengeful Gladiator's Silk Trousers
- [23] = { icon = "Spell_Frost_IceStorm", name = "=q6=#arenas3#", desc = "=q1=#arenas4L#" };
+ [23] = { icon = "Spell_Frost_IceStorm", name = "=q6="..AL["Gladiator's Regalia"], desc = "=q1="..AL["Arena Season 4"] };
[24] = { itemID = 35097, price = "1875 #arena#" }; --Brutal Gladiator's Silk Cowl
[25] = { itemID = 35096, price = "1500 #arena#" }; --Brutal Gladiator's Silk Amice
[26] = { itemID = 35099, price = "1875 #arena#" }; --Brutal Gladiator's Silk Raiment
@@ -4847,25 +4840,25 @@ AtlasLoot_Data["ArenaPaladinTBC"] = {
Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"];
{
Name = AL["Protection"];
- [1] = { icon = "Spell_Holy_SealOfMight", name = "=q6=#arenas4_1#", desc = "=q1=#arenas1L#" };
+ [1] = { icon = "Spell_Holy_SealOfMight", name = "=q6="..AL["Gladiator's Aegis"], desc = "=q1="..AL["Arena Season 1"] };
[2] = { itemID = 27704 }; --Gladiator's Lamellar Helm
[3] = { itemID = 27706 }; --Gladiator's Lamellar Shoulders
[4] = { itemID = 27702 }; --Gladiator's Lamellar Chestpiece
[5] = { itemID = 27703 }; --Gladiator's Lamellar Gauntlets
[6] = { itemID = 27705 }; --Gladiator's Lamellar Legguards
- [8] = { icon = "Spell_Holy_SealOfMight", name = "=q6=#arenas4_1#", desc = "=q1=#arenas3L#" };
+ [8] = { icon = "Spell_Holy_SealOfMight", name = "=q6="..AL["Gladiator's Aegis"], desc = "=q1="..AL["Arena Season 3"] };
[9] = { itemID = 31997, price = "15000 #faction#" }; --Merciless Gladiator's Lamellar Helm
[10] = { itemID = 31996, price = "13000 #faction#" }; --Merciless Gladiator's Lamellar Shoulders
[11] = { itemID = 31992, price = "15000 #faction#" }; --Merciless Gladiator's Lamellar Chestpiece
[12] = { itemID = 31993, price = "12000 #faction#" }; --Merciless Gladiator's Lamellar Gauntlets
[13] = { itemID = 31995, price = "15000 #faction#" }; --Merciless Gladiator's Lamellar Legguards
- [16] = { icon = "Spell_Holy_SealOfMight", name = "=q6=#arenas4_1#", desc = "=q1=#arenas2L#" };
+ [16] = { icon = "Spell_Holy_SealOfMight", name = "=q6="..AL["Gladiator's Aegis"], desc = "=q1="..AL["Arena Season 2"] };
[17] = { itemID = 33697 }; --Vengeful Gladiator's Lamellar Helm
[18] = { itemID = 33699 }; --Vengeful Gladiator's Lamellar Shoulders
[19] = { itemID = 33695 }; --Vengeful Gladiator's Lamellar Chestpiece
[20] = { itemID = 33696 }; --Vengeful Gladiator's Lamellar Gauntlets
[21] = { itemID = 33698 }; --Vengeful Gladiator's Lamellar Legguards
- [23] = { icon = "Spell_Holy_SealOfMight", name = "=q6=#arenas4_1#", desc = "=q1=#arenas4L#" };
+ [23] = { icon = "Spell_Holy_SealOfMight", name = "=q6="..AL["Gladiator's Aegis"], desc = "=q1="..AL["Arena Season 4"] };
[24] = { itemID = 35029, price = "1875 #arena#" }; --Brutal Gladiator's Lamellar Helm
[25] = { itemID = 35031, price = "1500 #arena#" }; --Brutal Gladiator's Lamellar Shoulders
[26] = { itemID = 35027, price = "1875 #arena#" }; --Brutal Gladiator's Lamellar Chestpiece
@@ -4874,25 +4867,25 @@ AtlasLoot_Data["ArenaPaladinTBC"] = {
};
{
Name = AL["Retribution"];
- [1] = { icon = "Spell_Holy_AuraOfLight", name = "=q6=#arenas4_2#", desc = "=q1=#arenas1L#" };
+ [1] = { icon = "Spell_Holy_AuraOfLight", name = "=q6="..AL["Gladiator's Vindication"], desc = "=q1="..AL["Arena Season 1"] };
[2] = { itemID = 27881 }; --Gladiator's Scaled Helm
[3] = { itemID = 27883 }; --Gladiator's Scaled Shoulders
[4] = { itemID = 27879 }; --Gladiator's Scaled Chestpiece
[5] = { itemID = 27880 }; --Gladiator's Scaled Gauntlets
[6] = { itemID = 27882 }; --Gladiator's Scaled Legguards
- [8] = { icon = "Spell_Holy_AuraOfLight", name = "=q6=#arenas4_2#", desc = "=q1=#arenas3L#" };
+ [8] = { icon = "Spell_Holy_AuraOfLight", name = "=q6="..AL["Gladiator's Vindication"], desc = "=q1="..AL["Arena Season 3"] };
[9] = { itemID = 32041, price = "15000 #faction#" }; --Merciless Gladiator's Scaled Helm
[10] = { itemID = 32043, price = "13000 #faction#" }; --Merciless Gladiator's Scaled Shoulders
[11] = { itemID = 32039, price = "15000 #faction#" }; --Merciless Gladiator's Scaled Chestpiece
[12] = { itemID = 32040, price = "12000 #faction#" }; --Merciless Gladiator's Scaled Gauntlets
[13] = { itemID = 32042, price = "15000 #faction#" }; --Merciless Gladiator's Scaled Legguards
- [16] = { icon = "Spell_Holy_AuraOfLight", name = "=q6=#arenas4_2#", desc = "=q1=#arenas2L#" };
+ [16] = { icon = "Spell_Holy_AuraOfLight", name = "=q6="..AL["Gladiator's Vindication"], desc = "=q1="..AL["Arena Season 2"] };
[17] = { itemID = 33751 }; --Vengeful Gladiator's Scaled Helm
[18] = { itemID = 33753 }; --Vengeful Gladiator's Scaled Shoulders
[19] = { itemID = 33749 }; --Vengeful Gladiator's Scaled Chestpiece
[20] = { itemID = 33750 }; --Vengeful Gladiator's Scaled Gauntlets
[21] = { itemID = 33752 }; --Vengeful Gladiator's Scaled Legguards
- [23] = { icon = "Spell_Holy_AuraOfLight", name = "=q6=#arenas4_2#", desc = "=q1=#arenas4L#" };
+ [23] = { icon = "Spell_Holy_AuraOfLight", name = "=q6="..AL["Gladiator's Vindication"], desc = "=q1="..AL["Arena Season 4"] };
[24] = { itemID = 35090, price = "1875 #arena#" }; --Brutal Gladiator's Scaled Helm
[25] = { itemID = 35092, price = "1500 #arena#" }; --Brutal Gladiator's Scaled Shoulders
[26] = { itemID = 35088, price = "1875 #arena#" }; --Brutal Gladiator's Scaled Chestpiece
@@ -4901,25 +4894,25 @@ AtlasLoot_Data["ArenaPaladinTBC"] = {
};
{
Name = AL["Holy"];
- [1] = { icon = "Spell_Holy_HolyBolt", name = "=q6=#arenas4_3#", desc = "=q1=#arenas1L#" };
+ [1] = { icon = "Spell_Holy_HolyBolt", name = "=q6="..AL["Gladiator's Redemption"], desc = "=q1="..AL["Arena Season 1"] };
[2] = { itemID = 31616 }; --Gladiator's Ornamented Headcover
[3] = { itemID = 31619 }; --Gladiator's Ornamented Spaulders
[4] = { itemID = 31613 }; --Gladiator's Ornamented Chestguard
[5] = { itemID = 31614 }; --Gladiator's Ornamented Gloves
[6] = { itemID = 31618 }; --Gladiator's Ornamented Legplates
- [8] = { icon = "Spell_Holy_HolyBolt", name = "=q6=#arenas4_3#", desc = "=q1=#arenas3L#" };
+ [8] = { icon = "Spell_Holy_HolyBolt", name = "=q6="..AL["Gladiator's Redemption"], desc = "=q1="..AL["Arena Season 3"] };
[9] = { itemID = 32022, price = "15000 #faction#" }; --Merciless Gladiator's Ornamented Headcover
[10] = { itemID = 32024, price = "13000 #faction#" }; --Merciless Gladiator's Ornamented Spaulders
[11] = { itemID = 32020, price = "15000 #faction#" }; --Merciless Gladiator's Ornamented Chestguard
[12] = { itemID = 32021, price = "12000 #faction#" }; --Merciless Gladiator's Ornamented Gloves
[13] = { itemID = 32023, price = "15000 #faction#" }; --Merciless Gladiator's Ornamented Legplates
- [16] = { icon = "Spell_Holy_HolyBolt", name = "=q6=#arenas4_3#", desc = "=q1=#arenas2L#" };
+ [16] = { icon = "Spell_Holy_HolyBolt", name = "=q6="..AL["Gladiator's Redemption"], desc = "=q1="..AL["Arena Season 2"] };
[17] = { itemID = 33724 }; --Vengeful Gladiator's Ornamented Headcover
[18] = { itemID = 33726 }; --Vengeful Gladiator's Ornamented Spaulders
[19] = { itemID = 33722 }; --Vengeful Gladiator's Ornamented Chestguard
[20] = { itemID = 33723 }; --Vengeful Gladiator's Ornamented Gloves
[21] = { itemID = 33725 }; --Vengeful Gladiator's Ornamented Legplates
- [23] = { icon = "Spell_Holy_HolyBolt", name = "=q6=#arenas4_3#", desc = "=q1=#arenas4L#" };
+ [23] = { icon = "Spell_Holy_HolyBolt", name = "=q6="..AL["Gladiator's Redemption"], desc = "=q1="..AL["Arena Season 4"] };
[24] = { itemID = 35061, price = "1875 #arena#" }; --Brutal Gladiator's Ornamented Headcover
[25] = { itemID = 35063, price = "1500 #arena#" }; --Brutal Gladiator's Ornamented Spaulders
[26] = { itemID = 35059, price = "1875 #arena#" }; --Brutal Gladiator's Ornamented Chestguard
@@ -4933,25 +4926,25 @@ AtlasLoot_Data["ArenaPriestTBC"] = {
Name = LOCALIZED_CLASS_NAMES_MALE["PRIEST"];
{
Name = AL["Shadow"];
- [1] = { icon = "Spell_Shadow_AntiShadow", name = "=q6=#arenas5_1#", desc = "=q1=#arenas1L#" };
+ [1] = { icon = "Spell_Shadow_AntiShadow", name = "=q6="..AL["Gladiator's Raiment"], desc = "=q1="..AL["Arena Season 1"] };
[2] = { itemID = 27708 }; --Gladiator's Satin Hood
[3] = { itemID = 27710 }; --Gladiator's Satin Mantle
[4] = { itemID = 27711 }; --Gladiator's Satin Robe
[5] = { itemID = 27707 }; --Gladiator's Satin Gloves
[6] = { itemID = 27709 }; --Gladiator's Satin Leggings
- [8] = { icon = "Spell_Shadow_AntiShadow", name = "=q6=#arenas5_1#", desc = "=q1=#arenas3L#" };
+ [8] = { icon = "Spell_Shadow_AntiShadow", name = "=q6="..AL["Gladiator's Raiment"], desc = "=q1="..AL["Arena Season 3"] };
[9] = { itemID = 32035, price = "15000 #faction#" }; --Merciless Gladiator's Satin Hood
[10] = { itemID = 32037, price = "13000 #faction#" }; --Merciless Gladiator's Satin Mantle
[11] = { itemID = 32038, price = "15000 #faction#" }; --Merciless Gladiator's Satin Robe
[12] = { itemID = 32034, price = "12000 #faction#" }; --Merciless Gladiator's Satin Gloves
[13] = { itemID = 32036, price = "15000 #faction#" }; --Merciless Gladiator's Satin Leggings
- [16] = { icon = "Spell_Shadow_AntiShadow", name = "=q6=#arenas5_1#", desc = "=q1=#arenas2L#" };
+ [16] = { icon = "Spell_Shadow_AntiShadow", name = "=q6="..AL["Gladiator's Raiment"], desc = "=q1="..AL["Arena Season 2"] };
[17] = { itemID = 33745 }; --Vengeful Gladiator's Satin Hood
[18] = { itemID = 33747 }; --Vengeful Gladiator's Satin Mantle
[19] = { itemID = 33748 }; --Vengeful Gladiator's Satin Robe
[20] = { itemID = 33744 }; --Vengeful Gladiator's Satin Gloves
[21] = { itemID = 33746 }; --Vengeful Gladiator's Satin Leggings
- [23] = { icon = "Spell_Shadow_AntiShadow", name = "=q6=#arenas5_1#", desc = "=q1=#arenas4L#" };
+ [23] = { icon = "Spell_Shadow_AntiShadow", name = "=q6="..AL["Gladiator's Raiment"], desc = "=q1="..AL["Arena Season 4"] };
[24] = { itemID = 35084, price = "1875 #arena#" }; --Brutal Gladiator's Satin Hood
[25] = { itemID = 35086, price = "1500 #arena#" }; --Brutal Gladiator's Satin Mantle
[26] = { itemID = 35087, price = "1875 #arena#" }; --Brutal Gladiator's Satin Robe
@@ -4960,25 +4953,25 @@ AtlasLoot_Data["ArenaPriestTBC"] = {
};
{
Name = AL["Holy"];
- [1] = { icon = "Spell_Holy_PowerWordShield", name = "=q6=#arenas5_2#", desc = "=q1=#arenas1L#" };
+ [1] = { icon = "Spell_Holy_PowerWordShield", name = "=q6="..AL["Gladiator's Investiture"], desc = "=q1="..AL["Arena Season 1"] };
[2] = { itemID = 31410 }; --Gladiator's Mooncloth Hood
[3] = { itemID = 31412 }; --Gladiator's Mooncloth Mantle
[4] = { itemID = 31413 }; --Gladiator's Mooncloth Robe
[5] = { itemID = 31409 }; --Gladiator's Mooncloth Gloves
[6] = { itemID = 31411 }; --Gladiator's Mooncloth Leggings
- [8] = { icon = "Spell_Holy_PowerWordShield", name = "=q6=#arenas5_2#", desc = "=q1=#arenas3L#" };
+ [8] = { icon = "Spell_Holy_PowerWordShield", name = "=q6="..AL["Gladiator's Investiture"], desc = "=q1="..AL["Arena Season 3"] };
[9] = { itemID = 32016, price = "15000 #faction#" }; --Merciless Gladiator's Mooncloth Hood
[10] = { itemID = 32018, price = "13000 #faction#" }; --Merciless Gladiator's Mooncloth Mantle
[11] = { itemID = 32019, price = "15000 #faction#" }; --Merciless Gladiator's Mooncloth Robe
[12] = { itemID = 32015, price = "12000 #faction#" }; --Merciless Gladiator's Mooncloth Gloves
[13] = { itemID = 32017, price = "15000 #faction#" }; --Merciless Gladiator's Mooncloth Leggings
- [16] = { icon = "Spell_Holy_PowerWordShield", name = "=q6=#arenas5_2#", desc = "=q1=#arenas2L#" };
+ [16] = { icon = "Spell_Holy_PowerWordShield", name = "=q6="..AL["Gladiator's Investiture"], desc = "=q1="..AL["Arena Season 2"] };
[17] = { itemID = 33718 }; --Vengeful Gladiator's Mooncloth Hood
[18] = { itemID = 33720 }; --Vengeful Gladiator's Mooncloth Mantle
[19] = { itemID = 33721 }; --Vengeful Gladiator's Mooncloth Robe
[20] = { itemID = 33717 }; --Vengeful Gladiator's Mooncloth Gloves
[21] = { itemID = 33719 }; --Vengeful Gladiator's Mooncloth Leggings
- [23] = { icon = "Spell_Holy_PowerWordShield", name = "=q6=#arenas5_2#", desc = "=q1=#arenas4L#" };
+ [23] = { icon = "Spell_Holy_PowerWordShield", name = "=q6="..AL["Gladiator's Investiture"], desc = "=q1="..AL["Arena Season 4"] };
[24] = { itemID = 35054, price = "1875 #arena#" }; --Brutal Gladiator's Mooncloth Hood
[25] = { itemID = 35056, price = "1500 #arena#" }; --Brutal Gladiator's Mooncloth Mantle
[26] = { itemID = 35057, price = "1875 #arena#" }; --Brutal Gladiator's Mooncloth Robe
@@ -4992,25 +4985,25 @@ AtlasLoot_Data["ArenaRogueTBC"] = {
Name = LOCALIZED_CLASS_NAMES_MALE["ROGUE"];
{
Name = LOCALIZED_CLASS_NAMES_MALE["ROGUE"];
- [1] = { icon = "Ability_BackStab", name = "=q6=#arenas6#", desc = "=q1=#arenas1L#" };
+ [1] = { icon = "Ability_BackStab", name = "=q6="..AL["Gladiator's Vestments"], desc = "=q1="..AL["Arena Season 1"] };
[2] = { itemID = 25830 }; --Gladiator's Leather Helm
[3] = { itemID = 25832 }; --Gladiator's Leather Spaulders
[4] = { itemID = 25831 }; --Gladiator's Leather Tunic
[5] = { itemID = 25834 }; --Gladiator's Leather Gloves
[6] = { itemID = 25833 }; --Gladiator's Leather Legguards
- [8] = { icon = "Ability_BackStab", name = "=q6=#arenas6#", desc = "=q1=#arenas3L#" };
+ [8] = { icon = "Ability_BackStab", name = "=q6="..AL["Gladiator's Vestments"], desc = "=q1="..AL["Arena Season 3"] };
[9] = { itemID = 31999, price = "15000 #faction#" }; --Merciless Gladiator's Leather Helm
[10] = { itemID = 32001, price = "13000 #faction#" }; --Merciless Gladiator's Leather Spaulders
[11] = { itemID = 32002, price = "15000 #faction#" }; --Merciless Gladiator's Leather Tunic
[12] = { itemID = 31998, price = "12000 #faction#" }; --Merciless Gladiator's Leather Gloves
[13] = { itemID = 32000, price = "15000 #faction#" }; --Merciless Gladiator's Leather Legguards
- [16] = { icon = "Ability_BackStab", name = "=q6=#arenas6#", desc = "=q1=#arenas2L#" };
+ [16] = { icon = "Ability_BackStab", name = "=q6="..AL["Gladiator's Vestments"], desc = "=q1="..AL["Arena Season 2"] };
[17] = { itemID = 33701 }; --Vengeful Gladiator's Leather Helm
[18] = { itemID = 33703 }; --Vengeful Gladiator's Leather Spaulders
[19] = { itemID = 33704 }; --Vengeful Gladiator's Leather Tunic
[20] = { itemID = 33700 }; --Vengeful Gladiator's Leather Gloves
[21] = { itemID = 33702 }; --Vengeful Gladiator's Leather Legguards
- [23] = { icon = "Ability_BackStab", name = "=q6=#arenas6#", desc = "=q1=#arenas4L#" };
+ [23] = { icon = "Ability_BackStab", name = "=q6="..AL["Gladiator's Vestments"], desc = "=q1="..AL["Arena Season 4"] };
[24] = { itemID = 35033, price = "1875 #arena#" }; --Brutal Gladiator's Leather Helm
[25] = { itemID = 35035, price = "1500 #arena#" }; --Brutal Gladiator's Leather Spaulders
[26] = { itemID = 35036, price = "1875 #arena#" }; --Brutal Gladiator's Leather Tunic
@@ -5024,25 +5017,25 @@ AtlasLoot_Data["ArenaWarlockTBC"] = {
Name = LOCALIZED_CLASS_NAMES_MALE["WARLOCK"];
{
Name = AL["Demonology"];
- [1] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#arenas8_1#", desc = "=q1=#arenas1L#" };
+ [1] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Gladiator's Dreadgear"], desc = "=q1="..AL["Arena Season 1"] };
[2] = { itemID = 24553 }; --Gladiator's Dreadweave Hood
[3] = { itemID = 24554 }; --Gladiator's Dreadweave Mantle
[4] = { itemID = 24552 }; --Gladiator's Dreadweave Robe
[5] = { itemID = 24556 }; --Gladiator's Dreadweave Gloves
[6] = { itemID = 24555 }; --Gladiator's Dreadweave Leggings
- [8] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#arenas8_1#", desc = "=q1=#arenas3L#" };
+ [8] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Gladiator's Dreadgear"], desc = "=q1="..AL["Arena Season 3"] };
[9] = { itemID = 31974, price = "15000 #faction#" }; --Merciless Gladiator's Dreadweave Hood
[10] = { itemID = 31976, price = "13000 #faction#" }; --Merciless Gladiator's Dreadweave Mantle
[11] = { itemID = 31977, price = "15000 #faction#" }; --Merciless Gladiator's Dreadweave Robe
[12] = { itemID = 31973, price = "12000 #faction#" }; --Merciless Gladiator's Dreadweave Gloves
[13] = { itemID = 31975, price = "15000 #faction#" }; --Merciless Gladiator's Dreadweave Leggings
- [16] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#arenas8_1#", desc = "=q1=#arenas2L#" };
+ [16] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Gladiator's Dreadgear"], desc = "=q1="..AL["Arena Season 2"] };
[17] = { itemID = 33677 }; --Vengeful Gladiator's Dreadweave Hood
[18] = { itemID = 33679 }; --Vengeful Gladiator's Dreadweave Mantle
[19] = { itemID = 33680 }; --Vengeful Gladiator's Dreadweave Robe
[20] = { itemID = 33676 }; --Vengeful Gladiator's Dreadweave Gloves
[21] = { itemID = 33678 }; --Vengeful Gladiator's Dreadweave Leggings
- [23] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#arenas8_1#", desc = "=q1=#arenas4L#" };
+ [23] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Gladiator's Dreadgear"], desc = "=q1="..AL["Arena Season 4"] };
[24] = { itemID = 35004, price = "1875 #arena#" }; --Brutal Gladiator's Dreadweave Hood
[25] = { itemID = 35006, price = "1500 #arena#" }; --Brutal Gladiator's Dreadweave Mantle
[26] = { itemID = 35007, price = "1875 #arena#" }; --Brutal Gladiator's Dreadweave Robe
@@ -5051,25 +5044,25 @@ AtlasLoot_Data["ArenaWarlockTBC"] = {
};
{
Name = AL["Destruction"];
- [1] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#arenas8_2#", desc = "=q1=#arenas1L#" };
+ [1] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Gladiator's Felshroud"], desc = "=q1="..AL["Arena Season 1"] };
[2] = { itemID = 30187 }; --Gladiator's Felweave Cowl
[3] = { itemID = 30186 }; --Gladiator's Felweave Amice
[4] = { itemID = 30200 }; --Gladiator's Felweave Raiment
[5] = { itemID = 30188 }; --Gladiator's Felweave Handguards
[6] = { itemID = 30201 }; --Gladiator's Felweave Trousers
- [8] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#arenas8_2#", desc = "=q1=#arenas3L#" };
+ [8] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Gladiator's Felshroud"], desc = "=q1="..AL["Arena Season 3"] };
[9] = { itemID = 31980, price = "15000 #faction#" }; --Merciless Gladiator's Felweave Cowl
[10] = { itemID = 31979, price = "13000 #faction#" }; --Merciless Gladiator's Felweave Amice
[11] = { itemID = 31982, price = "15000 #faction#" }; --Merciless Gladiator's Felweave Raiment
[12] = { itemID = 31981, price = "12000 #faction#" }; --Merciless Gladiator's Felweave Handguards
[13] = { itemID = 31983, price = "15000 #faction#" }; --Merciless Gladiator's Felweave Trousers
- [16] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#arenas8_2#", desc = "=q1=#arenas2L#" };
+ [16] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Gladiator's Felshroud"], desc = "=q1="..AL["Arena Season 2"] };
[17] = { itemID = 33683 }; --Vengeful Gladiator's Felweave Cowl
[18] = { itemID = 33682 }; --Vengeful Gladiator's Felweave Amice
[19] = { itemID = 33685 }; --Vengeful Gladiator's Felweave Raiment
[20] = { itemID = 33684 }; --Vengeful Gladiator's Felweave Handguards
[21] = { itemID = 33686 }; --Vengeful Gladiator's Felweave Trousers
- [23] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#arenas8_2#", desc = "=q1=#arenas4L#" };
+ [23] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Gladiator's Felshroud"], desc = "=q1="..AL["Arena Season 4"] };
[24] = { itemID = 35010, price = "1875 #arena#" }; --Brutal Gladiator's Felweave Cowl
[25] = { itemID = 35009, price = "1500 #arena#" }; --Brutal Gladiator's Felweave Amice
[26] = { itemID = 35012, price = "1875 #arena#" }; --Brutal Gladiator's Felweave Raiment
@@ -5084,25 +5077,25 @@ AtlasLoot_Data["ArenaShamanTBC"] = {
Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"];
{
Name = AL["Enhancement"];
- [1] = { icon = "Spell_FireResistanceTotem_01", name = "=q6=#arenas7_1#", desc = "=q1=#arenas1L#" };
+ [1] = { icon = "Spell_FireResistanceTotem_01", name = "=q6="..AL["Gladiator's Earthshaker"], desc = "=q1="..AL["Arena Season 1"] };
[2] = { itemID = 25998 }; --Gladiator's Linked Helm
[3] = { itemID = 25999 }; --Gladiator's Linked Spaulders
[4] = { itemID = 25997 }; --Gladiator's Linked Armor
[5] = { itemID = 26000 }; --Gladiator's Linked Gauntlets
[6] = { itemID = 26001 }; --Gladiator's Linked Leggings
- [8] = { icon = "Spell_FireResistanceTotem_01", name = "=q6=#arenas7_1#", desc = "=q1=#arenas3L#" };
+ [8] = { icon = "Spell_FireResistanceTotem_01", name = "=q6="..AL["Gladiator's Earthshaker"], desc = "=q1="..AL["Arena Season 3"] };
[9] = { itemID = 32006, price = "15000 #faction#" }; --Merciless Gladiator's Linked Helm
[10] = { itemID = 32008, price = "13000 #faction#" }; --Merciless Gladiator's Linked Spaulders
[11] = { itemID = 32004, price = "15000 #faction#" }; --Merciless Gladiator's Linked Armor
[12] = { itemID = 32005, price = "12000 #faction#" }; --Merciless Gladiator's Linked Gauntlets
[13] = { itemID = 32007, price = "15000 #faction#" }; --Merciless Gladiator's Linked Leggings
- [16] = { icon = "Spell_FireResistanceTotem_01", name = "=q6=#arenas7_1#", desc = "=q1=#arenas2L#" };
+ [16] = { icon = "Spell_FireResistanceTotem_01", name = "=q6="..AL["Gladiator's Earthshaker"], desc = "=q1="..AL["Arena Season 2"] };
[17] = { itemID = 33708 }; --Vengeful Gladiator's Linked Helm
[18] = { itemID = 33710 }; --Vengeful Gladiator's Linked Spaulders
[19] = { itemID = 33706 }; --Vengeful Gladiator's Linked Armor
[20] = { itemID = 33707 }; --Vengeful Gladiator's Linked Gauntlets
[21] = { itemID = 33709 }; --Vengeful Gladiator's Linked Leggings
- [23] = { icon = "Spell_FireResistanceTotem_01", name = "=q6=#arenas7_1#", desc = "=q1=#arenas4L#" };
+ [23] = { icon = "Spell_FireResistanceTotem_01", name = "=q6="..AL["Gladiator's Earthshaker"], desc = "=q1="..AL["Arena Season 4"] };
[24] = { itemID = 35044, price = "1875 #arena#" }; --Brutal Gladiator's Linked Helm
[25] = { itemID = 35046, price = "1500 #arena#" }; --Brutal Gladiator's Linked Spaulders
[26] = { itemID = 35042, price = "1875 #arena#" }; --Brutal Gladiator's Linked Armor
@@ -5111,25 +5104,25 @@ AtlasLoot_Data["ArenaShamanTBC"] = {
};
{
Name = AL["Elemental"];
- [1] = { icon = "Spell_Nature_Lightning", name = "=q6=#arenas7_2#", desc = "=q1=#arenas1L#" };
+ [1] = { icon = "Spell_Nature_Lightning", name = "=q6="..AL["Gladiator's Thunderfist"], desc = "=q1="..AL["Arena Season 1"] };
[2] = { itemID = 27471 }; --Gladiator's Mail Helm
[3] = { itemID = 27473 }; --Gladiator's Mail Spaulders
[4] = { itemID = 27469 }; --Gladiator's Mail Armor
[5] = { itemID = 27470 }; --Gladiator's Mail Gauntlets
[6] = { itemID = 27472 }; --Gladiator's Mail Leggings
- [8] = { icon = "Spell_Nature_Lightning", name = "=q6=#arenas7_2#", desc = "=q1=#arenas3L#" };
+ [8] = { icon = "Spell_Nature_Lightning", name = "=q6="..AL["Gladiator's Thunderfist"], desc = "=q1="..AL["Arena Season 3"] };
[9] = { itemID = 32011 }; --Merciless Gladiator's Mail Helm
[10] = { itemID = 32013, price = "13000 #faction#" }; --Merciless Gladiator's Mail Spaulders
[11] = { itemID = 32009, price = "15000 #faction#" }; --Merciless Gladiator's Mail Armor
[12] = { itemID = 32010, price = "12000 #faction#" }; --Merciless Gladiator's Mail Gauntlets
[13] = { itemID = 32012, price = "15000 #faction#" }; --Merciless Gladiator's Mail Leggings
- [16] = { icon = "Spell_Nature_Lightning", name = "=q6=#arenas7_2#", desc = "=q1=#arenas2L#" };
+ [16] = { icon = "Spell_Nature_Lightning", name = "=q6="..AL["Gladiator's Thunderfist"], desc = "=q1="..AL["Arena Season 2"] };
[17] = { itemID = 33713 }; --Vengeful Gladiator's Mail Helm
[18] = { itemID = 33715 }; --Vengeful Gladiator's Mail Spaulders
[19] = { itemID = 33711 }; --Vengeful Gladiator's Mail Armor
[20] = { itemID = 33712 }; --Vengeful Gladiator's Mail Gauntlets
[21] = { itemID = 33714 }; --Vengeful Gladiator's Mail Leggings
- [23] = { icon = "Spell_Nature_Lightning", name = "=q6=#arenas7_2#", desc = "=q1=#arenas4L#" };
+ [23] = { icon = "Spell_Nature_Lightning", name = "=q6="..AL["Gladiator's Thunderfist"], desc = "=q1="..AL["Arena Season 4"] };
[24] = { itemID = 35050, price = "1875 #arena#" }; --Brutal Gladiator's Mail Helm
[25] = { itemID = 35052, price = "1500 #arena#" }; --Brutal Gladiator's Mail Spaulders
[26] = { itemID = 35048, price = "1875 #arena#" }; --Brutal Gladiator's Mail Armor
@@ -5138,25 +5131,25 @@ AtlasLoot_Data["ArenaShamanTBC"] = {
};
{
Name = AL["Restoration"];
- [1] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6=#arenas7_3#", desc = "=q1=#arenas1L#" };
+ [1] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6="..AL["Gladiator's Wartide"], desc = "=q1="..AL["Arena Season 1"] };
[2] = { itemID = 31400 }; --Gladiator's Ringmail Helm
[3] = { itemID = 31407 }; --Gladiator's Ringmail Spaulders
[4] = { itemID = 31396 }; --Gladiator's Ringmail Armor
[5] = { itemID = 31397 }; --Gladiator's Ringmail Gauntlets
[6] = { itemID = 31406 }; --Gladiator's Ringmail Leggings
- [8] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6=#arenas7_3#", desc = "=q1=#arenas3L#" };
+ [8] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6="..AL["Gladiator's Wartide"], desc = "=q1="..AL["Arena Season 3"] };
[9] = { itemID = 32031, price = "15000 #faction#" }; --Merciless Gladiator's Ringmail Helm
[10] = { itemID = 32033, price = "13000 #faction#" }; --Merciless Gladiator's Ringmail Spaulders
[11] = { itemID = 32029, price = "15000 #faction#" }; --Merciless Gladiator's Ringmail Armor
[12] = { itemID = 32030, price = "12000 #faction#" }; --Merciless Gladiator's Ringmail Gauntlets
[13] = { itemID = 32032, price = "15000 #faction#" }; --Merciless Gladiator's Ringmail Leggings
- [16] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6=#arenas7_3#", desc = "=q1=#arenas2L#" };
+ [16] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6="..AL["Gladiator's Wartide"], desc = "=q1="..AL["Arena Season 2"] };
[17] = { itemID = 33740 }; --Vengeful Gladiator's Ringmail Helm
[18] = { itemID = 33742 }; --Vengeful Gladiator's Ringmail Spaulders
[19] = { itemID = 33738 }; --Vengeful Gladiator's Ringmail Armor
[20] = { itemID = 33739 }; --Vengeful Gladiator's Ringmail Gauntlets
[21] = { itemID = 33741 }; --Vengeful Gladiator's Ringmail Leggings
- [23] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6=#arenas7_3#", desc = "=q1=#arenas4L#" };
+ [23] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6="..AL["Gladiator's Wartide"], desc = "=q1="..AL["Arena Season 4"] };
[24] = { itemID = 35079, price = "1875 #arena#" }; --Brutal Gladiator's Ringmail Helm
[25] = { itemID = 35081, price = "1500 #arena#" }; --Brutal Gladiator's Ringmail Spaulders
[26] = { itemID = 35077, price = "1875 #arena#" }; --Brutal Gladiator's Ringmail Armor
@@ -5170,25 +5163,25 @@ AtlasLoot_Data["ArenaWarriorTBC"] = {
Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"];
{
Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"];
- [1] = { icon = "Ability_Warrior_BattleShout", name = "=q6=#arenas9#", desc = "=q1=#arenas1L#" };
+ [1] = { icon = "Ability_Warrior_BattleShout", name = "=q6="..AL["Gladiator's Battlegear"], desc = "=q1="..AL["Arena Season 1"] };
[2] = { itemID = 24545 }; --Gladiator's Plate Helm
[3] = { itemID = 24546 }; --Gladiator's Plate Shoulders
[4] = { itemID = 24544 }; --Gladiator's Plate Chestpiece
[5] = { itemID = 24549 }; --Gladiator's Plate Gauntlets
[6] = { itemID = 24547 }; --Gladiator's Plate Legguards
- [8] = { icon = "Ability_Warrior_BattleShout", name = "=q6=#arenas9#", desc = "=q1=#arenas3L#" };
+ [8] = { icon = "Ability_Warrior_BattleShout", name = "=q6="..AL["Gladiator's Battlegear"], desc = "=q1="..AL["Arena Season 3"] };
[9] = { itemID = 30488, price = "15000 #faction#" }; --Merciless Gladiator's Plate Helm
[10] = { itemID = 30490, price = "13000 #faction#" }; --Merciless Gladiator's Plate Shoulders
[11] = { itemID = 30486, price = "15000 #faction#" }; --Merciless Gladiator's Plate Chestpiece
[12] = { itemID = 30487, price = "12000 #faction#" }; --Merciless Gladiator's Plate Gauntlets
[13] = { itemID = 30489, price = "15000 #faction#" }; --Merciless Gladiator's Plate Legguards
- [16] = { icon = "Ability_Warrior_BattleShout", name = "=q6=#arenas9#", desc = "=q1=#arenas2L#" };
+ [16] = { icon = "Ability_Warrior_BattleShout", name = "=q6="..AL["Gladiator's Battlegear"], desc = "=q1="..AL["Arena Season 2"] };
[17] = { itemID = 33730 }; --Vengeful Gladiator's Plate Helm
[18] = { itemID = 33732 }; --Vengeful Gladiator's Plate Shoulders
[19] = { itemID = 33728 }; --Vengeful Gladiator's Plate Chestpiece
[20] = { itemID = 33729 }; --Vengeful Gladiator's Plate Gauntlets
[21] = { itemID = 33731 }; --Vengeful Gladiator's Plate Legguards
- [23] = { icon = "Ability_Warrior_BattleShout", name = "=q6=#arenas9#", desc = "=q1=#arenas4L#" };
+ [23] = { icon = "Ability_Warrior_BattleShout", name = "=q6="..AL["Gladiator's Battlegear"], desc = "=q1="..AL["Arena Season 4"] };
[24] = { itemID = 35068, price = "1875 #arena#" }; --Brutal Gladiator's Plate Helm
[25] = { itemID = 35070, price = "1500 #arena#" }; --Brutal Gladiator's Plate Shoulders
[26] = { itemID = 35066, price = "1875 #arena#" }; --Brutal Gladiator's Plate Chestpiece
@@ -5461,10 +5454,10 @@ AtlasLoot_Data["WeaponsTBC"] = {
{
Name = AL["Mana-Etched Regalia"];
[1] = { itemID = 28193, desc = {BabbleZone["The Black Morass"], BabbleBoss["Aeonus"]} }; --Mana-Etched Crown
- [2] = { itemID = 27796, desc = {BabbleZone["The Slave Pens"], BabbleBoss["Quagmirran"].." (#j3#)" } }; --Mana-Etched Spaulders
- [3] = { itemID = 28191, desc = {BabbleZone["Old Hillsbrad Foothills"].."(#j3#)", BabbleBoss["Epoch Hunter"]} }; --Mana-Etched Vestments
- [4] = { itemID = 27465, desc = {BabbleZone["Hellfire Ramparts"].."(#j3#)", BabbleBoss["Omor the Unscarred"]} }; --Mana-Etched Gloves
- [5] = { itemID = 27907, desc = {BabbleZone["The Slave Pens"], BabbleBoss["The Black Stalker"].." (#j3#)" } }; --Mana-Etched Pantaloons
+ [2] = { itemID = 27796, desc = {BabbleZone["The Slave Pens"], BabbleBoss["Quagmirran"]..AL["Heroic Mode"] } }; --Mana-Etched Spaulders
+ [3] = { itemID = 28191, desc = {BabbleZone["Old Hillsbrad Foothills"]..AL["Heroic Mode"], BabbleBoss["Epoch Hunter"]} }; --Mana-Etched Vestments
+ [4] = { itemID = 27465, desc = {BabbleZone["Hellfire Ramparts"]..AL["Heroic Mode"], BabbleBoss["Omor the Unscarred"]} }; --Mana-Etched Gloves
+ [5] = { itemID = 27907, desc = {BabbleZone["The Slave Pens"], BabbleBoss["The Black Stalker"]..AL["Heroic Mode"] } }; --Mana-Etched Pantaloons
};
{
Name = AL["Incanter's Regalia"];
@@ -5492,11 +5485,11 @@ AtlasLoot_Data["WeaponsTBC"] = {
};
{
Name = AL["Wastewalker Armor"];
- [1] = { itemID = 28224, desc = {BabbleZone["Old Hillsbrad Foothills"].."(#j3#)", BabbleBoss["Epoch Hunter"]} }; --Wastewalker Helm
- [2] = { itemID = 27797, desc = {BabbleZone["Auchenai Crypts"].."(#j3#)", AL["Avatar"]} }; --Wastewalker Shoulderpads
- [3] = { itemID = 28264, desc = {BabbleZone["The Blood Furnace"].."(#j3#)", BabbleBoss["Keli'dan the Breaker"]} }; --Wastewalker Tunic
+ [1] = { itemID = 28224, desc = {BabbleZone["Old Hillsbrad Foothills"]..AL["Heroic Mode"], BabbleBoss["Epoch Hunter"]} }; --Wastewalker Helm
+ [2] = { itemID = 27797, desc = {BabbleZone["Auchenai Crypts"]..AL["Heroic Mode"], AL["Avatar"]} }; --Wastewalker Shoulderpads
+ [3] = { itemID = 28264, desc = {BabbleZone["The Blood Furnace"]..AL["Heroic Mode"], BabbleBoss["Keli'dan the Breaker"]} }; --Wastewalker Tunic
[4] = { itemID = 27531, desc = {BabbleZone["The Shattered Halls"], BabbleBoss["Warchief Kargath Bladefist"]} }; --Wastewalker Gloves
- [5] = { itemID = 27837, desc = {BabbleZone["Mana-Tombs"].."(#j3#)", BabbleBoss["Nexus-Prince Shaffar"]} }; --Wastewalker Leggings
+ [5] = { itemID = 27837, desc = {BabbleZone["Mana-Tombs"]..AL["Heroic Mode"], BabbleBoss["Nexus-Prince Shaffar"]} }; --Wastewalker Leggings
};
{
Name = AL["Moonglade Raiment"];
@@ -5525,8 +5518,8 @@ AtlasLoot_Data["WeaponsTBC"] = {
{
Name = AL["Desolation Battlegear"];
[1] = { itemID = 28192, desc = {BabbleZone["The Black Morass"], BabbleBoss["Aeonus"]} }; --Helm of Desolation
- [2] = { itemID = 27713, desc = {BabbleZone["The Slave Pens"], BabbleBoss["Quagmirran"].." (#j3#)" } }; --Pauldrons of Desolation
- [3] = { itemID = 28401, desc = {BabbleZone["Old Hillsbrad Foothills"].."(#j3#)", BabbleBoss["Epoch Hunter"]} }; --Hauberk of Desolation
+ [2] = { itemID = 27713, desc = {BabbleZone["The Slave Pens"], BabbleBoss["Quagmirran"]..AL["Heroic Mode"] } }; --Pauldrons of Desolation
+ [3] = { itemID = 28401, desc = {BabbleZone["Old Hillsbrad Foothills"]..AL["Heroic Mode"], BabbleBoss["Epoch Hunter"]} }; --Hauberk of Desolation
[4] = { itemID = 27528, desc = {BabbleZone["The Shattered Halls"], BabbleBoss["Warchief Kargath Bladefist"]} }; --Gauntlets of Desolation
[5] = { itemID = 27936, desc = {BabbleZone["Sethekk Halls"], BabbleBoss["Talon King Ikiss"]} }; --Greaves of Desolation
};
@@ -5548,11 +5541,11 @@ AtlasLoot_Data["WeaponsTBC"] = {
};
{
Name = AL["Doomplate Battlegear"];
- [1] = { itemID = 28225, desc = {BabbleZone["Old Hillsbrad Foothills"].."(#j3#)", BabbleBoss["Epoch Hunter"]} }; --Doomplate Warhelm
- [2] = { itemID = 27771, desc = {BabbleZone["The Slave Pens"], BabbleBoss["The Black Stalker"].." (#j3#)" } }; --Doomplate Shouldergards
+ [1] = { itemID = 28225, desc = {BabbleZone["Old Hillsbrad Foothills"]..AL["Heroic Mode"], BabbleBoss["Epoch Hunter"]} }; --Doomplate Warhelm
+ [2] = { itemID = 27771, desc = {BabbleZone["The Slave Pens"], BabbleBoss["The Black Stalker"]..AL["Heroic Mode"] } }; --Doomplate Shouldergards
[3] = { itemID = 28403, desc = {BabbleZone["The Arcatraz"], BabbleBoss["Harbinger Skyriss"]} }; --Doomplate Chestguard
- [4] = { itemID = 27497, desc = {BabbleZone["The Blood Furnace"].."(#j3#)", BabbleBoss["Keli'dan the Breaker"]} }; --Doomplate Gauntlets
- [5] = { itemID = 27870, desc = {BabbleZone["Auchenai Crypts"].."(#j3#)", BabbleBoss["Exarch Maladaar"]} }; --Doomplate Legguards
+ [4] = { itemID = 27497, desc = {BabbleZone["The Blood Furnace"]..AL["Heroic Mode"], BabbleBoss["Keli'dan the Breaker"]} }; --Doomplate Gauntlets
+ [5] = { itemID = 27870, desc = {BabbleZone["Auchenai Crypts"]..AL["Heroic Mode"], BabbleBoss["Exarch Maladaar"]} }; --Doomplate Legguards
};
};
@@ -6087,8 +6080,8 @@ AtlasLoot_Data["TBCSets"] = {
};
{
Name = AL["The Twin Stars"];
- [1] = { itemID = 31338 , droprate = ".01%" }; --Charlotte's Ivy
- [2] = { itemID = 31339 , droprate = ".01%" }; --Lola's Eve
+ [1] = { itemID = 31338 }; --Charlotte's Ivy
+ [2] = { itemID = 31339 }; --Lola's Eve
};
{
Name = AL["The Fists of Fury"];
@@ -6537,29 +6530,29 @@ AtlasLoot_Data["WorldBossesTBC"] = {
Type = "BCRaid";
{
Name = BabbleBoss["Doom Lord Kazzak"];
- [1] = { itemID = 30735, droprate = "6.5%" }; --Ancient Spellcloak of the Highborne
- [2] = { itemID = 30734, droprate = "7.0%" }; --Leggings of the Seventh Circle
- [3] = { itemID = 30737, droprate = "1.1%" }; --Gold-Leaf Wildboots
- [4] = { itemID = 30739, droprate = "4.0%" }; --Scaled Greaves of the Marksman
- [5] = { itemID = 30740, droprate = "6.1%" }; --Ripfiend Shoulderplates
- [6] = { itemID = 30741, droprate = "7.0%" }; --Topaz-Studded Battlegrips
- [7] = { itemID = 30736 , droprate = "5.8%" }; --Ring of Flowing Light
- [8] = { itemID = 30738 , droprate = "3.4%" }; --Ring of Reciprocity
- [9] = { itemID = 30733 , droprate = "6.7%" }; --Hope Ender
- [10] = { itemID = 30732 , droprate = "7.1%" }; --Exodar Life-Staff
+ [1] = { itemID = 30735 }; --Ancient Spellcloak of the Highborne
+ [2] = { itemID = 30734 }; --Leggings of the Seventh Circle
+ [3] = { itemID = 30737 }; --Gold-Leaf Wildboots
+ [4] = { itemID = 30739 }; --Scaled Greaves of the Marksman
+ [5] = { itemID = 30740 }; --Ripfiend Shoulderplates
+ [6] = { itemID = 30741 }; --Topaz-Studded Battlegrips
+ [7] = { itemID = 30736 }; --Ring of Flowing Light
+ [8] = { itemID = 30738 }; --Ring of Reciprocity
+ [9] = { itemID = 30733 }; --Hope Ender
+ [10] = { itemID = 30732 }; --Exodar Life-Staff
};
{
Name = BabbleBoss["Doomwalker"];
- [1] = { itemID = 30729, droprate = "9.6%" }; --Black-Iron Battlecloak
- [2] = { itemID = 30725, droprate = "7.9%" }; --Anger-Spark Gloves
- [3] = { itemID = 30727, droprate = "8.1%" }; --Gilded Trousers of Benediction
- [4] = { itemID = 30730 , droprate = "8.8%" }; --Terrorweave Tunic
- [5] = { itemID = 30728, droprate = "6.2%" }; --Fathom-Helm of the Deeps
- [6] = { itemID = 30731, droprate = "8.1%" }; --Faceguard of the Endless Watch
- [7] = { itemID = 30726 , droprate = "0.9%" }; --Archaic Charm of Presence
- [8] = { itemID = 30723, droprate = "5.4%" }; --Talon of the Tempest
- [9] = { itemID = 30722, droprate = "6.0%" }; --Ethereum Nexus-Reaver
- [10] = { itemID = 30724, desc = "=ds=#w5#", droprate = "0.0%" }; --Barrel-Blade Longrifle
+ [1] = { itemID = 30729 }; --Black-Iron Battlecloak
+ [2] = { itemID = 30725 }; --Anger-Spark Gloves
+ [3] = { itemID = 30727 }; --Gilded Trousers of Benediction
+ [4] = { itemID = 30730 }; --Terrorweave Tunic
+ [5] = { itemID = 30728 }; --Fathom-Helm of the Deeps
+ [6] = { itemID = 30731 }; --Faceguard of the Endless Watch
+ [7] = { itemID = 30726 }; --Archaic Charm of Presence
+ [8] = { itemID = 30723 }; --Talon of the Tempest
+ [9] = { itemID = 30722 }; --Ethereum Nexus-Reaver
+ [10] = { itemID = 30724, desc = "=ds=#w5#" }; --Barrel-Blade Longrifle
}
};
diff --git a/AtlasLoot_Crafting_OriginalWoW/craftingCLASSIC.lua b/AtlasLoot_Crafting_OriginalWoW/craftingCLASSIC.lua
index 6abd8f5..2ef3f73 100644
--- a/AtlasLoot_Crafting_OriginalWoW/craftingCLASSIC.lua
+++ b/AtlasLoot_Crafting_OriginalWoW/craftingCLASSIC.lua
@@ -77,7 +77,7 @@ local TAILORING = GetSpellInfo(3908);
AtlasLoot_Data["AlchemyCLASSIC"] = {
Module = "AtlasLoot_Crafting_OriginalWoW",
Name = ALCHEMY;
- Type = "Crafting";
+ Type = "ClassicCrafting";
{
Name = AL["Battle Elixirs"];
[1] = {itemID = 13454, spellID = 17573 }; --Greater Arcane Elixir
@@ -242,7 +242,7 @@ AtlasLoot_Data["AlchemyCLASSIC"] = {
AtlasLoot_Data["SmithingCLASSIC"] = {
Module = "AtlasLoot_Crafting_OriginalWoW",
Name = BLACKSMITHING;
- Type = "Crafting";
+ Type = "ClassicCrafting";
{
Name = BabbleInventory["Armor"] .. WHITE .. " - Chest";
[1] = {itemID = 22669, spellID = 28242 }; --Icebane Breastplate
@@ -525,8 +525,8 @@ AtlasLoot_Data["SmithingCLASSIC"] = {
[5] = {itemID = 15870, spellID = 19667 }; --Golden Skeleton Key
[6] = {itemID = 15869, spellID = 19666 }; --Silver Skeleton Key
[7] = {itemID = 41745, spellID = 55732 }; --Titanium Rod
- [8] = {itemID = 25845, spellID = 32657 }; --Eternium Rod", "=ds=#sr# 360
- [9] = {itemID = 25844, spellID = 32656 }; --Adamantite Rod", "=ds=#sr# 350
+ [8] = {itemID = 25845, spellID = 32657 }; --Eternium Rod", "=ds="..AL["Skill Required:"].." 360
+ [9] = {itemID = 25844, spellID = 32656 }; --Adamantite Rod", "=ds="..AL["Skill Required:"].." 350
[10] = {itemID = 25843, spellID = 32655 }; --Fel Iron Rod
[11] = {itemID = 16206, spellID = 20201 }; --Arcanite Rod
[12] = {itemID = 12644, spellID = 16639 }; --Dense Grinding Stone
@@ -582,7 +582,7 @@ AtlasLoot_Data["SmithingCLASSIC"] = {
AtlasLoot_Data["CookingCLASSIC"] = {
Module = "AtlasLoot_Crafting_OriginalWoW",
Name = COOKING;
- Type = "Crafting";
+ Type = "ClassicCrafting";
{
Name = "Page 1";
[1] = {itemID = 21023, spellID = 25659 }; --Dirge's Kickin' Chimaerok Chops
@@ -820,7 +820,7 @@ AtlasLoot_Data["CookingCLASSIC"] = {
AtlasLoot_Data["EnchantingCLASSIC"] = {
Module = "AtlasLoot_Crafting_OriginalWoW",
Name = ENCHANTING;
- Type = "Crafting";
+ Type = "ClassicCrafting";
{
Name = AL["Enchant Boots"];
[1] = {spellID = 20023, icon = "Spell_Holy_GreaterHeal" }; --Enchant Boots - Greater Agility
@@ -1031,7 +1031,7 @@ AtlasLoot_Data["EnchantingCLASSIC"] = {
AtlasLoot_Data["EngineeringCLASSIC"] = {
Module = "AtlasLoot_Crafting_OriginalWoW",
Name = ENGINEERING;
- Type = "Crafting";
+ Type = "ClassicCrafting";
{
Name = AL["Ammunition"];
[1] = {itemID = 18042, desc = "Quest See Tooltip", quest = {14183,14182, text = "Trade Thorium Shells for Arrows"}}; --Thorium Headed Arrow
@@ -1266,7 +1266,7 @@ AtlasLoot_Data["EngineeringCLASSIC"] = {
AtlasLoot_Data["FirstAidCLASSIC"] = {
Module = "AtlasLoot_Crafting_OriginalWoW",
Name = FIRSTAID;
- Type = "Crafting";
+ Type = "ClassicCrafting";
{
Name = FIRSTAID;
[1] = {itemID = 19440, spellID = 23787 }; --Powerful Anti-Venom
@@ -1292,7 +1292,7 @@ AtlasLoot_Data["FirstAidCLASSIC"] = {
AtlasLoot_Data["LeatherworkingCLASSIC"] = {
Module = "AtlasLoot_Crafting_OriginalWoW",
Name = LEATHERWORKING;
- Type = "Crafting";
+ Type = "ClassicCrafting";
{
Name = AL["Leather Armor"] .. WHITE .. " - Back";
[1] = {itemID = 18509, spellID = 22926 }; --Chromatic Cloak
@@ -1644,7 +1644,7 @@ AtlasLoot_Data["LeatherworkingCLASSIC"] = {
AtlasLoot_Data["MiningCLASSIC"] = {
Module = "AtlasLoot_Crafting_OriginalWoW",
Name = MINING;
- Type = "Crafting";
+ Type = "ClassicCrafting";
{
Name = AL["Smelting"];
[1] = {itemID = 17771, spellID = 22967 }; --Smelt Elementium
@@ -1682,7 +1682,7 @@ AtlasLoot_Data["MiningCLASSIC"] = {
AtlasLoot_Data["TailoringCLASSIC"] = {
Module = "AtlasLoot_Crafting_OriginalWoW",
Name = TAILORING;
- Type = "Crafting";
+ Type = "ClassicCrafting";
{
Name = AL["Cloth Armor"] .. WHITE .. " - Back";
[1] = {itemID = 22658, spellID = 28208 }; --Glacial Cloak
diff --git a/AtlasLoot_Crafting_TBC/craftingTBC.lua b/AtlasLoot_Crafting_TBC/craftingTBC.lua
index f49a18b..b40c42c 100644
--- a/AtlasLoot_Crafting_TBC/craftingTBC.lua
+++ b/AtlasLoot_Crafting_TBC/craftingTBC.lua
@@ -78,7 +78,7 @@ local SPELLFIRE = GetSpellInfo(26797);
AtlasLoot_Data["AlchemyTBC"] = {
Module = "AtlasLoot_Crafting_TBC";
Name = ALCHEMY;
- Type = "Crafting";
+ Type = "BCCrafting";
{
Name = AL["Battle Elixirs"];
[1] = { itemID = 22835, spellID = 28558 }, --Elixir of Major Shadow Power
@@ -206,7 +206,7 @@ AtlasLoot_Data["AlchemyTBC"] = {
AtlasLoot_Data["SmithingTBC"] = {
Module = "AtlasLoot_Crafting_TBC";
Name = BLACKSMITHING;
- Type = "Crafting";
+ Type = "BCCrafting";
{
Name = BabbleInventory["Armor"] .. WHITE .. " - Chest";
[1] = { itemID = 28484, spellID = 34534 }, --Bulwark of Kings
@@ -470,7 +470,7 @@ AtlasLoot_Data["SmithingTBC"] = {
AtlasLoot_Data["CookingTBC"] = {
Module = "AtlasLoot_Crafting_TBC";
Name = COOKING;
- Type = "Crafting";
+ Type = "BCCrafting";
{
Name = "Page 1";
[1] = { itemID = 33052, spellID = 42302 }, --Fisherman's Feast
@@ -640,7 +640,7 @@ AtlasLoot_Data["CookingTBC"] = {
AtlasLoot_Data["EnchantingTBC"] = {
Module = "AtlasLoot_Crafting_TBC";
Name = ENCHANTING;
- Type = "Crafting";
+ Type = "BCCrafting";
{
Name = AL["Enchant Boots"];
[1] = { icon = "Spell_Holy_GreaterHeal", spellID = 27954 }, --Enchant Boots - Surefooted
@@ -785,7 +785,7 @@ AtlasLoot_Data["EnchantingTBC"] = {
AtlasLoot_Data["EngineeringTBC"] = {
Module = "AtlasLoot_Crafting_TBC";
Name = ENGINEERING;
- Type = "Crafting";
+ Type = "BCCrafting";
{
Name = AL["Ammunition"];
[1] = { itemID = 20475, spellID = 43676 }, --Adamantite Arrow Maker
@@ -945,7 +945,7 @@ AtlasLoot_Data["FirstAid"] = {
AtlasLoot_Data["JewelcraftingTBC"] = {
Module = "AtlasLoot_Crafting_TBC";
Name = JEWELCRAFTING;
- Type = "Crafting";
+ Type = "BCCrafting";
{
Name = AL["Red Gems"];
[1] = { itemID = 32193, spellID = 39705 }, --Bold Crimson Spinel
@@ -1270,7 +1270,7 @@ AtlasLoot_Data["JewelcraftingTBC"] = {
AtlasLoot_Data["LeatherworkingTBC"] = {
Module = "AtlasLoot_Crafting_TBC";
Name = LEATHERWORKING;
- Type = "Crafting";
+ Type = "BCCrafting";
{
Name = AL["Leather Armor"] .. WHITE .. " - Back";
[1] = { itemID = 33122, spellID = 42546 }, --Cloak of Darkness
@@ -1551,7 +1551,7 @@ AtlasLoot_Data["FirstAidTBC"] = {
AtlasLoot_Data["TailoringTBC"] = {
Module = "AtlasLoot_Crafting_TBC";
Name = TAILORING;
- Type = "Crafting";
+ Type = "BCCrafting";
{
Name = AL["Cloth Armor"] .. WHITE .. " - Back";
[1] = { itemID = 32420, spellID = 40060 }, --Night's End
diff --git a/AtlasLoot_Crafting_Wrath/craftingWRATH.lua b/AtlasLoot_Crafting_Wrath/craftingWRATH.lua
index 9519d1d..dd1ffba 100644
--- a/AtlasLoot_Crafting_Wrath/craftingWRATH.lua
+++ b/AtlasLoot_Crafting_Wrath/craftingWRATH.lua
@@ -80,7 +80,7 @@ local TAILORING = GetSpellInfo(3908);
AtlasLoot_Data["AlchemyWRATH"] = {
Module = "AtlasLoot_Crafting_Wrath";
Name = ALCHEMY;
- Type = "Crafting";
+ Type = "WrathCrafting";
{
Name = AL["Battle Elixirs"];
[1] = {itemID = 44330, spellID = 60365 }; --Elixir of Armor Piercing
@@ -182,7 +182,7 @@ AtlasLoot_Data["AlchemyWRATH"] = {
AtlasLoot_Data["SmithingWRATH"] = {
Module = "AtlasLoot_Crafting_Wrath";
Name = BLACKSMITHING;
- Type = "Crafting";
+ Type = "WrathCrafting";
{
Name = BabbleInventory["Armor"] .. WHITE .. " - Chest";
[1] = { spellID = 67130, itemID = 47592 };
@@ -421,7 +421,7 @@ AtlasLoot_Data["SmithingWRATH"] = {
AtlasLoot_Data["CookingWRATH"] = {
Module = "AtlasLoot_Crafting_Wrath";
Name = COOKING;
- Type = "Crafting";
+ Type = "WrathCrafting";
{
Name = COOKING;
[1] = {itemID = 43015, spellID = 57423 }; --Fish Feast
@@ -580,7 +580,7 @@ AtlasLoot_Data["EnchantingWRATH"] = {
AtlasLoot_Data["EngineeringWRATH"] = {
Module = "AtlasLoot_Crafting_Wrath";
Name = ENGINEERING;
- Type = "Crafting";
+ Type = "WrathCrafting";
{
Name = "Ammo";
[1] = {itemID = 52021, spellID = 72953 }; --Iceblade Arrow
@@ -705,7 +705,7 @@ AtlasLoot_Data["EngineeringWRATH"] = {
AtlasLoot_Data["Inscription"] = {
Module = "AtlasLoot_Crafting_Wrath";
Name = INSCRIPTION;
- Type = "Crafting";
+ Type = "WrathCrafting";
{
Name = AL["Off-Hand Items"];
[1] = {itemID = 44210, spellID = 59498 }; --Faces of Doom
@@ -1230,7 +1230,7 @@ AtlasLoot_Data["Inscription"] = {
AtlasLoot_Data["JewelcraftingWRATH"] = {
Module = "AtlasLoot_Crafting_Wrath";
Name = JEWELCRAFTING;
- Type = "Crafting";
+ Type = "WrathCrafting";
{
Name = AL["Red Gems"];
[1] = {itemID = 40111, spellID = 66447 }; --Bold Cardinal Ruby
@@ -1547,9 +1547,9 @@ AtlasLoot_Data["JewelcraftingWRATH"] = {
[4] = {itemID = 43582, spellID = 58954 }; --Titanium Frostguard Ring
[5] = {itemID = 31398, spellID = 38503 }; --The Frozen Eye
[6] = {itemID = 31399, spellID = 38504 }; --The Natural Ward
- [7] = {itemID = 34361, spellID = 46124 }; --Hard Khorium Band", "=ds=#sr# 365
- [8] = {itemID = 34362, spellID = 46122 }; --Loop of Forged Power", "=ds=#sr# 365
- [9] = {itemID = 34363, spellID = 46123 }; --Ring of Flowing Life", "=ds=#sr# 365
+ [7] = {itemID = 34361, spellID = 46124 }; --Hard Khorium Band", "=ds="..AL["Skill Required:"].." 365
+ [8] = {itemID = 34362, spellID = 46122 }; --Loop of Forged Power", "=ds="..AL["Skill Required:"].." 365
+ [9] = {itemID = 34363, spellID = 46123 }; --Ring of Flowing Life", "=ds="..AL["Skill Required:"].." 365
[10] = {itemID = 45808, spellID = 64727 }; --Runed Mana Band
[11] = {itemID = 45809, spellID = 64728 }; --Scarlet Signet
[12] = {itemID = 43250, spellID = 58147 }; --Ring of Earthern Might
@@ -1569,9 +1569,9 @@ AtlasLoot_Data["JewelcraftingWRATH"] = {
[1] = {itemID = 42646, spellID = 56500 }; --Titanium Earthguard Chain
[2] = {itemID = 42645, spellID = 56499 }; --Titanium Impact Choker
[3] = {itemID = 42647, spellID = 56501 }; --Titanium Spellshock Necklace
- [4] = {itemID = 34360, spellID = 46126 }; --Amulet of Flowing Life", "=ds=#sr# 365
- [5] = {itemID = 34358, spellID = 46127 }; --Hard Khorium Choker", "=ds=#sr# 365
- [6] = {itemID = 34359, spellID = 46125 }; --Pendant of Sunfire", "=ds=#sr# 365
+ [4] = {itemID = 34360, spellID = 46126 }; --Amulet of Flowing Life", "=ds="..AL["Skill Required:"].." 365
+ [5] = {itemID = 34358, spellID = 46127 }; --Hard Khorium Choker", "=ds="..AL["Skill Required:"].." 365
+ [6] = {itemID = 34359, spellID = 46125 }; --Pendant of Sunfire", "=ds="..AL["Skill Required:"].." 365
[7] = {itemID = 45812, spellID = 64725 }; --Emerald Choker
[8] = {itemID = 45813, spellID = 64726 }; --Sky Sapphire Amulet
[9] = {itemID = 42339, spellID = 56196 }; --Blood Sun Necklace
@@ -1581,8 +1581,8 @@ AtlasLoot_Data["JewelcraftingWRATH"] = {
};
{
Name = AL["Miscellaneous"];
- [1] = {itemID = 24123, spellID = 31078 }; --Circlet of Arcane Might", "=ds=#sr# 370
- [2] = {itemID = 24122, spellID = 31077 }; --Coronet of the Verdant Flame", "=ds=#sr# 370
+ [1] = {itemID = 24123, spellID = 31078 }; --Circlet of Arcane Might", "=ds="..AL["Skill Required:"].." 370
+ [2] = {itemID = 24122, spellID = 31077 }; --Coronet of the Verdant Flame", "=ds="..AL["Skill Required:"].." 370
[3] = {itemID = 44943, spellID = 62242 }; --Icy Prism
[4] = { itemID = 42421, spellID = 56208 }, --Shadow Jade Focusing Lens
[5] = { itemID = 42420, spellID = 56206 }, --Shadow Crystal Focusing Lens
@@ -1599,7 +1599,7 @@ AtlasLoot_Data["JewelcraftingWRATH"] = {
AtlasLoot_Data["LeatherworkingWRATH"] = {
Module = "AtlasLoot_Crafting_Wrath";
Name = LEATHERWORKING;
- Type = "Crafting";
+ Type = "WrathCrafting";
{
Name = AL["Leather Armor"] .. WHITE .. " - Back";
[1] = {itemID = 43565, spellID = 60640 }; --Durable Nerubhide Cape
@@ -1793,13 +1793,13 @@ AtlasLoot_Data["LeatherworkingWRATH"] = {
[1] = {itemID = 44963, spellID = 62448 }; --Earthen Leg Armor
[2] = {itemID = 38373, spellID = 50965 }; --Frosthide Leg Armor
[3] = {itemID = 38374, spellID = 50967 }; --Icescale Leg Armor
- [4] = {itemID = 29536, spellID = 35557 }; --Nethercleft Leg Armor", "=ds=#sr# 365
- [5] = {itemID = 29535, spellID = 35554 }; --Nethercobra Leg Armor", "=ds=#sr# 365
+ [4] = {itemID = 29536, spellID = 35557 }; --Nethercleft Leg Armor", "=ds="..AL["Skill Required:"].." 365
+ [5] = {itemID = 29535, spellID = 35554 }; --Nethercobra Leg Armor", "=ds="..AL["Skill Required:"].." 365
[6] = {itemID = 38371, spellID = 50964 }; --Jormungar Leg Armor
[7] = {itemID = 38372, spellID = 50966 }; --Nerubian Leg Armor
[8] = {itemID = 29534, spellID = 35555 }; --Clefthide Leg Armor
[9] = {itemID = 29533, spellID = 35549 }; --Cobrahide Leg Armor
- [10] = {itemID = 18251, spellID = 22727 }; --Core Armor Kit", "=ds=#sr# 300
+ [10] = {itemID = 18251, spellID = 22727 }; --Core Armor Kit", "=ds="..AL["Skill Required:"].." 300
[11] = {itemID = 38376, spellID = 50963 }; --Heavy Borean Armor Kit
[16] = {spellID = 57683, icon = "Trade_LeatherWorking" }; --Fur Lining - Attack Power
[17] = {spellID = 57701, icon = "Trade_LeatherWorking" }; --Fur Lining - Arcane Resist
@@ -1862,7 +1862,7 @@ AtlasLoot_Data["FirstAidWRATH"] = {
AtlasLoot_Data["TailoringWRATH"] = {
Module = "AtlasLoot_Crafting_Wrath";
Name = TAILORING;
- Type = "Crafting";
+ Type = "WrathCrafting";
{
Name = AL["Cloth Armor"] .. WHITE .. " - Back";
[1] = {itemID = 41610, spellID = 56017 }; --Deathchill Cloak
diff --git a/AtlasLoot_OriginalWoW/originalwow.lua b/AtlasLoot_OriginalWoW/originalwow.lua
index a5c5fcd..934f5aa 100644
--- a/AtlasLoot_OriginalWoW/originalwow.lua
+++ b/AtlasLoot_OriginalWoW/originalwow.lua
@@ -84,7 +84,7 @@ AtlasLoot_Data["OldKeys"] = {
Name = "Old Keys";
{
Name = "Old Keys";
- [1] = { icon = "INV_Box_01", name = "=q6="..BabbleInventory["Key"].."s" };
+ [1] = { icon = "INV_Box_01", name = WHITE..BabbleInventory["Key"].."s" };
[2] = { itemID = 7146 }; --The Scarlet Key
[3] = { itemID = 12382 }; --Key to the City
[4] = { itemID = 6893 }; --Workshop Key
@@ -92,10 +92,10 @@ AtlasLoot_Data["OldKeys"] = {
[6] = { itemID = 11140 }; --Prison Cell Key
[7] = { itemID = 18249 }; --Crescent Key
[8] = { itemID = 13704 }; --Skeleton Key
- [10] = { icon = "INV_Box_01", "=q6=#j7#" };
+ [10] = { icon = "INV_Box_01", name = WHITE..AL["Dungeon Set 2"] };
[11] = { itemID = 22057 }; --Brazier of Invocation
[12] = { itemID = 21986 }; --Banner of Provocation
- [16] = { icon = "INV_Box_01", "=q6=#m20#" };
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Misc"] };
[17] = { itemID = 19931 }; --Gurubashi Mojo Madness
[18] = { itemID = 13523 }; --Blood of Innocents
[19] = { itemID = 18746 }; --Divination Scryer
@@ -117,119 +117,119 @@ AtlasLoot_Data["RuinsofAQ"] = {
Map = "TheRuinsofAhnQiraj";
{
Name = BabbleBoss["Kurinnaxx"];
- [1] = { itemID = 21499, droprate = "7.34%" }; --Vestments of the Shifting Sands
- [2] = { itemID = 21498, droprate = "7.53%" }; --Qiraji Sacrificial Dagger
- [4] = { itemID = 21500, droprate = "14.84%" }; --Belt of the Inquisition
- [5] = { itemID = 21501, droprate = "12.91%" }; --Toughened Silithid Hide Gloves
- [6] = { itemID = 21502, droprate = "13.79%" }; --Sand Reaver Wristguards
- [7] = { itemID = 21503, droprate = "14.38%" }; --Belt of the Sand Reaver
- [9] = { itemID = 22217, droprate = "100%" }; --Kurinnaxx's Venom Sac
- [16] = { itemID = 1506051, droprate = "100%", lootTable = {"AQ20SetsBACK","Token"} }; --Ceremonial Qiraji Drape
+ [1] = { itemID = 21499 }; --Vestments of the Shifting Sands
+ [2] = { itemID = 21498 }; --Qiraji Sacrificial Dagger
+ [4] = { itemID = 21500 }; --Belt of the Inquisition
+ [5] = { itemID = 21501 }; --Toughened Silithid Hide Gloves
+ [6] = { itemID = 21502 }; --Sand Reaver Wristguards
+ [7] = { itemID = 21503 }; --Belt of the Sand Reaver
+ [9] = { itemID = 22217 }; --Kurinnaxx's Venom Sac
+ [16] = { itemID = 1506051, lootTable = {"AQ20SetsBACK","Token"} }; --Ceremonial Qiraji Drape
};
{
Name = BabbleBoss["General Rajaxx"];
- [1] = { itemID = 21493, droprate = "8.13%" }; --Boots of the Vanguard
- [2] = { itemID = 21492, droprate = "10.04%" }; --Manslayer of the Qiraji
- [4] = { itemID = 21496, droprate = "15.79%" }; --Bracers of Qiraji Command
- [5] = { itemID = 21494, droprate = "15.13%" }; --Southwind's Grasp
- [6] = { itemID = 21497, droprate = "15.45%" }; --Boots of the Qiraji General
- [7] = { itemID = 21495, droprate = "15.47%" }; --Legplates of the Qiraji Command
- [9] = { icon = "INV_Box_01", "=q6=" .. AL["Rajaxx's Captains"] };
- [10] = { itemID = 21810, droprate = "3.11%" }; --Treads of the Wandering Nomad
- [11] = { itemID = 21809, droprate = "3.20%" }; --Fury of the Forgotten Swarm
- [12] = { itemID = 21806, droprate = "3.04%" }; --Gavel of Qiraji Authority
- [16] = { itemID = 1506051, droprate = "100%", lootTable = {"AQ20SetsBACK","Token"} }; --Ceremonial Qiraji Drape
- [18] = { icon = "INV_Box_01", "=q6=" .. BabbleBoss["Lieutenant General Andorov"] };
+ [1] = { itemID = 21493 }; --Boots of the Vanguard
+ [2] = { itemID = 21492 }; --Manslayer of the Qiraji
+ [4] = { itemID = 21496 }; --Bracers of Qiraji Command
+ [5] = { itemID = 21494 }; --Southwind's Grasp
+ [6] = { itemID = 21497 }; --Boots of the Qiraji General
+ [7] = { itemID = 21495 }; --Legplates of the Qiraji Command
+ [9] = { icon = "INV_Box_01", name = WHITE..AL["Rajaxx's Captains"] };
+ [10] = { itemID = 21810 }; --Treads of the Wandering Nomad
+ [11] = { itemID = 21809 }; --Fury of the Forgotten Swarm
+ [12] = { itemID = 21806 }; --Gavel of Qiraji Authority
+ [16] = { itemID = 1506051, lootTable = {"AQ20SetsBACK","Token"} }; --Ceremonial Qiraji Drape
+ [18] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Lieutenant General Andorov"] };
[19] = { itemID = 22221 }; --Plans: Obsidian Mail Tunic
[20] = { itemID = 22219 }; --Plans: Jagged Obsidian Shield
};
{
Name = BabbleBoss["Moam"];
- [1] = { itemID = 21472, droprate = "7.76%" }; --Dustwind Turban
- [2] = { itemID = 21467, droprate = "6.76%" }; --Thick Silithid Chestguard
- [3] = { itemID = 21479, droprate = "7.12%" }; --Gauntlets of the Immovable
- [4] = { itemID = 21471, droprate = "7.39%" }; --Talon of Furious Concentration
- [6] = { itemID = 21470, droprate = "14.23%" }; --Cloak of the Savior
- [7] = { itemID = 21468, droprate = "15.86%" }; --Mantle of Maz'Nadir
- [8] = { itemID = 21455, droprate = "14.08%" }; --Southwind Helm
- [9] = { itemID = 21474, droprate = "15.25%" }; --Chitinous Shoulderguards
- [10] = { itemID = 21469, droprate = "1" }; --Gauntlets of Southwind
- [11] = { itemID = 21476, droprate = "6.81%" }; --Obsidian Scaled Leggings
- [12] = { itemID = 21475, droprate = "10.39%" }; --Legplates of the Destroyer
- [13] = { itemID = 21477, droprate = "14.42%" }; --Ring of Fury
- [14] = { itemID = 21473, droprate = "14.74%" }; --Eye of Moam
- [16] = { itemID = 1506053, droprate = "100%", lootTable = {"AQ20SetsNECK","Token"} }; --Ceremonial Qiraji Pendant
- [18] = { itemID = 22220, droprate = "4.11%" }; --Plans: Black Grasp of the Destroyer
+ [1] = { itemID = 21472 }; --Dustwind Turban
+ [2] = { itemID = 21467 }; --Thick Silithid Chestguard
+ [3] = { itemID = 21479 }; --Gauntlets of the Immovable
+ [4] = { itemID = 21471 }; --Talon of Furious Concentration
+ [6] = { itemID = 21470 }; --Cloak of the Savior
+ [7] = { itemID = 21468 }; --Mantle of Maz'Nadir
+ [8] = { itemID = 21455 }; --Southwind Helm
+ [9] = { itemID = 21474 }; --Chitinous Shoulderguards
+ [10] = { itemID = 21469 }; --Gauntlets of Southwind
+ [11] = { itemID = 21476 }; --Obsidian Scaled Leggings
+ [12] = { itemID = 21475 }; --Legplates of the Destroyer
+ [13] = { itemID = 21477 }; --Ring of Fury
+ [14] = { itemID = 21473 }; --Eye of Moam
+ [16] = { itemID = 1506053, lootTable = {"AQ20SetsNECK","Token"} }; --Ceremonial Qiraji Pendant
+ [18] = { itemID = 22220 }; --Plans: Black Grasp of the Destroyer
[19] = { itemID = 22194 }; --Black Grasp of the Destroyer
};
{
Name = BabbleBoss["Buru the Gorger"];
- [1] = { itemID = 21487, droprate = "2.64%" }; --Slimy Scaled Gauntlets
- [2] = { itemID = 21486, droprate = "5.22%" }; --Gloves of the Swarm
- [3] = { itemID = 21485, droprate = "7.88%" }; --Buru's Skull Fragment
- [5] = { itemID = 21489, droprate = "15.95%" }; --Quicksand Waders
- [6] = { itemID = 21491, droprate = "16.51%" }; --Scaled Bracers of the Gorger
- [7] = { itemID = 21490, droprate = "15.99%" }; --Slime Kickers
- [8] = { itemID = 21488, droprate = "17.22%" }; --Fetish of Chitinous Spikes
- [16] = { itemID = 1506052, droprate = "100%", lootTable = {"AQ20SetsFINGER","Token"} }; --Ceremonial Qiraji Ring
+ [1] = { itemID = 21487 }; --Slimy Scaled Gauntlets
+ [2] = { itemID = 21486 }; --Gloves of the Swarm
+ [3] = { itemID = 21485 }; --Buru's Skull Fragment
+ [5] = { itemID = 21489 }; --Quicksand Waders
+ [6] = { itemID = 21491 }; --Scaled Bracers of the Gorger
+ [7] = { itemID = 21490 }; --Slime Kickers
+ [8] = { itemID = 21488 }; --Fetish of Chitinous Spikes
+ [16] = { itemID = 1506052, lootTable = {"AQ20SetsFINGER","Token"} }; --Ceremonial Qiraji Ring
};
{
Name = BabbleBoss["Ayamiss the Hunter"];
- [1] = { itemID = 21479, droprate = "6.18%" }; --Gauntlets of the Immovable
- [2] = { itemID = 21466, droprate = "2.06%" }; --Stinger of Ayamiss
- [3] = { itemID = 21478, droprate = "10.14%" }; --Bow of Taut Sinew
- [5] = { itemID = 21484, droprate = "15.85%" }; --Helm of Regrowth
- [6] = { itemID = 21480, droprate = "17.10%" }; --Scaled Silithid Gauntlets
- [7] = { itemID = 21482, droprate = "4.92%" }; --Boots of the Fiery Sands
- [8] = { itemID = 21481, droprate = "11.08%" }; --Boots of the Desert Protector
- [9] = { itemID = 21483, droprate = "16.32%" }; --Ring of the Desert Winds
- [16] = { itemID = 1506052, droprate = "100%", lootTable = {"AQ20SetsFINGER","Token"} }; --Ceremonial Qiraji Ring
+ [1] = { itemID = 21479 }; --Gauntlets of the Immovable
+ [2] = { itemID = 21466 }; --Stinger of Ayamiss
+ [3] = { itemID = 21478 }; --Bow of Taut Sinew
+ [5] = { itemID = 21484 }; --Helm of Regrowth
+ [6] = { itemID = 21480 }; --Scaled Silithid Gauntlets
+ [7] = { itemID = 21482 }; --Boots of the Fiery Sands
+ [8] = { itemID = 21481 }; --Boots of the Desert Protector
+ [9] = { itemID = 21483 }; --Ring of the Desert Winds
+ [16] = { itemID = 1506052, lootTable = {"AQ20SetsFINGER","Token"} }; --Ceremonial Qiraji Ring
};
{
Name = BabbleBoss["Ossirian the Unscarred"];
- [1] = { itemID = 21456, droprate = "10.89%" }; --Sandstorm Cloak
- [2] = { itemID = 21464, droprate = "12.62%" }; --Shackles of the Unscarred
- [3] = { itemID = 21462, droprate = "11.89%" }; --Gloves of Dark Wisdom
- [4] = { itemID = 21461, droprate = "12.83%" }; --Leggings of the Black Blizzard
- [5] = { itemID = 21458, droprate = "13.25%" }; --Gauntlets of New Life
- [6] = { itemID = 21454, droprate = "4.10%" }; --Runic Stone Shoulders
- [7] = { itemID = 21463, droprate = "12.27%" }; --Ossirian's Binding
- [8] = { itemID = 21460, droprate = "12.18%" }; --Helm of Domination
- [9] = { itemID = 21453, droprate = "6.96%" }; --Mantle of the Horusath
- [10] = { itemID = 21457, droprate = "10.74%" }; --Bracers of Brutality
- [11] = { itemID = 21715, droprate = "5.95%" }; --Sand Polished Hammer
- [12] = { itemID = 21459, droprate = "6.12%" }; --Crossbow of Imminent Doom
- [13] = { itemID = 21452, droprate = "10.32%" }; --Staff of the Ruins
- [16] = { itemID = 21220, droprate = "100%" }; --Head of Ossirian the Unscarred
+ [1] = { itemID = 21456 }; --Sandstorm Cloak
+ [2] = { itemID = 21464 }; --Shackles of the Unscarred
+ [3] = { itemID = 21462 }; --Gloves of Dark Wisdom
+ [4] = { itemID = 21461 }; --Leggings of the Black Blizzard
+ [5] = { itemID = 21458 }; --Gauntlets of New Life
+ [6] = { itemID = 21454 }; --Runic Stone Shoulders
+ [7] = { itemID = 21463 }; --Ossirian's Binding
+ [8] = { itemID = 21460 }; --Helm of Domination
+ [9] = { itemID = 21453 }; --Mantle of the Horusath
+ [10] = { itemID = 21457 }; --Bracers of Brutality
+ [11] = { itemID = 21715 }; --Sand Polished Hammer
+ [12] = { itemID = 21459 }; --Crossbow of Imminent Doom
+ [13] = { itemID = 21452 }; --Staff of the Ruins
+ [16] = { itemID = 21220 }; --Head of Ossirian the Unscarred
[17] = { itemID = 21504 }; --Charm of the Shifting Sands
[18] = { itemID = 21507 }; --Amulet of the Shifting Sands
[19] = { itemID = 21505 }; --Choker of the Shifting Sands
[20] = { itemID = 21506 }; --Pendant of the Shifting Sands
- [22] = { itemID = 1506053, droprate = "100%", lootTable = {"AQ20SetsNECK","Token"} }; --Ceremonial Qiraji Pendant
+ [22] = { itemID = 1506053, lootTable = {"AQ20SetsNECK","Token"} }; --Ceremonial Qiraji Pendant
};
{
Name = AL["Trash Mobs"];
- [1] = { itemID = 20873, droprate = "0.39%" }; --Alabaster Idol
- [2] = { itemID = 20869, droprate = "0.36%" }; --Amber Idol
- [3] = { itemID = 20866, droprate = "0.48%" }; --Azure Idol
- [4] = { itemID = 20870, droprate = "0.52%" }; --Jasper Idol
- [5] = { itemID = 20868, droprate = "0.48%" }; --Lambent Idol
- [6] = { itemID = 20871, droprate = "0.41%" }; --Obsidian Idol
- [7] = { itemID = 20867, droprate = "0.36%" }; --Onyx Idol
- [8] = { itemID = 20872, droprate = "0.31%" }; --Vermillion Idol
+ [1] = { itemID = 20873 }; --Alabaster Idol
+ [2] = { itemID = 20869 }; --Amber Idol
+ [3] = { itemID = 20866 }; --Azure Idol
+ [4] = { itemID = 20870 }; --Jasper Idol
+ [5] = { itemID = 20868 }; --Lambent Idol
+ [6] = { itemID = 20871 }; --Obsidian Idol
+ [7] = { itemID = 20867 }; --Onyx Idol
+ [8] = { itemID = 20872 }; --Vermillion Idol
[9] = { itemID = 22202 }; --Small Obsidian Shard
[10] = { itemID = 22203 }; --Large Obsidian Shard
- [16] = { itemID = 20864, droprate = "0.84%" }; --Bone Scarab
- [17] = { itemID = 20861, droprate = "0.88%" }; --Bronze Scarab
- [18] = { itemID = 20863, droprate = "0.95%" }; --Clay Scarab
- [19] = { itemID = 20862, droprate = "0.99%" }; --Crystal Scarab
- [20] = { itemID = 20859, droprate = "0.96%" }; --Gold Scarab
- [21] = { itemID = 20865, droprate = "0.93%" }; --Ivory Scarab
- [22] = { itemID = 20860, droprate = "1.82%" }; --Silver Scarab
- [23] = { itemID = 20858, droprate = "0.86%" }; --Stone Scarab
- [24] = { itemID = 21761, droprate = "7.27%" }; --Scarab Coffer Key
+ [16] = { itemID = 20864 }; --Bone Scarab
+ [17] = { itemID = 20861 }; --Bronze Scarab
+ [18] = { itemID = 20863 }; --Clay Scarab
+ [19] = { itemID = 20862 }; --Crystal Scarab
+ [20] = { itemID = 20859 }; --Gold Scarab
+ [21] = { itemID = 20865 }; --Ivory Scarab
+ [22] = { itemID = 20860 }; --Silver Scarab
+ [23] = { itemID = 20858 }; --Stone Scarab
+ [24] = { itemID = 21761 }; --Scarab Coffer Key
[12] = { itemID = 21404 }; --Dagger of Veiled Shadows
[13] = { itemID = 21416 }; --Kris of Unspoken Names
@@ -265,256 +265,256 @@ AtlasLoot_Data["TempleofAQ"] = {
Map = "TheTempleofAhnQiraj";
{
Name = BabbleBoss["The Prophet Skeram"];
- [1] = { itemID = 21701, droprate = "11.81%" }; --Cloak of Concentrated Hatred
- [2] = { itemID = 21708, droprate = "12.85%" }; --Beetle Scaled Wristguards
- [3] = { itemID = 21698, droprate = " 10.99%" }; --Leggings of Immersion
- [4] = { itemID = 21699, droprate = "11.50%" }; --Barrage Shoulders
- [5] = { itemID = 21705, droprate = "3.33%" }; --Boots of the Fallen Prophet
- [6] = { itemID = 21814, droprate = "11.01%" }; --Breastplate of Annihilation
- [7] = { itemID = 21704, droprate = "7.75%" }; --Boots of the Redeemed Prophecy
- [8] = { itemID = 21706, droprate = "12.23%" }; --Boots of the Unwavering Will
+ [1] = { itemID = 21701 }; --Cloak of Concentrated Hatred
+ [2] = { itemID = 21708 }; --Beetle Scaled Wristguards
+ [3] = { itemID = 21698 }; --Leggings of Immersion
+ [4] = { itemID = 21699 }; --Barrage Shoulders
+ [5] = { itemID = 21705 }; --Boots of the Fallen Prophet
+ [6] = { itemID = 21814 }; --Breastplate of Annihilation
+ [7] = { itemID = 21704 }; --Boots of the Redeemed Prophecy
+ [8] = { itemID = 21706 }; --Boots of the Unwavering Will
- [10] = { itemID = 21702, droprate = "12.20%" }; --Amulet of Foul Warding
- [11] = { itemID = 21700, droprate = "11.57%" }; --Pendant of the Qiraji Guardian
- [12] = { itemID = 21707, droprate = "12.57%" }; --Ring of Swarming Thought
- [13] = { itemID = 21703, droprate = "7.14%" }; --Hammer of Ji'zhi
- [14] = { itemID = 21128, droprate = " 6.32%" }; --Staff of the Qiraji Prophets
+ [10] = { itemID = 21702 }; --Amulet of Foul Warding
+ [11] = { itemID = 21700 }; --Pendant of the Qiraji Guardian
+ [12] = { itemID = 21707 }; --Ring of Swarming Thought
+ [13] = { itemID = 21703 }; --Hammer of Ji'zhi
+ [14] = { itemID = 21128 }; --Staff of the Qiraji Prophets
- [16] = { itemID = 21237, droprate = "1.74%" }; --Imperial Qiraji Regalia
+ [16] = { itemID = 21237 }; --Imperial Qiraji Regalia
[17] = { itemID = 21273 }; --Blessed Qiraji Acolyte Staff
[18] = { itemID = 21275 }; --Blessed Qiraji Augur Staff
[19] = { itemID = 21268 }; --Blessed Qiraji War Hammer
- [21] = { itemID = 21232, droprate = "1.32%" }; --Imperial Qiraji Armaments
+ [21] = { itemID = 21232 }; --Imperial Qiraji Armaments
[22] = { itemID = 21242 }; --Blessed Qiraji War Axe
[23] = { itemID = 21272 }; --Blessed Qiraji Musket
[24] = { itemID = 21244 }; --Blessed Qiraji Pugio
[25] = { itemID = 21269 }; --Blessed Qiraji Bulwark
- [27] = { itemID = 22222, droprate = "5.00%" }; --Plans: Thick Obsidian Breastplate
+ [27] = { itemID = 22222 }; --Plans: Thick Obsidian Breastplate
[28] = { itemID = 22196 }; --Thick Obsidian Breastplate
- [30] = { itemID = 20928, droprate = "100%", lootTable = {"T2.5FEET","Token"} }; --Bindings of the Lost Nomad
+ [30] = { itemID = 20928, lootTable = {"T2.5FEET","Token"} }; --Bindings of the Lost Nomad
};
{
Name = BabbleBoss["The Bug Family"];
- [1] = { itemID = 21697, droprate = "14%" }; --Cape of the Trinity
- [2] = { itemID = 21694, droprate = "16%" }; --Ternary Mantle
- [3] = { itemID = 21696, droprate = "13%" }; --Robes of the Triumvirate
- [4] = { itemID = 21693, droprate = "16%" }; --Guise of the Devourer
- [5] = { itemID = 21692, droprate = "16%" }; --Triad Girdle
- [6] = { itemID = 21695, droprate = "14%" }; --Angelista's Touch
- [8] = { itemID = 21237, droprate = "7%" }; --Imperial Qiraji Regalia
- [9] = { itemID = 21232, droprate = "7%" }; --Imperial Qiraji Armaments
+ [1] = { itemID = 21697 }; --Cape of the Trinity
+ [2] = { itemID = 21694 }; --Ternary Mantle
+ [3] = { itemID = 21696 }; --Robes of the Triumvirate
+ [4] = { itemID = 21693 }; --Guise of the Devourer
+ [5] = { itemID = 21692 }; --Triad Girdle
+ [6] = { itemID = 21695 }; --Angelista's Touch
+ [8] = { itemID = 21237 }; --Imperial Qiraji Regalia
+ [9] = { itemID = 21232 }; --Imperial Qiraji Armaments
- [11] = { itemID = 21680, droprate = "21%" }; --Vest of Swift Execution
- [12] = { itemID = 21603, droprate = "25%" }; --Wand of Qiraji Nobility
- [13] = { itemID = 21681, droprate = "17%" }; --Ring of the Devoured
- [14] = { itemID = 21685, droprate = "21%" }; --Petrified Scarab
+ [11] = { itemID = 21680 }; --Vest of Swift Execution
+ [12] = { itemID = 21603 }; --Wand of Qiraji Nobility
+ [13] = { itemID = 21681 }; --Ring of the Devoured
+ [14] = { itemID = 21685 }; --Petrified Scarab
- [16] = { itemID = 21689, droprate = "18%" }; --Gloves of Ebru
- [17] = { itemID = 21691, droprate = "20%" }; --Ooze-ridden Gauntlets
- [18] = { itemID = 21688, droprate = "18%" }; --Boots of the Fallen Hero
- [19] = { itemID = 21690, droprate = "20%" }; --Angelista's Charm
+ [16] = { itemID = 21689 }; --Gloves of Ebru
+ [17] = { itemID = 21691 }; --Ooze-ridden Gauntlets
+ [18] = { itemID = 21688 }; --Boots of the Fallen Hero
+ [19] = { itemID = 21690 }; --Angelista's Charm
- [21] = { itemID = 21686, droprate = "13%" }; --Mantle of Phrenic Power
- [22] = { itemID = 21682, droprate = "19%" }; --Bile-Covered Gauntlets
- [23] = { itemID = 21684, droprate = "16%" }; --Mantle of the Desert's Fury
- [24] = { itemID = 21683, droprate = "14%" }; --Mantle of the Desert Crusade
- [25] = { itemID = 21687, droprate = "20%" }; --Ukko's Ring of Darkness
+ [21] = { itemID = 21686 }; --Mantle of Phrenic Power
+ [22] = { itemID = 21682 }; --Bile-Covered Gauntlets
+ [23] = { itemID = 21684 }; --Mantle of the Desert's Fury
+ [24] = { itemID = 21683 }; --Mantle of the Desert Crusade
+ [25] = { itemID = 21687 }; --Ukko's Ring of Darkness
- [27] = { itemID = 20928, droprate = "100%", lootTable = {"T2.5FEET","Token"} }; --Bindings of the Lost Nomad
+ [27] = { itemID = 20928, lootTable = {"T2.5FEET","Token"} }; --Bindings of the Lost Nomad
};
{
Name = BabbleBoss["Battleguard Sartura"];
- [1] = { itemID = 21671, droprate = "13.30%" }; --Robes of the Battleguard
- [2] = { itemID = 21676, droprate = "13.02%" }; --Leggings of the Festering Swarm
- [3] = { itemID = 21648, droprate = "7.64%" }; --Recomposed Boots
- [4] = { itemID = 21669, droprate = "12.33%" }; --Creeping Vine Helm
- [5] = { itemID = 21672, droprate = "11.87%" }; --Gloves of Enforcement
- [6] = { itemID = 21675, droprate = "13.26%" }; --Thick Qirajihide Belt
- [7] = { itemID = 21668, droprate = "4.03%" }; --Scaled Leggings of Qiraji Fury
- [8] = { itemID = 21674, droprate = "11.07%" }; --Gauntlets of Steadfast Determination
- [9] = { itemID = 21667, droprate = "7.44%" }; --Legplates of Blazing Light
+ [1] = { itemID = 21671 }; --Robes of the Battleguard
+ [2] = { itemID = 21676 }; --Leggings of the Festering Swarm
+ [3] = { itemID = 21648 }; --Recomposed Boots
+ [4] = { itemID = 21669 }; --Creeping Vine Helm
+ [5] = { itemID = 21672 }; --Gloves of Enforcement
+ [6] = { itemID = 21675 }; --Thick Qirajihide Belt
+ [7] = { itemID = 21668 }; --Scaled Leggings of Qiraji Fury
+ [8] = { itemID = 21674 }; --Gauntlets of Steadfast Determination
+ [9] = { itemID = 21667 }; --Legplates of Blazing Light
[11] = { itemID = 21678 }; --Necklace of Purity
- [12] = { itemID = 21670, droprate = "13.22%" }; --Badge of the Swarmguard
- [13] = { itemID = 21666, droprate = "6.47%" }; --Sartura's Might
- [14] = { itemID = 21673, droprate = "7.16%" }; --Silithid Claw
+ [12] = { itemID = 21670 }; --Badge of the Swarmguard
+ [13] = { itemID = 21666 }; --Sartura's Might
+ [14] = { itemID = 21673 }; --Silithid Claw
- [16] = { itemID = 21237, droprate = "4.01%" }; --Imperial Qiraji Regalia
+ [16] = { itemID = 21237 }; --Imperial Qiraji Regalia
[17] = { itemID = 21273 }; --Blessed Qiraji Acolyte Staff
[18] = { itemID = 21275 }; --Blessed Qiraji Augur Staff
[19] = { itemID = 21268 }; --Blessed Qiraji War Hammer
- [21] = { itemID = 21232, droprate = "4.02%" }; --Imperial Qiraji Armaments
+ [21] = { itemID = 21232 }; --Imperial Qiraji Armaments
[22] = { itemID = 21242 }; --Blessed Qiraji War Axe
[23] = { itemID = 21272 }; --Blessed Qiraji Musket
[24] = { itemID = 21244 }; --Blessed Qiraji Pugio
[25] = { itemID = 21269 }; --Blessed Qiraji Bulwark
- [27] = { itemID = 20932, droprate = "100%", lootTable = {"T2.5SHOULDER","Token"} }; --Spaulders of the Imperial Guard
+ [27] = { itemID = 20932, lootTable = {"T2.5SHOULDER","Token"} }; --Spaulders of the Imperial Guard
};
{
Name = BabbleBoss["Fankriss the Unyielding"];
- [1] = { itemID = 21627, droprate = "12.51%" }; --Cloak of Untold Secrets
- [2] = { itemID = 21663, droprate = "12.95%" }; --Robes of the Guardian Saint
- [3] = { itemID = 21665, droprate = "13.25%" }; --Mantle of Wicked Revenge
- [4] = { itemID = 21645, droprate = "14.04%" }; --Hive Tunneler's Boots
- [5] = { itemID = 21651, droprate = "12.91%" }; --Scaled Sand Reaver Leggings
- [6] = { itemID = 21639, droprate = "14.78%" }; --Pauldrons of the Unrelenting
- [7] = { itemID = 21652, droprate = "10.29%" }; --Silithid Carapace Chestguard
+ [1] = { itemID = 21627 }; --Cloak of Untold Secrets
+ [2] = { itemID = 21663 }; --Robes of the Guardian Saint
+ [3] = { itemID = 21665 }; --Mantle of Wicked Revenge
+ [4] = { itemID = 21645 }; --Hive Tunneler's Boots
+ [5] = { itemID = 21651 }; --Scaled Sand Reaver Leggings
+ [6] = { itemID = 21639 }; --Pauldrons of the Unrelenting
+ [7] = { itemID = 21652 }; --Silithid Carapace Chestguard
- [9] = { itemID = 21647, droprate = "13.82%" }; --Fetish of the Sand Reaver
- [10] = { itemID = 21664, droprate = "12.63%" }; --Barbed Choker
- [11] = { itemID = 22402, droprate = "4.21%" }; --Libram of Grace
- [12] = { itemID = 22396, droprate = "1.69%" }; --Totem of Life
- [13] = { itemID = 21650, droprate = " 7.19%" }; --Ancient Qiraji Ripper
- [14] = { itemID = 21635, droprate = "6.61%" }; --Barb of the Sand Reaver
+ [9] = { itemID = 21647 }; --Fetish of the Sand Reaver
+ [10] = { itemID = 21664 }; --Barbed Choker
+ [11] = { itemID = 22402 }; --Libram of Grace
+ [12] = { itemID = 22396 }; --Totem of Life
+ [13] = { itemID = 21650 }; --Ancient Qiraji Ripper
+ [14] = { itemID = 21635 }; --Barb of the Sand Reaver
- [16] = { itemID = 21237, droprate = "4.84%" }; --Imperial Qiraji Regalia
+ [16] = { itemID = 21237 }; --Imperial Qiraji Regalia
[17] = { itemID = 21273 }; --Blessed Qiraji Acolyte Staff
[18] = { itemID = 21275 }; --Blessed Qiraji Augur Staff
[19] = { itemID = 21268 }; --Blessed Qiraji War Hammer
- [21] = { itemID = 21232, droprate = "4.09%" }; --Imperial Qiraji Armaments
+ [21] = { itemID = 21232 }; --Imperial Qiraji Armaments
[22] = { itemID = 21242 }; --Blessed Qiraji War Axe
[23] = { itemID = 21272 }; --Blessed Qiraji Musket
[24] = { itemID = 21244 }; --Blessed Qiraji Pugio
[25] = { itemID = 21269 }; --Blessed Qiraji Bulwark
- [27] = { itemID = 20932, droprate = "100%", lootTable = {"T2.5SHOULDER","Token"} }; --Spaulders of the Imperial Guard
+ [27] = { itemID = 20932, lootTable = {"T2.5SHOULDER","Token"} }; --Spaulders of the Imperial Guard
};
{
Name = BabbleBoss["Viscidus"];
- [1] = { itemID = 21624, droprate = "3.90%" }; --Gauntlets of Kalimdor
- [2] = { itemID = 21626, droprate = "13.66%" }; --Slime-coated Leggings
- [3] = { itemID = 21623, droprate = "5.37%" }; --Gauntlets of the Righteous Champion
- [4] = { itemID = 21691, droprate = "5.37%" }; --Ooze-ridden Gauntlets
- [5] = { itemID = 21688, droprate = "18%" }; --Boots of the Fallen Hero
- [6] = { itemID = 21682, droprate = "19%" }; --Bile-Covered Gauntlets
+ [1] = { itemID = 21624 }; --Gauntlets of Kalimdor
+ [2] = { itemID = 21626 }; --Slime-coated Leggings
+ [3] = { itemID = 21623 }; --Gauntlets of the Righteous Champion
+ [4] = { itemID = 21691 }; --Ooze-ridden Gauntlets
+ [5] = { itemID = 21688 }; --Boots of the Fallen Hero
+ [6] = { itemID = 21682 }; --Bile-Covered Gauntlets
- [8] = { itemID = 21677, droprate = "2.93%" }; --Ring of the Qiraji Fury
- [9] = { itemID = 21625, droprate = "21.46%" }; --Scarab Brooch
- [10] = { itemID = 22399, droprate = "7.32%" }; --Idol of Health
- [11] = { itemID = 21622, droprate = "15.12%" }; --Sharpened Silithid Femur
+ [8] = { itemID = 21677 }; --Ring of the Qiraji Fury
+ [9] = { itemID = 21625 }; --Scarab Brooch
+ [10] = { itemID = 22399 }; --Idol of Health
+ [11] = { itemID = 21622 }; --Sharpened Silithid Femur
- [16] = { itemID = 21237, droprate = "3.19%" }; --Imperial Qiraji Regalia
+ [16] = { itemID = 21237 }; --Imperial Qiraji Regalia
[17] = { itemID = 21273 }; --Blessed Qiraji Acolyte Staff
[18] = { itemID = 21275 }; --Blessed Qiraji Augur Staff
[19] = { itemID = 21268 }; --Blessed Qiraji War Hammer
- [21] = { itemID = 21232, droprate = "6.86%" }; --Imperial Qiraji Armaments
+ [21] = { itemID = 21232 }; --Imperial Qiraji Armaments
[22] = { itemID = 21242 }; --Blessed Qiraji War Axe
[23] = { itemID = 21272 }; --Blessed Qiraji Musket
[24] = { itemID = 21244 }; --Blessed Qiraji Pugio
[25] = { itemID = 21269 }; --Blessed Qiraji Bulwark
- [27] = { itemID = 20932, droprate = "100%", lootTable = {"T2.5SHOULDER","Token"} }; --Spaulders of the Imperial Guard
- [28] = { itemID = 20931, droprate = "100%", lootTable = {"T2.5LEGS","Token"} }; --Hardened Qiraj Chitin
- [29] = { itemID = 20930, droprate = "100%", lootTable = {"T2.5HEAD","Token"} }; --Diadem of the Desert Prince
- [30] = { itemID = 20928, droprate = "100%", lootTable = {"T2.5FEET","Token"} }; --Bindings of the Lost Nomad
+ [27] = { itemID = 20932, lootTable = {"T2.5SHOULDER","Token"} }; --Spaulders of the Imperial Guard
+ [28] = { itemID = 20931, lootTable = {"T2.5LEGS","Token"} }; --Hardened Qiraj Chitin
+ [29] = { itemID = 20930, lootTable = {"T2.5HEAD","Token"} }; --Diadem of the Desert Prince
+ [30] = { itemID = 20928, lootTable = {"T2.5FEET","Token"} }; --Bindings of the Lost Nomad
};
{
Name = BabbleBoss["Princess Huhuran"];
- [1] = { itemID = 21619, droprate = "12.01%" }; --Gloves of the Messiah
- [2] = { itemID = 21621, droprate = "12.56%" }; --Cloak of the Golden Hive
- [3] = { itemID = 21617, droprate = "11.97%" }; --Wasphide Gauntlets
- [4] = { itemID = 21618, droprate = "10.34%" }; --Hive Defiler Wristguards
- [5] = { itemID = 21694, droprate = "16%" }; --Ternary Mantle
- [6] = { itemID = 21683, droprate = "14%" }; --Mantle of the Desert Crusade
- [7] = { itemID = 21680, droprate = "21%" }; --Vest of Swift Execution
- [8] = { itemID = 21668, droprate = "4.03%" }; --Scaled Leggings of Qiraji Fury
+ [1] = { itemID = 21619 }; --Gloves of the Messiah
+ [2] = { itemID = 21621 }; --Cloak of the Golden Hive
+ [3] = { itemID = 21617 }; --Wasphide Gauntlets
+ [4] = { itemID = 21618 }; --Hive Defiler Wristguards
+ [5] = { itemID = 21694 }; --Ternary Mantle
+ [6] = { itemID = 21683 }; --Mantle of the Desert Crusade
+ [7] = { itemID = 21680 }; --Vest of Swift Execution
+ [8] = { itemID = 21668 }; --Scaled Leggings of Qiraji Fury
- [10] = { itemID = 21603, droprate = "25%" }; --Wand of Qiraji Nobility
- [11] = { itemID = 21620, droprate = "12.97%" }; --Ring of the Martyr
- [12] = { itemID = 21616, droprate = "5.71%" }; --Huhuran's Stinger
+ [10] = { itemID = 21603 }; --Wand of Qiraji Nobility
+ [11] = { itemID = 21620 }; --Ring of the Martyr
+ [12] = { itemID = 21616 }; --Huhuran's Stinger
- [16] = { itemID = 21237, droprate = "4.31%" }; --Imperial Qiraji Regalia
+ [16] = { itemID = 21237 }; --Imperial Qiraji Regalia
[17] = { itemID = 21273 }; --Blessed Qiraji Acolyte Staff
[18] = { itemID = 21275 }; --Blessed Qiraji Augur Staff
[19] = { itemID = 21268 }; --Blessed Qiraji War Hammer
- [21] = { itemID = 21232, droprate = "4.11%" }; --Imperial Qiraji Armaments
+ [21] = { itemID = 21232 }; --Imperial Qiraji Armaments
[22] = { itemID = 21242 }; --Blessed Qiraji War Axe
[23] = { itemID = 21272 }; --Blessed Qiraji Musket
[24] = { itemID = 21244 }; --Blessed Qiraji Pugio
[25] = { itemID = 21269 }; --Blessed Qiraji Bulwark
- [27] = { itemID = 20932, droprate = "100%", lootTable = {"T2.5SHOULDER","Token"} }; --Spaulders of the Imperial Guard
- [28] = { itemID = 20931, droprate = "100%", lootTable = {"T2.5LEGS","Token"} }; --Hardened Qiraj Chitin
+ [27] = { itemID = 20932, lootTable = {"T2.5SHOULDER","Token"} }; --Spaulders of the Imperial Guard
+ [28] = { itemID = 20931, lootTable = {"T2.5LEGS","Token"} }; --Hardened Qiraj Chitin
};
{
Name = BabbleBoss["The Twin Emperors"];
- [1] = { itemID = 21600, droprate = "15.77%" }; --Boots of Epiphany
- [2] = { itemID = 21602, droprate = "15.95%" }; --Qiraji Execution Bracers
- [3] = { itemID = 21599, droprate = "15.77%" }; --Vek'lor's Gloves of Devastation
- [4] = { itemID = 21598, droprate = "9.84%" }; --Royal Qiraji Belt
- [5] = { itemID = 21597, droprate = "6.99%" }; --Royal Scepter of Vek'lor
- [6] = { itemID = 21601, droprate = "17.27%" }; --Ring of Emperor Vek'lor
- [7] = { itemID = 20735, droprate = "6.62%" }; --Formula: Enchant Cloak - Subtlety
+ [1] = { itemID = 21600 }; --Boots of Epiphany
+ [2] = { itemID = 21602 }; --Qiraji Execution Bracers
+ [3] = { itemID = 21599 }; --Vek'lor's Gloves of Devastation
+ [4] = { itemID = 21598 }; --Royal Qiraji Belt
+ [5] = { itemID = 21597 }; --Royal Scepter of Vek'lor
+ [6] = { itemID = 21601 }; --Ring of Emperor Vek'lor
+ [7] = { itemID = 20735 }; --Formula: Enchant Cloak - Subtlety
- [9] = { itemID = 21232, droprate = "6.25%" }; --Imperial Qiraji Armaments
+ [9] = { itemID = 21232 }; --Imperial Qiraji Armaments
[10] = { itemID = 21242 }; --Blessed Qiraji War Axe
[11] = { itemID = 21272 }; --Blessed Qiraji Musket
[12] = { itemID = 21244 }; --Blessed Qiraji Pugio
[13] = { itemID = 21269 }; --Blessed Qiraji Bulwark
- [15] = { itemID = 20930, droprate = "100%", lootTable = {"T2.5HEAD","Token"} }; --Diadem of the Desert Prince
+ [15] = { itemID = 20930, lootTable = {"T2.5HEAD","Token"} }; --Diadem of the Desert Prince
- [16] = { itemID = 21604, droprate = "12.51%" }; --Bracelets of Royal Redemption
- [17] = { itemID = 21605, droprate = "15.45%" }; --Gloves of the Hidden Temple
- [18] = { itemID = 21609, droprate = "13.35%" }; --Regenerating Belt of Vek'nilash
- [19] = { itemID = 21607, droprate = "2.72%" }; --Grasp of the Fallen Emperor
- [20] = { itemID = 21606, droprate = "12.22%" }; --Belt of the Fallen Emperor
- [21] = { itemID = 21679, droprate = "9.25%" }; --Kalimdor's Revenge
- [22] = { itemID = 21608, droprate = "14.25%" }; --Amulet of Vek'nilash
- [23] = { itemID = 20726, droprate = "6.24%" }; --Formula: Enchant Gloves - Threat
+ [16] = { itemID = 21604 }; --Bracelets of Royal Redemption
+ [17] = { itemID = 21605 }; --Gloves of the Hidden Temple
+ [18] = { itemID = 21609 }; --Regenerating Belt of Vek'nilash
+ [19] = { itemID = 21607 }; --Grasp of the Fallen Emperor
+ [20] = { itemID = 21606 }; --Belt of the Fallen Emperor
+ [21] = { itemID = 21679 }; --Kalimdor's Revenge
+ [22] = { itemID = 21608 }; --Amulet of Vek'nilash
+ [23] = { itemID = 20726 }; --Formula: Enchant Gloves - Threat
- [25] = { itemID = 21237, droprate = "5.00%" }; --Imperial Qiraji Regalia
+ [25] = { itemID = 21237 }; --Imperial Qiraji Regalia
[26] = { itemID = 21273 }; --Blessed Qiraji Acolyte Staff
[27] = { itemID = 21275 }; --Blessed Qiraji Augur Staff
[28] = { itemID = 21268 }; --Blessed Qiraji War Hammer
};
{
Name = BabbleBoss["Ouro"];
- [1] = { itemID = 21615, droprate = "28.63%" }; --Don Rigoberto's Lost Hat
- [2] = { itemID = 21611, droprate = "24.44%" }; --Burrower Bracers
- [3] = { itemID = 23558, droprate = "2.90%" }; --The Burrower's Shell
- [4] = { itemID = 23570, droprate = "2.80%" }; --Jom Gabbar
- [5] = { itemID = 23557, droprate = "3.95%" }; --Larvae of the Great Worm
- [6] = { itemID = 21610, droprate = "16.54%" }; --Wormscale Blocker
- [7] = { itemID = 21708, droprate = "12.85%" }; --Beetle Scaled Wristguards
- [8] = { itemID = 21645, droprate = "14.04%" }; --Hive Tunneler's Boots
- [9] = { itemID = 21605, droprate = "15.45%" }; --Gloves of the Hidden Temple
- [10] = { itemID = 15029, droprate = "3.65%" }; --Aera's Poison Gland
+ [1] = { itemID = 21615 }; --Don Rigoberto's Lost Hat
+ [2] = { itemID = 21611 }; --Burrower Bracers
+ [3] = { itemID = 23558 }; --The Burrower's Shell
+ [4] = { itemID = 23570 }; --Jom Gabbar
+ [5] = { itemID = 23557 }; --Larvae of the Great Worm
+ [6] = { itemID = 21610 }; --Wormscale Blocker
+ [7] = { itemID = 21708 }; --Beetle Scaled Wristguards
+ [8] = { itemID = 21645 }; --Hive Tunneler's Boots
+ [9] = { itemID = 21605 }; --Gloves of the Hidden Temple
+ [10] = { itemID = 15029 }; --Aera's Poison Gland
- [16] = { itemID = 21237, droprate = "5.20%" }; --Imperial Qiraji Regalia
+ [16] = { itemID = 21237 }; --Imperial Qiraji Regalia
[17] = { itemID = 21273 }; --Blessed Qiraji Acolyte Staff
[18] = { itemID = 21275 }; --Blessed Qiraji Augur Staff
[19] = { itemID = 21268 }; --Blessed Qiraji War Hammer
- [21] = { itemID = 21232, droprate = "4.10%" }; --Imperial Qiraji Armaments
+ [21] = { itemID = 21232 }; --Imperial Qiraji Armaments
[22] = { itemID = 21242 }; --Blessed Qiraji War Axe
[23] = { itemID = 21272 }; --Blessed Qiraji Musket
[24] = { itemID = 21244 }; --Blessed Qiraji Pugio
[25] = { itemID = 21269 }; --Blessed Qiraji Bulwark
- [27] = { itemID = 20931, droprate = "100%", lootTable = {"T2.5LEGS","Token"} }; --Hardened Qiraj Chitin
+ [27] = { itemID = 20931, lootTable = {"T2.5LEGS","Token"} }; --Hardened Qiraj Chitin
};
{
Name = BabbleBoss["C'Thun"];
- [1] = { itemID = 21583, droprate = "14.45%" }; --Cloak of Clarity
- [2] = { itemID = 22731, droprate = "16.34%" }; --Cloak of the Devoured
- [3] = { itemID = 21585, droprate = "13.63%" }; --Dark Storm Gauntlets
- [4] = { itemID = 22730, droprate = "10.41%" }; --Eyestalk Waist Cord
- [5] = { itemID = 21582, droprate = "15.04%" }; --Grasp of the Old God
- [6] = { itemID = 21586, droprate = "11.24%" }; --Belt of Never-ending Agony
- [7] = { itemID = 21581, droprate = "12.04%" }; --Gauntlets of Annihilation
+ [1] = { itemID = 21583 }; --Cloak of Clarity
+ [2] = { itemID = 22731 }; --Cloak of the Devoured
+ [3] = { itemID = 21585 }; --Dark Storm Gauntlets
+ [4] = { itemID = 22730 }; --Eyestalk Waist Cord
+ [5] = { itemID = 21582 }; --Grasp of the Old God
+ [6] = { itemID = 21586 }; --Belt of Never-ending Agony
+ [7] = { itemID = 21581 }; --Gauntlets of Annihilation
- [9] = { itemID = 22732, droprate = "10.62%" }; --Mark of C'Thun
- [10] = { itemID = 21596, droprate = "11.83%" }; --Ring of the Godslayer
- [11] = { itemID = 21579, droprate = "12.18%" }; --Vanquished Tentacle of C'Thun
+ [9] = { itemID = 22732 }; --Mark of C'Thun
+ [10] = { itemID = 21596 }; --Ring of the Godslayer
+ [11] = { itemID = 21579 }; --Vanquished Tentacle of C'Thun
[12] = { itemID = 21126 }; --Death's Sting
[13] = { itemID = 21134 }; --Dark Edge of Insanity
- [14] = { itemID = 21839, droprate = "4.75%" }; --Scepter of the False Prophet
+ [14] = { itemID = 21839 }; --Scepter of the False Prophet
- [15] = { itemID = 21221, droprate = "100%" }; --Eye of C'Thun
+ [15] = { itemID = 21221 }; --Eye of C'Thun
[16] = { itemID = 21710 }; --Cloak of the Fallen God
[17] = { itemID = 21712 }; --Amulet of the Fallen God
[18] = { itemID = 21709 }; --Ring of the Fallen God
@@ -525,44 +525,44 @@ AtlasLoot_Data["TempleofAQ"] = {
[23] = { itemID = 22631 }; --Atiesh, Greatstaff of the Guardian
[24] = { itemID = 22630 }; --Atiesh, Greatstaff of the Guardian
- [26] = { itemID = 20933, droprate = "100%", lootTable = {"T2.5CHEST","Token"} }; --Husk of the Old God
+ [26] = { itemID = 20933, lootTable = {"T2.5CHEST","Token"} }; --Husk of the Old God
};
{
Name = AL["Trash Mobs"];
- [1] = { itemID = 21838, droprate = "0.20%" }; --Garb of Royal Ascension
- [2] = { itemID = 21888, droprate = "0.16%" }; --Gloves of the Immortal
- [3] = { itemID = 21889, droprate = "0.39%" }; --Gloves of the Redeemed Prophecy
- [4] = { itemID = 21836, droprate = "0.18%" }; --Ritssyn's Ring of Chaos
- [5] = { itemID = 21891, droprate = "0.59%" }; --Shard of the Fallen Star
- [6] = { itemID = 21856, droprate = "0.20%" }; --Neretzek, The Blood Drinker
- [7] = { itemID = 21837, droprate = "0.21%" }; --Anubisath Warhammer
+ [1] = { itemID = 21838 }; --Garb of Royal Ascension
+ [2] = { itemID = 21888 }; --Gloves of the Immortal
+ [3] = { itemID = 21889 }; --Gloves of the Redeemed Prophecy
+ [4] = { itemID = 21836 }; --Ritssyn's Ring of Chaos
+ [5] = { itemID = 21891 }; --Shard of the Fallen Star
+ [6] = { itemID = 21856 }; --Neretzek, The Blood Drinker
+ [7] = { itemID = 21837 }; --Anubisath Warhammer
[9] = { itemID = 22202 }; --Small Obsidian Shard
[10] = { itemID = 22203 }; --Large Obsidian Shard
- [16] = { itemID = 21218, droprate = "10.64%" }; --Blue Qiraji Resonating Crystal
- [17] = { itemID = 21324, droprate = "12.15%" }; --Yellow Qiraji Resonating Crystal
- [18] = { itemID = 21323, droprate = "11.62%" }; --Green Qiraji Resonating Crystal
- [19] = { itemID = 21321, droprate = "1.39%" }; --Red Qiraji Resonating Crystal
+ [16] = { itemID = 21218 }; --Blue Qiraji Resonating Crystal
+ [17] = { itemID = 21324 }; --Yellow Qiraji Resonating Crystal
+ [18] = { itemID = 21323 }; --Green Qiraji Resonating Crystal
+ [19] = { itemID = 21321 }; --Red Qiraji Resonating Crystal
};
{
Name = AL["Trash Mobs"];
- [1] = { itemID = 20876, droprate = "0.26%" }; --Idol of Death
- [2] = { itemID = 20879, droprate = "0.29%" }; --Idol of Life
- [3] = { itemID = 20875, droprate = "0.29%" }; --Idol of Night
- [4] = { itemID = 20878, droprate = "0.28%" }; --Idol of Rebirth
- [5] = { itemID = 20881, droprate = "0.21%" }; --Idol of Strife
- [6] = { itemID = 20877, droprate = "0.33%" }; --Idol of the Sage
- [7] = { itemID = 20874, droprate = "0.21%" }; --Idol of the Sun
- [8] = { itemID = 20882, droprate = "0.30%" }; --Idol of War
+ [1] = { itemID = 20876 }; --Idol of Death
+ [2] = { itemID = 20879 }; --Idol of Life
+ [3] = { itemID = 20875 }; --Idol of Night
+ [4] = { itemID = 20878 }; --Idol of Rebirth
+ [5] = { itemID = 20881 }; --Idol of Strife
+ [6] = { itemID = 20877 }; --Idol of the Sage
+ [7] = { itemID = 20874 }; --Idol of the Sun
+ [8] = { itemID = 20882 }; --Idol of War
[10] = { itemID = 21230 }; --Ancient Qiraji Artifact
- [12] = { itemID = 21762, droprate = "7.03%" }; --Greater Scarab Coffer Key
- [16] = { itemID = 20864, droprate = "0.84%" }; --Bone Scarab
- [17] = { itemID = 20861, droprate = "0.88%" }; --Bronze Scarab
- [18] = { itemID = 20863, droprate = "0.95%" }; --Clay Scarab
- [19] = { itemID = 20862, droprate = "0.99%" }; --Crystal Scarab
- [20] = { itemID = 20859, droprate = "0.96%" }; --Gold Scarab
- [21] = { itemID = 20865, droprate = "0.93%" }; --Ivory Scarab
- [22] = { itemID = 20860, droprate = "1.82%" }; --Silver Scarab
- [23] = { itemID = 20858, droprate = "0.86%" }; --Stone Scarab
+ [12] = { itemID = 21762 }; --Greater Scarab Coffer Key
+ [16] = { itemID = 20864 }; --Bone Scarab
+ [17] = { itemID = 20861 }; --Bronze Scarab
+ [18] = { itemID = 20863 }; --Clay Scarab
+ [19] = { itemID = 20862 }; --Crystal Scarab
+ [20] = { itemID = 20859 }; --Gold Scarab
+ [21] = { itemID = 20865 }; --Ivory Scarab
+ [22] = { itemID = 20860 }; --Silver Scarab
+ [23] = { itemID = 20858 }; --Stone Scarab
};
};
@@ -602,61 +602,61 @@ AtlasLoot_Data["BlackfathomDeeps"] = {
Map = "BlackfathomDeeps";
{
Name = BabbleBoss["Ghamoo-ra"];
- [1] = { itemID = 6908, droprate = "45.81%" }; --Ghamoo-ra's Bind
- [2] = { itemID = 6907, droprate = "30.59%" }; --Tortoise Armor
+ [1] = { itemID = 6908 }; --Ghamoo-ra's Bind
+ [2] = { itemID = 6907 }; --Tortoise Armor
};
{
Name = BabbleBoss["Lady Sarevess"];
- [1] = { itemID = 888, droprate = "33.72%" }; --Naga Battle Gloves
- [2] = { itemID = 11121, droprate = "33.10%" }; --Darkwater Talwar
- [3] = { itemID = 3078, droprate = "16.87%" }; --Naga Heartpiercer
+ [1] = { itemID = 888 }; --Naga Battle Gloves
+ [2] = { itemID = 11121 }; --Darkwater Talwar
+ [3] = { itemID = 3078 }; --Naga Heartpiercer
};
{
Name = BabbleBoss["Gelihast"];
- [1] = { itemID = 6906, droprate = "38.24%" }; --Algae Fists
- [2] = { itemID = 6905, droprate = "42.29%" }; --Reef Axe
- [3] = { itemID = 1470, droprate = "14.13%" }; --Murloc Skin Bag
+ [1] = { itemID = 6906 }; --Algae Fists
+ [2] = { itemID = 6905 }; --Reef Axe
+ [3] = { itemID = 1470 }; --Murloc Skin Bag
};
{
Name = BabbleBoss["Baron Aquanis"];
- [1] = { itemID = 16782, droprate = "90.35%" }; --Strange Water Globe
+ [1] = { itemID = 16782 }; --Strange Water Globe
[2] = { itemID = 16886 }; --Outlaw Sabre
[3] = { itemID = 16887 }; --Witch's Finger
};
{
Name = BabbleBoss["Twilight Lord Kelris"];
- [1] = { itemID = 6903, droprate = "31.90%" }; --Gaze Dreamer Pants
- [2] = { itemID = 1155, droprate = "45.59%" }; --Rod of the Sleepwalker
- [3] = { itemID = 5881, droprate = "100%" }; --Head of Kelris
+ [1] = { itemID = 6903 }; --Gaze Dreamer Pants
+ [2] = { itemID = 1155 }; --Rod of the Sleepwalker
+ [3] = { itemID = 5881 }; --Head of Kelris
};
{
Name = BabbleBoss["Old Serra'kis"];
- [1] = { itemID = 6901, droprate = "36.14%" }; --Glowing Thresher Cape
- [2] = { itemID = 6902, droprate = "29.24%" }; --Bands of Serra'kis
- [3] = { itemID = 6904, droprate = "15.34%" }; --Bite of Serra'kis
+ [1] = { itemID = 6901 }; --Glowing Thresher Cape
+ [2] = { itemID = 6902 }; --Bands of Serra'kis
+ [3] = { itemID = 6904 }; --Bite of Serra'kis
};
{
Name = BabbleBoss["Aku'mai"];
- [1] = { itemID = 6910, droprate = "29.72%" }; --Leech Pants
- [2] = { itemID = 6911, droprate = "29.01%" }; --Moss Cinch
- [3] = { itemID = 6909, droprate = "14.46%" }; --Strike of the Hydra
- [4] = { icon = "INV_Box_01", "=q6=" .. AL["Quest Item"] };
- [5] = { itemID = 5359, droprate = "100%" }; --Lorgalis Manuscript
- [6] = { itemID = 16762, droprate = "100%" }; --Fathom Core
+ [1] = { itemID = 6910 }; --Leech Pants
+ [2] = { itemID = 6911 }; --Moss Cinch
+ [3] = { itemID = 6909 }; --Strike of the Hydra
+ [4] = { icon = "INV_Box_01", name = WHITE..AL["Quest Item"] };
+ [5] = { itemID = 5359 }; --Lorgalis Manuscript
+ [6] = { itemID = 16762 }; --Fathom Core
};
{
Name = AL["Trash Mobs"];
- [1] = { itemID = 1486, droprate = "0.02%" }; --Tree Bark Jacket
- [2] = { itemID = 3416, droprate = "0.01%" }; --Martyr's Chain
- [3] = { itemID = 1491, droprate = "0.01%" }; --Ring of Precision
- [4] = { itemID = 3413, droprate = "0.01%" }; --Doomspike
- [5] = { itemID = 2567, droprate = "0.02%" }; --Evocator's Blade
- [6] = { itemID = 3417, droprate = "0.01%" }; --Onyx Claymore
- [7] = { itemID = 1454, droprate = "0.01%" }; --Axe of the Enforcer
- [8] = { itemID = 1481, droprate = "0.01%" }; --Grimclaw
- [9] = { itemID = 3414, droprate = "0.01%" }; --Crested Scepter
- [10] = { itemID = 3415, droprate = "0.02%" }; --Staff of the Friar
- [11] = { itemID = 2271, droprate = "0.02%" }; --Staff of the Blessed Seer
+ [1] = { itemID = 1486 }; --Tree Bark Jacket
+ [2] = { itemID = 3416 }; --Martyr's Chain
+ [3] = { itemID = 1491 }; --Ring of Precision
+ [4] = { itemID = 3413 }; --Doomspike
+ [5] = { itemID = 2567 }; --Evocator's Blade
+ [6] = { itemID = 3417 }; --Onyx Claymore
+ [7] = { itemID = 1454 }; --Axe of the Enforcer
+ [8] = { itemID = 1481 }; --Grimclaw
+ [9] = { itemID = 3414 }; --Crested Scepter
+ [10] = { itemID = 3415 }; --Staff of the Friar
+ [11] = { itemID = 2271 }; --Staff of the Blessed Seer
};
};
@@ -671,70 +671,70 @@ AtlasLoot_Data["BlackrockDepths"] = {
Map = "BlackrockDepths";
{
Name = AL["Overmaster Pyron"];
- [1] = { itemID = 14486, droprate = "17.95%" }; --Pattern: Cloak of Fire
+ [1] = { itemID = 14486 }; --Pattern: Cloak of Fire
};
{
Name = BabbleBoss["Lord Roccor"];
- [1] = { itemID = 22234, droprate = "20.48%" }; --Mantle of Lost Hope
- [2] = { itemID = 11632, droprate = "19.99%" }; --Earthslag Shoulders
- [3] = { itemID = 22397, droprate = "19.58%" }; --Idol of Ferocity
- [4] = { itemID = 11631, droprate = "22.06%" }; --Stoneshell Guard
- [5] = { itemID = 11630, droprate = "16.82%" }; --Rockshard Pellets
- [16] = { itemID = 11813, droprate = "14.79%" }; --Formula: Smoking Heart of the Mountain
- [17] = { itemID = 11811, "=q3=Smoking Heart of the Mountain", [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal };
+ [1] = { itemID = 22234 }; --Mantle of Lost Hope
+ [2] = { itemID = 11632 }; --Earthslag Shoulders
+ [3] = { itemID = 22397 }; --Idol of Ferocity
+ [4] = { itemID = 11631 }; --Stoneshell Guard
+ [5] = { itemID = 11630 }; --Rockshard Pellets
+ [16] = { itemID = 11813 }; --Formula: Smoking Heart of the Mountain
+ [17] = { itemID = 11811, "=q3=Smoking Heart of the Mountain", [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal };
};
{
Name = BabbleBoss["High Interrogator Gerstahn"];
- [1] = { itemID = 11626, droprate = "15.98%" }; --Blackveil Cape
- [2] = { itemID = 11624, droprate = "22.45%" }; --Kentic Amice
- [3] = { itemID = 22240, droprate = "16.81%" }; --Greaves of Withering Despair
- [4] = { itemID = 11625, droprate = "23.14%" }; --Enthralled Sphere
+ [1] = { itemID = 11626 }; --Blackveil Cape
+ [2] = { itemID = 11624 }; --Kentic Amice
+ [3] = { itemID = 22240 }; --Greaves of Withering Despair
+ [4] = { itemID = 11625 }; --Enthralled Sphere
[6] = { itemID = 11140 }; --Prison Cell Key
};
{
Name = "Ring of Law";
- [1] = { itemID = 11677, droprate = "23.07%" }; --Graverot Cape
- [2] = { itemID = 11675, droprate = "25.84%" }; --Shadefiend Boots
- [3] = { itemID = 11731, droprate = "15.14%" }; --Savage Gladiator Greaves
- [4] = { itemID = 11678, droprate = "15.78%" }; --Carapace of Anub'shiah
- [6] = { itemID = 11685, droprate = "24.49%" }; --Splinthide Shoulders
- [7] = { itemID = 11686, droprate = "15.85%" }; --Girdle of Beastial Fury
- [8] = { itemID = 11679, droprate = "25.13%" }; --Rubicund Armguards
- [9] = { itemID = 11730, droprate = "14.12%" }; --Savage Gladiator Grips
- [11] = { itemID = 11726, droprate = "14.52%" }; --Savage Gladiator Chain
- [12] = { itemID = 22271, droprate = "23.24%" }; --Leggings of Frenzied Magic
- [13] = { itemID = 11729, droprate = "10.08%" }; --Savage Gladiator Helm
- [14] = { itemID = 11722, droprate = "15.07%" }; --Dregmetal Spaulders
- [15] = { itemID = 11703, droprate = "31.45%" }; --Stonewall Girdle
- [16] = { itemID = 22270, droprate = "11.97%" }; --Entrenching Boots
- [17] = { itemID = 22257, droprate = "26.28%" }; --Bloodclot Band
- [18] = { itemID = 22266, droprate = "17.98%" }; --Flarethorn
- [19] = { itemID = 11702, droprate = "20.62%" }; --Grizzle's Skinner
- [20] = { itemID = 11610, droprate = "69.76%" }; --Plans: Dark Iron Pulverizer
- [22] = { itemID = 11634, droprate = "24.02%" }; --Silkweb Gloves
- [23] = { itemID = 11633, droprate = "20.61%" }; --Spiderfang Carapace
- [24] = { itemID = 11635, droprate = "17.26%" }; --Hookfang Shanker
- [26] = { itemID = 11662, droprate = "23.77%" }; --Ban'thok Sash
- [27] = { itemID = 11665, droprate = "28.16%" }; --Ogreseer Fists
- [28] = { itemID = 11728, droprate = "14.95%" }; --Savage Gladiator Leggings
- [29] = { itemID = 11824, droprate = "18.37%" }; --Cyclopean Band
+ [1] = { itemID = 11677 }; --Graverot Cape
+ [2] = { itemID = 11675 }; --Shadefiend Boots
+ [3] = { itemID = 11731 }; --Savage Gladiator Greaves
+ [4] = { itemID = 11678 }; --Carapace of Anub'shiah
+ [6] = { itemID = 11685 }; --Splinthide Shoulders
+ [7] = { itemID = 11686 }; --Girdle of Beastial Fury
+ [8] = { itemID = 11679 }; --Rubicund Armguards
+ [9] = { itemID = 11730 }; --Savage Gladiator Grips
+ [11] = { itemID = 11726 }; --Savage Gladiator Chain
+ [12] = { itemID = 22271 }; --Leggings of Frenzied Magic
+ [13] = { itemID = 11729 }; --Savage Gladiator Helm
+ [14] = { itemID = 11722 }; --Dregmetal Spaulders
+ [15] = { itemID = 11703 }; --Stonewall Girdle
+ [16] = { itemID = 22270 }; --Entrenching Boots
+ [17] = { itemID = 22257 }; --Bloodclot Band
+ [18] = { itemID = 22266 }; --Flarethorn
+ [19] = { itemID = 11702 }; --Grizzle's Skinner
+ [20] = { itemID = 11610 }; --Plans: Dark Iron Pulverizer
+ [22] = { itemID = 11634 }; --Silkweb Gloves
+ [23] = { itemID = 11633 }; --Spiderfang Carapace
+ [24] = { itemID = 11635 }; --Hookfang Shanker
+ [26] = { itemID = 11662 }; --Ban'thok Sash
+ [27] = { itemID = 11665 }; --Ogreseer Fists
+ [28] = { itemID = 11728 }; --Savage Gladiator Leggings
+ [29] = { itemID = 11824 }; --Cyclopean Band
};
{
Name = AL["Theldren"];
- [1] = { icon = "INV_Misc_Bag_09", name = "=q6=#j5#", desc = "=q5=#n17#" };
- [2] = { itemID = 22330, droprate = "19.73%" }; --Shroud of Arcane Mastery
- [3] = { itemID = 22305, droprate = "30.39%" }; --Ironweave Mantle
- [4] = { itemID = 22317, droprate = "26.15%" }; --Lefty's Brass Knuckle
- [5] = { itemID = 22318, droprate = "22.88%" }; --Malgen's Long Bow
+ [1] = { icon = "INV_Misc_Bag_09", name = WHITE..AL["Dungeon Set 2 Summonable"], desc = "=q5="..AL["Theldren"] };
+ [2] = { itemID = 22330 }; --Shroud of Arcane Mastery
+ [3] = { itemID = 22305 }; --Ironweave Mantle
+ [4] = { itemID = 22317 }; --Lefty's Brass Knuckle
+ [5] = { itemID = 22318 }; --Malgen's Long Bow
[7] = { itemID = 22047 }; --Top Piece of Lord Valthalak's Amulet
};
{
Name = BabbleBoss["Houndmaster Grebmar"];
- [1] = { itemID = 11623, droprate = "32.09%" }; --Spritecaster Cape
- [2] = { itemID = 11626, droprate = "0.60%" }; --Blackveil Cape
- [3] = { itemID = 11627, droprate = "32.09%" }; --Fleetfoot Greaves
- [4] = { itemID = 11628, droprate = "12.14%" }; --Houndmaster's Bow
- [5] = { itemID = 11629, droprate = "11.18%" }; --Houndmaster's Rifle
+ [1] = { itemID = 11623 }; --Spritecaster Cape
+ [2] = { itemID = 11626 }; --Blackveil Cape
+ [3] = { itemID = 11627 }; --Fleetfoot Greaves
+ [4] = { itemID = 11628 }; --Houndmaster's Bow
+ [5] = { itemID = 11629 }; --Houndmaster's Rifle
};
{
Name = "Monument of Franclorn Forgewright";
@@ -742,206 +742,206 @@ AtlasLoot_Data["BlackrockDepths"] = {
};
{
Name = BabbleBoss["Pyromancer Loregrain"];
- [1] = { itemID = 11747, droprate = "18.10%" }; --Flamestrider Robes
- [2] = { itemID = 11749, droprate = "21.29%" }; --Searingscale Leggings
- [3] = { itemID = 11750, droprate = " 16.19%" }; --Kindling Stave
- [4] = { itemID = 11748, droprate = "30.20%" }; --Pyric Caduceus
- [6] = { itemID = 11207, droprate = "13.32%" }; --Formula: Enchant Weapon - Fiery Weapon
+ [1] = { itemID = 11747 }; --Flamestrider Robes
+ [2] = { itemID = 11749 }; --Searingscale Leggings
+ [3] = { itemID = 11750 }; --Kindling Stave
+ [4] = { itemID = 11748 }; --Pyric Caduceus
+ [6] = { itemID = 11207 }; --Formula: Enchant Weapon - Fiery Weapon
};
{
Name = AL["The Vault"];
- [1] = { icon = "INV_Box_01", "=q6=#x3#" };
- [2] = { itemID = 11309, droprate = "100%" }; --The Heart of the Mountain
- [4] = { icon = "INV_Box_01", "=q6=#x5#" };
- [5] = { itemID = 22256, droprate = "4.49%" }; --Mana Shaping Handwraps
- [6] = { itemID = 11929, droprate = "21.12%" }; --Haunting Specter Leggings
- [7] = { itemID = 11926, droprate = "21.57%" }; --Deathdealer Breastplate
- [8] = { itemID = 22205, droprate = "4.24%" }; --Black Steel Bindings
- [9] = { itemID = 22255, droprate = "4.02%" }; --Magma Forged Band
- [10] = { itemID = 11920, droprate = "21.12%" }; --Wraith Scythe
- [11] = { itemID = 11923, droprate = "19.84%" }; --The Hammer of Grace
- [12] = { itemID = 22254, droprate = "3.65%" }; --Wand of Eternal Light
- [16] = { icon = "INV_Box_01", "=q6=#x4#" };
- [17] = { itemID = 11752, droprate = "44.48%" }; --Black Blood of the Tormented
- [18] = { itemID = 11751, droprate = "39.35%" }; --Burning Essence
- [19] = { itemID = 11753, droprate = "39.95%" }; --Eye of Kajal
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["The Vault"] };
+ [2] = { itemID = 11309 }; --The Heart of the Mountain
+ [4] = { icon = "INV_Box_01", name = WHITE..AL["The Secret Safe"] };
+ [5] = { itemID = 22256 }; --Mana Shaping Handwraps
+ [6] = { itemID = 11929 }; --Haunting Specter Leggings
+ [7] = { itemID = 11926 }; --Deathdealer Breastplate
+ [8] = { itemID = 22205 }; --Black Steel Bindings
+ [9] = { itemID = 22255 }; --Magma Forged Band
+ [10] = { itemID = 11920 }; --Wraith Scythe
+ [11] = { itemID = 11923 }; --The Hammer of Grace
+ [12] = { itemID = 22254 }; --Wand of Eternal Light
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Dark Coffer"] };
+ [17] = { itemID = 11752 }; --Black Blood of the Tormented
+ [18] = { itemID = 11751 }; --Burning Essence
+ [19] = { itemID = 11753 }; --Eye of Kajal
};
{
Name = BabbleBoss["Warder Stilgiss"];
- [1] = { itemID = 11782, droprate = "18.38%" }; --Boreal Mantle
- [2] = { itemID = 22241, droprate = "18.38%" }; --Dark Warder's Pauldrons
- [3] = { itemID = 11783, droprate = "20.50%" }; --Chillsteel Girdle
- [4] = { itemID = 11784, droprate = "21.54%" }; --Arbiter's Blade
+ [1] = { itemID = 11782 }; --Boreal Mantle
+ [2] = { itemID = 22241 }; --Dark Warder's Pauldrons
+ [3] = { itemID = 11783 }; --Chillsteel Girdle
+ [4] = { itemID = 11784 }; --Arbiter's Blade
};
{
Name = BabbleBoss["Verek"];
- [1] = { itemID = 22242, droprate = "9.78%" }; --Verek's Leash
- [2] = { itemID = 11755, droprate = "9.54%" }; --Verek's Collar
+ [1] = { itemID = 22242 }; --Verek's Leash
+ [2] = { itemID = 11755 }; --Verek's Collar
};
{
Name = BabbleBoss["Fineous Darkvire"];
- [1] = { itemID = 11839, droprate = "1" }; --Chief Architect's Monocle
- [2] = { itemID = 11841, droprate = "21.25%" }; --Senior Designer's Pantaloons
- [3] = { itemID = 11842, droprate = "20.83%" }; --Lead Surveyor's Mantle
- [4] = { itemID = 22223, droprate = "19.73%" }; --Foreman's Head Protector
- [6] = { itemID = 11840, droprate = "3.9%" }; --Master Builder's Shirt
- [8] = { itemID = 10999, droprate = "100%" }; --Ironfel
+ [1] = { itemID = 11839 }; --Chief Architect's Monocle
+ [2] = { itemID = 11841 }; --Senior Designer's Pantaloons
+ [3] = { itemID = 11842 }; --Lead Surveyor's Mantle
+ [4] = { itemID = 22223 }; --Foreman's Head Protector
+ [6] = { itemID = 11840 }; --Master Builder's Shirt
+ [8] = { itemID = 10999 }; --Ironfel
};
{
Name = BabbleBoss["Lord Incendius"];
- [1] = { itemID = 11768, droprate = "1.30%" }; --Incendic Bracers
- [2] = { itemID = 11766, droprate = "18.88%" }; --Flameweave Cuffs
- [3] = { itemID = 11764, droprate = "18.33%" }; --Cinderhide Armsplints
- [4] = { itemID = 11765, droprate = "18.85%" }; --Pyremail Wristguards
- [5] = { itemID = 11767, droprate = "19.24%" }; --Emberplate Armguards
- [6] = { itemID = 19268, droprate = "2.10%" }; --Ace of Elementals
+ [1] = { itemID = 11768 }; --Incendic Bracers
+ [2] = { itemID = 11766 }; --Flameweave Cuffs
+ [3] = { itemID = 11764 }; --Cinderhide Armsplints
+ [4] = { itemID = 11765 }; --Pyremail Wristguards
+ [5] = { itemID = 11767 }; --Emberplate Armguards
+ [6] = { itemID = 19268 }; --Ace of Elementals
[8] = { itemID = 21987 }; --Incendicite of Incendius
[9] = { itemID = 11126 }; --Tablet of Kurniya
};
{
Name = BabbleBoss["Bael'Gar"];
- [1] = { itemID = 11807, droprate = "13.59%" }; --Sash of the Burning Heart
- [2] = { itemID = 11802, droprate = "26.75%" }; --Lavacrest Leggings
- [3] = { itemID = 11805, droprate = "17.02%" }; --Rubidium Hammer
- [4] = { itemID = 11803, droprate = "27.47%" }; --Force of Magma
+ [1] = { itemID = 11807 }; --Sash of the Burning Heart
+ [2] = { itemID = 11802 }; --Lavacrest Leggings
+ [3] = { itemID = 11805 }; --Rubidium Hammer
+ [4] = { itemID = 11803 }; --Force of Magma
};
{
Name = BabbleBoss["General Angerforge"];
- [1] = { itemID = 11821, droprate = "16.41%" }; --Warstrife Leggings
- [2] = { itemID = 11820, droprate = "18.55%" }; --Royal Decorated Armor
- [3] = { itemID = 11810, droprate = "12.97%" }; --Force of Will
- [4] = { itemID = 11817, droprate = "14.72%" }; --Lord General's Sword
- [5] = { itemID = 11816, droprate = "16.41%" }; --Angerforge's Battle Axe
+ [1] = { itemID = 11821 }; --Warstrife Leggings
+ [2] = { itemID = 11820 }; --Royal Decorated Armor
+ [3] = { itemID = 11810 }; --Force of Will
+ [4] = { itemID = 11817 }; --Lord General's Sword
+ [5] = { itemID = 11816 }; --Angerforge's Battle Axe
[7] = { itemID = 11464 }; --Marshal Windsor's Lost Information
};
{
Name = BabbleBoss["Golem Lord Argelmach"];
- [1] = { itemID = 11822, droprate = "2" }; --Omnicast Boots
- [2] = { itemID = 11823, droprate = "25.73%" }; --Luminary Kilt
- [3] = { itemID = 11669, droprate = "22.92%" }; --Naglering
- [4] = { itemID = 11819, droprate = "5.75%" }; --Second Wind
+ [1] = { itemID = 11822 }; --Omnicast Boots
+ [2] = { itemID = 11823 }; --Luminary Kilt
+ [3] = { itemID = 11669 }; --Naglering
+ [4] = { itemID = 11819 }; --Second Wind
[6] = { itemID = 21956 }; --Design: Dark Iron Scorpid
[8] = { itemID = 11268 }; --Head of Argelmach
[9] = { itemID = 11465 }; --Marshal Windsor's Lost Information
};
{
Name = "The Grim Guzzler";
- [1] = { icon = "INV_Box_01", "=q6=#n48#" };
- [2] = { itemID = 11735, droprate = "8.11%" }; --Ragefury Eyepatch
- [3] = { itemID = 18043, droprate = "23.87%" }; --Coal Miner Boots
- [4] = { itemID = 22275, droprate = "23.87%" }; --Firemoss Boots
- [5] = { itemID = 18044, droprate = "31.02%" }; --Hurley's Tankard
+ [1] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Hurley Blackbreath"] };
+ [2] = { itemID = 11735 }; --Ragefury Eyepatch
+ [3] = { itemID = 18043 }; --Coal Miner Boots
+ [4] = { itemID = 22275 }; --Firemoss Boots
+ [5] = { itemID = 18044 }; --Hurley's Tankard
[6] = { itemID = 11312 }; --Lost Thunderbrew Recipe
- [8] = { icon = "INV_Box_01", "=q6=#n49#" };
- [9] = { itemID = 22212, droprate = "26.04%" }; --Golem Fitted Pauldrons
- [10] = { itemID = 11745, droprate = "29.79%" }; --Fists of Phalanx
- [11] = { itemID = 11744, droprate = "28.48%" }; --Bloodfist
- [16] = { icon = "INV_Box_01", "=q6=#n50#" };
- [17] = { itemID = 11612, droprate = "22.20%" }; --Plans: Dark Iron Plate
+ [8] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Phalanx"] };
+ [9] = { itemID = 22212 }; --Golem Fitted Pauldrons
+ [10] = { itemID = 11745 }; --Fists of Phalanx
+ [11] = { itemID = 11744 }; --Bloodfist
+ [16] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Ribbly Screwspigot"] };
+ [17] = { itemID = 11612 }; --Plans: Dark Iron Plate
[18] = { itemID = 2662 }; --Ribbly's Quiver
- [19] = { itemID = 2663, droprate = "15.73%" }; --Ribbly's Bandolier
- [20] = { itemID = 11742, droprate = "25.07%" }; --Wayfarer's Knapsack
+ [19] = { itemID = 2663 }; --Ribbly's Bandolier
+ [20] = { itemID = 11742 }; --Wayfarer's Knapsack
[21] = { itemID = 11313 }; --Ribbly's Head
- [23] = { icon = "INV_Box_01", "=q6=#n51#" };
- [24] = { itemID = 12793, droprate = "24.87%" }; --Mixologist's Tunic
- [25] = { itemID = 12791, droprate = "6.97%" }; --Barman Shanker
+ [23] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Plugger Spazzring"] };
+ [24] = { itemID = 12793 }; --Mixologist's Tunic
+ [25] = { itemID = 12791 }; --Barman Shanker
[26] = { itemID = 13483 }; --Recipe: Transmute Fire to Earth
- [27] = { itemID = 18653, droprate = "14.13%" }; --Schematic: Goblin Jumper Cables XL
+ [27] = { itemID = 18653 }; --Schematic: Goblin Jumper Cables XL
[28] = { itemID = 15759 }; --Pattern: Black Dragonscale Breastplate
[29] = { itemID = 11602 }; --Grim Guzzler Key
[30] = { itemID = 11325 }; --Dark Iron Ale Mug
};
{
Name = BabbleBoss["Ambassador Flamelash"];
- [1] = { itemID = 11808, droprate = "0.84%" }; --Circle of Flame
- [3] = { itemID = 11812, droprate = "25.25%" }; --Cape of the Fire Salamander
- [4] = { itemID = 11814, droprate = "27.88%" }; --Molten Fists
- [5] = { itemID = 11832, droprate = "14.61%" }; --Burst of Knowledge
- [6] = { itemID = 11809, droprate = "18.69%" }; --Flame Wrath
+ [1] = { itemID = 11808 }; --Circle of Flame
+ [3] = { itemID = 11812 }; --Cape of the Fire Salamander
+ [4] = { itemID = 11814 }; --Molten Fists
+ [5] = { itemID = 11832 }; --Burst of Knowledge
+ [6] = { itemID = 11809 }; --Flame Wrath
[8] = { itemID = 23320 }; --Tablet of Flame Shock VI
};
{
- Name = BabbleBoss["Panzor the Invincible"] .. " (" .. AL["Rare"] .. ")";
- [1] = { itemID = 22245, droprate = "22.06%" }; --Soot Encrusted Footwear
- [2] = { itemID = 11787, droprate = "19.96%" }; --Shalehusk Boots
- [3] = { itemID = 11786, droprate = "20.38%" }; --Stone of the Earth
- [4] = { itemID = 11785, droprate = "21.22%" }; --Rock Golem Bulwark
+ Name = BabbleBoss["Panzor the Invincible"] .." (" ..AL["Rare"] ..")";
+ [1] = { itemID = 22245 }; --Soot Encrusted Footwear
+ [2] = { itemID = 11787 }; --Shalehusk Boots
+ [3] = { itemID = 11786 }; --Stone of the Earth
+ [4] = { itemID = 11785 }; --Rock Golem Bulwark
};
{
Name = "Summoner's Tomb";
- [1] = { icon = "INV_Box_01", "=q6=#x2#" };
- [2] = { itemID = 11929, droprate = "22.60%" }; --Haunting Specter Leggings
- [3] = { itemID = 11925, droprate = "21.63%" }; --Ghostshroud
- [4] = { itemID = 11926, droprate = "22.08%" }; --Deathdealer Breastplate
- [5] = { itemID = 11927, droprate = "65.45%" }; --Legplates of the Eternal Guardian
- [6] = { itemID = 11922, droprate = "22.05%" }; --Blood-etched Blade
- [7] = { itemID = 11920, droprate = "22.61%" }; --Wraith Scythe
- [8] = { itemID = 11923, droprate = "21.29%" }; --The Hammer of Grace
- [9] = { itemID = 11921, droprate = "22.23%" }; --Impervious Giant
+ [1] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Chest of The Seven"] };
+ [2] = { itemID = 11929 }; --Haunting Specter Leggings
+ [3] = { itemID = 11925 }; --Ghostshroud
+ [4] = { itemID = 11926 }; --Deathdealer Breastplate
+ [5] = { itemID = 11927 }; --Legplates of the Eternal Guardian
+ [6] = { itemID = 11922 }; --Blood-etched Blade
+ [7] = { itemID = 11920 }; --Wraith Scythe
+ [8] = { itemID = 11923 }; --The Hammer of Grace
+ [9] = { itemID = 11921 }; --Impervious Giant
};
{
Name = AL["Shadowforge Flame Keeper"];
- [1] = { icon = "INV_Box_01", "=q6=#n44#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Shadowforge Flame Keeper"] };
[2] = { itemID = 11885 }; --Shadowforge Torch
};
{
Name = BabbleBoss["Magmus"];
- [1] = { itemID = 11746, droprate = "20.46%" }; --Golem Skull Helm
- [2] = { itemID = 11935, droprate = "21.26%" }; --Magmus Stone
- [3] = { itemID = 22395, droprate = "10.09%" }; --Totem of Rage
- [4] = { itemID = 22400, droprate = "9.75%" }; --Libram of Truth
- [5] = { itemID = 22208, droprate = "22.79%" }; --Lavastone Hammer
+ [1] = { itemID = 11746 }; --Golem Skull Helm
+ [2] = { itemID = 11935 }; --Magmus Stone
+ [3] = { itemID = 22395 }; --Totem of Rage
+ [4] = { itemID = 22400 }; --Libram of Truth
+ [5] = { itemID = 22208 }; --Lavastone Hammer
};
{
Name = BabbleBoss["Emperor Dagran Thaurissan"];
- [1] = { itemID = 11684, droprate = "0.46%" }; --Ironfoe
- [3] = { itemID = 11930, droprate = "16.16%" }; --The Emperor's New Cape
- [4] = { itemID = 11924, droprate = "15.18%" }; --Robes of the Royal Crown
- [5] = { itemID = 22204, droprate = "12.92%" }; --Wristguards of Renown
- [6] = { itemID = 22207, droprate = "15.12%" }; --Sash of the Grand Hunt
- [7] = { itemID = 11933, droprate = "15.99%" }; --Imperial Jewel
- [8] = { itemID = 11934, droprate = "15.41%" }; --Emperor's Seal
- [9] = { itemID = 11815, droprate = "10.43%" }; --Hand of Justice
- [16] = { itemID = 11931, droprate = "15.76%" }; --Dreadforge Retaliator
- [17] = { itemID = 11932, droprate = "15.01%" }; --Guiding Stave of Wisdom
- [18] = { itemID = 11928, droprate = " 12.86%" }; --Thaurissan's Royal Scepter
- [20] = { itemID = 12033, droprate = "2.2%" }; --Thaurissan Family Jewels
+ [1] = { itemID = 11684 }; --Ironfoe
+ [3] = { itemID = 11930 }; --The Emperor's New Cape
+ [4] = { itemID = 11924 }; --Robes of the Royal Crown
+ [5] = { itemID = 22204 }; --Wristguards of Renown
+ [6] = { itemID = 22207 }; --Sash of the Grand Hunt
+ [7] = { itemID = 11933 }; --Imperial Jewel
+ [8] = { itemID = 11934 }; --Emperor's Seal
+ [9] = { itemID = 11815 }; --Hand of Justice
+ [16] = { itemID = 11931 }; --Dreadforge Retaliator
+ [17] = { itemID = 11932 }; --Guiding Stave of Wisdom
+ [18] = { itemID = 11928 }; --Thaurissan's Royal Scepter
+ [20] = { itemID = 12033 }; --Thaurissan Family Jewels
};
{
Name = BabbleBoss["Princess Moira Bronzebeard"];
- [1] = { itemID = 12554, droprate = "11.91%" }; --Hands of the Exalted Herald
- [2] = { itemID = 12556, droprate = "10.26%" }; --High Priestess Boots
- [3] = { itemID = 12557, droprate = "12.11%" }; --Ebonsteel Spaulders
- [4] = { itemID = 12553, droprate = "11.05%" }; --Swiftwalker Boots
+ [1] = { itemID = 12554 }; --Hands of the Exalted Herald
+ [2] = { itemID = 12556 }; --High Priestess Boots
+ [3] = { itemID = 12557 }; --Ebonsteel Spaulders
+ [4] = { itemID = 12553 }; --Swiftwalker Boots
};
{
Name = "Blacksmith Plans";
- [1] = { itemID = 11614, droprate = "13.38%" }; --Plans: Dark Iron Mail
- [2] = { itemID = 11615, droprate = "7.65%" }; --Plans: Dark Iron Shoulders
+ [1] = { itemID = 11614 }; --Plans: Dark Iron Mail
+ [2] = { itemID = 11615 }; --Plans: Dark Iron Shoulders
};
{
Name = AL["Trash Mobs"];
- [1] = { itemID = 12552, droprate = "0.01%" }; --Blisterbane Wrap
- [2] = { itemID = 12551, droprate = "0.01%" }; --Stoneshield Cloak
- [3] = { itemID = 12542, droprate = "0.02%" }; --Funeral Pyre Vestment
- [4] = { itemID = 12546, droprate = "0.01%" }; --Aristocratic Cuffs
- [5] = { itemID = 12550, droprate = "0.02%" }; --Runed Golem Shackles
- [6] = { itemID = 12547, droprate = "0.01%" }; --Mar Alom's Grip
- [7] = { itemID = 12549, droprate = "0.02%" }; --Braincage
- [8] = { itemID = 12555, droprate = "0.01%" }; --Battlechaser's Greaves
- [9] = { itemID = 12531, droprate = "0.02%" }; --Searing Needle
- [10] = { itemID = 12535, droprate = "0.01%" }; --Doomforged Straightedge
- [11] = { itemID = 12527, droprate = "0.02%" }; --Ribsplitter
- [12] = { itemID = 12528, droprate = "0.02%" }; --The Judge's Gavel
- [13] = { itemID = 12532, droprate = "0.01%" }; --Spire of the Stoneshaper
- [16] = { itemID = 15781, droprate = "1.93%" }; --Pattern: Black Dragonscale Leggings
- [17] = { itemID = 15770, droprate = "1.88%" }; --Pattern: Black Dragonscale Shoulders
- [18] = { itemID = 16053, droprate = "0.45%" }; --Schematic: Master Engineer's Goggles
- [19] = { itemID = 16049, droprate = "1.02%" }; --Schematic: Dark Iron Bomb
- [20] = { itemID = 16048, droprate = "0.98%" }; --Schematic: Dark Iron Rifle
- [21] = { itemID = 18654, droprate = "1.88%" }; --Schematic: Gnomish Alarm-O-Bot
- [22] = { itemID = 18661, droprate = "2.00%" }; --Schematic: World Enlarger
- [24] = { itemID = 11754, droprate = "5.0%" }; --Black Diamond
+ [1] = { itemID = 12552 }; --Blisterbane Wrap
+ [2] = { itemID = 12551 }; --Stoneshield Cloak
+ [3] = { itemID = 12542 }; --Funeral Pyre Vestment
+ [4] = { itemID = 12546 }; --Aristocratic Cuffs
+ [5] = { itemID = 12550 }; --Runed Golem Shackles
+ [6] = { itemID = 12547 }; --Mar Alom's Grip
+ [7] = { itemID = 12549 }; --Braincage
+ [8] = { itemID = 12555 }; --Battlechaser's Greaves
+ [9] = { itemID = 12531 }; --Searing Needle
+ [10] = { itemID = 12535 }; --Doomforged Straightedge
+ [11] = { itemID = 12527 }; --Ribsplitter
+ [12] = { itemID = 12528 }; --The Judge's Gavel
+ [13] = { itemID = 12532 }; --Spire of the Stoneshaper
+ [16] = { itemID = 15781 }; --Pattern: Black Dragonscale Leggings
+ [17] = { itemID = 15770 }; --Pattern: Black Dragonscale Shoulders
+ [18] = { itemID = 16053 }; --Schematic: Master Engineer's Goggles
+ [19] = { itemID = 16049 }; --Schematic: Dark Iron Bomb
+ [20] = { itemID = 16048 }; --Schematic: Dark Iron Rifle
+ [21] = { itemID = 18654 }; --Schematic: Gnomish Alarm-O-Bot
+ [22] = { itemID = 18661 }; --Schematic: World Enlarger
+ [24] = { itemID = 11754 }; --Black Diamond
[25] = { itemID = 11078 }; --Relic Coffer Key
[26] = { itemID = 18945 }; --Dark Iron Residue
[27] = { itemID = 11468 }; --Dark Iron Fanny Pack
@@ -961,13 +961,13 @@ AtlasLoot_Data["LowerBlackrock"] = {
Map = "BlackrockSpire";
{
Name = AL["Scarshield Quartermaster"];
- [1] = { itemID = 18987, droprate = "100%" }; --Blackhand's Command
+ [1] = { itemID = 18987 }; --Blackhand's Command
Next = "LBRSQuestItems";
};
{
Name = AL["Quest Item"];
- [1] = { itemID = 12812, droprate = "100%" }; --Unfired Plate Gauntlets
+ [1] = { itemID = 12812 }; --Unfired Plate Gauntlets
[2] = { itemID = 12631 }; --Fiery Plate Gauntlets
[3] = { itemID = 12699 }; --Plans: Fiery Plate Gauntlets
[5] = { itemID = 12533 }; --Roughshod Pike
@@ -976,151 +976,151 @@ AtlasLoot_Data["LowerBlackrock"] = {
[8] = { itemID = 12345 }; --Bijou's Belongings
};
{
- Name = BabbleBoss["Spirestone Butcher"] .. " (" .. AL["Rare"] .. ")";
- [1] = { itemID = 12608, droprate = "54.31%" }; --Butcher's Apron
- [2] = { itemID = 13286, droprate = "35.78%" }; --Rivenspike
+ Name = BabbleBoss["Spirestone Butcher"] .." (" ..AL["Rare"] ..")";
+ [1] = { itemID = 12608 }; --Butcher's Apron
+ [2] = { itemID = 13286 }; --Rivenspike
};
{
Name = BabbleBoss["Highlord Omokk"];
- [1] = { itemID = 13170, droprate = "8.52%" }; --Skyshroud Leggings
- [2] = { itemID = 13169, droprate = "9.52%" }; --Tressermane Leggings
- [3] = { itemID = 13168, droprate = "8.62%" }; --Plate of the Shaman King
- [4] = { itemID = 13166, droprate = "7.25%" }; --Slamshot Shoulders
- [5] = { itemID = 13167, droprate = "10.64%" }; --Fist of Omokk
- [7] = { itemID = 12336, droprate = "100%" }; --Gemstone of Spirestone
- [9] = { itemID = 12534, droprate = "100%" }; --Omokk's Head
- [16] = { itemID = 16670, droprate = "9.35%" }; --Boots of Elements
+ [1] = { itemID = 13170 }; --Skyshroud Leggings
+ [2] = { itemID = 13169 }; --Tressermane Leggings
+ [3] = { itemID = 13168 }; --Plate of the Shaman King
+ [4] = { itemID = 13166 }; --Slamshot Shoulders
+ [5] = { itemID = 13167 }; --Fist of Omokk
+ [7] = { itemID = 12336 }; --Gemstone of Spirestone
+ [9] = { itemID = 12534 }; --Omokk's Head
+ [16] = { itemID = 16670 }; --Boots of Elements
};
{
- Name = BabbleBoss["Spirestone Battle Lord"] .. " (" .. AL["Rare"] .. ")";
- [1] = { itemID = 13284, droprate = "48.68%" }; --Swiftdart Battleboots
- [2] = { itemID = 13285, droprate = "34.87%" }; --The Blackrock Slicer
+ Name = BabbleBoss["Spirestone Battle Lord"] .." (" ..AL["Rare"] ..")";
+ [1] = { itemID = 13284 }; --Swiftdart Battleboots
+ [2] = { itemID = 13285 }; --The Blackrock Slicer
};
{
- Name = BabbleBoss["Spirestone Lord Magus"] .. " (" .. AL["Rare"] .. ")";
- [1] = { itemID = 13282, droprate = "22.95%" }; --Ogreseer Tower Boots
- [2] = { itemID = 13283, droprate = "38.01%" }; --Magus Ring
- [3] = { itemID = 13261, droprate = "18.07%" }; --Globe of D'sak
+ Name = BabbleBoss["Spirestone Lord Magus"] .." (" ..AL["Rare"] ..")";
+ [1] = { itemID = 13282 }; --Ogreseer Tower Boots
+ [2] = { itemID = 13283 }; --Magus Ring
+ [3] = { itemID = 13261 }; --Globe of D'sak
};
{
Name = BabbleBoss["Shadow Hunter Vosh'gajin"];
- [1] = { itemID = 12626, droprate = "18.74%" }; --Funeral Cuffs
+ [1] = { itemID = 12626 }; --Funeral Cuffs
[2] = { itemID = 13257 }; --Demonic Runed Spaulders
- [3] = { itemID = 13255, droprate = "18.08%" }; --Trueaim Gauntlets
- [4] = { itemID = 12651, droprate = "8.56%" }; --Blackcrow
- [5] = { itemID = 12653, droprate = "7.99%" }; --Riphook
- [6] = { itemID = 12654, droprate = "23.06%" }; --Doomshot
- [8] = { itemID = 13352, droprate = "100%" }; --Vosh'gajin's Snakestone
+ [3] = { itemID = 13255 }; --Trueaim Gauntlets
+ [4] = { itemID = 12651 }; --Blackcrow
+ [5] = { itemID = 12653 }; --Riphook
+ [6] = { itemID = 12654 }; --Doomshot
+ [8] = { itemID = 13352 }; --Vosh'gajin's Snakestone
[9] = { itemID = 12821 }; --Plans: Dawn's Edge
- [16] = { itemID = 16712, droprate = "11.89%" }; --Shadowcraft Gloves
+ [16] = { itemID = 16712 }; --Shadowcraft Gloves
};
{
Name = BabbleBoss["War Master Voone"];
- [1] = { itemID = 22231, droprate = "15.40%" }; --Kayser's Boots of Precision
- [2] = { itemID = 13179, droprate = "16.12%" }; --Brazecore Armguards
- [3] = { itemID = 13177, droprate = "15.40%" }; --Talisman of Evasion
- [4] = { itemID = 12582, droprate = "8.08%" }; --Keris of Zul'Serak
- [5] = { itemID = 28972, droprate = "79.85%" }; --Flightblade Throwing Axe
- [7] = { itemID = 12335, droprate = "100%" }; --Gemstone of Smolderthorn
- [16] = { itemID = 16676, droprate = "9.15%" }; --Beaststalker's Gloves
+ [1] = { itemID = 22231 }; --Kayser's Boots of Precision
+ [2] = { itemID = 13179 }; --Brazecore Armguards
+ [3] = { itemID = 13177 }; --Talisman of Evasion
+ [4] = { itemID = 12582 }; --Keris of Zul'Serak
+ [5] = { itemID = 28972 }; --Flightblade Throwing Axe
+ [7] = { itemID = 12335 }; --Gemstone of Smolderthorn
+ [16] = { itemID = 16676 }; --Beaststalker's Gloves
};
{
- Name = BabbleBoss["Mor Grayhoof"] .. " (" .. AL["Summon"] .. ")";
- [1] = { icon = "INV_Misc_Bag_09", name = "=q6=#j5#", desc = "=q5=#n21#" };
- [2] = { itemID = 22306, droprate = "20.28%" }; --Ironweave Belt
- [3] = { itemID = 22325, droprate = "20.28%" }; --Belt of the Trickster
- [4] = { itemID = 22319, droprate = "20.81%" }; --Tome of Divine Right
- [5] = { itemID = 22398, droprate = "12.87%" }; --Idol of Rejuvenation
- [6] = { itemID = 22322, droprate = "20.28%" }; --The Jaw Breaker
+ Name = BabbleBoss["Mor Grayhoof"] .." (" ..AL["Summon"] ..")";
+ [1] = { icon = "INV_Misc_Bag_09", name = WHITE..AL["Dungeon Set 2 Summonable"], desc = "=q5="..BabbleBoss["Mor Grayhoof"] };
+ [2] = { itemID = 22306 }; --Ironweave Belt
+ [3] = { itemID = 22325 }; --Belt of the Trickster
+ [4] = { itemID = 22319 }; --Tome of Divine Right
+ [5] = { itemID = 22398 }; --Idol of Rejuvenation
+ [6] = { itemID = 22322 }; --The Jaw Breaker
[8] = { itemID = 21984 }; --Left Piece of Lord Valthalak's Amulet
[9] = { itemID = 22046 }; --Right Piece of Lord Valthalak's Amulet
};
{
- Name = BabbleBoss["Bannok Grimaxe"] .. " (" .. AL["Rare"] .. ")";
- [1] = { itemID = 12634, droprate = "31.73%" }; --Chiselbrand Girdle
- [2] = { itemID = 12637, droprate = "26.44%" }; --Backusarian Gauntlets
- [3] = { itemID = 12621, droprate = "27.64%" }; --Demonfork
+ Name = BabbleBoss["Bannok Grimaxe"] .." (" ..AL["Rare"] ..")";
+ [1] = { itemID = 12634 }; --Chiselbrand Girdle
+ [2] = { itemID = 12637 }; --Backusarian Gauntlets
+ [3] = { itemID = 12621 }; --Demonfork
[5] = { itemID = 12838 }; --Plans: Arcanite Reaper
[6] = { itemID = 12784 }; --Arcanite Reaper
};
{
Name = BabbleBoss["Mother Smolderweb"];
- [1] = { itemID = 13244, droprate = "25.06%" }; --Gilded Gauntlets
- [2] = { itemID = 13213, droprate = "24.97%" }; --Smolderweb's Eye
- [3] = { itemID = 13183, droprate = "12.49%" }; --Venomspitter
- [16] = { itemID = 16715, droprate = "13.03%" }; --Wildheart Boots
+ [1] = { itemID = 13244 }; --Gilded Gauntlets
+ [2] = { itemID = 13213 }; --Smolderweb's Eye
+ [3] = { itemID = 13183 }; --Venomspitter
+ [16] = { itemID = 16715 }; --Wildheart Boots
};
{
Name = BabbleBoss["Crystal Fang"];
- [1] = { itemID = 13185, droprate = "28.10%" }; --Sunderseer Mantle
- [2] = { itemID = 13184, droprate = "35.48%" }; --Fallbrush Handgrips
- [3] = { itemID = 13218, droprate = "17.62%" }; --Fang of the Crystal Spider
+ [1] = { itemID = 13185 }; --Sunderseer Mantle
+ [2] = { itemID = 13184 }; --Fallbrush Handgrips
+ [3] = { itemID = 13218 }; --Fang of the Crystal Spider
};
{
- Name = BabbleBoss["Urok Doomhowl"] .. " (" .. AL["Summon"] .. ")";
- [1] = { itemID = 13258, droprate = "17.09%" }; --Slaghide Gauntlets
- [2] = { itemID = 22232, droprate = "20.60%" }; --Marksman's Girdle
- [3] = { itemID = 13259, droprate = "25.38%" }; --Ribsteel Footguards
- [4] = { itemID = 13178, droprate = "21.48%" }; --Rosewine Circle
- [6] = { itemID = 18784, droprate = "10.30%" }; --Top Half of Advanced Armorsmithing: Volume III
+ Name = BabbleBoss["Urok Doomhowl"] .." (" ..AL["Summon"] ..")";
+ [1] = { itemID = 13258 }; --Slaghide Gauntlets
+ [2] = { itemID = 22232 }; --Marksman's Girdle
+ [3] = { itemID = 13259 }; --Ribsteel Footguards
+ [4] = { itemID = 13178 }; --Rosewine Circle
+ [6] = { itemID = 18784 }; --Top Half of Advanced Armorsmithing: Volume III
[7] = { itemID = 12725 }; --Plans: Enchanted Thorium Helm
- [9] = { itemID = 12712, droprate = "100%" }; --Warosh's Mojo
+ [9] = { itemID = 12712 }; --Warosh's Mojo
[10] = { itemID = 15867 }; --Prismcharm
};
{
Name = BabbleBoss["Quartermaster Zigris"];
- [1] = { itemID = 13253, droprate = "14.22%" }; --Hands of Power
- [2] = { itemID = 13252, droprate = "15.48%" }; --Cloudrunner Girdle
- [4] = { itemID = 12835, droprate = "8.37%" }; --Plans: Annihilator
+ [1] = { itemID = 13253 }; --Hands of Power
+ [2] = { itemID = 13252 }; --Cloudrunner Girdle
+ [4] = { itemID = 12835 }; --Plans: Annihilator
[5] = { itemID = 12798 }; --Annihilator
[7] = { itemID = 21955 }; --Design: Black Diamond Crab
};
{
Name = BabbleBoss["Gizrul the Slavener"];
- [1] = { itemID = 13206, droprate = "17.46%" }; --Wolfshear Leggings
- [2] = { itemID = 13208, droprate = "18.02%" }; --Bleak Howler Armguards
- [3] = { itemID = 13205, droprate = "1" }; --Rhombeard Protector
- [16] = { itemID = 16718, droprate = "11.04%" }; --Wildheart Spaulders
+ [1] = { itemID = 13206 }; --Wolfshear Leggings
+ [2] = { itemID = 13208 }; --Bleak Howler Armguards
+ [3] = { itemID = 13205 }; --Rhombeard Protector
+ [16] = { itemID = 16718 }; --Wildheart Spaulders
};
{
Name = BabbleBoss["Halycon"];
- [1] = { itemID = 22313, droprate = "18.16%" }; --Ironweave Bracers
- [2] = { itemID = 13210, droprate = "9.88%" }; --Pads of the Dread Wolf
- [3] = { itemID = 13211, droprate = "20.32%" }; --Slashclaw Bracers
- [4] = { itemID = 13212, droprate = "18.23%" }; --Halycon's Spiked Collar
+ [1] = { itemID = 22313 }; --Ironweave Bracers
+ [2] = { itemID = 13210 }; --Pads of the Dread Wolf
+ [3] = { itemID = 13211 }; --Slashclaw Bracers
+ [4] = { itemID = 13212 }; --Halycon's Spiked Collar
};
{
- Name = BabbleBoss["Ghok Bashguud"] .. " (" .. AL["Rare"] .. ")";
- [1] = { itemID = 13203, droprate = "35.31%" }; --Armswake Cloak
- [2] = { itemID = 13198, droprate = "21.15%" }; --Hurd Smasher
- [3] = { itemID = 13204, droprate = "27.09%" }; --Bashguuder
+ Name = BabbleBoss["Ghok Bashguud"] .." (" ..AL["Rare"] ..")";
+ [1] = { itemID = 13203 }; --Armswake Cloak
+ [2] = { itemID = 13198 }; --Hurd Smasher
+ [3] = { itemID = 13204 }; --Bashguuder
};
{
Name = BabbleBoss["Overlord Wyrmthalak"];
- [1] = { itemID = 13143, droprate = "1.11%" }; --Mark of the Dragon Lord
- [3] = { itemID = 13162, droprate = "12.14%" }; --Reiver Claws
- [4] = { itemID = 13164, droprate = "0.73%" }; --Heart of the Scale
- [5] = { itemID = 22321, droprate = "13.87%" }; --Heart of Wyrmthalak
- [6] = { itemID = 13163, droprate = "14.12%" }; --Relentless Scythe
- [7] = { itemID = 13148, droprate = "0.76%" }; --Chillpike
- [8] = { itemID = 13161, droprate = "10.40%" }; --Trindlehaven Staff
- [10] = { itemID = 12337, droprate = "100%" }; --Gemstone of Bloodaxe
- [16] = { itemID = 16679, droprate = "9.89%" }; --Beaststalker's Mantle
+ [1] = { itemID = 13143 }; --Mark of the Dragon Lord
+ [3] = { itemID = 13162 }; --Reiver Claws
+ [4] = { itemID = 13164 }; --Heart of the Scale
+ [5] = { itemID = 22321 }; --Heart of Wyrmthalak
+ [6] = { itemID = 13163 }; --Relentless Scythe
+ [7] = { itemID = 13148 }; --Chillpike
+ [8] = { itemID = 13161 }; --Trindlehaven Staff
+ [10] = { itemID = 12337 }; --Gemstone of Bloodaxe
+ [16] = { itemID = 16679 }; --Beaststalker's Mantle
};
{
- Name = BabbleBoss["Burning Felguard"] .. " (" .. AL["Rare"] .. ", " .. AL["Random"] .. ")";
- [1] = { itemID = 13181, droprate = "14.47%" }; --Demonskin Gloves
- [2] = { itemID = 13182, droprate = "11.63%" }; --Phase Blade
+ Name = BabbleBoss["Burning Felguard"] .." (" ..AL["Rare"] ..", " ..AL["Random"] ..")";
+ [1] = { itemID = 13181 }; --Demonskin Gloves
+ [2] = { itemID = 13182 }; --Phase Blade
};
{
Name = AL["Trash Mobs"];
- [1] = { itemID = 14513, droprate = "10.12%" }; --Pattern: Robe of the Archmage
+ [1] = { itemID = 14513 }; --Pattern: Robe of the Archmage
[2] = { itemID = 14152 }; --Robe of the Archmage
- [4] = { itemID = 13494, droprate = "1.94%" }; --Recipe: Greater Fire Protection Potion
- [5] = { itemID = 16250, droprate = "1.04%" }; --Formula: Enchant Weapon - Superior Striking
- [6] = { itemID = 16244, droprate = "4.16%" }; --Formula: Enchant Gloves - Greater Strength
- [7] = { itemID = 15749, droprate = "2.04%" }; --Pattern: Volcanic Breastplate
- [8] = { itemID = 15775, droprate = "10.56%" }; --Pattern: Volcanic Shoulders
+ [4] = { itemID = 13494 }; --Recipe: Greater Fire Protection Potion
+ [5] = { itemID = 16250 }; --Formula: Enchant Weapon - Superior Striking
+ [6] = { itemID = 16244 }; --Formula: Enchant Gloves - Greater Strength
+ [7] = { itemID = 15749 }; --Pattern: Volcanic Breastplate
+ [8] = { itemID = 15775 }; --Pattern: Volcanic Shoulders
[10] = { itemID = 12219 }; --Unadorned Seal of Ascension
[11] = { itemID = 21982 }; --Ogre Warbeads
};
@@ -1137,27 +1137,27 @@ AtlasLoot_Data["UpperBlackrock"] = {
Map = "BlackrockSpire";
{
Name = BabbleBoss["Pyroguard Emberseer"];
- [1] = { itemID = 12905, droprate = "15.20%" }; --Wildfire Cape
- [2] = { itemID = 12927, droprate = "17.47%" }; --TruestrikeShoulders
- [3] = { itemID = 12929, droprate = "15.89%" }; --Emberfury Talisman
- [4] = { itemID = 12926, droprate = "18.52%" }; --Flaming Band
- [6] = { itemID = 17322, droprate = "100%" }; --Eye of the Emberseer
+ [1] = { itemID = 12905 }; --Wildfire Cape
+ [2] = { itemID = 12927 }; --TruestrikeShoulders
+ [3] = { itemID = 12929 }; --Emberfury Talisman
+ [4] = { itemID = 12926 }; --Flaming Band
+ [6] = { itemID = 17322 }; --Eye of the Emberseer
[7] = { itemID = 21988 }; --Ember of Emberseer
- [16] = { itemID = 16672, droprate = "14.23%" }; --Gauntlets of Elements
+ [16] = { itemID = 16672 }; --Gauntlets of Elements
};
{
Name = BabbleBoss["Solakar Flamewreath"];
- [1] = { itemID = 12609, droprate = "15.82%" }; --Polychromatic Visionwrap
- [2] = { itemID = 12589, droprate = "12.84%" }; --Dustfeather Sash
+ [1] = { itemID = 12609 }; --Polychromatic Visionwrap
+ [2] = { itemID = 12589 }; --Dustfeather Sash
[3] = { itemID = 12603 }; --Nightbrace Tunic
- [4] = { itemID = 12606, droprate = "14.04%" }; --Crystallized Girdle
- [6] = { itemID = 18657, droprate = "7.38%" }; --Schematic: Hyper-Radiant Flame Reflector
+ [4] = { itemID = 12606 }; --Crystallized Girdle
+ [6] = { itemID = 18657 }; --Schematic: Hyper-Radiant Flame Reflector
[7] = { itemID = 18638 }; --Hyper-Radiant Flame Reflector
- [16] = { itemID = 16695, droprate = "12.84%" }; --Devout Mantle
+ [16] = { itemID = 16695 }; --Devout Mantle
};
{
Name = AL["Father Flame"];
- [1] = { itemID = 13371, droprate = "100%" }; --Father Flame
+ [1] = { itemID = 13371 }; --Father Flame
};
{
Name = AL["Quest Item"];
@@ -1166,117 +1166,117 @@ AtlasLoot_Data["UpperBlackrock"] = {
};
{
Name = BabbleBoss["Jed Runewatcher"];
- [1] = { itemID = 12604, droprate = "28.64%" }; --Starfire Tiara
- [2] = { itemID = 12930, droprate = "26.36%" }; --Briarwood Reed
- [3] = { itemID = 12605, droprate = "32.95%" }; --Serpentine Skuller
+ [1] = { itemID = 12604 }; --Starfire Tiara
+ [2] = { itemID = 12930 }; --Briarwood Reed
+ [3] = { itemID = 12605 }; --Serpentine Skuller
};
{
Name = BabbleBoss["Goraluk Anvilcrack"];
- [1] = { itemID = 18047, droprate = "18.05%" }; --Flame Walkers
- [2] = { itemID = 13502, droprate = "15.78%" }; --Handcrafted Mastersmith Girdle
- [3] = { itemID = 13498, droprate = "20.63%" }; --Handcrafted Mastersmith Leggings
- [4] = { itemID = 18048, droprate = "17.26%" }; --Mastersmith's Hammer
- [6] = { itemID = 12837, droprate = "4.80%" }; --Plans: Masterwork Stormhammer
+ [1] = { itemID = 18047 }; --Flame Walkers
+ [2] = { itemID = 13502 }; --Handcrafted Mastersmith Girdle
+ [3] = { itemID = 13498 }; --Handcrafted Mastersmith Leggings
+ [4] = { itemID = 18048 }; --Mastersmith's Hammer
+ [6] = { itemID = 12837 }; --Plans: Masterwork Stormhammer
[7] = { itemID = 12794 }; --Masterwork Stormhammer
- [8] = { itemID = 12834, droprate = "4.75%" }; --Plans: Arcanite Champion
+ [8] = { itemID = 12834 }; --Plans: Arcanite Champion
[9] = { itemID = 12790 }; --Arcanite Champion
- [11] = { itemID = 18779, droprate = "17.08%" }; --Bottom Half of Advanced Armorsmithing: Volume I
+ [11] = { itemID = 18779 }; --Bottom Half of Advanced Armorsmithing: Volume I
[12] = { itemID = 12727 }; --Plans: Enchanted Thorium Breastplate
- [16] = { icon = "INV_Box_01", "=q6=#x10#" };
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Unforged Rune Covered Breastplate"] };
[17] = { itemID = 12806 }; --Unforged Rune Covered Breastplate
[18] = { itemID = 12696 }; --Plans: Demon Forged Breastplate
};
{
Name = BabbleBoss["Warchief Rend Blackhand"];
- [1] = { itemID = 12590, droprate = "1.06%" }; --Felstriker
- [3] = { itemID = 22247, droprate = "12.71%" }; --Faith Healer's Boots
- [4] = { itemID = 18102, droprate = "14.35%" }; --Dragonrider Boots
- [5] = { itemID = 12587, droprate = "14.50%" }; --Eye of Rend
- [6] = { itemID = 12588, droprate = "0.85%" }; --Bonespike Shoulder
- [7] = { itemID = 18104, droprate = "15.30%" }; --Feralsurge Girdle
- [8] = { itemID = 12936, droprate = "16.96%" }; --Battleborn Armbraces
- [9] = { itemID = 12935, droprate = "15.05%" }; --Warmaster Legguards
- [10] = { itemID = 18103, droprate = "15.38%" }; --Band of Rumination
- [16] = { itemID = 16733, droprate = "13.39%" }; --Spaulders of Valor
- [18] = { itemID = 12940, droprate = "6.79%" }; --Dal'Rend's Sacred Charge
- [19] = { itemID = 12939, droprate = "7.61%" }; --Dal'Rend's Tribal Guardian
- [20] = { itemID = 12583, droprate = "7.44%" }; --Blackhand Doomsaw
- [22] = { itemID = 12630, droprate = "100%" }; --Head of Rend Blackhand
+ [1] = { itemID = 12590 }; --Felstriker
+ [3] = { itemID = 22247 }; --Faith Healer's Boots
+ [4] = { itemID = 18102 }; --Dragonrider Boots
+ [5] = { itemID = 12587 }; --Eye of Rend
+ [6] = { itemID = 12588 }; --Bonespike Shoulder
+ [7] = { itemID = 18104 }; --Feralsurge Girdle
+ [8] = { itemID = 12936 }; --Battleborn Armbraces
+ [9] = { itemID = 12935 }; --Warmaster Legguards
+ [10] = { itemID = 18103 }; --Band of Rumination
+ [16] = { itemID = 16733 }; --Spaulders of Valor
+ [18] = { itemID = 12940 }; --Dal'Rend's Sacred Charge
+ [19] = { itemID = 12939 }; --Dal'Rend's Tribal Guardian
+ [20] = { itemID = 12583 }; --Blackhand Doomsaw
+ [22] = { itemID = 12630 }; --Head of Rend Blackhand
};
{
Name = BabbleBoss["Gyth"];
- [1] = { itemID = 12871, droprate = "2.64%" }; --Chromatic Carapace
+ [1] = { itemID = 12871 }; --Chromatic Carapace
[2] = { itemID = 12945 }; --Legplates of the Chromatic Defier
[3] = { itemID = 12903 }; --Legguards of the Chromatic Defier
[4] = { itemID = 12895 }; --Breastplate of the Chromatic Flight
- [6] = { itemID = 22225, droprate = "11.85%" }; --Dragonskin Cowl
- [7] = { itemID = 12960, droprate = "15.24%" }; --Tribal War Feathers
- [8] = { itemID = 12953, droprate = "15.99%" }; --Dragoneye Coif
- [9] = { itemID = 12952, droprate = "12.43%" }; --Gyth's Skull
- [11] = { itemID = 13522, droprate = "2.95%" }; --Recipe: Flask of Chromatic Resistance
- [16] = { itemID = 16669, droprate = "14.77%" }; --Pauldrons of Elements
+ [6] = { itemID = 22225 }; --Dragonskin Cowl
+ [7] = { itemID = 12960 }; --Tribal War Feathers
+ [8] = { itemID = 12953 }; --Dragoneye Coif
+ [9] = { itemID = 12952 }; --Gyth's Skull
+ [11] = { itemID = 13522 }; --Recipe: Flask of Chromatic Resistance
+ [16] = { itemID = 16669 }; --Pauldrons of Elements
};
{
Name = BabbleBoss["The Beast"];
- [1] = { itemID = 12731, droprate = "0.77%" }; --Pristine Hide of the Beast
+ [1] = { itemID = 12731 }; --Pristine Hide of the Beast
[2] = { itemID = 12752 }; --Cap of the Scarlet Savant
[3] = { itemID = 12757 }; --Breastplate of Bloodthirst
[4] = { itemID = 12756 }; --Leggings of Arcana
- [6] = { itemID = 12967, droprate = "18.30%" }; --Bloodmoon Cloak
- [7] = { itemID = 12968, droprate = "14.47%" }; --Frostweaver Cape
- [8] = { itemID = 12965, droprate = "13.16%" }; --Spiritshroud Leggings
- [9] = { itemID = 22311, droprate = "12.31%" }; --Ironweave Boots
- [10] = { itemID = 12966, droprate = "16.06%" }; --Blackmist Armguards
- [11] = { itemID = 12963, droprate = "12.74%" }; --Blademaster Leggings
- [12] = { itemID = 12964, droprate = "18.16%" }; --Tristam Legguards
- [13] = { itemID = 12709, droprate = "6.95%" }; --Finkle's Skinner
- [14] = { itemID = 12969, droprate = "11.49%" }; --Seeping Willow
- [16] = { itemID = 16729, droprate = "13.62%" }; --Lightforge Spaulders
- [18] = { itemID = 24101, droprate = "1.44%" }; --Book of Ferocious Bite V
- [19] = { itemID = 19227, droprate = "4.53%" }; --Ace of Beasts
+ [6] = { itemID = 12967 }; --Bloodmoon Cloak
+ [7] = { itemID = 12968 }; --Frostweaver Cape
+ [8] = { itemID = 12965 }; --Spiritshroud Leggings
+ [9] = { itemID = 22311 }; --Ironweave Boots
+ [10] = { itemID = 12966 }; --Blackmist Armguards
+ [11] = { itemID = 12963 }; --Blademaster Leggings
+ [12] = { itemID = 12964 }; --Tristam Legguards
+ [13] = { itemID = 12709 }; --Finkle's Skinner
+ [14] = { itemID = 12969 }; --Seeping Willow
+ [16] = { itemID = 16729 }; --Lightforge Spaulders
+ [18] = { itemID = 24101 }; --Book of Ferocious Bite V
+ [19] = { itemID = 19227 }; --Ace of Beasts
};
{
- Name = BabbleBoss["Lord Valthalak"] .. " (" .. AL["Summon"] .. ")";
- [1] = { icon = "INV_Misc_Bag_09", name = "=q6=#j5#", desc = "=q5=#n16#" };
- [2] = { itemID = 22337, droprate = "23.37%" }; --Shroud of Domination
- [3] = { itemID = 22302, droprate = "27.72%" }; --Ironweave Cowl
- [4] = { itemID = 22342, droprate = "23.10%" }; --Leggings of Torment
- [5] = { itemID = 22343, droprate = "20.11%" }; --Handguards of Savagery
- [6] = { itemID = 22340, droprate = "17.66%" }; --Pendant of Celerity
- [7] = { itemID = 22339, droprate = "15.49%" }; --Rune Band of Wizardry
- [8] = { itemID = 22335, droprate = "14.67%" }; --Lord Valthalak's Staff of Command
- [9] = { itemID = 22336, droprate = "17.66%" }; --Draconian Aegis of the Legion
+ Name = BabbleBoss["Lord Valthalak"] .." (" ..AL["Summon"] ..")";
+ [1] = { icon = "INV_Misc_Bag_09", name = WHITE..AL["Dungeon Set 2 Summonable"], desc = "=q5="..BabbleBoss["Lord Valthalak"] };
+ [2] = { itemID = 22337 }; --Shroud of Domination
+ [3] = { itemID = 22302 }; --Ironweave Cowl
+ [4] = { itemID = 22342 }; --Leggings of Torment
+ [5] = { itemID = 22343 }; --Handguards of Savagery
+ [6] = { itemID = 22340 }; --Pendant of Celerity
+ [7] = { itemID = 22339 }; --Rune Band of Wizardry
+ [8] = { itemID = 22335 }; --Lord Valthalak's Staff of Command
+ [9] = { itemID = 22336 }; --Draconian Aegis of the Legion
};
{
Name = BabbleBoss["General Drakkisath"];
- [1] = { itemID = 12592, droprate = "1.08%" }; --Blackblade of Shahram
- [3] = { itemID = 22269, droprate = "10.61%" }; --Shadow Prowler's Cloak
- [4] = { itemID = 22267, droprate = "15.50%" }; --Spellweaver's Turban
- [5] = { itemID = 13142, droprate = "16.40%" }; --Brigam Girdle
+ [1] = { itemID = 12592 }; --Blackblade of Shahram
+ [3] = { itemID = 22269 }; --Shadow Prowler's Cloak
+ [4] = { itemID = 22267 }; --Spellweaver's Turban
+ [5] = { itemID = 13142 }; --Brigam Girdle
[6] = { itemID = 13141 }; --Tooth of Gnarr
- [7] = { itemID = 13098, droprate = "13.51%" }; --Painweaver Band
- [8] = { itemID = 22268, droprate = "4.13%" }; --Draconic Infused Emblem
- [9] = { itemID = 22253, droprate = "16.05%" }; --Tome of the Lost
- [10] = { itemID = 12602, droprate = "14.52%" }; --Draconian Deflector
- [12] = { itemID = 15730, droprate = "3.58%" }; --Pattern: Red Dragonscale Breastplate
+ [7] = { itemID = 13098 }; --Painweaver Band
+ [8] = { itemID = 22268 }; --Draconic Infused Emblem
+ [9] = { itemID = 22253 }; --Tome of the Lost
+ [10] = { itemID = 12602 }; --Draconian Deflector
+ [12] = { itemID = 15730 }; --Pattern: Red Dragonscale Breastplate
[13] = { itemID = 15047 }; --Red Dragonscale Breastplate
- [15] = { itemID = 13519, droprate = "1.72%" }; --Recipe: Flask of the Titans
- [16] = { itemID = 16688, droprate = "7.24%" }; --Magister's Robes
- [17] = { itemID = 16700, droprate = "8.04%" }; --Dreadmist Robe
- [18] = { itemID = 16690, droprate = "6.20%" }; --Devout Robe
- [19] = { itemID = 16706, droprate = "7.36%" }; --Wildheart Vest
- [20] = { itemID = 16721, droprate = "6.09%" }; --Shadowcraft Tunic
- [21] = { itemID = 16674, droprate = "6.81%" }; --Beaststalker's Tunic
- [22] = { itemID = 16666, droprate = "3.03%" }; --Vest of Elements
- [23] = { itemID = 16730, droprate = "5.83%" }; --Breastplate of Valor
- [24] = { itemID = 16726, droprate = "3.76%" }; --Lightforge Breastplate
- [30] = { itemID = 16663, droprate = "100%" }; --Blood of the Black Dragon Champion
+ [15] = { itemID = 13519 }; --Recipe: Flask of the Titans
+ [16] = { itemID = 16688 }; --Magister's Robes
+ [17] = { itemID = 16700 }; --Dreadmist Robe
+ [18] = { itemID = 16690 }; --Devout Robe
+ [19] = { itemID = 16706 }; --Wildheart Vest
+ [20] = { itemID = 16721 }; --Shadowcraft Tunic
+ [21] = { itemID = 16674 }; --Beaststalker's Tunic
+ [22] = { itemID = 16666 }; --Vest of Elements
+ [23] = { itemID = 16730 }; --Breastplate of Valor
+ [24] = { itemID = 16726 }; --Lightforge Breastplate
+ [30] = { itemID = 16663 }; --Blood of the Black Dragon Champion
};
{
Name = AL["Trash Mobs"];
- [1] = { itemID = 13260, droprate = "0.01%" }; --Wind Dancer Boots
- [2] = { itemID = 24102, droprate = "0.94%" }; --Manual of Eviscerate IX
- [4] = { itemID = 16247, droprate = "1.54%" }; --Formula: Enchant 2H Weapon - Superior Impact
+ [1] = { itemID = 13260 }; --Wind Dancer Boots
+ [2] = { itemID = 24102 }; --Manual of Eviscerate IX
+ [4] = { itemID = 16247 }; --Formula: Enchant 2H Weapon - Superior Impact
[6] = { itemID = 12607 }; --Brilliant Chromatic Scale
[7] = { itemID = 12219 }; --Unadorned Seal of Ascension
};
@@ -1292,158 +1292,158 @@ AtlasLoot_Data["MoltenCore"] = {
Map = "MoltenCore";
{
Name = BabbleBoss["Lucifron"];
- [1] = { itemID = 18872, droprate = "1.93%" }; --Manastorm Leggings
- [2] = { itemID = 19145, droprate = "1.84%" }; --Robe of Volatile Power
- [3] = { itemID = 19146, droprate = "1.95%" }; --Wristguards of Stability
- [4] = { itemID = 18875, droprate = "2.00%" }; --Salamander Scale Pants
- [5] = { itemID = 18870, droprate = "1.09%" }; --Helm of the Lifegiver
- [6] = { itemID = 18861, droprate = "2.15%" }; --Flamewaker Legplates
- [7] = { itemID = 17109, droprate = "12.61%" }; --Choker of Enlightenment
- [8] = { itemID = 18879, droprate = "2.04%" }; --Heavy Dark Iron Ring
- [9] = { itemID = 19147, droprate = "2.23%" }; --Ring of Spell Power
- [10] = { itemID = 18878, droprate = "2.23%" }; --Sorcerous Dagger
- [11] = { itemID = 17077, droprate = "1.60%" }; --Crimson Shocker
- [16] = { itemID = 2522362, droprate = "100%", lootTable = {"T1WRIST","Token"} }; --Molten Wristguards
+ [1] = { itemID = 18872 }; --Manastorm Leggings
+ [2] = { itemID = 19145 }; --Robe of Volatile Power
+ [3] = { itemID = 19146 }; --Wristguards of Stability
+ [4] = { itemID = 18875 }; --Salamander Scale Pants
+ [5] = { itemID = 18870 }; --Helm of the Lifegiver
+ [6] = { itemID = 18861 }; --Flamewaker Legplates
+ [7] = { itemID = 17109 }; --Choker of Enlightenment
+ [8] = { itemID = 18879 }; --Heavy Dark Iron Ring
+ [9] = { itemID = 19147 }; --Ring of Spell Power
+ [10] = { itemID = 18878 }; --Sorcerous Dagger
+ [11] = { itemID = 17077 }; --Crimson Shocker
+ [16] = { itemID = 2522362, lootTable = {"T1WRIST","Token"} }; --Molten Wristguards
[18] = { itemID = 17329 }; --Hand of Lucifron
};
{
Name = BabbleBoss["Magmadar"];
- [1] = { itemID = 19136, droprate = "4.79%" }; --Mana Igniting Cord
- [2] = { itemID = 18823, droprate = "6.18%" }; --Aged Core Leather Gloves
- [3] = { itemID = 18829, droprate = "2.10%" }; --Deep Earth Spaulders
- [4] = { itemID = 19144, droprate = "1.86%" }; --Sabatons of the Flamewalker
- [5] = { itemID = 19143, droprate = "5.48%" }; --Flameguard Gauntlets
- [6] = { itemID = 18861, droprate = "3.98%" }; --Flamewaker Legplates
- [7] = { itemID = 18824, droprate = "3.22%" }; --Magma Tempered Boots
- [8] = { itemID = 17065, droprate = "14.05%" }; --Medallion of Steadfast Might
- [9] = { itemID = 18821, droprate = "5.79%" }; --Quick Strike Ring
- [10] = { itemID = 18820, droprate = "5.55%" }; --Talisman of Ephemeral Power
- [11] = { itemID = 19142, droprate = "5.42%" }; --Fire Runed Grimoire
- [12] = { itemID = 18203, droprate = "17.82%" }; --Eskhandar's Right Claw
- [13] = { itemID = 18822, droprate = "5.68%" }; --Obsidian Edged Blade
- [14] = { itemID = 17073, droprate = "16.75%" }; --Earthshaker
- [15] = { itemID = 17069, droprate = "16.37%" }; --Striker's Mark
- [16] = { itemID = 2522359, droprate = "100%", lootTable = {"T1LEGS","Token"} }; --Molten Leggaurds
+ [1] = { itemID = 19136 }; --Mana Igniting Cord
+ [2] = { itemID = 18823 }; --Aged Core Leather Gloves
+ [3] = { itemID = 18829 }; --Deep Earth Spaulders
+ [4] = { itemID = 19144 }; --Sabatons of the Flamewalker
+ [5] = { itemID = 19143 }; --Flameguard Gauntlets
+ [6] = { itemID = 18861 }; --Flamewaker Legplates
+ [7] = { itemID = 18824 }; --Magma Tempered Boots
+ [8] = { itemID = 17065 }; --Medallion of Steadfast Might
+ [9] = { itemID = 18821 }; --Quick Strike Ring
+ [10] = { itemID = 18820 }; --Talisman of Ephemeral Power
+ [11] = { itemID = 19142 }; --Fire Runed Grimoire
+ [12] = { itemID = 18203 }; --Eskhandar's Right Claw
+ [13] = { itemID = 18822 }; --Obsidian Edged Blade
+ [14] = { itemID = 17073 }; --Earthshaker
+ [15] = { itemID = 17069 }; --Striker's Mark
+ [16] = { itemID = 2522359, lootTable = {"T1LEGS","Token"} }; --Molten Leggaurds
};
{
Name = BabbleBoss["Gehennas"];
- [1] = { itemID = 19145, droprate = "3.83%" }; --Robe of Volatile Power
- [2] = { itemID = 18872, droprate = "3.37%" }; --Manastorm Leggings
- [3] = { itemID = 19146, droprate = "3.53%" }; --Wristguards of Stability
- [4] = { itemID = 18875, droprate = "3.57%" }; --Salamander Scale Pants
- [5] = { itemID = 18870, droprate = "1.77%" }; --Helm of the Lifegiver
- [6] = { itemID = 18861, droprate = "3.48%" }; --Flamewaker Legplates
- [7] = { itemID = 18879, droprate = "3.78%" }; --Heavy Dark Iron Ring
- [8] = { itemID = 19147, droprate = "3.78%" }; --Ring of Spell Power
- [9] = { itemID = 18878, droprate = "3.79%" }; --Sorcerous Dagger
- [10] = { itemID = 17077, droprate = "3.34%" }; --Crimson Shocker
- [16] = { itemID = 2522364, droprate = "100%", lootTable = {"T1HAND","Token"} }; --Molten Girdle
+ [1] = { itemID = 19145 }; --Robe of Volatile Power
+ [2] = { itemID = 18872 }; --Manastorm Leggings
+ [3] = { itemID = 19146 }; --Wristguards of Stability
+ [4] = { itemID = 18875 }; --Salamander Scale Pants
+ [5] = { itemID = 18870 }; --Helm of the Lifegiver
+ [6] = { itemID = 18861 }; --Flamewaker Legplates
+ [7] = { itemID = 18879 }; --Heavy Dark Iron Ring
+ [8] = { itemID = 19147 }; --Ring of Spell Power
+ [9] = { itemID = 18878 }; --Sorcerous Dagger
+ [10] = { itemID = 17077 }; --Crimson Shocker
+ [16] = { itemID = 2522364, lootTable = {"T1HAND","Token"} }; --Molten Girdle
[18] = { itemID = 17331 }; --Hand of Gehennas
};
{
Name = BabbleBoss["Garr"];
- [1] = { itemID = 19136, droprate = "4.80%" }; --Mana Igniting Cord
- [2] = { itemID = 18823, droprate = "5.23%" }; --Aged Core Leather Gloves
- [3] = { itemID = 18829, droprate = "1.68%" }; --Deep Earth Spaulders
- [4] = { itemID = 19144, droprate = "1.48%" }; --Sabatons of the Flamewalker
- [5] = { itemID = 19143, droprate = "3.84%" }; --Flameguard Gauntlets
- [6] = { itemID = 18861, droprate = "2.82%" }; --Flamewaker Legplates
- [7] = { itemID = 18824, droprate = "3.05%" }; --Magma Tempered Boots
- [8] = { itemID = 18821, droprate = "4.48%" }; --Quick Strike Ring
- [9] = { itemID = 18820, droprate = "4.13%" }; --Talisman of Ephemeral Power
- [10] = { itemID = 19142, droprate = "3.69%" }; --Fire Runed Grimoire
- [11] = { itemID = 17071, droprate = "11.21%" }; --Gutgore Ripper
- [12] = { itemID = 18832, droprate = "13.27%" }; --Brutality Blade
- [13] = { itemID = 18822, droprate = "4.09%" }; --Obsidian Edged Blade
- [14] = { itemID = 17105, droprate = "12.67%" }; --Aurastone Hammer
- [15] = { itemID = 17066, droprate = "11.85%" }; --Drillborer Disk
- [16] = { itemID = 2522360, droprate = "100%", lootTable = {"T1HEAD","Token"} }; --Molten Headpiece
- [18] = { itemID = 18564, droprate = "3.74%" }; --Bindings of the Windseeker
+ [1] = { itemID = 19136 }; --Mana Igniting Cord
+ [2] = { itemID = 18823 }; --Aged Core Leather Gloves
+ [3] = { itemID = 18829 }; --Deep Earth Spaulders
+ [4] = { itemID = 19144 }; --Sabatons of the Flamewalker
+ [5] = { itemID = 19143 }; --Flameguard Gauntlets
+ [6] = { itemID = 18861 }; --Flamewaker Legplates
+ [7] = { itemID = 18824 }; --Magma Tempered Boots
+ [8] = { itemID = 18821 }; --Quick Strike Ring
+ [9] = { itemID = 18820 }; --Talisman of Ephemeral Power
+ [10] = { itemID = 19142 }; --Fire Runed Grimoire
+ [11] = { itemID = 17071 }; --Gutgore Ripper
+ [12] = { itemID = 18832 }; --Brutality Blade
+ [13] = { itemID = 18822 }; --Obsidian Edged Blade
+ [14] = { itemID = 17105 }; --Aurastone Hammer
+ [15] = { itemID = 17066 }; --Drillborer Disk
+ [16] = { itemID = 2522360, lootTable = {"T1HEAD","Token"} }; --Molten Headpiece
+ [18] = { itemID = 18564 }; --Bindings of the Windseeker
[19] = { itemID = 19019 }; --Thunderfury, Blessed Blade of the Windseeker
[21] = { itemID = 17782 }; --Talisman of Binding Shard
[22] = { itemID = 11879 }; --Medallion of Binding Shard
};
{
Name = BabbleBoss["Shazzrah"];
- [1] = { itemID = 19145, droprate = "1.97%" }; --Robe of Volatile Power
- [2] = { itemID = 18872, droprate = "1.84%" }; --Manastorm Leggings
- [3] = { itemID = 19146, droprate = "1.85%" }; --Wristguards of Stability
- [4] = { itemID = 18875, droprate = "1.81%" }; --Salamander Scale Pants
- [5] = { itemID = 18870, droprate = "0.78%" }; --Helm of the Lifegiver
- [6] = { itemID = 18861, droprate = "2.22%" }; --Flamewaker Legplates
- [7] = { itemID = 18879, droprate = "1.72%" }; --Heavy Dark Iron Ring
- [8] = { itemID = 19147, droprate = "1.99%" }; --Ring of Spell Power
- [9] = { itemID = 18878, droprate = "2.27%" }; --Sorcerous Dagger
- [10] = { itemID = 17077, droprate = "3.32%" }; --Crimson Shocker
- [16] = { itemID = 2522363, droprate = "100%", lootTable = {"T1WAIST","Token"} }; --Molten Handgaurds
+ [1] = { itemID = 19145 }; --Robe of Volatile Power
+ [2] = { itemID = 18872 }; --Manastorm Leggings
+ [3] = { itemID = 19146 }; --Wristguards of Stability
+ [4] = { itemID = 18875 }; --Salamander Scale Pants
+ [5] = { itemID = 18870 }; --Helm of the Lifegiver
+ [6] = { itemID = 18861 }; --Flamewaker Legplates
+ [7] = { itemID = 18879 }; --Heavy Dark Iron Ring
+ [8] = { itemID = 19147 }; --Ring of Spell Power
+ [9] = { itemID = 18878 }; --Sorcerous Dagger
+ [10] = { itemID = 17077 }; --Crimson Shocker
+ [16] = { itemID = 2522363, lootTable = {"T1WAIST","Token"} }; --Molten Handgaurds
[18] = { itemID = 17332 }; --Hand of Shazzrah
};
{
Name = BabbleBoss["Baron Geddon"];
- [1] = { itemID = 19136, droprate = "2.44%" }; --Mana Igniting Cord
- [2] = { itemID = 18823, droprate = "3.04%" }; --Aged Core Leather Gloves
- [3] = { itemID = 18829, droprate = "1.04%" }; --Deep Earth Spaulders
- [4] = { itemID = 19144, droprate = "1.00%" }; --Sabatons of the Flamewalker
- [5] = { itemID = 19143, droprate = "2.61%" }; --Flameguard Gauntlets
- [6] = { itemID = 18861, droprate = "1.77%" }; --Flamewaker Legplates
- [7] = { itemID = 18824, droprate = "1.48%" }; --Magma Tempered Boots
- [8] = { itemID = 17110, droprate = "21.93%" }; --Seal of the Archmagus
- [9] = { itemID = 18821, droprate = "2.61%" }; --Quick Strike Ring
- [10] = { itemID = 18820, droprate = "2.68%" }; --Talisman of Ephemeral Power
- [11] = { itemID = 19142, droprate = "2.59%" }; --Fire Runed Grimoire
- [12] = { itemID = 18822, droprate = "2.70%" }; --Obsidian Edged Blade
- [16] = { itemID = 2522361, droprate = "100%", lootTable = {"T1SHOULDER","Token"} }; --Molten Spaulders
- [18] = { itemID = 18563, droprate = "3.78%" }; --Bindings of the Windseeker
+ [1] = { itemID = 19136 }; --Mana Igniting Cord
+ [2] = { itemID = 18823 }; --Aged Core Leather Gloves
+ [3] = { itemID = 18829 }; --Deep Earth Spaulders
+ [4] = { itemID = 19144 }; --Sabatons of the Flamewalker
+ [5] = { itemID = 19143 }; --Flameguard Gauntlets
+ [6] = { itemID = 18861 }; --Flamewaker Legplates
+ [7] = { itemID = 18824 }; --Magma Tempered Boots
+ [8] = { itemID = 17110 }; --Seal of the Archmagus
+ [9] = { itemID = 18821 }; --Quick Strike Ring
+ [10] = { itemID = 18820 }; --Talisman of Ephemeral Power
+ [11] = { itemID = 19142 }; --Fire Runed Grimoire
+ [12] = { itemID = 18822 }; --Obsidian Edged Blade
+ [16] = { itemID = 2522361, lootTable = {"T1SHOULDER","Token"} }; --Molten Spaulders
+ [18] = { itemID = 18563 }; --Bindings of the Windseeker
[19] = { itemID = 19019 }; --Thunderfury, Blessed Blade of the Windseeker
};
{
Name = BabbleBoss["Golemagg the Incinerator"];
- [1] = { itemID = 19136, droprate = "2.18%" }; --Mana Igniting Cord
- [2] = { itemID = 18823, droprate = "2.65%" }; --Aged Core Leather Gloves
- [3] = { itemID = 18829, droprate = "1.20%" }; --Deep Earth Spaulders
- [4] = { itemID = 19144, droprate = "1.00%" }; --Sabatons of the Flamewalker
- [5] = { itemID = 19143, droprate = "2.17%" }; --Flameguard Gauntlets
- [6] = { itemID = 18861, droprate = "1.44%" }; --Flamewaker Legplates
- [7] = { itemID = 18824, droprate = "1.69%" }; --Magma Tempered Boots
- [8] = { itemID = 18821, droprate = "2.26%" }; --Quick Strike Ring
- [9] = { itemID = 18820, droprate = "2.91%" }; --Talisman of Ephemeral Power
- [10] = { itemID = 19142, droprate = "2.46%" }; --Fire Runed Grimoire
- [11] = { itemID = 17103, droprate = "17.59%" }; --Azuresong Mageblade
- [12] = { itemID = 18822, droprate = "2.89%" }; --Obsidian Edged Blade
- [13] = { itemID = 18842, droprate = "18.95%" }; --Staff of Dominance
- [14] = { itemID = 17072, droprate = "17.83%" }; --Blastershot Launcher
- [16] = { itemID = 2522350, droprate = "100%", lootTable = {"T1CHEST","Token"} }; --Molten Tunic
- [18] = { itemID = 17203, droprate = "11.98%" }; --Sulfuron Ingot
+ [1] = { itemID = 19136 }; --Mana Igniting Cord
+ [2] = { itemID = 18823 }; --Aged Core Leather Gloves
+ [3] = { itemID = 18829 }; --Deep Earth Spaulders
+ [4] = { itemID = 19144 }; --Sabatons of the Flamewalker
+ [5] = { itemID = 19143 }; --Flameguard Gauntlets
+ [6] = { itemID = 18861 }; --Flamewaker Legplates
+ [7] = { itemID = 18824 }; --Magma Tempered Boots
+ [8] = { itemID = 18821 }; --Quick Strike Ring
+ [9] = { itemID = 18820 }; --Talisman of Ephemeral Power
+ [10] = { itemID = 19142 }; --Fire Runed Grimoire
+ [11] = { itemID = 17103 }; --Azuresong Mageblade
+ [12] = { itemID = 18822 }; --Obsidian Edged Blade
+ [13] = { itemID = 18842 }; --Staff of Dominance
+ [14] = { itemID = 17072 }; --Blastershot Launcher
+ [16] = { itemID = 2522350, lootTable = {"T1CHEST","Token"} }; --Molten Tunic
+ [18] = { itemID = 17203 }; --Sulfuron Ingot
[19] = { itemID = 17182 }; --Sulfuras, Hand of Ragnaros
};
{
Name = BabbleBoss["Sulfuron Harbinger"];
- [1] = { itemID = 19145, droprate = "2.80%" }; --Robe of Volatile Power
- [2] = { itemID = 18872, droprate = "2.54%" }; --Manastorm Leggings
- [3] = { itemID = 19146, droprate = "2.70%" }; --Wristguards of Stability
- [4] = { itemID = 18875, droprate = "2.58%" }; --Salamander Scale Pants
- [5] = { itemID = 18870, droprate = "1.26%" }; --Helm of the Lifegiver
- [6] = { itemID = 18861, droprate = "2.54%" }; --Flamewaker Legplates
- [7] = { itemID = 18879, droprate = "2.32%" }; --Heavy Dark Iron Ring
- [8] = { itemID = 19147, droprate = "2.39%" }; --Ring of Spell Power
- [9] = { itemID = 18878, droprate = "2.53%" }; --Sorcerous Dagger
- [10] = { itemID = 17074, droprate = "23.50%" }; --Shadowstrike
- [11] = { itemID = 17077, droprate = "2.26%" }; --Crimson Shocker
- [16] = { itemID = 2522365, droprate = "100%", lootTable = {"T1FEET","Token"} }; --Molten Boots
+ [1] = { itemID = 19145 }; --Robe of Volatile Power
+ [2] = { itemID = 18872 }; --Manastorm Leggings
+ [3] = { itemID = 19146 }; --Wristguards of Stability
+ [4] = { itemID = 18875 }; --Salamander Scale Pants
+ [5] = { itemID = 18870 }; --Helm of the Lifegiver
+ [6] = { itemID = 18861 }; --Flamewaker Legplates
+ [7] = { itemID = 18879 }; --Heavy Dark Iron Ring
+ [8] = { itemID = 19147 }; --Ring of Spell Power
+ [9] = { itemID = 18878 }; --Sorcerous Dagger
+ [10] = { itemID = 17074 }; --Shadowstrike
+ [11] = { itemID = 17077 }; --Crimson Shocker
+ [16] = { itemID = 2522365, lootTable = {"T1FEET","Token"} }; --Molten Boots
[18] = { itemID = 17330 }; --Hand of Sulfuron
};
{
Name = BabbleBoss["Majordomo Executus"];
- [1] = { itemID = 18811, droprate = "15.12%" }; --Fireproof Cloak
- [2] = { itemID = 18808, droprate = "15.36%" }; --Gloves of the Hypnotic Flame
- [3] = { itemID = 18809, droprate = "1%" }; --Sash of Whispered Secrets
- [4] = { itemID = 19139, droprate = "15.87%" }; --Fireguard Shoulders
- [5] = { itemID = 18810, droprate = "16.91%" }; --Wild Growth Spaulders
- [6] = { itemID = 18812, droprate = "18.04%" }; --Wristguards of True Flight
- [7] = { itemID = 18806, droprate = "16.53%" }; --Core Forged Greaves
- [8] = { itemID = 19140, droprate = "15.10%" }; --Cauterizing Band
- [9] = { itemID = 18805, droprate = "16.06%" }; --Core Hound Tooth
- [10] = { itemID = 18803, droprate = "12.43%" }; --Finkle's Lava Dredger
+ [1] = { itemID = 18811 }; --Fireproof Cloak
+ [2] = { itemID = 18808 }; --Gloves of the Hypnotic Flame
+ [3] = { itemID = 18809 }; --Sash of Whispered Secrets
+ [4] = { itemID = 19139 }; --Fireguard Shoulders
+ [5] = { itemID = 18810 }; --Wild Growth Spaulders
+ [6] = { itemID = 18812 }; --Wristguards of True Flight
+ [7] = { itemID = 18806 }; --Core Forged Greaves
+ [8] = { itemID = 19140 }; --Cauterizing Band
+ [9] = { itemID = 18805 }; --Core Hound Tooth
+ [10] = { itemID = 18803 }; --Finkle's Lava Dredger
[16] = { itemID = 18715 }; --Lok'delar, Stave of the Ancient Keepers
[17] = { itemID = 18713 }; --Rhok'delar, Longbow of the Ancient Keepers
[19] = { itemID = 18608 }; --Benediction
@@ -1451,27 +1451,27 @@ AtlasLoot_Data["MoltenCore"] = {
};
{
Name = BabbleBoss["Ragnaros"];
- [1] = { itemID = 17102, droprate = "14.31%" }; --Cloak of the Shrouded Mists
+ [1] = { itemID = 17102 }; --Cloak of the Shrouded Mists
[2] = { itemID = 17107 }; --Dragon's Blood Cape
- [3] = { itemID = 18817, droprate = "16.75%" }; --Crown of Destruction
- [4] = { itemID = 19137, droprate = "13.18%" }; --Onslaught Girdle
- [5] = { itemID = 18814, droprate = "16.08%" }; --Choker of the Fire Lord
- [6] = { itemID = 19138, droprate = "15.64%" }; --Band of Sulfuras
- [7] = { itemID = 17063, droprate = "14.81%" }; --Band of Accuria
- [8] = { itemID = 17082, droprate = " 4.65%" }; --Shard of the Flame
- [9] = { itemID = 18815, droprate = "17.80%" }; --Essence of the Pure Flame
- [10] = { itemID = 18816, droprate = "15.90%" }; --Perdition's Blade
- [11] = { itemID = 17076, droprate = "5.12%" }; --Bonereaver's Edge
- [12] = { itemID = 17104, droprate = " 4.63%" }; --Spinal Reaper
- [13] = { itemID = 17106, droprate = "13.88%" }; --Malistar's Defender
- [14] = { itemID = 17083, droprate = "13.88%" }; --Blade of Dragon Bone
- [16] = { itemID = 2522459, droprate = "100%", lootTable = {"T2LEGS","Token"} }; --Chromatic Leggaurds
- [18] = { itemID = 21110, droprate = "100%" }; --Draconic for Dummies
- [20] = { itemID = 17204, droprate = "3.42%" }; --Eye of Sulfuras
+ [3] = { itemID = 18817 }; --Crown of Destruction
+ [4] = { itemID = 19137 }; --Onslaught Girdle
+ [5] = { itemID = 18814 }; --Choker of the Fire Lord
+ [6] = { itemID = 19138 }; --Band of Sulfuras
+ [7] = { itemID = 17063 }; --Band of Accuria
+ [8] = { itemID = 17082 }; --Shard of the Flame
+ [9] = { itemID = 18815 }; --Essence of the Pure Flame
+ [10] = { itemID = 18816 }; --Perdition's Blade
+ [11] = { itemID = 17076 }; --Bonereaver's Edge
+ [12] = { itemID = 17104 }; --Spinal Reaper
+ [13] = { itemID = 17106 }; --Malistar's Defender
+ [14] = { itemID = 17083 }; --Blade of Dragon Bone
+ [16] = { itemID = 2522459, lootTable = {"T2LEGS","Token"} }; --Chromatic Leggaurds
+ [18] = { itemID = 21110 }; --Draconic for Dummies
+ [20] = { itemID = 17204 }; --Eye of Sulfuras
[21] = { itemID = 17182 }; --Sulfuras, Hand of Ragnaros
- [23] = { itemID = 19017, droprate = "0.46%" }; --Essence of the Firelord
+ [23] = { itemID = 19017 }; --Essence of the Firelord
[24] = { itemID = 19019 }; --Thunderfury, Blessed Blade of the Windseeker
- [25] = { itemID = 102107, [AtlasLoot.Difficultys.MIN_DIF] = AtlasLoot.Difficultys.Heroic }; -- Reins of the Magmatic Steed
+ [25] = { itemID = 102107, [AtlasLoot.Difficulties.MIN_DIF] = AtlasLoot.Difficulties.Heroic }; -- Reins of the Magmatic Steed
};
{
Name = "Random Boss Drops";
@@ -1482,24 +1482,24 @@ AtlasLoot_Data["MoltenCore"] = {
};
{
Name = AL["Trash Mobs"];
- [1] = { itemID = 18264, droprate = "1.02%" }; --Plans: Elemental Sharpening Stone
+ [1] = { itemID = 18264 }; --Plans: Elemental Sharpening Stone
[2] = { itemID = 18262 }; --Elemental Sharpening Stone
- [4] = { itemID = 18292, droprate = "0.96%" }; --Schematic: Core Marksman Rifle
+ [4] = { itemID = 18292 }; --Schematic: Core Marksman Rifle
[5] = { itemID = 18282 }; --Core Marksman Rifle
- [7] = { itemID = 18291, droprate = "0.92%" }; --Schematic: Force Reactive Disk
+ [7] = { itemID = 18291 }; --Schematic: Force Reactive Disk
[8] = { itemID = 18168 }; --Force Reactive Disk
- [10] = { itemID = 18290, droprate = "0.11%" }; --Schematic: Biznicks 247x128 Accurascope
+ [10] = { itemID = 18290 }; --Schematic: Biznicks 247x128 Accurascope
[11] = { itemID = 18283 }; --Biznicks 247x128 Accurascope
- [13] = { itemID = 18259, droprate = "0.85%" }; --Formula: Enchant Weapon - Spell Power
- [16] = { itemID = 18252, droprate = "0.85%" }; --Pattern: Core Armor Kit
+ [13] = { itemID = 18259 }; --Formula: Enchant Weapon - Spell Power
+ [16] = { itemID = 18252 }; --Pattern: Core Armor Kit
[17] = { itemID = 18251 }; --Core Armor Kit
- [19] = { itemID = 18265, droprate = "0.72%" }; --Pattern: Flarecore Wraps
+ [19] = { itemID = 18265 }; --Pattern: Flarecore Wraps
[20] = { itemID = 18263 }; --Flarecore Wraps
- [22] = { itemID = 21371, droprate = "0.33%" }; --Pattern: Core Felcloth Bag
+ [22] = { itemID = 21371 }; --Pattern: Core Felcloth Bag
[23] = { itemID = 21342 }; --Core Felcloth Bag
- [25] = { itemID = 18257, droprate = "0.76%" }; --Recipe: Major Rejuvenation Potion
+ [25] = { itemID = 18257 }; --Recipe: Major Rejuvenation Potion
[26] = { itemID = 18253 }; --Major Rejuvenation Potion
- [28] = { itemID = 18260, droprate = "0.75%" }; --Formula: Enchant Weapon - Healing Power
+ [28] = { itemID = 18260 }; --Formula: Enchant Weapon - Healing Power
};
};
@@ -1518,145 +1518,145 @@ AtlasLoot_Data["BlackwingLair"] = {
[2] = { itemID = 19336 }; --Arcane Infused Gem
[3] = { itemID = 1506015 }; --Soulsong Crystal
[4] = { itemID = 1506014 }; --Living Blood Gem
- [5] = { itemID = 19370, droprate = "20%" }; --Mantle of the Blackwing Cabal
- [6] = { itemID = 19369, droprate = "20%" }; --Gloves of Rapid Evolution
- [7] = { itemID = 19334, droprate = "10%" }; --The Untamed Blade
- [8] = { itemID = 19335, droprate = "10%" }; --Spineshatter
- [9] = { itemID = 19397, droprate = "6.67%" }; --Ring of Blackrock
- [10] = { itemID = 19357, droprate = "16.67%" }; --Herald of Woe
- [11] = { itemID = 19405, droprate = "16.67%" }; --Malfurion's Blessed Bulwark
- [16] = { itemID = 2522462, droprate = "100%", lootTable = {"T2WRIST","Token"} }; --Chromatic Wristguards
+ [5] = { itemID = 19370 }; --Mantle of the Blackwing Cabal
+ [6] = { itemID = 19369 }; --Gloves of Rapid Evolution
+ [7] = { itemID = 19334 }; --The Untamed Blade
+ [8] = { itemID = 19335 }; --Spineshatter
+ [9] = { itemID = 19397 }; --Ring of Blackrock
+ [10] = { itemID = 19357 }; --Herald of Woe
+ [11] = { itemID = 19405 }; --Malfurion's Blessed Bulwark
+ [16] = { itemID = 2522462, lootTable = {"T2WRIST","Token"} }; --Chromatic Wristguards
};
{
Name = BabbleBoss["Vaelastrasz the Corrupt"];
- [1] = { itemID = 19339, droprate = "20%" }; --Mind Quickening Gem
- [2] = { itemID = 19340, droprate = "20%" }; --Rune of Metamorphosis
- [3] = { itemID = 19372, droprate = "20%" }; --Helm of Endless Rage
- [4] = { itemID = 19371, droprate = "20%" }; --Pendant of the Fallen Dragon
- [5] = { itemID = 19346, droprate = "10%" }; --Dragonfang Blade
- [6] = { itemID = 19348, droprate = "10%" }; --Red Dragonscale Protector
- [7] = { itemID = 19430, droprate = "16.67%" }; --Shroud of Pure Thought
- [8] = { itemID = 19403, droprate = "16.67%" }; --Band of Forced Concentration
- [9] = { itemID = 19367, droprate = "16.67%" }; --Dragon's Touch
- [10] = { itemID = 14000, droprate = "12.5%" }; --Ring of Trinity Force
- [16] = { itemID = 2522463, droprate = "100%", lootTable = {"T2WAIST","Token"} }; --Chromatic Girdle
+ [1] = { itemID = 19339 }; --Mind Quickening Gem
+ [2] = { itemID = 19340 }; --Rune of Metamorphosis
+ [3] = { itemID = 19372 }; --Helm of Endless Rage
+ [4] = { itemID = 19371 }; --Pendant of the Fallen Dragon
+ [5] = { itemID = 19346 }; --Dragonfang Blade
+ [6] = { itemID = 19348 }; --Red Dragonscale Protector
+ [7] = { itemID = 19430 }; --Shroud of Pure Thought
+ [8] = { itemID = 19403 }; --Band of Forced Concentration
+ [9] = { itemID = 19367 }; --Dragon's Touch
+ [10] = { itemID = 14000 }; --Ring of Trinity Force
+ [16] = { itemID = 2522463, lootTable = {"T2WAIST","Token"} }; --Chromatic Girdle
};
{
Name = BabbleBoss["Broodlord Lashlayer"];
- [1] = { itemID = 19342, droprate = "20%" }; --Venomous Totem
- [2] = { itemID = 19341, droprate = "20%" }; --Lifegiving Gem
- [3] = { itemID = 19345, droprate = "16.67%" }; --Aegis of Preservation
- [4] = { itemID = 19374, droprate = "20%" }; --Bracers of Arcane Accuracy
- [5] = { itemID = 19373, droprate = "20%" }; --Black Brood Pauldrons
- [6] = { itemID = 19351, droprate = "10%" }; --Maladath, Runed Blade of the Black Flight
- [7] = { itemID = 19350, droprate = "10%" }; --Heartstriker
- [8] = { itemID = 19402, droprate = "12.5%" }; --Legguards of the Fallen Crusader
- [9] = { itemID = 19365, droprate = "12.5%" }; --Claw of the Black Drake
- [10] = { itemID = 19432, droprate = "16.67%" }; --Circle of Applied Force
- [16] = { itemID = 2522465, droprate = "100%", lootTable = {"T2FEET","Token"} }; --Chromatic Boots
- [18] = { itemID = 20383, droprate = "100%" }; --Head of the Broodlord Lashlayer
+ [1] = { itemID = 19342 }; --Venomous Totem
+ [2] = { itemID = 19341 }; --Lifegiving Gem
+ [3] = { itemID = 19345 }; --Aegis of Preservation
+ [4] = { itemID = 19374 }; --Bracers of Arcane Accuracy
+ [5] = { itemID = 19373 }; --Black Brood Pauldrons
+ [6] = { itemID = 19351 }; --Maladath, Runed Blade of the Black Flight
+ [7] = { itemID = 19350 }; --Heartstriker
+ [8] = { itemID = 19402 }; --Legguards of the Fallen Crusader
+ [9] = { itemID = 19365 }; --Claw of the Black Drake
+ [10] = { itemID = 19432 }; --Circle of Applied Force
+ [16] = { itemID = 2522465, lootTable = {"T2FEET","Token"} }; --Chromatic Boots
+ [18] = { itemID = 20383 }; --Head of the Broodlord Lashlayer
};
{
Name = BabbleBoss["Firemaw"];
- [1] = { itemID = 19365, droprate = "12.5%" }; --Claw of the Black Drake
- [2] = { itemID = 19355, droprate = "6.67%" }; --Shadow Wing Focus Staff
- [3] = { itemID = 19353, droprate = "6.67%" }; --Drake Talon Cleaver
- [4] = { itemID = 19343, droprate = "12.5%" }; --Scrolls of Blinding Light
- [5] = { itemID = 19344, droprate = "6.67%" }; --Natural Alignment Crystal
- [6] = { itemID = 19398, droprate = "12.5%" }; --Cloak of Firemaw
- [7] = { itemID = 19400, droprate = "12.5%" }; --Firemaw's Clutch
- [8] = { itemID = 19399, droprate = "12.5%" }; --Black Ash Robe
- [9] = { itemID = 19396, droprate = "6.67%" }; --Taut Dragonhide Belt
- [10] = { itemID = 19401, droprate = "12.5%" }; --Primalist's Linked Legguards
- [11] = { itemID = 19394, droprate = "6.76%" }; --Drake Talon Pauldrons
- [12] = { itemID = 19402, droprate = "12.5%" }; --Legguards of the Fallen Crusader
- [13] = { itemID = 19397, droprate = "6.67%" }; --Ring of Blackrock
- [14] = { itemID = 19395, droprate = "6.67%" }; --Rejuvenating Gem
- [16] = { itemID = 2522464, droprate = "100%", lootTable = {"T2HAND","Token"} }; --Chromatic Handgaurds
+ [1] = { itemID = 19365 }; --Claw of the Black Drake
+ [2] = { itemID = 19355 }; --Shadow Wing Focus Staff
+ [3] = { itemID = 19353 }; --Drake Talon Cleaver
+ [4] = { itemID = 19343 }; --Scrolls of Blinding Light
+ [5] = { itemID = 19344 }; --Natural Alignment Crystal
+ [6] = { itemID = 19398 }; --Cloak of Firemaw
+ [7] = { itemID = 19400 }; --Firemaw's Clutch
+ [8] = { itemID = 19399 }; --Black Ash Robe
+ [9] = { itemID = 19396 }; --Taut Dragonhide Belt
+ [10] = { itemID = 19401 }; --Primalist's Linked Legguards
+ [11] = { itemID = 19394 }; --Drake Talon Pauldrons
+ [12] = { itemID = 19402 }; --Legguards of the Fallen Crusader
+ [13] = { itemID = 19397 }; --Ring of Blackrock
+ [14] = { itemID = 19395 }; --Rejuvenating Gem
+ [16] = { itemID = 2522464, lootTable = {"T2HAND","Token"} }; --Chromatic Handgaurds
};
{
Name = BabbleBoss["Ebonroc"];
- [1] = { itemID = 19345, droprate = "16.67%" }; --Aegis of Preservation
- [2] = { itemID = 19407, droprate = "16.67%" }; --Ebony Flame Gloves
- [3] = { itemID = 19405, droprate = "16.67%" }; --Malfurion's Blessed Bulwark
- [4] = { itemID = 19396, droprate = "6.67%" }; --Taut Dragonhide Belt
- [5] = { itemID = 19394, droprate = "6.67%" }; --Drake Talon Pauldrons
- [6] = { itemID = 19403, droprate = "16.67%" }; --Band of Forced Concentration
- [7] = { itemID = 19397, droprate = "6.67%" }; --Ring of Blackrock
- [8] = { itemID = 19406, droprate = "16.67%" }; --Drake Fang Talisman
- [9] = { itemID = 19395, droprate = "6.67%" }; --Rejuvenating Gem
- [10] = { itemID = 19353, droprate = "6.67%" }; --Drake Talon Cleaver
- [11] = { itemID = 19355, droprate = "6.67%" }; --Shadow Wing Focus Staff
- [12] = { itemID = 19368, droprate = "16.67%" }; --Dragonbreath Hand Cannon
- [16] = { itemID = 2522464, droprate = "100%", lootTable = {"T2HAND","Token"} }; --Chromatic Handgaurds
+ [1] = { itemID = 19345 }; --Aegis of Preservation
+ [2] = { itemID = 19407 }; --Ebony Flame Gloves
+ [3] = { itemID = 19405 }; --Malfurion's Blessed Bulwark
+ [4] = { itemID = 19396 }; --Taut Dragonhide Belt
+ [5] = { itemID = 19394 }; --Drake Talon Pauldrons
+ [6] = { itemID = 19403 }; --Band of Forced Concentration
+ [7] = { itemID = 19397 }; --Ring of Blackrock
+ [8] = { itemID = 19406 }; --Drake Fang Talisman
+ [9] = { itemID = 19395 }; --Rejuvenating Gem
+ [10] = { itemID = 19353 }; --Drake Talon Cleaver
+ [11] = { itemID = 19355 }; --Shadow Wing Focus Staff
+ [12] = { itemID = 19368 }; --Dragonbreath Hand Cannon
+ [16] = { itemID = 2522464, lootTable = {"T2HAND","Token"} }; --Chromatic Handgaurds
};
{
Name = BabbleBoss["Flamegor"];
- [1] = { itemID = 19430, droprate = "16.67%" }; --Shroud of Pure Thought
- [2] = { itemID = 19396, droprate = "6.67%" }; --Taut Dragonhide Belt
- [3] = { itemID = 19433, droprate = "16.67%" }; --Emberweave Leggings
- [4] = { itemID = 19394, droprate = "6.67%" }; --Drake Talon Pauldrons
- [5] = { itemID = 19397, droprate = "6.67%" }; --Ring of Blackrock
- [6] = { itemID = 19432, droprate = "16.67%" }; --Circle of Applied Force
- [7] = { itemID = 19395, droprate = "6.67%" }; --Rejuvenating Gem
- [8] = { itemID = 19431, droprate = "16.67%" }; --Styleen's Impeding Scarab
- [9] = { itemID = 19353, droprate = "6.67%" }; --Drake Talon Cleaver
- [10] = { itemID = 19357, droprate = "16.67%" }; --Herald of Woe
- [11] = { itemID = 19355, droprate = "6.67%" }; --Shadow Wing Focus Staff
- [12] = { itemID = 19367, droprate = "16.67%" }; --Dragon's Touch
- [16] = { itemID = 2522464, droprate = "100%", lootTable = {"T2HAND","Token"} }; --Chromatic Handgaurds
+ [1] = { itemID = 19430 }; --Shroud of Pure Thought
+ [2] = { itemID = 19396 }; --Taut Dragonhide Belt
+ [3] = { itemID = 19433 }; --Emberweave Leggings
+ [4] = { itemID = 19394 }; --Drake Talon Pauldrons
+ [5] = { itemID = 19397 }; --Ring of Blackrock
+ [6] = { itemID = 19432 }; --Circle of Applied Force
+ [7] = { itemID = 19395 }; --Rejuvenating Gem
+ [8] = { itemID = 19431 }; --Styleen's Impeding Scarab
+ [9] = { itemID = 19353 }; --Drake Talon Cleaver
+ [10] = { itemID = 19357 }; --Herald of Woe
+ [11] = { itemID = 19355 }; --Shadow Wing Focus Staff
+ [12] = { itemID = 19367 }; --Dragon's Touch
+ [16] = { itemID = 2522464, lootTable = {"T2HAND","Token"} }; --Chromatic Handgaurds
};
{
Name = BabbleBoss["Chromaggus"];
- [1] = { itemID = 19386, droprate = "20%" }; --Elementium Threaded Cloak
- [2] = { itemID = 19388, droprate = "20%" }; --Angelista's Grasp
- [3] = { itemID = 19385, droprate = "20%" }; --Empowered Leggings
- [4] = { itemID = 19391, droprate = "20%" }; --Shimmering Geta
- [5] = { itemID = 19389, droprate = "20%" }; --Taut Dragonhide Shoulderpads
- [6] = { itemID = 19390, droprate = "20%" }; --Taut Dragonhide Gloves
- [7] = { itemID = 19393, droprate = "10%" }; --Primalist's Linked Waistguard
- [8] = { itemID = 19392, droprate = "10%" }; --Girdle of the Fallen Crusader
- [9] = { itemID = 19387, droprate = "20%" }; --Chromatic Boots
- [11] = { itemID = 19347, droprate = "10%" }; --Claw of Chromaggus
- [12] = { itemID = 19352, droprate = "10%" }; --Chromatically Tempered Sword
- [13] = { itemID = 19349, droprate = "10%" }; --Elementium Reinforced Bulwark
- [14] = { itemID = 19361, droprate = "10%" }; --Ashjre'thul, Crossbow of Smiting
- [16] = { itemID = 2522461, droprate = "100%", lootTable = {"T2SHOULDER","Token"} }; --Chromatic Spaulders
+ [1] = { itemID = 19386 }; --Elementium Threaded Cloak
+ [2] = { itemID = 19388 }; --Angelista's Grasp
+ [3] = { itemID = 19385 }; --Empowered Leggings
+ [4] = { itemID = 19391 }; --Shimmering Geta
+ [5] = { itemID = 19389 }; --Taut Dragonhide Shoulderpads
+ [6] = { itemID = 19390 }; --Taut Dragonhide Gloves
+ [7] = { itemID = 19393 }; --Primalist's Linked Waistguard
+ [8] = { itemID = 19392 }; --Girdle of the Fallen Crusader
+ [9] = { itemID = 19387 }; --Chromatic Boots
+ [11] = { itemID = 19347 }; --Claw of Chromaggus
+ [12] = { itemID = 19352 }; --Chromatically Tempered Sword
+ [13] = { itemID = 19349 }; --Elementium Reinforced Bulwark
+ [14] = { itemID = 19361 }; --Ashjre'thul, Crossbow of Smiting
+ [16] = { itemID = 2522461, lootTable = {"T2SHOULDER","Token"} }; --Chromatic Spaulders
};
{
Name = BabbleBoss["Nefarian"];
- [1] = { itemID = 19378, droprate = "16.67%" }; --Cloak of the Brood Lord
- [2] = { itemID = 19375, droprate = "16.67%" }; --Mish'undare, Circlet of the Mind Flayer
- [3] = { itemID = 19381, droprate = "16.67%" }; --Boots of the Shadow Flame
- [4] = { itemID = 19380, droprate = "16.67%" }; --Therazane's Link
- [5] = { itemID = 19377, droprate = "16.67%" }; --Prestor's Talisman of Connivery
- [6] = { itemID = 19376, droprate = "16.67%" }; --Archimtiros' Ring of Reckoning
- [7] = { itemID = 19382, droprate = "16.67%" }; --Pure Elementium Band
- [8] = { itemID = 19379, droprate = "16.67%" }; --Neltharion's Tear
- [9] = { itemID = 19364, droprate = "10%" }; --Ashkandi, Greatsword of the Brotherhood
- [10] = { itemID = 19363, droprate = "16.67%" }; --Crul'shorukh, Edge of Chaos
- [11] = { itemID = 19360, droprate = "16.67%" }; --Lok'amir il Romathis
- [12] = { itemID = 19356, droprate = "16.67%%" }; --Staff of the Shadow Flame
- [13] = { itemID = 14001, droprate = "16.67%%" }; --Archimtiros' Ring of Armageddon
- [16] = { itemID = 2522450, droprate = "100%", lootTable = {"T2CHEST","Token"} }; --Chromatic Tunic
- [18] = { itemID = 19003, droprate = "100%" }; --Head of Nefarian
+ [1] = { itemID = 19378 }; --Cloak of the Brood Lord
+ [2] = { itemID = 19375 }; --Mish'undare, Circlet of the Mind Flayer
+ [3] = { itemID = 19381 }; --Boots of the Shadow Flame
+ [4] = { itemID = 19380 }; --Therazane's Link
+ [5] = { itemID = 19377 }; --Prestor's Talisman of Connivery
+ [6] = { itemID = 19376 }; --Archimtiros' Ring of Reckoning
+ [7] = { itemID = 19382 }; --Pure Elementium Band
+ [8] = { itemID = 19379 }; --Neltharion's Tear
+ [9] = { itemID = 19364 }; --Ashkandi, Greatsword of the Brotherhood
+ [10] = { itemID = 19363 }; --Crul'shorukh, Edge of Chaos
+ [11] = { itemID = 19360 }; --Lok'amir il Romathis
+ [12] = { itemID = 19356 }; --Staff of the Shadow Flame
+ [13] = { itemID = 14001 }; --Archimtiros' Ring of Armageddon
+ [16] = { itemID = 2522450, lootTable = {"T2CHEST","Token"} }; --Chromatic Tunic
+ [18] = { itemID = 19003 }; --Head of Nefarian
[19] = { itemID = 19383 }; --Master Dragonslayer's Medallion
[20] = { itemID = 19384 }; --Master Dragonslayer's Ring
[21] = { itemID = 19366 }; --Master Dragonslayer's Orb
- [23] = { itemID = 21138, droprate = "100%" }; --Red Scepter Shard
+ [23] = { itemID = 21138 }; --Red Scepter Shard
};
{
Name = AL["Trash Mobs"];
- [1] = { itemID = 19436, droprate = "2.53%" }; --Cloak of Draconic Might
- [2] = { itemID = 19437, droprate = "2.33%" }; --Boots of Pure Thought
- [3] = { itemID = 19438, droprate = "4.42%" }; --Ringo's Blizzard Boots
- [4] = { itemID = 19439, droprate = "4.62%" }; --Interlaced Shadow Jerkin
- [5] = { itemID = 19434, droprate = "1.57%" }; --Band of Dark Dominion
- [6] = { itemID = 19362, droprate = "1.67%" }; --Doom's Edge
- [7] = { itemID = 19354, droprate = "5.96%" }; --Draconic Avenger
- [8] = { itemID = 19358, droprate = "2.30%" }; --Draconic Maul
- [9] = { itemID = 19435, droprate = "1.61%" }; --Essence Gatherer
- [16] = { itemID = 18562, droprate = "4.75%" }; --Elementium Ore
+ [1] = { itemID = 19436 }; --Cloak of Draconic Might
+ [2] = { itemID = 19437 }; --Boots of Pure Thought
+ [3] = { itemID = 19438 }; --Ringo's Blizzard Boots
+ [4] = { itemID = 19439 }; --Interlaced Shadow Jerkin
+ [5] = { itemID = 19434 }; --Band of Dark Dominion
+ [6] = { itemID = 19362 }; --Doom's Edge
+ [7] = { itemID = 19354 }; --Draconic Avenger
+ [8] = { itemID = 19358 }; --Draconic Maul
+ [9] = { itemID = 19435 }; --Essence Gatherer
+ [16] = { itemID = 18562 }; --Elementium Ore
[18] = { itemID = 21109 }; --Draconic for Dummies
};
};
@@ -1667,76 +1667,76 @@ AtlasLoot_Data["BlackwingLair"] = {
AtlasLoot_Data["DireMaulEast"] = {
Module = "AtlasLoot_OriginalWoW";
- Name = BabbleZone["Dire Maul"] .. " East";
+ Name = BabbleZone["Dire Maul"] .." East";
Type = "ClassicDungeonExt";
Map = "DireMaul";
{
Name = BabbleBoss["Pusillin"];
- [1] = { itemID = 18267, droprate = "71.55%" }; --Recipe: Runn Tum Tuber Surprise
- [3] = { itemID = 18261, droprate = "100%" }; --Book of Incantations
- [4] = { itemID = 18249, droprate = "100%" }; --Crescent Key
+ [1] = { itemID = 18267 }; --Recipe: Runn Tum Tuber Surprise
+ [3] = { itemID = 18261 }; --Book of Incantations
+ [4] = { itemID = 18249 }; --Crescent Key
};
{
Name = BabbleBoss["Zevrim Thornhoof"];
- [1] = { itemID = 18319, droprate = "7.88%" }; --Fervent Helm
- [2] = { itemID = 18313, droprate = "17.87%" }; --Helm of Awareness
- [3] = { itemID = 18323, droprate = "17.24%" }; --Satyr's Bow
- [5] = { itemID = 18306, droprate = "21.40%" }; --Gloves of Shadowy Mist
- [6] = { itemID = 18308, droprate = "23.73%" }; --Clever Hat
+ [1] = { itemID = 18319 }; --Fervent Helm
+ [2] = { itemID = 18313 }; --Helm of Awareness
+ [3] = { itemID = 18323 }; --Satyr's Bow
+ [5] = { itemID = 18306 }; --Gloves of Shadowy Mist
+ [6] = { itemID = 18308 }; --Clever Hat
};
{
Name = BabbleBoss["Lethtendris"];
- [1] = { itemID = 18325, droprate = "24.67%" }; --Felhide Cap
- [2] = { itemID = 18311, droprate = "7.30%" }; --Quel'dorei Channeling Rod
- [4] = { itemID = 18302, droprate = "29.30%" }; --Band of Vigor
+ [1] = { itemID = 18325 }; --Felhide Cap
+ [2] = { itemID = 18311 }; --Quel'dorei Channeling Rod
+ [4] = { itemID = 18302 }; --Band of Vigor
[5] = { itemID = 18301 }; --Lethtendris's Wand
[7] = { itemID = 18426 }; --Lethtendris's Web
};
{
Name = BabbleBoss["Pimgib"];
- [1] = { itemID = 18354, droprate = "18.68%" }; --Pimgib's Collar
+ [1] = { itemID = 18354 }; --Pimgib's Collar
};
{
Name = BabbleBoss["Hydrospawn"];
- [1] = { itemID = 18322, droprate = "16.42%" }; --Waterspout Boots
- [2] = { itemID = 18317, droprate = "16.44%" }; --Tempest Talisman
- [3] = { itemID = 18324, droprate = "8.46%" }; --Waveslicer
- [5] = { itemID = 18307, droprate = "21.33%" }; --Riptide Shoes
- [6] = { itemID = 18305, droprate = "22.75%" }; --Breakwater Legguards
+ [1] = { itemID = 18322 }; --Waterspout Boots
+ [2] = { itemID = 18317 }; --Tempest Talisman
+ [3] = { itemID = 18324 }; --Waveslicer
+ [5] = { itemID = 18307 }; --Riptide Shoes
+ [6] = { itemID = 18305 }; --Breakwater Legguards
};
{
Name = BabbleBoss["Alzzin the Wildshaper"];
- [1] = { itemID = 18328, droprate = "15.36%" }; --Shadewood Cloak
- [2] = { itemID = 18327, droprate = "16.53%" }; --Whipvine Cord
- [3] = { itemID = 18309, droprate = "14.05%" }; --Gloves of Restoration
- [4] = { itemID = 18318, droprate = "14.88%" }; --Merciful Greaves
- [5] = { itemID = 18312, droprate = "16.08%" }; --Energized Chestplate
- [6] = { itemID = 18326, droprate = "18.62%" }; --Razor Gauntlets
- [8] = { icon = "INV_Box_01", "=q6=#x9#" };
+ [1] = { itemID = 18328 }; --Shadewood Cloak
+ [2] = { itemID = 18327 }; --Whipvine Cord
+ [3] = { itemID = 18309 }; --Gloves of Restoration
+ [4] = { itemID = 18318 }; --Merciful Greaves
+ [5] = { itemID = 18312 }; --Energized Chestplate
+ [6] = { itemID = 18326 }; --Razor Gauntlets
+ [8] = { icon = "INV_Box_01", name = WHITE..AL["Felvine Shard"] };
[9] = { itemID = 18501 }; --Felvine Shard
- [16] = { itemID = 18315, droprate = "15.40%" }; --Ring of Demonic Potency
- [17] = { itemID = 18314, droprate = "13.71%" }; --Ring of Demonic Guile
- [18] = { itemID = 18310, droprate = "15.39%" }; --Fiendish Machete
- [19] = { itemID = 18321, droprate = "15.94%" }; --Energetic Rod
+ [16] = { itemID = 18315 }; --Ring of Demonic Potency
+ [17] = { itemID = 18314 }; --Ring of Demonic Guile
+ [18] = { itemID = 18310 }; --Fiendish Machete
+ [19] = { itemID = 18321 }; --Energetic Rod
};
{
Name = BabbleBoss["Isalien"];
- [1] = { icon = "INV_Misc_Bag_09", name = "=q6=#j5#", desc = "=q5=#n20#" };
- [2] = { itemID = 22304, droprate = "16.24%" }; --Ironweave Gloves
- [3] = { itemID = 22472, droprate = "12.55%" }; --Boots of Ferocity
- [4] = { itemID = 22401, droprate = "14.76%" }; --Libram of Hope
- [5] = { itemID = 22345, droprate = "2.95%" }; --Totem of Rebirth
+ [1] = { icon = "INV_Misc_Bag_09", name = WHITE..AL["Dungeon Set 2 Summonable"], desc = "=q5="..BabbleBoss["Isalien"] };
+ [2] = { itemID = 22304 }; --Ironweave Gloves
+ [3] = { itemID = 22472 }; --Boots of Ferocity
+ [4] = { itemID = 22401 }; --Libram of Hope
+ [5] = { itemID = 22345 }; --Totem of Rebirth
[6] = { itemID = 22315 }; --Hammer of Revitalization
- [7] = { itemID = 22314, droprate = "15.50%" }; --Huntsman's Harpoon
+ [7] = { itemID = 22314 }; --Huntsman's Harpoon
[17] = { itemID = 21984 }; --Left Piece of Lord Valthalak's Amulet
[18] = { itemID = 22046 }; --Right Piece of Lord Valthalak's Amulet
};
{
Name = AL["Trash Mobs"];
- [1] = { itemID = 18295, droprate = "1.26%" }; --Phasing Boots
- [2] = { itemID = 18298, droprate = "0.62%" }; --Unbridled Leggings
- [3] = { itemID = 18296, droprate = "0.59%" }; --Marksman Bands
- [4] = { itemID = 18289, droprate = "0.87%" }; --Barbed Thorn Necklace
+ [1] = { itemID = 18295 }; --Phasing Boots
+ [2] = { itemID = 18298 }; --Unbridled Leggings
+ [3] = { itemID = 18296 }; --Marksman Bands
+ [4] = { itemID = 18289 }; --Barbed Thorn Necklace
};
{
Name = "Dire Maul Books";
@@ -1771,60 +1771,60 @@ AtlasLoot_Data["DireMaulEast"] = {
AtlasLoot_Data["DireMaulNorth"] = {
Module = "AtlasLoot_OriginalWoW";
- Name = BabbleZone["Dire Maul"] .. " North";
+ Name = BabbleZone["Dire Maul"] .." North";
Type = "ClassicDungeonExt";
Map = "DireMaul";
{
Name = BabbleBoss["Guard Mol'dar"];
- [1] = { itemID = 18496, droprate = "4.68%" }; --Heliotrope Cloak
- [2] = { itemID = 18497, droprate = "4.14%" }; --Sublime Wristguards
- [3] = { itemID = 18494, droprate = "4.62%" }; --Denwatcher's Shoulders
- [4] = { itemID = 18493, droprate = "3.96%" }; --Bulky Iron Spaulders
- [5] = { itemID = 18498, droprate = "4.94%" }; --Hedgecutter
- [7] = { itemID = 18268, droprate = "100%" }; --Gordok Inner Door Key
- [16] = { itemID = 18450, droprate = "6.57%" }; --Robe of Combustion
- [17] = { itemID = 18451, droprate = "6.61%" }; --Hyena Hide Belt
- [18] = { itemID = 18458, droprate = "7.12%" }; --Modest Armguards
- [19] = { itemID = 18459, droprate = "6.09%" }; --Gallant's Wristguards
- [20] = { itemID = 18464, droprate = "6.52%" }; --Gordok Nose Ring
+ [1] = { itemID = 18496 }; --Heliotrope Cloak
+ [2] = { itemID = 18497 }; --Sublime Wristguards
+ [3] = { itemID = 18494 }; --Denwatcher's Shoulders
+ [4] = { itemID = 18493 }; --Bulky Iron Spaulders
+ [5] = { itemID = 18498 }; --Hedgecutter
+ [7] = { itemID = 18268 }; --Gordok Inner Door Key
+ [16] = { itemID = 18450 }; --Robe of Combustion
+ [17] = { itemID = 18451 }; --Hyena Hide Belt
+ [18] = { itemID = 18458 }; --Modest Armguards
+ [19] = { itemID = 18459 }; --Gallant's Wristguards
+ [20] = { itemID = 18464 }; --Gordok Nose Ring
[21] = { itemID = 18462 }; --Jagged Bone Fist
- [22] = { itemID = 18463, droprate = "7.38%" }; --Ogre Pocket Knife
- [23] = { itemID = 18460, droprate = "5.86%" }; --Unsophisticated Hand Cannon
+ [22] = { itemID = 18463 }; --Ogre Pocket Knife
+ [23] = { itemID = 18460 }; --Unsophisticated Hand Cannon
};
{
Name = BabbleBoss["Stomper Kreeg"];
- [1] = { itemID = 18425, droprate = "40.24%" }; --Kreeg's Mug
- [2] = { itemID = 18269, droprate = "100%" }; --Gordok Green Grog
- [3] = { itemID = 18284, droprate = "100%" }; --Kreeg's Stout Beatdown
+ [1] = { itemID = 18425 }; --Kreeg's Mug
+ [2] = { itemID = 18269 }; --Gordok Green Grog
+ [3] = { itemID = 18284 }; --Kreeg's Stout Beatdown
};
{
Name = BabbleBoss["Guard Fengus"];
- [1] = { itemID = 18450, droprate = "9.76%" }; --Robe of Combustion
- [2] = { itemID = 18451, droprate = "10.64%" }; --Hyena Hide Belt
- [3] = { itemID = 18458, droprate = "11.41%" }; --Modest Armguards
- [4] = { itemID = 18459, droprate = "9.60%" }; --Gallant's Wristguards
- [5] = { itemID = 18464, droprate = "11.41%" }; --Gordok Nose Ring
- [6] = { itemID = 18462, droprate = "11.79%" }; --Jagged Bone Fist
- [7] = { itemID = 18463, droprate = "11.02%" }; --Ogre Pocket Knife
- [8] = { itemID = 18460, droprate = "9.07%" }; --Unsophisticated Hand Cannon
- [16] = { icon = "INV_Box_01", "=q6=#x7#" };
- [17] = { itemID = 18266, droprate = "100%" }; --Gordok Courtyard Key
+ [1] = { itemID = 18450 }; --Robe of Combustion
+ [2] = { itemID = 18451 }; --Hyena Hide Belt
+ [3] = { itemID = 18458 }; --Modest Armguards
+ [4] = { itemID = 18459 }; --Gallant's Wristguards
+ [5] = { itemID = 18464 }; --Gordok Nose Ring
+ [6] = { itemID = 18462 }; --Jagged Bone Fist
+ [7] = { itemID = 18463 }; --Ogre Pocket Knife
+ [8] = { itemID = 18460 }; --Unsophisticated Hand Cannon
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Fengus's Chest"] };
+ [17] = { itemID = 18266 }; --Gordok Courtyard Key
};
{
Name = AL["Knot Thimblejack"];
- [1] = { itemID = 18517, droprate = "0.92%" }; --Pattern: Chromatic Cloak
- [2] = { itemID = 18518, droprate = "1.29%" }; --Pattern: Hide of the Wild
- [3] = { itemID = 18519, droprate = "1.14%" }; --Pattern: Shifting Cloak
- [4] = { itemID = 18414, droprate = "1.00%" }; --Pattern: Belt of the Archmage
- [6] = { itemID = 18418, droprate = "9.75%" }; --Pattern: Cloak of Warding
- [7] = { itemID = 18415, droprate = "9.62%" }; --Pattern: Felcloth Gloves
- [8] = { itemID = 18416, droprate = "10.66%" }; --Pattern: Inferno Gloves
- [9] = { itemID = 18417, droprate = "10.28%" }; --Pattern: Mooncloth Gloves
- [10] = { itemID = 18514, droprate = "10.90%" }; --Pattern: Girdle of Insight
- [11] = { itemID = 18515, droprate = "11.18%" }; --Pattern: Mongoose Boots
- [12] = { itemID = 18516, droprate = "10.26%" }; --Pattern: Swift Flight Bracers
- [14] = { icon = "INV_Box_01", "=q6=#x6#" };
- [15] = { itemID = 18240, droprate = "100%" }; --Ogre Tannin
+ [1] = { itemID = 18517 }; --Pattern: Chromatic Cloak
+ [2] = { itemID = 18518 }; --Pattern: Hide of the Wild
+ [3] = { itemID = 18519 }; --Pattern: Shifting Cloak
+ [4] = { itemID = 18414 }; --Pattern: Belt of the Archmage
+ [6] = { itemID = 18418 }; --Pattern: Cloak of Warding
+ [7] = { itemID = 18415 }; --Pattern: Felcloth Gloves
+ [8] = { itemID = 18416 }; --Pattern: Inferno Gloves
+ [9] = { itemID = 18417 }; --Pattern: Mooncloth Gloves
+ [10] = { itemID = 18514 }; --Pattern: Girdle of Insight
+ [11] = { itemID = 18515 }; --Pattern: Mongoose Boots
+ [12] = { itemID = 18516 }; --Pattern: Swift Flight Bracers
+ [14] = { icon = "INV_Box_01", name = WHITE..AL["Ogre Tannin Basket"] };
+ [15] = { itemID = 18240 }; --Ogre Tannin
[16] = { itemID = 18509 }; --Chromatic Cloak
[17] = { itemID = 18510 }; --Hide of the Wild
[18] = { itemID = 18511 }; --Shifting Cloak
@@ -1839,46 +1839,46 @@ AtlasLoot_Data["DireMaulNorth"] = {
};
{
Name = BabbleBoss["Guard Slip'kik"];
- [1] = { itemID = 18496, droprate = "5.82%" }; --Heliotrope Cloak
- [2] = { itemID = 18497, droprate = "4.75%" }; --Sublime Wristguards
- [3] = { itemID = 18494, droprate = "5.70%" }; --Denwatcher's Shoulders
- [4] = { itemID = 18493, droprate = "4.89%" }; --Bulky Iron Spaulders
- [5] = { itemID = 18498, droprate = "6.01%" }; --Hedgecutter
- [16] = { itemID = 18450, droprate = "6.78%" }; --Robe of Combustion
- [17] = { itemID = 18451, droprate = "7.83%" }; --Hyena Hide Belt
- [18] = { itemID = 18458, droprate = "7.63%" }; --Modest Armguards
- [19] = { itemID = 18459, droprate = "6.98%" }; --Gallant's Wristguards
- [20] = { itemID = 18464, droprate = "7.36%" }; --Gordok Nose Ring
- [21] = { itemID = 18462, droprate = "8.52%" }; --Jagged Bone Fist
- [22] = { itemID = 18463, droprate = "7.74%" }; --Ogre Pocket Knife
- [23] = { itemID = 18460, droprate = "6.66%" }; --Unsophisticated Hand Cannon
+ [1] = { itemID = 18496 }; --Heliotrope Cloak
+ [2] = { itemID = 18497 }; --Sublime Wristguards
+ [3] = { itemID = 18494 }; --Denwatcher's Shoulders
+ [4] = { itemID = 18493 }; --Bulky Iron Spaulders
+ [5] = { itemID = 18498 }; --Hedgecutter
+ [16] = { itemID = 18450 }; --Robe of Combustion
+ [17] = { itemID = 18451 }; --Hyena Hide Belt
+ [18] = { itemID = 18458 }; --Modest Armguards
+ [19] = { itemID = 18459 }; --Gallant's Wristguards
+ [20] = { itemID = 18464 }; --Gordok Nose Ring
+ [21] = { itemID = 18462 }; --Jagged Bone Fist
+ [22] = { itemID = 18463 }; --Ogre Pocket Knife
+ [23] = { itemID = 18460 }; --Unsophisticated Hand Cannon
};
{
Name = BabbleBoss["Captain Kromcrush"];
- [1] = { itemID = 18507, droprate = "18.75%" }; --Boots of the Full Moon
- [2] = { itemID = 18505, droprate = "18.06%" }; --Mugger's Belt
- [3] = { itemID = 18503, droprate = "17.48%" }; --Kromcrush's Chestplate
- [4] = { itemID = 18502, droprate = "21.47%" }; --Monstrous Glaive
+ [1] = { itemID = 18507 }; --Boots of the Full Moon
+ [2] = { itemID = 18505 }; --Mugger's Belt
+ [3] = { itemID = 18503 }; --Kromcrush's Chestplate
+ [4] = { itemID = 18502 }; --Monstrous Glaive
};
{
Name = BabbleBoss["Cho'Rush the Observer"];
- [1] = { itemID = 18490, droprate = "21.46%" }; --Insightful Hood
- [2] = { itemID = 18484, droprate = "22.46%" }; --Cho'Rush's Blade
- [3] = { itemID = 18485, droprate = "22.96%" }; --Observer's Shield
- [4] = { itemID = 18483, droprate = "19.01%" }; --Mana Channeling Wand
+ [1] = { itemID = 18490 }; --Insightful Hood
+ [2] = { itemID = 18484 }; --Cho'Rush's Blade
+ [3] = { itemID = 18485 }; --Observer's Shield
+ [4] = { itemID = 18483 }; --Mana Channeling Wand
};
{
Name = BabbleBoss["King Gordok"];
- [1] = { itemID = 18526, droprate = "17.17%" }; --Crown of the Ogre King
- [2] = { itemID = 18525, droprate = "19.15%" }; --Bracers of Prosperity
- [3] = { itemID = 18527, droprate = "19.73%" }; --Harmonious Gauntlets
- [4] = { itemID = 18524, droprate = "18.55%" }; --Leggings of Destruction
- [5] = { itemID = 18521, droprate = "17.80%" }; --Grimy Metal Boots
- [6] = { itemID = 18522, droprate = "14.96%" }; --Band of the Ogre King
- [7] = { itemID = 18523, droprate = "20.21%" }; --Brightly Glowing Stone
- [8] = { itemID = 18520, droprate = "16.44%" }; --Barbarous Blade
- [16] = { itemID = 19258, droprate = "1.84%" }; --Ace of Warlords
- [18] = { itemID = 18780, droprate = "6.00%" }; --Top Half of Advanced Armorsmithing: Volume I
+ [1] = { itemID = 18526 }; --Crown of the Ogre King
+ [2] = { itemID = 18525 }; --Bracers of Prosperity
+ [3] = { itemID = 18527 }; --Harmonious Gauntlets
+ [4] = { itemID = 18524 }; --Leggings of Destruction
+ [5] = { itemID = 18521 }; --Grimy Metal Boots
+ [6] = { itemID = 18522 }; --Band of the Ogre King
+ [7] = { itemID = 18523 }; --Brightly Glowing Stone
+ [8] = { itemID = 18520 }; --Barbarous Blade
+ [16] = { itemID = 19258 }; --Ace of Warlords
+ [18] = { itemID = 18780 }; --Top Half of Advanced Armorsmithing: Volume I
[19] = { itemID = 12727 }; --Plans: Enchanted Thorium Breastplate
};
{
@@ -1913,72 +1913,72 @@ AtlasLoot_Data["DireMaulNorth"] = {
AtlasLoot_Data["DireMaulWest"] = {
Module = "AtlasLoot_OriginalWoW";
- Name = BabbleZone["Dire Maul"] .. " West";
+ Name = BabbleZone["Dire Maul"] .." West";
Type = "ClassicDungeonExt";
Map = "DireMaul";
{
Name = BabbleBoss["Tendris Warpwood"];
- [1] = { itemID = 18390, droprate = "22.55%" }; --Tanglemoss Leggings
- [2] = { itemID = 18393, droprate = "19.81%" }; --Warpwood Binding
- [4] = { itemID = 18353, droprate = "23.46%" }; --Stoneflower Staff
- [5] = { itemID = 18352, droprate = "21.67%" }; --Petrified Bark Shield
+ [1] = { itemID = 18390 }; --Tanglemoss Leggings
+ [2] = { itemID = 18393 }; --Warpwood Binding
+ [4] = { itemID = 18353 }; --Stoneflower Staff
+ [5] = { itemID = 18352 }; --Petrified Bark Shield
};
{
Name = BabbleBoss["Illyanna Ravenoak"];
- [1] = { itemID = 18386, droprate = "18.79%" }; --Padre's Trousers
- [2] = { itemID = 18383, droprate = "20.11%" }; --Force Imbued Gauntlets
- [4] = { itemID = 18349, droprate = "23.94%" }; --Gauntlets of Accuracy
- [5] = { itemID = 18347, droprate = "22.44%" }; --Well Balanced Axe
+ [1] = { itemID = 18386 }; --Padre's Trousers
+ [2] = { itemID = 18383 }; --Force Imbued Gauntlets
+ [4] = { itemID = 18349 }; --Gauntlets of Accuracy
+ [5] = { itemID = 18347 }; --Well Balanced Axe
};
{
Name = BabbleBoss["Magister Kalendris"];
[1] = { itemID = 18374 }; --Flamescarred Shoulders
- [2] = { itemID = 18397, droprate = "17.46%" }; --Elder Magus Pendant
- [3] = { itemID = 18371, droprate = "7.45%" }; --Mindtap Talisman
- [5] = { itemID = 18350, droprate = "21.44%" }; --Amplifying Cloak
- [6] = { itemID = 18351, droprate = "24.36%" }; --Magically Sealed Bracers
+ [2] = { itemID = 18397 }; --Elder Magus Pendant
+ [3] = { itemID = 18371 }; --Mindtap Talisman
+ [5] = { itemID = 18350 }; --Amplifying Cloak
+ [6] = { itemID = 18351 }; --Magically Sealed Bracers
[7] = { itemID = 22309 }; --Pattern: Big Bag of Enchantment
};
{
Name = BabbleBoss["Tsu'zee"];
- [1] = { itemID = 18387, droprate = "24.79%" }; --Brightspark Gloves
- [3] = { itemID = 18346, droprate = "33.94%" }; --Threadbare Trousers
- [4] = { itemID = 18345, droprate = "30.28%" }; --Murmuring Ring
+ [1] = { itemID = 18387 }; --Brightspark Gloves
+ [3] = { itemID = 18346 }; --Threadbare Trousers
+ [4] = { itemID = 18345 }; --Murmuring Ring
};
{
Name = BabbleBoss["Immol'thar"];
- [1] = { itemID = 18389, droprate = "14.35%" }; --Cloak of the Cosmos
- [2] = { itemID = 18385, droprate = "15.33%" }; --Robe of Everlasting Night
- [3] = { itemID = 18377, droprate = "21.01%" }; --Quickdraw Gloves
- [4] = { itemID = 18391, droprate = "20.08%" }; --Eyestalk Cord
- [5] = { itemID = 18394, droprate = "17.51%" }; --Demon Howl Wristguards
- [6] = { itemID = 18379, droprate = " 19.81%" }; --Odious Greaves
- [7] = { itemID = 18384, droprate = "14.71%" }; --Bile-etched Spaulders
- [16] = { itemID = 18381, droprate = "17.78%" }; --Evil Eye Pendant
- [17] = { itemID = 18370, droprate = "6.30%" }; --Vigilance Charm
- [18] = { itemID = 18372, droprate = "6.99%" }; --Blade of the New Moon
+ [1] = { itemID = 18389 }; --Cloak of the Cosmos
+ [2] = { itemID = 18385 }; --Robe of Everlasting Night
+ [3] = { itemID = 18377 }; --Quickdraw Gloves
+ [4] = { itemID = 18391 }; --Eyestalk Cord
+ [5] = { itemID = 18394 }; --Demon Howl Wristguards
+ [6] = { itemID = 18379 }; --Odious Greaves
+ [7] = { itemID = 18384 }; --Bile-etched Spaulders
+ [16] = { itemID = 18381 }; --Evil Eye Pendant
+ [17] = { itemID = 18370 }; --Vigilance Charm
+ [18] = { itemID = 18372 }; --Blade of the New Moon
};
{
Name = BabbleBoss["Lord Hel'nurath"];
- [1] = { itemID = 18757, droprate = "23.12%" }; --Diabolic Mantle
- [2] = { itemID = 18754, droprate = "19.24%" }; --Fel Hardened Bracers
- [3] = { itemID = 18756, droprate = "19.77%" }; --Dreadguard's Protector
- [4] = { itemID = 18755, droprate = "21.92%" }; --Xorothian Firestick
+ [1] = { itemID = 18757 }; --Diabolic Mantle
+ [2] = { itemID = 18754 }; --Fel Hardened Bracers
+ [3] = { itemID = 18756 }; --Dreadguard's Protector
+ [4] = { itemID = 18755 }; --Xorothian Firestick
};
{
Name = BabbleBoss["Prince Tortheldrin"];
- [1] = { itemID = 18382, droprate = "21.84%" }; --Fluctuating Cloak
- [2] = { itemID = 18373, droprate = "6.32%" }; --Chestplate of Tranquility
- [3] = { itemID = 18375, droprate = "15.62%" }; --Bracers of the Eclipse
- [4] = { itemID = 18378, droprate = "21.20%" }; --Silvermoon Leggings
- [5] = { itemID = 18380, droprate = "15.87%" }; --Eldritch Reinforced Legplates
- [6] = { itemID = 18395, droprate = "14.55%" }; --Emerald Flame Ring
- [8] = { icon = "INV_Box_01", "=q6=#x8#" };
+ [1] = { itemID = 18382 }; --Fluctuating Cloak
+ [2] = { itemID = 18373 }; --Chestplate of Tranquility
+ [3] = { itemID = 18375 }; --Bracers of the Eclipse
+ [4] = { itemID = 18378 }; --Silvermoon Leggings
+ [5] = { itemID = 18380 }; --Eldritch Reinforced Legplates
+ [6] = { itemID = 18395 }; --Emerald Flame Ring
+ [8] = { icon = "INV_Box_01", name = WHITE..AL["The Prince's Chest"] };
[9] = { itemID = 18336 }; --Gauntlet of Gordok Might
- [16] = { itemID = 18392, droprate = "14.70%" }; --Distracting Dagger
- [17] = { itemID = 18396, droprate = "14.62%" }; --Mind Carver
- [18] = { itemID = 18376, droprate = "14.40%" }; --Timeworn Mace
- [19] = { itemID = 18388, droprate = "7.72%" }; --Stoneshatter
+ [16] = { itemID = 18392 }; --Distracting Dagger
+ [17] = { itemID = 18396 }; --Mind Carver
+ [18] = { itemID = 18376 }; --Timeworn Mace
+ [19] = { itemID = 18388 }; --Stoneshatter
};
{
Name = AL["Shen'dralar Provisioner"];
@@ -1986,9 +1986,9 @@ AtlasLoot_Data["DireMaulWest"] = {
};
{
Name = AL["Trash Mobs"];
- [1] = { itemID = 18344, droprate = "0.47%" }; --Stonebark Gauntlets
- [2] = { itemID = 18340, droprate = "0.58%" }; --Eidolon Talisman
- [3] = { itemID = 18338, droprate = "0.78%" }; --Wand of Arcane Potency
+ [1] = { itemID = 18344 }; --Stonebark Gauntlets
+ [2] = { itemID = 18340 }; --Eidolon Talisman
+ [3] = { itemID = 18338 }; --Wand of Arcane Potency
};
};
------------------
@@ -2006,62 +2006,62 @@ AtlasLoot_Data["Gnomeregan"] = {
};
{
Name = BabbleBoss["Techbot"];
- [1] = { itemID = 9444, droprate = "69.3%" }; --Techbot CPU Shell
- [2] = { itemID = 9277, droprate = "100%" }; --Techbot's Memory Core
+ [1] = { itemID = 9444 }; --Techbot CPU Shell
+ [2] = { itemID = 9277 }; --Techbot's Memory Core
};
{
Name = BabbleBoss["Grubbis"];
- [1] = { itemID = 9445, droprate = "9.22%" }; --Grubbis Paws
+ [1] = { itemID = 9445 }; --Grubbis Paws
};
{
Name = BabbleBoss["Viscous Fallout"];
- [1] = { itemID = 9454, droprate = "54.02%" }; --Acidic Walkers
- [2] = { itemID = 9453, droprate = "19.05%" }; --Toxic Revenger
- [3] = { itemID = 9452, droprate = "18.25%" }; --Hydrocane
+ [1] = { itemID = 9454 }; --Acidic Walkers
+ [2] = { itemID = 9453 }; --Toxic Revenger
+ [3] = { itemID = 9452 }; --Hydrocane
};
{
Name = BabbleBoss["Electrocutioner 6000"];
- [1] = { itemID = 9448, droprate = "28.37%" }; --Spidertank Oilrag
- [2] = { itemID = 9447, droprate = "28.44%" }; --Electrocutioner Lagnut
- [3] = { itemID = 9446, droprate = "13.19%" }; --Electrocutioner Leg
+ [1] = { itemID = 9448 }; --Spidertank Oilrag
+ [2] = { itemID = 9447 }; --Electrocutioner Lagnut
+ [3] = { itemID = 9446 }; --Electrocutioner Leg
[4] = { itemID = 6893 }; --Workshop Key
};
{
Name = BabbleBoss["Crowd Pummeler 9-60"];
- [1] = { itemID = 9450, droprate = "60.45%" }; --Gnomebot Operating Boots
- [2] = { itemID = 9449, droprate = "33.14%" }; --Manual Crowd Pummeler
+ [1] = { itemID = 9450 }; --Gnomebot Operating Boots
+ [2] = { itemID = 9449 }; --Manual Crowd Pummeler
};
{
Name = BabbleBoss["Dark Iron Ambassador"];
- [1] = { itemID = 9455, droprate = "33.96%" }; --Emissary Cuffs
- [2] = { itemID = 9457, droprate = "17.79%" }; --Royal Diplomatic Scepter
- [3] = { itemID = 9456, droprate = "38.01%" }; --Glass Shooter
+ [1] = { itemID = 9455 }; --Emissary Cuffs
+ [2] = { itemID = 9457 }; --Royal Diplomatic Scepter
+ [3] = { itemID = 9456 }; --Glass Shooter
};
{
Name = BabbleBoss["Mekgineer Thermaplugg"];
- [1] = { itemID = 9492, droprate = "7.65%" }; --Electromagnetic Gigaflux Reactivator
- [2] = { itemID = 9461, droprate = "28.49%" }; --Charged Gear
- [3] = { itemID = 9459, droprate = "18.05%" }; --Thermaplugg's Left Arm
- [4] = { itemID = 9458, droprate = "28.61%" }; --Thermaplugg's Central Core
+ [1] = { itemID = 9492 }; --Electromagnetic Gigaflux Reactivator
+ [2] = { itemID = 9461 }; --Charged Gear
+ [3] = { itemID = 9459 }; --Thermaplugg's Left Arm
+ [4] = { itemID = 9458 }; --Thermaplugg's Central Core
[5] = { itemID = 4415 }; --Schematic: Craftsman's Monocle
[6] = { itemID = 4413 }; --Schematic: Discombobulator Ray
- [7] = { itemID = 4411, droprate = "0.7%" }; --Schematic: Flame Deflector
+ [7] = { itemID = 4411 }; --Schematic: Flame Deflector
[8] = { itemID = 7742 }; --Schematic: Gnomish Cloaking Device
- [9] = { itemID = 9299, droprate = "100%" }; --Thermaplugg's Safe Combination
+ [9] = { itemID = 9299 }; --Thermaplugg's Safe Combination
};
{
Name = AL["Trash Mobs"];
- [1] = { itemID = 9508, droprate = "0.02%" }; --Mechbuilder's Overalls
- [2] = { itemID = 9491, droprate = "0.01%" }; --Hotshot Pilot's Gloves
- [3] = { itemID = 9509, droprate = "0.01%" }; --Petrolspill Leggings
- [4] = { itemID = 9510, droprate = "0.01%" }; --Caverndeep Trudgers
- [5] = { itemID = 9490, droprate = "0.01%" }; --Gizmotron Megachopper
- [6] = { itemID = 9485, droprate = "0.01%" }; --Vibroblade
- [7] = { itemID = 9486, droprate = "0.02%" }; --Supercharger Battle Axe
- [8] = { itemID = 9488, droprate = "0.02%" }; --Oscillating Power Hammer
- [9] = { itemID = 9487, droprate = "0.01%" }; --Hi-tech Supergun
- [10] = { itemID = 9327, droprate = "1.41%" }; --Security DELTA Data Access Card
- [11] = { itemID = 9326, droprate = "9.38%" }; --Grime-Encrusted Ring
+ [1] = { itemID = 9508 }; --Mechbuilder's Overalls
+ [2] = { itemID = 9491 }; --Hotshot Pilot's Gloves
+ [3] = { itemID = 9509 }; --Petrolspill Leggings
+ [4] = { itemID = 9510 }; --Caverndeep Trudgers
+ [5] = { itemID = 9490 }; --Gizmotron Megachopper
+ [6] = { itemID = 9485 }; --Vibroblade
+ [7] = { itemID = 9486 }; --Supercharger Battle Axe
+ [8] = { itemID = 9488 }; --Oscillating Power Hammer
+ [9] = { itemID = 9487 }; --Hi-tech Supergun
+ [10] = { itemID = 9327 }; --Security DELTA Data Access Card
+ [11] = { itemID = 9326 }; --Grime-Encrusted Ring
[12] = { itemID = 9362 }; --Brilliant Gold Ring
[13] = { itemID = 9538 }; --Talvash's Gold Ring
};
@@ -2077,71 +2077,71 @@ AtlasLoot_Data["Maraudon"] = {
Map = "Maraudon";
{
Name = BabbleBoss["Noxxion"];
- [1] = { itemID = 17746, droprate = "32.50%" }; --Noxxion's Shackles
- [2] = { itemID = 17744, droprate = "30.35%" }; --Heart of Noxxion
- [3] = { itemID = 17745, droprate = "17.53%" }; --Noxious Shooter
- [4] = { itemID = 17702, droprate = "100%" }; --Celebrian Rod
+ [1] = { itemID = 17746 }; --Noxxion's Shackles
+ [2] = { itemID = 17744 }; --Heart of Noxxion
+ [3] = { itemID = 17745 }; --Noxious Shooter
+ [4] = { itemID = 17702 }; --Celebrian Rod
};
{
Name = BabbleBoss["Razorlash"];
- [1] = { itemID = 17750, droprate = "22.93%" }; --Chloromesh Girdle
- [2] = { itemID = 17748, droprate = "20.60%" }; --Vinerot Sandals
- [3] = { itemID = 17749, droprate = "22.09%" }; --Phytoskin Spaulders
- [4] = { itemID = 17751, droprate = "21.65%" }; --Brusslehide Leggings
+ [1] = { itemID = 17750 }; --Chloromesh Girdle
+ [2] = { itemID = 17748 }; --Vinerot Sandals
+ [3] = { itemID = 17749 }; --Phytoskin Spaulders
+ [4] = { itemID = 17751 }; --Brusslehide Leggings
};
{
Name = BabbleBoss["Lord Vyletongue"];
- [1] = { itemID = 17755, droprate = "25.71%" }; --Satyrmane Sash
- [2] = { itemID = 17754, droprate = "28.09%" }; --Infernal Trickster Leggings
- [3] = { itemID = 17752, droprate = "23.14%" }; --Satyr's Lash
- [4] = { itemID = 17703, droprate = "100%" }; --Celebrian Diamond
+ [1] = { itemID = 17755 }; --Satyrmane Sash
+ [2] = { itemID = 17754 }; --Infernal Trickster Leggings
+ [3] = { itemID = 17752 }; --Satyr's Lash
+ [4] = { itemID = 17703 }; --Celebrian Diamond
};
{
Name = BabbleBoss["Meshlok the Harvester"];
- [1] = { itemID = 17741, droprate = "30.34%" }; --Nature's Embrace
- [2] = { itemID = 17742, droprate = "31.37%" }; --Fungus Shroud Armor
- [3] = { itemID = 17767, droprate = "28.32%" }; --Bloomsprout Headpiece
+ [1] = { itemID = 17741 }; --Nature's Embrace
+ [2] = { itemID = 17742 }; --Fungus Shroud Armor
+ [3] = { itemID = 17767 }; --Bloomsprout Headpiece
};
{
Name = BabbleBoss["Celebras the Cursed"];
- [1] = { itemID = 17739, droprate = "30.32%" }; --Grovekeeper's Drape
- [2] = { itemID = 17740, droprate = "28.59%" }; --Soothsayer's Headdress
- [3] = { itemID = 17738, droprate = "28.22%" }; --Claw of Celebras
+ [1] = { itemID = 17739 }; --Grovekeeper's Drape
+ [2] = { itemID = 17740 }; --Soothsayer's Headdress
+ [3] = { itemID = 17738 }; --Claw of Celebras
};
{
Name = BabbleBoss["Landslide"];
- [1] = { itemID = 17736, droprate = "23.09%" }; --Rockgrip Gauntlets
- [2] = { itemID = 17734, droprate = "20.87%" }; --Helm of the Mountain
- [3] = { itemID = 17737, droprate = "19.99%" }; --Cloud Stone
- [4] = { itemID = 17943, droprate = "16.58%" }; --Fist of Stone
+ [1] = { itemID = 17736 }; --Rockgrip Gauntlets
+ [2] = { itemID = 17734 }; --Helm of the Mountain
+ [3] = { itemID = 17737 }; --Cloud Stone
+ [4] = { itemID = 17943 }; --Fist of Stone
};
{
Name = BabbleBoss["Tinkerer Gizlock"];
- [1] = { itemID = 17719, droprate = "27.44%" }; --Inventor's Focal Sword
- [2] = { itemID = 17718, droprate = "30.61%" }; --Gizlock's Hypertech Buckler
- [3] = { itemID = 17717, droprate = "27.23%" }; --Megashot Rifle
+ [1] = { itemID = 17719 }; --Inventor's Focal Sword
+ [2] = { itemID = 17718 }; --Gizlock's Hypertech Buckler
+ [3] = { itemID = 17717 }; --Megashot Rifle
};
{
Name = BabbleBoss["Rotgrip"];
- [1] = { itemID = 17732, droprate = "25.73%" }; --Rotgrip Mantle
- [2] = { itemID = 17728, droprate = "26.20%" }; --Albino Crocscale Boots
- [3] = { itemID = 17730, droprate = "19.21%" }; --Gatorbite Axe
+ [1] = { itemID = 17732 }; --Rotgrip Mantle
+ [2] = { itemID = 17728 }; --Albino Crocscale Boots
+ [3] = { itemID = 17730 }; --Gatorbite Axe
};
{
Name = BabbleBoss["Princess Theradras"];
- [1] = { itemID = 17780, droprate = "0.20%" }; --Blade of Eternal Darkness
- [2] = { itemID = 17715, droprate = "13.47%" }; --Eye of Theradras
- [3] = { itemID = 17714, droprate = "20.06%" }; --Bracers of the Stone Princess
- [4] = { itemID = 17711, droprate = "14.96%" }; --Elemental Rockridge Leggings
- [5] = { itemID = 17707, droprate = "15.30%" }; --Gemshard Heart
- [6] = { itemID = 17713, droprate = "18.92%" }; --Blackstone Ring
- [7] = { itemID = 17710, droprate = "14.24%" }; --Charstone Dirk
- [8] = { itemID = 17766, droprate = "16.44%" }; --Princess Theradras' Scepter
+ [1] = { itemID = 17780 }; --Blade of Eternal Darkness
+ [2] = { itemID = 17715 }; --Eye of Theradras
+ [3] = { itemID = 17714 }; --Bracers of the Stone Princess
+ [4] = { itemID = 17711 }; --Elemental Rockridge Leggings
+ [5] = { itemID = 17707 }; --Gemshard Heart
+ [6] = { itemID = 17713 }; --Blackstone Ring
+ [7] = { itemID = 17710 }; --Charstone Dirk
+ [8] = { itemID = 17766 }; --Princess Theradras' Scepter
};
{
Name = AL["Quest Item"];
- [1] = { itemID = 17764, droprate = "100%" }; --Gem of the Fourth Khan
- [2] = { itemID = 17765, droprate = "100%" }; --Gem of the Fifth Khan
+ [1] = { itemID = 17764 }; --Gem of the Fourth Khan
+ [2] = { itemID = 17765 }; --Gem of the Fifth Khan
};
};
----------------------
@@ -2154,20 +2154,20 @@ AtlasLoot_Data["RagefireChasm"] = {
Map = "RagefireChasm";
{
Name = BabbleBoss["Taragaman the Hungerer"];
- [1] = { itemID = 14149, droprate = "31.59%" }; --Subterranean Cape
- [2] = { itemID = 14148, droprate = "33.91%" }; --Crystalline Cuffs
- [3] = { itemID = 14145, droprate = "15.98%" }; --Cursed Felblade
- [4] = { itemID = 14540, droprate = "100%" }; --Taragaman the Hungerer's Heart
+ [1] = { itemID = 14149 }; --Subterranean Cape
+ [2] = { itemID = 14148 }; --Crystalline Cuffs
+ [3] = { itemID = 14145 }; --Cursed Felblade
+ [4] = { itemID = 14540 }; --Taragaman the Hungerer's Heart
};
{
Name = AL["Zelemar the Wrathful"];
- [1] = { itemID = 24225, droprate = "100%" }; --Blood of the Wrathful
+ [1] = { itemID = 24225 }; --Blood of the Wrathful
};
{
Name = BabbleBoss["Jergosh the Invoker"];
- [1] = { itemID = 14150, droprate = "36.40%" }; --Robe of Evocation
- [2] = { itemID = 14147, droprate = "34.35%" }; --Cavedweller Bracers
- [3] = { itemID = 14151, droprate = "17.10%" }; --Chanting Blade
+ [1] = { itemID = 14150 }; --Robe of Evocation
+ [2] = { itemID = 14147 }; --Cavedweller Bracers
+ [3] = { itemID = 14151 }; --Chanting Blade
};
};
@@ -2182,10 +2182,10 @@ AtlasLoot_Data["RazorfenDowns"] = {
Map = "RazorfenDowns";
{
Name = BabbleBoss["Tuten'kash"];
- [1] = { icon = "INV_Box_01", "=q6=" .. BabbleBoss["Tuten'kash"] };
- [2] = { itemID = 10776, droprate = "28.64%" }; --Silky Spider Cape
- [3] = { itemID = 10777, droprate = "28.95%" }; --Arachnid Gloves
- [4] = { itemID = 10775, droprate = "24.87%" }; --Carapace of Tuten'kash
+ [1] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Tuten'kash"] };
+ [2] = { itemID = 10776 }; --Silky Spider Cape
+ [3] = { itemID = 10777 }; --Arachnid Gloves
+ [4] = { itemID = 10775 }; --Carapace of Tuten'kash
};
{
Name = AL["Henry Stern"];
@@ -2194,48 +2194,48 @@ AtlasLoot_Data["RazorfenDowns"] = {
};
{
Name = BabbleBoss["Mordresh Fire Eye"];
- [1] = { itemID = 10771, droprate = "27.92%" }; --Deathmage Sash
- [2] = { itemID = 10769, droprate = "29.11%" }; --Glowing Eye of Mordresh
- [3] = { itemID = 10770, droprate = "29.59%" }; --Mordresh's Lifeless Skull
+ [1] = { itemID = 10771 }; --Deathmage Sash
+ [2] = { itemID = 10769 }; --Glowing Eye of Mordresh
+ [3] = { itemID = 10770 }; --Mordresh's Lifeless Skull
};
{
Name = BabbleBoss["Glutton"];
- [1] = { itemID = 10774, droprate = "42.15%" }; --Fleshhide Shoulders
- [2] = { itemID = 10772, droprate = "44.22%" }; --Glutton's Cleaver
+ [1] = { itemID = 10774 }; --Fleshhide Shoulders
+ [2] = { itemID = 10772 }; --Glutton's Cleaver
};
{
Name = BabbleBoss["Ragglesnout"];
- [1] = { itemID = 10768, droprate = "31.40%" }; --Boar Champion's Belt
- [2] = { itemID = 10758, droprate = "18.51%" }; --X'caliboar
- [3] = { itemID = 10767, droprate = "35.14%" }; --Savage Boar's Guard
+ [1] = { itemID = 10768 }; --Boar Champion's Belt
+ [2] = { itemID = 10758 }; --X'caliboar
+ [3] = { itemID = 10767 }; --Savage Boar's Guard
};
{
Name = BabbleBoss["Amnennar the Coldbringer"];
- [1] = { itemID = 10762, droprate = "29.52%" }; --Robes of the Lich
+ [1] = { itemID = 10762 }; --Robes of the Lich
[2] = { itemID = 10765 }; --Bonefingers
- [3] = { itemID = 10764, droprate = "24.24%" }; --Deathchill Armor
- [4] = { itemID = 10763, droprate = "28.66%" }; --Icemetal Barbute
- [5] = { itemID = 10761, droprate = "13.89%" }; --Coldrage Dagger
- [6] = { itemID = 10420, droprate = "100%" }; --Skull of the Coldbringer
+ [3] = { itemID = 10764 }; --Deathchill Armor
+ [4] = { itemID = 10763 }; --Icemetal Barbute
+ [5] = { itemID = 10761 }; --Coldrage Dagger
+ [6] = { itemID = 10420 }; --Skull of the Coldbringer
};
{
Name = BabbleBoss["Plaguemaw the Rotting"];
- [1] = { itemID = 10760, droprate = "58.15%" }; --Swine Fists
- [2] = { itemID = 10766, droprate = "29.98%" }; --Plaguerot Sprig
+ [1] = { itemID = 10760 }; --Swine Fists
+ [2] = { itemID = 10766 }; --Plaguerot Sprig
};
{
Name = AL["Trash Mobs"];
- [1] = { itemID = 10574, droprate = "0.01%" }; --Corpseshroud
- [2] = { itemID = 10581, droprate = "0.02%" }; --Death's Head Vestment
- [3] = { itemID = 10578, droprate = "0.01%" }; --Thoughtcast Boots
- [4] = { itemID = 10583, droprate = "0.01%" }; --Quillward Harness
- [5] = { itemID = 10582, droprate = "0.02%" }; --Briar Tredders
- [6] = { itemID = 10584, droprate = "0.02%" }; --Stormgale Fists
- [7] = { itemID = 10573, droprate = "0.01%" }; --Boneslasher
- [8] = { itemID = 10570, droprate = "0.01%" }; --Manslayer
- [9] = { itemID = 10571, droprate = "0.01%" }; --Ebony Boneclub
- [10] = { itemID = 10567, droprate = "0.02%" }; --Quillshooter
- [11] = { itemID = 10572, droprate = "0.01%" }; --Freezing Shard
+ [1] = { itemID = 10574 }; --Corpseshroud
+ [2] = { itemID = 10581 }; --Death's Head Vestment
+ [3] = { itemID = 10578 }; --Thoughtcast Boots
+ [4] = { itemID = 10583 }; --Quillward Harness
+ [5] = { itemID = 10582 }; --Briar Tredders
+ [6] = { itemID = 10584 }; --Stormgale Fists
+ [7] = { itemID = 10573 }; --Boneslasher
+ [8] = { itemID = 10570 }; --Manslayer
+ [9] = { itemID = 10571 }; --Ebony Boneclub
+ [10] = { itemID = 10567 }; --Quillshooter
+ [11] = { itemID = 10572 }; --Freezing Shard
};
};
@@ -2254,60 +2254,60 @@ AtlasLoot_Data["RazorfenKraul"] = {
};
{
Name = AL["Aggem Thorncurse"];
- [1] = { itemID = 6681, droprate = "57,12%" }; --Thornspike
+ [1] = { itemID = 6681 }; --Thornspike
};
{
Name = BabbleBoss["Death Speaker Jargba"];
- [1] = { itemID = 6685, droprate = "40.42%" }; --Death Speaker Mantle
- [2] = { itemID = 6682, droprate = "40.52%" }; --Death Speaker Robes
- [3] = { itemID = 2816, droprate = "7.72%" }; --Death Speaker Scepter
+ [1] = { itemID = 6685 }; --Death Speaker Mantle
+ [2] = { itemID = 6682 }; --Death Speaker Robes
+ [3] = { itemID = 2816 }; --Death Speaker Scepter
};
{
Name = AL["Razorfen Spearhide"];
- [1] = { itemID = 6679, droprate = "43%" }; --Armor Piercer
+ [1] = { itemID = 6679 }; --Armor Piercer
};
{
Name = BabbleBoss["Overlord Ramtusk"];
- [1] = { itemID = 6686, droprate = "57.14%" }; --Tusken Helm
- [2] = { itemID = 6687, droprate = "27.79%" }; --Corpsemaker
+ [1] = { itemID = 6686 }; --Tusken Helm
+ [2] = { itemID = 6687 }; --Corpsemaker
};
{
Name = BabbleBoss["Agathelos the Raging"];
- [1] = { itemID = 6690, droprate = "49.21%" }; --Ferine Leggings
- [2] = { itemID = 6691, droprate = "24.85%" }; --Swinetusk Shank
+ [1] = { itemID = 6690 }; --Ferine Leggings
+ [2] = { itemID = 6691 }; --Swinetusk Shank
};
{
Name = BabbleBoss["Blind Hunter"];
- [1] = { itemID = 6697, droprate = "27.65%" }; --Batwing Mantle
- [2] = { itemID = 6695, droprate = "22.24%" }; --Stygian Bone Amulet
- [3] = { itemID = 6696, droprate = "25.12%" }; --Nightstalker Bow
+ [1] = { itemID = 6697 }; --Batwing Mantle
+ [2] = { itemID = 6695 }; --Stygian Bone Amulet
+ [3] = { itemID = 6696 }; --Nightstalker Bow
};
{
Name = BabbleBoss["Charlga Razorflank"];
- [1] = { itemID = 6693, droprate = "32.15%" }; --Agamaggan's Clutch
- [2] = { itemID = 6692, droprate = "15.43%" }; --Pronged Reaver
- [3] = { itemID = 6694, droprate = "30.24%" }; --Heart of Agamaggan
+ [1] = { itemID = 6693 }; --Agamaggan's Clutch
+ [2] = { itemID = 6692 }; --Pronged Reaver
+ [3] = { itemID = 6694 }; --Heart of Agamaggan
[4] = { itemID = 17008 }; --Small Scroll
- [5] = { itemID = 5793, droprate = "100%" }; --Razorflank's Heart
- [6] = { itemID = 5792, droprate = "100%" }; --Razorflank's Medallion
+ [5] = { itemID = 5793 }; --Razorflank's Heart
+ [6] = { itemID = 5792 }; --Razorflank's Medallion
};
{
Name = BabbleBoss["Earthcaller Halmgar"];
- [1] = { itemID = 6688, droprate = "43.75%" }; --Whisperwind Headdress
- [2] = { itemID = 6689, droprate = "42.66%" }; --Wind Spirit Staff
+ [1] = { itemID = 6688 }; --Whisperwind Headdress
+ [2] = { itemID = 6689 }; --Wind Spirit Staff
};
{
Name = AL["Trash Mobs"];
- [1] = { itemID = 2264, droprate = "0.02%" }; --Mantle of Thieves
- [2] = { itemID = 1978, droprate = "0.02%" }; --Wolfclaw Gloves
- [3] = { itemID = 1488, droprate = "0.01%" }; --Avenger's Armor
- [4] = { itemID = 4438, droprate = "0.01%" }; --Pugilist Bracers
- [5] = { itemID = 2039, droprate = "0.02%" }; --Plains Ring
- [6] = { itemID = 776, droprate = "0.01%" }; --Vendetta
- [7] = { itemID = 1727, droprate = "0.02%" }; --Sword of Decay
- [8] = { itemID = 1975, droprate = "0.02%" }; --Pysan's Old Greatsword
- [9] = { itemID = 1976, droprate = "0.02%" }; --Slaghammer
- [10] = { itemID = 2549, droprate = "0.02%" }; --Staff of the Shade
+ [1] = { itemID = 2264 }; --Mantle of Thieves
+ [2] = { itemID = 1978 }; --Wolfclaw Gloves
+ [3] = { itemID = 1488 }; --Avenger's Armor
+ [4] = { itemID = 4438 }; --Pugilist Bracers
+ [5] = { itemID = 2039 }; --Plains Ring
+ [6] = { itemID = 776 }; --Vendetta
+ [7] = { itemID = 1727 }; --Sword of Decay
+ [8] = { itemID = 1975 }; --Pysan's Old Greatsword
+ [9] = { itemID = 1976 }; --Slaghammer
+ [10] = { itemID = 2549 }; --Staff of the Shade
};
};
-------------------------
@@ -2321,95 +2321,95 @@ AtlasLoot_Data["Scarlet Monastery"] = {
Map = "ScarletMonastery";
{
Name = "Armory";
- [1] = { itemID = 7719, droprate = "30.62%" }; --Raging Berserker's Helm
- [2] = { itemID = 7718, droprate = "30.82%" }; --Herod's Shoulder
- [3] = { itemID = 10330, droprate = "12.75%" }; --Scarlet Leggings
- [4] = { itemID = 7717, droprate = "12.86%" }; --Ravager
- [6] = { icon = "INV_Box_01", "=q6=#n43#" };
- [7] = { itemID = 23192, droprate = "0.4%" }; --Tabard of the Scarlet Crusade
+ [1] = { itemID = 7719 }; --Raging Berserker's Helm
+ [2] = { itemID = 7718 }; --Herod's Shoulder
+ [3] = { itemID = 10330 }; --Scarlet Leggings
+ [4] = { itemID = 7717 }; --Ravager
+ [6] = { icon = "INV_Box_01", name = WHITE..AL["Scarlet Trainee"] };
+ [7] = { itemID = 23192 }; --Tabard of the Scarlet Crusade
};
{
Name = BabbleZone["Cathedral"];
- [1] = { icon = "INV_Box_01", "=q6=" .. BabbleBoss["High Inquisitor Fairbanks"] };
- [2] = { itemID = 19507, droprate = "15.94%" }; --Inquisitor's Shawl
- [3] = { itemID = 19508, droprate = "16.17%" }; --Branded Leather Bracers
- [4] = { itemID = 19509, droprate = "17.24%" }; --Dusty Mail Boots
- [6] = { icon = "INV_Box_01", "=q6=" .. BabbleBoss["Scarlet Commander Mograine"] };
- [7] = { itemID = 7724, droprate = "17.49%" }; --Gauntlets of Divinity
- [8] = { itemID = 10330, droprate = "12.95%" }; --Scarlet Leggings
- [9] = { itemID = 7723, droprate = "17.13%" }; --Mograine's Might
- [10] = { itemID = 7726, droprate = "38.37%" }; --Aegis of the Scarlet Commander
- [16] = { icon = "INV_Box_01", "=q6=" .. BabbleBoss["High Inquisitor Whitemane"] };
- [17] = { itemID = 7720, droprate = "34.01%" }; --Whitemane's Chapeau
- [18] = { itemID = 7722, droprate = "33.23%" }; --Triune Amulet
- [19] = { itemID = 7721, droprate = "18.32%" }; --Hand of Righteousness
- [20] = { itemID = 20976, droprate = "100%" }; --Design: Citrine Pendant of Golden Healing
+ [1] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["High Inquisitor Fairbanks"] };
+ [2] = { itemID = 19507 }; --Inquisitor's Shawl
+ [3] = { itemID = 19508 }; --Branded Leather Bracers
+ [4] = { itemID = 19509 }; --Dusty Mail Boots
+ [6] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Scarlet Commander Mograine"] };
+ [7] = { itemID = 7724 }; --Gauntlets of Divinity
+ [8] = { itemID = 10330 }; --Scarlet Leggings
+ [9] = { itemID = 7723 }; --Mograine's Might
+ [10] = { itemID = 7726 }; --Aegis of the Scarlet Commander
+ [16] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["High Inquisitor Whitemane"] };
+ [17] = { itemID = 7720 }; --Whitemane's Chapeau
+ [18] = { itemID = 7722 }; --Triune Amulet
+ [19] = { itemID = 7721 }; --Hand of Righteousness
+ [20] = { itemID = 20976 }; --Design: Citrine Pendant of Golden Healing
};
{
Name = BabbleZone["Graveyard"];
- [1] = { icon = "INV_Box_01", "=q6=" .. BabbleBoss["Interrogator Vishas"] };
- [2] = { itemID = 7683, droprate = "66.1%" }; --Bloody Brass Knuckles
- [3] = { itemID = 7682, droprate = "5.56%" }; --Torturing Poker
- [5] = { icon = "INV_Box_01", "=q6=" .. BabbleBoss["Bloodmage Thalnos"] };
- [6] = { itemID = 7684, droprate = "48.46%" }; --Bloodmage Mantle
- [7] = { itemID = 7685, droprate = "47.07%" }; --Orb of the Forgotten Seer
- [9] = { icon = "INV_Box_01", "=q6=" .. BabbleBoss["Ironspine"] };
- [10] = { itemID = 7688, droprate = "32.91%" }; --Ironspine's Ribcage
- [11] = { itemID = 7686, droprate = "40.08%" }; --Ironspine's Eye
- [12] = { itemID = 7687, droprate = "20.34%" }; --Ironspine's Fist
- [16] = { icon = "INV_Box_01", "=q6=" .. BabbleBoss["Azshir the Sleepless"] };
- [17] = { itemID = 7709, droprate = "31.19%" }; --Blighted Leggings
- [18] = { itemID = 7731, droprate = "32.71%" }; --Ghostshard Talisman
- [19] = { itemID = 7708, droprate = "30.72%" }; --Necrotic Wand
- [21] = { icon = "INV_Box_01", "=q6=" .. BabbleBoss["Fallen Champion"] };
- [22] = { itemID = 7691, droprate = "38.58%" }; --Embalmed Shroud
- [23] = { itemID = 7690, droprate = "37.83%" }; --Ebon Vise
- [24] = { itemID = 7689, droprate = "19.15%" }; --Morbid Dawn
+ [1] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Interrogator Vishas"] };
+ [2] = { itemID = 7683 }; --Bloody Brass Knuckles
+ [3] = { itemID = 7682 }; --Torturing Poker
+ [5] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Bloodmage Thalnos"] };
+ [6] = { itemID = 7684 }; --Bloodmage Mantle
+ [7] = { itemID = 7685 }; --Orb of the Forgotten Seer
+ [9] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Ironspine"] };
+ [10] = { itemID = 7688 }; --Ironspine's Ribcage
+ [11] = { itemID = 7686 }; --Ironspine's Eye
+ [12] = { itemID = 7687 }; --Ironspine's Fist
+ [16] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Azshir the Sleepless"] };
+ [17] = { itemID = 7709 }; --Blighted Leggings
+ [18] = { itemID = 7731 }; --Ghostshard Talisman
+ [19] = { itemID = 7708 }; --Necrotic Wand
+ [21] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Fallen Champion"] };
+ [22] = { itemID = 7691 }; --Embalmed Shroud
+ [23] = { itemID = 7690 }; --Ebon Vise
+ [24] = { itemID = 7689 }; --Morbid Dawn
};
{
Name = BabbleZone["Library"];
- [1] = { icon = "INV_Box_01", "=q6=" .. BabbleBoss["Houndmaster Loksey"] };
- [2] = { itemID = 7756, droprate = "53.66%" }; --Dog Training Gloves
- [3] = { itemID = 7710, droprate = "13.96%" }; --Loksey's Training Stick
- [4] = { itemID = 3456, droprate = "21.33%" }; --Dog Whistle
- [16] = { icon = "INV_Box_01", "=q6=" .. BabbleBoss["Arcanist Doan"] };
+ [1] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Houndmaster Loksey"] };
+ [2] = { itemID = 7756 }; --Dog Training Gloves
+ [3] = { itemID = 7710 }; --Loksey's Training Stick
+ [4] = { itemID = 3456 }; --Dog Whistle
+ [16] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Arcanist Doan"] };
[17] = { itemID = 34227 }; --Deadman's Hand
- [18] = { itemID = 7712, droprate = "41.96%" }; --Mantle of Doan
- [19] = { itemID = 7711, droprate = "42.86%" }; --Robe of Doan
- [20] = { itemID = 7714, droprate = "39.91%" }; --Hypnotic Blade
- [21] = { itemID = 7713, droprate = "38.44%" }; --Illusionary Rod
- [23] = { icon = "INV_Box_01", "=q6=#x1#" };
+ [18] = { itemID = 7712 }; --Mantle of Doan
+ [19] = { itemID = 7711 }; --Robe of Doan
+ [20] = { itemID = 7714 }; --Hypnotic Blade
+ [21] = { itemID = 7713 }; --Illusionary Rod
+ [23] = { icon = "INV_Box_01", name = WHITE..AL["Doan's Strongbox"] };
[24] = { itemID = 7146 }; --The Scarlet Key
};
{
Name = AL["Trash Mobs"];
- [1] = { itemID = 7728, droprate = "0.01%" }; --Beguiler Robes
- [2] = { itemID = 7755, droprate = "0.00%" }; --Flintrock Shoulders
- [3] = { itemID = 7727, droprate = "0.01%" }; --Watchman Pauldrons
- [4] = { itemID = 7760, droprate = "0.00%" }; --Warchief Kilt
- [5] = { itemID = 7754, droprate = "0.01%" }; --Harbinger Boots
- [6] = { itemID = 5819, droprate = "0.01%" }; --Sunblaze Coif
- [7] = { itemID = 7759, droprate = "0.00%" }; --Archon Chestpiece
- [8] = { itemID = 10328, droprate = "0.3%" }; --Scarlet Chestpiece
- [9] = { itemID = 10332, droprate = "0.1%" }; --Scarlet Boots
- [10] = { itemID = 2262, droprate = "0.01%" }; --Mark of Kern
- [11] = { itemID = 1992, droprate = "0.00%" }; --Swampchill Fetish
- [13] = { itemID = 10333, droprate = "1.6%" }; --Scarlet Wristguards
- [14] = { itemID = 10331, droprate = "1.7%" }; --Scarlet Gauntlets
- [15] = { itemID = 10329, droprate = "1.6%" }; --Scarlet Belt
- [16] = { itemID = 5756, droprate = "0.01%" }; --Sliverblade
- [17] = { itemID = 8225, droprate = "0.01%" }; --Tainted Pierce
- [18] = { itemID = 8226, droprate = "0.01%" }; --The Butcher
- [19] = { itemID = 7786, droprate = "0.01%" }; --Headsplitter
- [20] = { itemID = 7761, droprate = "0.01%" }; --Steelclaw Reaver
- [21] = { itemID = 7753, droprate = "0.01%" }; --Bloodspiller
- [22] = { itemID = 7752, droprate = "0.01%" }; --Dreamslayer
- [23] = { itemID = 7736, droprate = "0.00%" }; --Fight Club
- [24] = { itemID = 7730, droprate = "0.01%" }; --Cobalt Crusher
- [25] = { itemID = 7758, droprate = "0.00%" }; --Ruthless Shiv
- [26] = { itemID = 7757, droprate = "0.01%" }; --Windweaver Staff
- [27] = { itemID = 7787, droprate = "0.01%" }; --Resplendent Guardian
- [28] = { itemID = 7729, droprate = "0.01%" }; --Chesterfall Musket
+ [1] = { itemID = 7728 }; --Beguiler Robes
+ [2] = { itemID = 7755 }; --Flintrock Shoulders
+ [3] = { itemID = 7727 }; --Watchman Pauldrons
+ [4] = { itemID = 7760 }; --Warchief Kilt
+ [5] = { itemID = 7754 }; --Harbinger Boots
+ [6] = { itemID = 5819 }; --Sunblaze Coif
+ [7] = { itemID = 7759 }; --Archon Chestpiece
+ [8] = { itemID = 10328 }; --Scarlet Chestpiece
+ [9] = { itemID = 10332 }; --Scarlet Boots
+ [10] = { itemID = 2262 }; --Mark of Kern
+ [11] = { itemID = 1992 }; --Swampchill Fetish
+ [13] = { itemID = 10333 }; --Scarlet Wristguards
+ [14] = { itemID = 10331 }; --Scarlet Gauntlets
+ [15] = { itemID = 10329 }; --Scarlet Belt
+ [16] = { itemID = 5756 }; --Sliverblade
+ [17] = { itemID = 8225 }; --Tainted Pierce
+ [18] = { itemID = 8226 }; --The Butcher
+ [19] = { itemID = 7786 }; --Headsplitter
+ [20] = { itemID = 7761 }; --Steelclaw Reaver
+ [21] = { itemID = 7753 }; --Bloodspiller
+ [22] = { itemID = 7752 }; --Dreamslayer
+ [23] = { itemID = 7736 }; --Fight Club
+ [24] = { itemID = 7730 }; --Cobalt Crusher
+ [25] = { itemID = 7758 }; --Ruthless Shiv
+ [26] = { itemID = 7757 }; --Windweaver Staff
+ [27] = { itemID = 7787 }; --Resplendent Guardian
+ [28] = { itemID = 7729 }; --Chesterfall Musket
};
};
-------------------
@@ -2432,331 +2432,331 @@ AtlasLoot_Data["Scholomance"] = {
};
{
Name = BabbleBoss["Blood Steward of Kirtonos"];
- [1] = { itemID = 13523, droprate = "100%" }; --Blood of Innocents
+ [1] = { itemID = 13523 }; --Blood of Innocents
};
{
Name = BabbleBoss["Kirtonos the Herald"];
- [1] = { itemID = 13956, droprate = "15.31%" }; --Clutch of Andros
- [2] = { itemID = 13957, droprate = "14.40%" }; --Gargoyle Slashers
- [3] = { itemID = 13969, droprate = "16.25%" }; --Loomguard Armbraces
- [4] = { itemID = 13967, droprate = "14.87%" }; --Windreaver Greaves
- [5] = { itemID = 13955, droprate = "14.73%" }; --Stoneform Shoulders
- [6] = { itemID = 13960, droprate = "16.36%" }; --Heart of the Fiend
- [7] = { itemID = 14024, droprate = "15.55%" }; --Frightalon
- [8] = { itemID = 13983, droprate = "12.78%" }; --Gravestone War Axe
- [16] = { itemID = 16734, droprate = "11.12%" }; --Boots of Valor
+ [1] = { itemID = 13956 }; --Clutch of Andros
+ [2] = { itemID = 13957 }; --Gargoyle Slashers
+ [3] = { itemID = 13969 }; --Loomguard Armbraces
+ [4] = { itemID = 13967 }; --Windreaver Greaves
+ [5] = { itemID = 13955 }; --Stoneform Shoulders
+ [6] = { itemID = 13960 }; --Heart of the Fiend
+ [7] = { itemID = 14024 }; --Frightalon
+ [8] = { itemID = 13983 }; --Gravestone War Axe
+ [16] = { itemID = 16734 }; --Boots of Valor
};
{
Name = BabbleBoss["Jandice Barov"];
- [1] = { itemID = 18689, droprate = "7.52%" }; --Phantasmal Cloak
- [2] = { itemID = 14543, droprate = "0.26%" }; --Darkshade Gloves
- [3] = { itemID = 14545, droprate = "8.81%" }; --Ghostloom Leggings
- [4] = { itemID = 14548, droprate = "10.06%" }; --Royal Cap Spaulders
- [5] = { itemID = 18690, droprate = "8.59%" }; --Wraithplate Leggings
- [6] = { itemID = 14541, droprate = "8.27%" }; --Barovian Family Sword
- [7] = { itemID = 22394, droprate = "8.67%" }; --Staff of Metanoia
- [9] = { itemID = 13725, droprate = "100%" }; --Krastinov's Bag of Horrors
- [10] = { itemID = 13523, droprate = "17.8%" }; --Blood of Innocents
- [16] = { itemID = 16701, droprate = "12.20%" }; --Dreadmist Mantle
+ [1] = { itemID = 18689 }; --Phantasmal Cloak
+ [2] = { itemID = 14543 }; --Darkshade Gloves
+ [3] = { itemID = 14545 }; --Ghostloom Leggings
+ [4] = { itemID = 14548 }; --Royal Cap Spaulders
+ [5] = { itemID = 18690 }; --Wraithplate Leggings
+ [6] = { itemID = 14541 }; --Barovian Family Sword
+ [7] = { itemID = 22394 }; --Staff of Metanoia
+ [9] = { itemID = 13725 }; --Krastinov's Bag of Horrors
+ [10] = { itemID = 13523 }; --Blood of Innocents
+ [16] = { itemID = 16701 }; --Dreadmist Mantle
};
{
Name = BabbleBoss["Rattlegore"];
- [1] = { itemID = 14538, droprate = "11.32%" }; --Deadwalker Mantle
- [2] = { itemID = 14539, droprate = "10.89%" }; --Bone Ring Helm
- [3] = { itemID = 18686, droprate = "9.04%" }; --Bone Golem Shoulders
- [4] = { itemID = 14537, droprate = "10.22%" }; --Corpselight Greaves
- [5] = { itemID = 14531, droprate = "9.55%" }; --Frightskull Shaft
- [6] = { itemID = 14528, droprate = "9.16%" }; --Rattlecage Buckler
- [8] = { itemID = 13873, droprate = "100%" }; --Viewing Room Key
- [16] = { itemID = 16711, droprate = "14.32%" }; --Shadowcraft Boots
- [18] = { itemID = 18782, droprate = "5.71%" }; --Top Half of Advanced Armorsmithing: Volume II
+ [1] = { itemID = 14538 }; --Deadwalker Mantle
+ [2] = { itemID = 14539 }; --Bone Ring Helm
+ [3] = { itemID = 18686 }; --Bone Golem Shoulders
+ [4] = { itemID = 14537 }; --Corpselight Greaves
+ [5] = { itemID = 14531 }; --Frightskull Shaft
+ [6] = { itemID = 14528 }; --Rattlecage Buckler
+ [8] = { itemID = 13873 }; --Viewing Room Key
+ [16] = { itemID = 16711 }; --Shadowcraft Boots
+ [18] = { itemID = 18782 }; --Top Half of Advanced Armorsmithing: Volume II
[19] = { itemID = 12726 }; --Plans: Enchanted Thorium Leggings
};
{
Name = BabbleBoss["Death Knight Darkreaver"];
- [1] = { itemID = 18760, droprate = "24.75%" }; --Necromantic Band
- [2] = { itemID = 18758, droprate = "15.72%" }; --Specter's Blade
- [3] = { itemID = 18759, droprate = "24.75%" }; --Malicious Axe
- [4] = { itemID = 18761, droprate = "17.17%" }; --Oblivion's Touch
- [6] = { itemID = 18749, droprate = "10.93%" }; --Charger's Lost Soul
+ [1] = { itemID = 18760 }; --Necromantic Band
+ [2] = { itemID = 18758 }; --Specter's Blade
+ [3] = { itemID = 18759 }; --Malicious Axe
+ [4] = { itemID = 18761 }; --Oblivion's Touch
+ [6] = { itemID = 18749 }; --Charger's Lost Soul
};
{
Name = BabbleBoss["Vectus"];
- [1] = { itemID = 14577, droprate = "5.24%" }; --Skullsmoke Pants
- [2] = { itemID = 18691, droprate = "6.16%" }; --Dark Advisor's Pendant
+ [1] = { itemID = 14577 }; --Skullsmoke Pants
+ [2] = { itemID = 18691 }; --Dark Advisor's Pendant
};
{
Name = BabbleBoss["Marduk Blackpool"];
- [1] = { itemID = 18692, droprate = "6.29%" }; --Death Knight Sabatons
- [2] = { itemID = 14576, droprate = "6.55%" }; --Ebon Hilt of Marduk
+ [1] = { itemID = 18692 }; --Death Knight Sabatons
+ [2] = { itemID = 14576 }; --Ebon Hilt of Marduk
};
{
Name = BabbleBoss["Ras Frostwhisper"];
- [1] = { itemID = 13314, droprate = "1.07%" }; --Alanna's Embrace
- [3] = { itemID = 14340, droprate = "12.55%" }; --Freezing Lich Robes
- [4] = { itemID = 18693, droprate = "12.38%" }; --Shivery Handwraps
- [5] = { itemID = 14503, droprate = "11.73%" }; --Death's Clutch
- [6] = { itemID = 14502, droprate = "11.20%" }; --Frostbite Girdle
- [7] = { itemID = 18694, droprate = "14.63%" }; --Shadowy Mail Greaves
- [8] = { itemID = 14522, droprate = "13.01%" }; --Maelstrom Leggings
- [9] = { itemID = 14525, droprate = "11.45%" }; --Boneclenched Gauntlets
- [10] = { itemID = 18695, droprate = "10.86%" }; --Spellbound Tome
- [11] = { itemID = 13952, droprate = "9.74%" }; --Iceblade Hacker
- [12] = { itemID = 14487, droprate = "11.92%" }; --Bonechill Hammer
- [13] = { itemID = 18696, droprate = "13.04%" }; --Intricately Runed Shield
- [16] = { itemID = 16689, droprate = "11.93%" }; --Magister's Mantle
- [18] = { itemID = 13521, droprate = "2.92%" }; --Recipe: Flask of Supreme Power
- [20] = { itemID = 13626, droprate = "100%" }; --Human Head of Ras Frostwhisper
+ [1] = { itemID = 13314 }; --Alanna's Embrace
+ [3] = { itemID = 14340 }; --Freezing Lich Robes
+ [4] = { itemID = 18693 }; --Shivery Handwraps
+ [5] = { itemID = 14503 }; --Death's Clutch
+ [6] = { itemID = 14502 }; --Frostbite Girdle
+ [7] = { itemID = 18694 }; --Shadowy Mail Greaves
+ [8] = { itemID = 14522 }; --Maelstrom Leggings
+ [9] = { itemID = 14525 }; --Boneclenched Gauntlets
+ [10] = { itemID = 18695 }; --Spellbound Tome
+ [11] = { itemID = 13952 }; --Iceblade Hacker
+ [12] = { itemID = 14487 }; --Bonechill Hammer
+ [13] = { itemID = 18696 }; --Intricately Runed Shield
+ [16] = { itemID = 16689 }; --Magister's Mantle
+ [18] = { itemID = 13521 }; --Recipe: Flask of Supreme Power
+ [20] = { itemID = 13626 }; --Human Head of Ras Frostwhisper
[21] = { itemID = 13986 }; --Crown of Caer Darrow
[22] = { itemID = 13984 }; --Darrowspike
[23] = { itemID = 13982 }; --Warblade of Caer Darrow
[24] = { itemID = 14002 }; --Darrowshire Strongguard
- [26] = { icon = "INV_Box_01", "=q6=#x12#" };
+ [26] = { icon = "INV_Box_01", name = WHITE..AL["Frostwhisper's Embalming Fluid"] };
[27] = { itemID = 12736 }; --Frostwhisper's Embalming Fluid
};
{
Name = BabbleBoss["Kormok"];
- [1] = { icon = "INV_Misc_Bag_09", name = "=q6=#j5#", desc = "=q5=#n22#" };
- [2] = { itemID = 22303, droprate = "23.33%" }; --Ironweave Pants
- [3] = { itemID = 22326, droprate = "16.67%" }; --Amalgam's Band
- [4] = { itemID = 22331, droprate = "15.42%" }; --Band of the Steadfast Hero
- [5] = { itemID = 22332, droprate = "25.42%" }; --Blade of Necromancy
- [6] = { itemID = 22333, droprate = "12.50%" }; --Hammer of Divine Might
+ [1] = { icon = "INV_Misc_Bag_09", name = WHITE..AL["Dungeon Set 2 Summonable"], desc = "=q5="..BabbleBoss["Kormok"] };
+ [2] = { itemID = 22303 }; --Ironweave Pants
+ [3] = { itemID = 22326 }; --Amalgam's Band
+ [4] = { itemID = 22331 }; --Band of the Steadfast Hero
+ [5] = { itemID = 22332 }; --Blade of Necromancy
+ [6] = { itemID = 22333 }; --Hammer of Divine Might
[8] = { itemID = 21984 }; --Left Piece of Lord Valthalak's Amulet
[9] = { itemID = 22046 }; --Right Piece of Lord Valthalak's Amulet
};
{
Name = BabbleBoss["Instructor Malicia"];
- [1] = { itemID = 16710, droprate = "3.51%" }; --Shadowcraft Bracers
- [3] = { itemID = 18681, droprate = "1.81%" }; --Burial Shawl
- [4] = { itemID = 14633, droprate = "1.12%" }; --Necropile Mantle
- [5] = { itemID = 14626, droprate = "1.27%" }; --Necropile Robe
- [6] = { itemID = 14629, droprate = "1.03%" }; --Necropile Cuffs
- [7] = { itemID = 14631, droprate = "0.88%" }; --Necropile Boots
- [8] = { itemID = 14632, droprate = "0.85%" }; --Necropile Leggings
- [9] = { itemID = 14637, droprate = "1.51%" }; --Cadaverous Armor
- [10] = { itemID = 14640, droprate = "0.82%" }; --Cadaverous Gloves
- [11] = { itemID = 14636, droprate = "0.60%" }; --Cadaverous Belt
- [12] = { itemID = 14638, droprate = "1.09%" }; --Cadaverous Leggings
- [13] = { itemID = 18682, droprate = "1.00%" }; --Ghoul Skin Leggings
- [14] = { itemID = 14641, droprate = "0.67%" }; --Cadaverous Walkers
- [15] = { itemID = 14611, droprate = "0.54%" }; --Bloodmail Hauberk
- [16] = { itemID = 14615, droprate = "0.09%" }; --Bloodmail Gauntlets
- [17] = { itemID = 14614, droprate = "0.60%" }; --Bloodmail Belt
- [18] = { itemID = 14612, droprate = "0.42%" }; --Bloodmail Legguards
- [19] = { itemID = 14616, droprate = "0.36%" }; --Bloodmail Boots
- [20] = { itemID = 14624, droprate = "0.45%" }; --Deathbone Chestplate
- [21] = { itemID = 14622, droprate = "0.45%" }; --Deathbone Gauntlets
- [22] = { itemID = 14620, droprate = "0.67%" }; --Deathbone Girdle
- [23] = { itemID = 14623, droprate = "1.12%" }; --Deathbone Legguards
- [24] = { itemID = 14621, droprate = "0.57%" }; --Deathbone Sabatons
- [25] = { itemID = 18684, droprate = "0.85%" }; --Dimly Opalescent Ring
+ [1] = { itemID = 16710 }; --Shadowcraft Bracers
+ [3] = { itemID = 18681 }; --Burial Shawl
+ [4] = { itemID = 14633 }; --Necropile Mantle
+ [5] = { itemID = 14626 }; --Necropile Robe
+ [6] = { itemID = 14629 }; --Necropile Cuffs
+ [7] = { itemID = 14631 }; --Necropile Boots
+ [8] = { itemID = 14632 }; --Necropile Leggings
+ [9] = { itemID = 14637 }; --Cadaverous Armor
+ [10] = { itemID = 14640 }; --Cadaverous Gloves
+ [11] = { itemID = 14636 }; --Cadaverous Belt
+ [12] = { itemID = 14638 }; --Cadaverous Leggings
+ [13] = { itemID = 18682 }; --Ghoul Skin Leggings
+ [14] = { itemID = 14641 }; --Cadaverous Walkers
+ [15] = { itemID = 14611 }; --Bloodmail Hauberk
+ [16] = { itemID = 14615 }; --Bloodmail Gauntlets
+ [17] = { itemID = 14614 }; --Bloodmail Belt
+ [18] = { itemID = 14612 }; --Bloodmail Legguards
+ [19] = { itemID = 14616 }; --Bloodmail Boots
+ [20] = { itemID = 14624 }; --Deathbone Chestplate
+ [21] = { itemID = 14622 }; --Deathbone Gauntlets
+ [22] = { itemID = 14620 }; --Deathbone Girdle
+ [23] = { itemID = 14623 }; --Deathbone Legguards
+ [24] = { itemID = 14621 }; --Deathbone Sabatons
+ [25] = { itemID = 18684 }; --Dimly Opalescent Ring
[26] = { itemID = 23201 }; --Libram of Divinity
- [27] = { itemID = 23200, droprate = "3.5%" }; --Totem of Sustaining
- [28] = { itemID = 18683, droprate = "1.39%" }; --Hammer of the Vesper
- [29] = { itemID = 18680, droprate = "0.91%" }; --Ancient Bone Bow
+ [27] = { itemID = 23200 }; --Totem of Sustaining
+ [28] = { itemID = 18683 }; --Hammer of the Vesper
+ [29] = { itemID = 18680 }; --Ancient Bone Bow
};
{
Name = BabbleBoss["Doctor Theolen Krastinov"];
- [1] = { itemID = 16684, droprate = "9.75%" }; --Magister's Gloves
- [3] = { itemID = 18681, droprate = "2.81%" }; --Burial Shawl
- [4] = { itemID = 14633, droprate = "1.91%" }; --Necropile Mantle
- [5] = { itemID = 14626, droprate = "2.37%" }; --Necropile Robe
- [6] = { itemID = 14629, droprate = "1.82%" }; --Necropile Cuffs
- [7] = { itemID = 14631, droprate = "2.42%" }; --Necropile Boots
- [8] = { itemID = 14632, droprate = "2.16%" }; --Necropile Leggings
- [9] = { itemID = 18682, droprate = "3.14%" }; --Ghoul Skin Leggings
- [10] = { itemID = 14637, droprate = "2.08%" }; --Cadaverous Armor
- [11] = { itemID = 14638, droprate = "1.93%" }; --Cadaverous Leggings
- [12] = { itemID = 14640, droprate = "1.43%" }; --Cadaverous Gloves
- [13] = { itemID = 14636, droprate = "1.82%" }; --Cadaverous Belt
- [14] = { itemID = 14641, droprate = "1.91%" }; --Cadaverous Walkers
- [15] = { itemID = 14612, droprate = "0.87%" }; --Bloodmail Legguards
- [16] = { itemID = 14616, droprate = "0.53%" }; --Bloodmail Boots
- [17] = { itemID = 14615, droprate = "0.78%" }; --Bloodmail Gauntlets
- [18] = { itemID = 14614, droprate = "0.42%" }; --Bloodmail Belt
- [19] = { itemID = 14611, droprate = "0.79%" }; --Bloodmail Hauberk
- [20] = { itemID = 14621, droprate = "1.61%" }; --Deathbone Sabatons
- [21] = { itemID = 14620, droprate = "1.32%" }; --Deathbone Girdle
- [22] = { itemID = 14622, droprate = "1.52%" }; --Deathbone Gauntlets
- [23] = { itemID = 14624, droprate = "1.64%" }; --Deathbone Chestplate
- [24] = { itemID = 14623, droprate = "1.75%" }; --Deathbone Legguards
- [25] = { itemID = 18684, droprate = "0.85%" }; --Dimly Opalescent Ring
+ [1] = { itemID = 16684 }; --Magister's Gloves
+ [3] = { itemID = 18681 }; --Burial Shawl
+ [4] = { itemID = 14633 }; --Necropile Mantle
+ [5] = { itemID = 14626 }; --Necropile Robe
+ [6] = { itemID = 14629 }; --Necropile Cuffs
+ [7] = { itemID = 14631 }; --Necropile Boots
+ [8] = { itemID = 14632 }; --Necropile Leggings
+ [9] = { itemID = 18682 }; --Ghoul Skin Leggings
+ [10] = { itemID = 14637 }; --Cadaverous Armor
+ [11] = { itemID = 14638 }; --Cadaverous Leggings
+ [12] = { itemID = 14640 }; --Cadaverous Gloves
+ [13] = { itemID = 14636 }; --Cadaverous Belt
+ [14] = { itemID = 14641 }; --Cadaverous Walkers
+ [15] = { itemID = 14612 }; --Bloodmail Legguards
+ [16] = { itemID = 14616 }; --Bloodmail Boots
+ [17] = { itemID = 14615 }; --Bloodmail Gauntlets
+ [18] = { itemID = 14614 }; --Bloodmail Belt
+ [19] = { itemID = 14611 }; --Bloodmail Hauberk
+ [20] = { itemID = 14621 }; --Deathbone Sabatons
+ [21] = { itemID = 14620 }; --Deathbone Girdle
+ [22] = { itemID = 14622 }; --Deathbone Gauntlets
+ [23] = { itemID = 14624 }; --Deathbone Chestplate
+ [24] = { itemID = 14623 }; --Deathbone Legguards
+ [25] = { itemID = 18684 }; --Dimly Opalescent Ring
[26] = { itemID = 23201 }; --Libram of Divinity
- [27] = { itemID = 23200, droprate = "3.5%" }; --Totem of Sustaining
- [28] = { itemID = 18683, droprate = "2.54%" }; --Hammer of the Vesper
- [29] = { itemID = 18680, droprate = "3.21%" }; --Ancient Bone Bow
- [30] = { itemID = 13523, droprate = "25.7%" }; --Blood of Innocents
+ [27] = { itemID = 23200 }; --Totem of Sustaining
+ [28] = { itemID = 18683 }; --Hammer of the Vesper
+ [29] = { itemID = 18680 }; --Ancient Bone Bow
+ [30] = { itemID = 13523 }; --Blood of Innocents
};
{
Name = BabbleBoss["Lorekeeper Polkelt"];
- [1] = { itemID = 16705, droprate = "14.54%" }; --Dreadmist Wraps
- [3] = { itemID = 18681, droprate = "0.53%" }; --Burial Shawl
- [4] = { itemID = 14633, droprate = "0.67%" }; --Necropile Mantle
- [5] = { itemID = 14626, droprate = "0.55%" }; --Necropile Robe
- [6] = { itemID = 14629, droprate = "0.47%" }; --Necropile Cuffs
- [7] = { itemID = 14631, droprate = "0.57%" }; --Necropile Boots
- [8] = { itemID = 14632, droprate = "0.89%" }; --Necropile Leggings
- [9] = { itemID = 18682, droprate = "0.57%" }; --Ghoul Skin Leggings
- [10] = { itemID = 14637, droprate = "0.65%" }; --Cadaverous Armor
- [11] = { itemID = 14638, droprate = "0.79%" }; --Cadaverous Leggings
- [12] = { itemID = 14640, droprate = "0.83%" }; --Cadaverous Gloves
- [13] = { itemID = 14636, droprate = "0.63%" }; --Cadaverous Belt
- [14] = { itemID = 14641, droprate = "0.47%" }; --Cadaverous Walkers
- [15] = { itemID = 14612, droprate = "0.26%" }; --Bloodmail Legguards
- [16] = { itemID = 14616, droprate = "0.14%" }; --Bloodmail Boots
- [17] = { itemID = 14615, droprate = "0.45%" }; --Bloodmail Gauntlets
- [18] = { itemID = 14614, droprate = "0.18%" }; --Bloodmail Belt
- [19] = { itemID = 14611, droprate = "0.30%" }; --Bloodmail Hauberk
- [20] = { itemID = 14621, droprate = "0.49%" }; --Deathbone Sabatons
- [21] = { itemID = 14620, droprate = "0.32%" }; --Deathbone Girdle
- [22] = { itemID = 14622, droprate = "0.30%" }; --Deathbone Gauntlets
- [23] = { itemID = 14624, droprate = "0.30%" }; --Deathbone Chestplate
- [24] = { itemID = 14623, droprate = "0.41%" }; --Deathbone Legguards
- [25] = { itemID = 18684, droprate = "0.85%" }; --Dimly Opalescent Ring
+ [1] = { itemID = 16705 }; --Dreadmist Wraps
+ [3] = { itemID = 18681 }; --Burial Shawl
+ [4] = { itemID = 14633 }; --Necropile Mantle
+ [5] = { itemID = 14626 }; --Necropile Robe
+ [6] = { itemID = 14629 }; --Necropile Cuffs
+ [7] = { itemID = 14631 }; --Necropile Boots
+ [8] = { itemID = 14632 }; --Necropile Leggings
+ [9] = { itemID = 18682 }; --Ghoul Skin Leggings
+ [10] = { itemID = 14637 }; --Cadaverous Armor
+ [11] = { itemID = 14638 }; --Cadaverous Leggings
+ [12] = { itemID = 14640 }; --Cadaverous Gloves
+ [13] = { itemID = 14636 }; --Cadaverous Belt
+ [14] = { itemID = 14641 }; --Cadaverous Walkers
+ [15] = { itemID = 14612 }; --Bloodmail Legguards
+ [16] = { itemID = 14616 }; --Bloodmail Boots
+ [17] = { itemID = 14615 }; --Bloodmail Gauntlets
+ [18] = { itemID = 14614 }; --Bloodmail Belt
+ [19] = { itemID = 14611 }; --Bloodmail Hauberk
+ [20] = { itemID = 14621 }; --Deathbone Sabatons
+ [21] = { itemID = 14620 }; --Deathbone Girdle
+ [22] = { itemID = 14622 }; --Deathbone Gauntlets
+ [23] = { itemID = 14624 }; --Deathbone Chestplate
+ [24] = { itemID = 14623 }; --Deathbone Legguards
+ [25] = { itemID = 18684 }; --Dimly Opalescent Ring
[26] = { itemID = 23201 }; --Libram of Divinity
- [27] = { itemID = 23200, droprate = "3.5%" }; --Totem of Sustaining
- [28] = { itemID = 18683, droprate = "0.67%" }; --Hammer of the Vesper
- [29] = { itemID = 18680, droprate = "0.49%" }; --Ancient Bone Bow
+ [27] = { itemID = 23200 }; --Totem of Sustaining
+ [28] = { itemID = 18683 }; --Hammer of the Vesper
+ [29] = { itemID = 18680 }; --Ancient Bone Bow
};
{
Name = BabbleBoss["The Ravenian"];
- [1] = { itemID = 16716, droprate = "2.60%" }; --Wildheart Belt
- [3] = { itemID = 18681, droprate = "1.32%" }; --Burial Shawl
- [4] = { itemID = 14633, droprate = "0.76%" }; --Necropile Mantle
- [5] = { itemID = 14626, droprate = "1.04%" }; --Necropile Robe
- [6] = { itemID = 14629, droprate = "0.89%" }; --Necropile Cuffs
- [7] = { itemID = 14631, droprate = "1.32%" }; --Necropile Boots
- [8] = { itemID = 14632, droprate = "1.41%" }; --Necropile Leggings
- [9] = { itemID = 18682, droprate = "0.95%" }; --Ghoul Skin Leggings
- [10] = { itemID = 14637, droprate = "1.52%" }; --Cadaverous Armor
- [11] = { itemID = 14638, droprate = "0.82%" }; --Cadaverous Leggings
- [12] = { itemID = 14640, droprate = "1.02%" }; --Cadaverous Gloves
- [13] = { itemID = 14636, droprate = "0.95%" }; --Cadaverous Belt
- [14] = { itemID = 14641, droprate = "0.93%" }; --Cadaverous Walkers
- [15] = { itemID = 14612, droprate = "0.20%" }; --Bloodmail Legguards
- [16] = { itemID = 14616, droprate = "0.33%" }; --Bloodmail Boots
- [17] = { itemID = 14615, droprate = "0.11%" }; --Bloodmail Gauntlets
- [18] = { itemID = 14614, droprate = "0.09%" }; --Bloodmail Belt
- [19] = { itemID = 14611, droprate = "0.04%" }; --Bloodmail Hauberk
- [20] = { itemID = 14621, droprate = "1.06%" }; --Deathbone Sabatons
- [21] = { itemID = 14620, droprate = "0.91%" }; --Deathbone Girdle
- [22] = { itemID = 14622, droprate = "0.69%" }; --Deathbone Gauntlets
- [23] = { itemID = 14624, droprate = "1.15%" }; --Deathbone Chestplate
- [24] = { itemID = 14623, droprate = "0.89%" }; --Deathbone Legguards
- [25] = { itemID = 18684, droprate = "0.85%" }; --Dimly Opalescent Ring
+ [1] = { itemID = 16716 }; --Wildheart Belt
+ [3] = { itemID = 18681 }; --Burial Shawl
+ [4] = { itemID = 14633 }; --Necropile Mantle
+ [5] = { itemID = 14626 }; --Necropile Robe
+ [6] = { itemID = 14629 }; --Necropile Cuffs
+ [7] = { itemID = 14631 }; --Necropile Boots
+ [8] = { itemID = 14632 }; --Necropile Leggings
+ [9] = { itemID = 18682 }; --Ghoul Skin Leggings
+ [10] = { itemID = 14637 }; --Cadaverous Armor
+ [11] = { itemID = 14638 }; --Cadaverous Leggings
+ [12] = { itemID = 14640 }; --Cadaverous Gloves
+ [13] = { itemID = 14636 }; --Cadaverous Belt
+ [14] = { itemID = 14641 }; --Cadaverous Walkers
+ [15] = { itemID = 14612 }; --Bloodmail Legguards
+ [16] = { itemID = 14616 }; --Bloodmail Boots
+ [17] = { itemID = 14615 }; --Bloodmail Gauntlets
+ [18] = { itemID = 14614 }; --Bloodmail Belt
+ [19] = { itemID = 14611 }; --Bloodmail Hauberk
+ [20] = { itemID = 14621 }; --Deathbone Sabatons
+ [21] = { itemID = 14620 }; --Deathbone Girdle
+ [22] = { itemID = 14622 }; --Deathbone Gauntlets
+ [23] = { itemID = 14624 }; --Deathbone Chestplate
+ [24] = { itemID = 14623 }; --Deathbone Legguards
+ [25] = { itemID = 18684 }; --Dimly Opalescent Ring
[26] = { itemID = 23201 }; --Libram of Divinity
- [27] = { itemID = 23200, droprate = "3.5%" }; --Totem of Sustaining
- [28] = { itemID = 18683, droprate = "1.52%" }; --Hammer of the Vesper
- [29] = { itemID = 18680, droprate = "1.74%" }; --Ancient Bone Bow
+ [27] = { itemID = 23200 }; --Totem of Sustaining
+ [28] = { itemID = 18683 }; --Hammer of the Vesper
+ [29] = { itemID = 18680 }; --Ancient Bone Bow
};
{
Name = BabbleBoss["Lord Alexei Barov"];
- [1] = { itemID = 16722, droprate = "3.37%" }; --Lightforge Bracers
- [3] = { itemID = 18681, droprate = "4.94%" }; --Burial Shawl
- [4] = { itemID = 14633, droprate = "3.39%" }; --Necropile Mantle
- [5] = { itemID = 14626, droprate = "5.30%" }; --Necropile Robe
- [6] = { itemID = 14629, droprate = "4.05%" }; --Necropile Cuffs
- [7] = { itemID = 14631, droprate = "2.86%" }; --Necropile Boots
- [8] = { itemID = 14632, droprate = "2.38%" }; --Necropile Leggings
- [9] = { itemID = 18682, droprate = "4.79%" }; --Ghoul Skin Leggings
- [10] = { itemID = 14637, droprate = "4.55%" }; --Cadaverous Armor
- [11] = { itemID = 14638, droprate = "2.08%" }; --Cadaverous Leggings
- [12] = { itemID = 14640, droprate = "2.35%" }; --Cadaverous Gloves
- [13] = { itemID = 14636, droprate = "2.83%" }; --Cadaverous Belt
- [14] = { itemID = 14641, droprate = "2.38%" }; --Cadaverous Walkers
- [15] = { itemID = 14612, droprate = "1.01%" }; --Bloodmail Legguards
- [16] = { itemID = 14616, droprate = "0.83%" }; --Bloodmail Boots
- [17] = { itemID = 14615, droprate = "0.62%" }; --Bloodmail Gauntlets
- [18] = { itemID = 14614, droprate = "1.13%" }; --Bloodmail Belt
- [19] = { itemID = 14611, droprate = "1.43%" }; --Bloodmail Hauberk
- [20] = { itemID = 14621, droprate = "1.49%" }; --Deathbone Sabatons
- [21] = { itemID = 14620, droprate = "1.73%" }; --Deathbone Girdle
- [22] = { itemID = 14622, droprate = "1.61%" }; --Deathbone Gauntlets
- [23] = { itemID = 14624, droprate = "2.65%" }; --Deathbone Chestplate
- [24] = { itemID = 14623, droprate = "2.20%" }; --Deathbone Legguards
- [25] = { itemID = 18684, droprate = "0.85%" }; --Dimly Opalescent Ring
+ [1] = { itemID = 16722 }; --Lightforge Bracers
+ [3] = { itemID = 18681 }; --Burial Shawl
+ [4] = { itemID = 14633 }; --Necropile Mantle
+ [5] = { itemID = 14626 }; --Necropile Robe
+ [6] = { itemID = 14629 }; --Necropile Cuffs
+ [7] = { itemID = 14631 }; --Necropile Boots
+ [8] = { itemID = 14632 }; --Necropile Leggings
+ [9] = { itemID = 18682 }; --Ghoul Skin Leggings
+ [10] = { itemID = 14637 }; --Cadaverous Armor
+ [11] = { itemID = 14638 }; --Cadaverous Leggings
+ [12] = { itemID = 14640 }; --Cadaverous Gloves
+ [13] = { itemID = 14636 }; --Cadaverous Belt
+ [14] = { itemID = 14641 }; --Cadaverous Walkers
+ [15] = { itemID = 14612 }; --Bloodmail Legguards
+ [16] = { itemID = 14616 }; --Bloodmail Boots
+ [17] = { itemID = 14615 }; --Bloodmail Gauntlets
+ [18] = { itemID = 14614 }; --Bloodmail Belt
+ [19] = { itemID = 14611 }; --Bloodmail Hauberk
+ [20] = { itemID = 14621 }; --Deathbone Sabatons
+ [21] = { itemID = 14620 }; --Deathbone Girdle
+ [22] = { itemID = 14622 }; --Deathbone Gauntlets
+ [23] = { itemID = 14624 }; --Deathbone Chestplate
+ [24] = { itemID = 14623 }; --Deathbone Legguards
+ [25] = { itemID = 18684 }; --Dimly Opalescent Ring
[26] = { itemID = 23201 }; --Libram of Divinity
- [27] = { itemID = 23200, droprate = "3.5%" }; --Totem of Sustaining
- [28] = { itemID = 18683, droprate = "4.67%" }; --Hammer of the Vesper
- [29] = { itemID = 18680, droprate = "4.70%" }; --Ancient Bone Bow
+ [27] = { itemID = 23200 }; --Totem of Sustaining
+ [28] = { itemID = 18683 }; --Hammer of the Vesper
+ [29] = { itemID = 18680 }; --Ancient Bone Bow
};
{
Name = BabbleBoss["Lady Illucia Barov"];
- [1] = { itemID = 18681, droprate = "1.20%" }; --Burial Shawl
- [2] = { itemID = 14633, droprate = "1.07%" }; --Necropile Mantle
- [3] = { itemID = 14626, droprate = "1.30%" }; --Necropile Robe
- [4] = { itemID = 14629, droprate = "1.17%" }; --Necropile Cuffs
- [5] = { itemID = 14631, droprate = "0.94%" }; --Necropile Boots
- [6] = { itemID = 14632, droprate = "0.78%" }; --Necropile Leggings
- [7] = { itemID = 18682, droprate = "1.61%" }; --Ghoul Skin Leggings
- [8] = { itemID = 14637, droprate = "0.94%" }; --Cadaverous Armor
- [9] = { itemID = 14638, droprate = "1.15%" }; --Cadaverous Leggings
- [10] = { itemID = 14640, droprate = "1.12%" }; --Cadaverous Gloves
- [11] = { itemID = 14636, droprate = "0.94%" }; --Cadaverous Belt
- [12] = { itemID = 14641, droprate = "0.70%" }; --Cadaverous Walkers
- [13] = { itemID = 14612, droprate = "0.44%" }; --Bloodmail Legguards
- [14] = { itemID = 14616, droprate = "0.34%" }; --Bloodmail Boots
- [15] = { itemID = 14615, droprate = "0.49%" }; --Bloodmail Gauntlets
- [16] = { itemID = 14614, droprate = "0.42%" }; --Bloodmail Belt
- [17] = { itemID = 14611, droprate = "0.44%" }; --Bloodmail Hauberk
- [18] = { itemID = 14621, droprate = "0.75%" }; --Deathbone Sabatons
- [19] = { itemID = 14620, droprate = "0.70%" }; --Deathbone Girdle
- [20] = { itemID = 14622, droprate = "0.60%" }; --Deathbone Gauntlets
- [21] = { itemID = 14624, droprate = "0.81%" }; --Deathbone Chestplate
- [22] = { itemID = 14623, droprate = "0.83%" }; --Deathbone Legguards
- [23] = { itemID = 18684, droprate = "0.85%" }; --Dimly Opalescent Ring
+ [1] = { itemID = 18681 }; --Burial Shawl
+ [2] = { itemID = 14633 }; --Necropile Mantle
+ [3] = { itemID = 14626 }; --Necropile Robe
+ [4] = { itemID = 14629 }; --Necropile Cuffs
+ [5] = { itemID = 14631 }; --Necropile Boots
+ [6] = { itemID = 14632 }; --Necropile Leggings
+ [7] = { itemID = 18682 }; --Ghoul Skin Leggings
+ [8] = { itemID = 14637 }; --Cadaverous Armor
+ [9] = { itemID = 14638 }; --Cadaverous Leggings
+ [10] = { itemID = 14640 }; --Cadaverous Gloves
+ [11] = { itemID = 14636 }; --Cadaverous Belt
+ [12] = { itemID = 14641 }; --Cadaverous Walkers
+ [13] = { itemID = 14612 }; --Bloodmail Legguards
+ [14] = { itemID = 14616 }; --Bloodmail Boots
+ [15] = { itemID = 14615 }; --Bloodmail Gauntlets
+ [16] = { itemID = 14614 }; --Bloodmail Belt
+ [17] = { itemID = 14611 }; --Bloodmail Hauberk
+ [18] = { itemID = 14621 }; --Deathbone Sabatons
+ [19] = { itemID = 14620 }; --Deathbone Girdle
+ [20] = { itemID = 14622 }; --Deathbone Gauntlets
+ [21] = { itemID = 14624 }; --Deathbone Chestplate
+ [22] = { itemID = 14623 }; --Deathbone Legguards
+ [23] = { itemID = 18684 }; --Dimly Opalescent Ring
[24] = { itemID = 23201 }; --Libram of Divinity
- [25] = { itemID = 23200, droprate = "3.5%" }; --Totem of Sustaining
- [26] = { itemID = 18683, droprate = "1.35%" }; --Hammer of the Vesper
- [27] = { itemID = 18680, droprate = "1.17%" }; --Ancient Bone Bow
+ [25] = { itemID = 23200 }; --Totem of Sustaining
+ [26] = { itemID = 18683 }; --Hammer of the Vesper
+ [27] = { itemID = 18680 }; --Ancient Bone Bow
};
{
Name = BabbleBoss["Darkmaster Gandling"];
- [1] = { itemID = 13937, droprate = "1.11%" }; --Headmaster's Charge
- [2] = { itemID = 14514, droprate = "6.71%" }; --Pattern: Robe of the Void
+ [1] = { itemID = 13937 }; --Headmaster's Charge
+ [2] = { itemID = 14514 }; --Pattern: Robe of the Void
[3] = { itemID = 14153 }; --Robe of the Void
- [4] = { itemID = 13944, droprate = "8.96%" }; --Tombstone Breastplate
- [5] = { itemID = 13398, droprate = "10.75%" }; --Boots of the Shrieker
- [7] = { itemID = 13950, droprate = "0.24%" }; --Detention Strap
- [8] = { itemID = 13951, droprate = "10.38%" }; --Vigorsteel Vambraces
- [9] = { itemID = 22433, droprate = "7.72%" }; --Don Mauricio's Band of Domination
- [10] = { itemID = 13964, droprate = "9.82%" }; --Witchblade
- [11] = { itemID = 13953, droprate = "9.68%" }; --Silent Fang
+ [4] = { itemID = 13944 }; --Tombstone Breastplate
+ [5] = { itemID = 13398 }; --Boots of the Shrieker
+ [7] = { itemID = 13950 }; --Detention Strap
+ [8] = { itemID = 13951 }; --Vigorsteel Vambraces
+ [9] = { itemID = 22433 }; --Don Mauricio's Band of Domination
+ [10] = { itemID = 13964 }; --Witchblade
+ [11] = { itemID = 13953 }; --Silent Fang
[12] = { itemID = 13938 }; --Bonecreeper Stylus
- [16] = { itemID = 16698, droprate = "8.78%" }; --Dreadmist Mask
- [17] = { itemID = 16686, droprate = "8.60%" }; --Magister's Crown
- [18] = { itemID = 16693, droprate = "7.89%" }; --Devout Crown
- [19] = { itemID = 16707, droprate = "6.65%" }; --Shadowcraft Cap
- [20] = { itemID = 16720, droprate = "7.09%" }; --Wildheart Cowl
- [21] = { itemID = 16677, droprate = "7.00%" }; --Beaststalker's Cap
- [22] = { itemID = 16667, droprate = "2.86%" }; --Coif of Elements
- [23] = { itemID = 16731, droprate = "6.54%" }; --Helm of Valor
- [24] = { itemID = 16727, droprate = "5.32%" }; --Lightforge Helm
- [26] = { itemID = 19276, droprate = "2.20%" }; --Ace of Portals
- [28] = { itemID = 13501, droprate = "8.64%" }; --Recipe: Major Mana Potion
+ [16] = { itemID = 16698 }; --Dreadmist Mask
+ [17] = { itemID = 16686 }; --Magister's Crown
+ [18] = { itemID = 16693 }; --Devout Crown
+ [19] = { itemID = 16707 }; --Shadowcraft Cap
+ [20] = { itemID = 16720 }; --Wildheart Cowl
+ [21] = { itemID = 16677 }; --Beaststalker's Cap
+ [22] = { itemID = 16667 }; --Coif of Elements
+ [23] = { itemID = 16731 }; --Helm of Valor
+ [24] = { itemID = 16727 }; --Lightforge Helm
+ [26] = { itemID = 19276 }; --Ace of Portals
+ [28] = { itemID = 13501 }; --Recipe: Major Mana Potion
};
{
Name = AL["Trash Mobs"];
- [1] = { itemID = 18697, droprate = "0.01%" }; --Coldstone Slippers
- [2] = { itemID = 18698, droprate = "0.01%" }; --Tattered Leather Hood
- [3] = { itemID = 18699, droprate = "0.01%" }; --Icy Tomb Spaulders
- [4] = { itemID = 18700, droprate = "0.01%" }; --Malefic Bracers
- [5] = { itemID = 14536, droprate = "0.01%" }; --Bonebrace Hauberk
- [6] = { itemID = 18702, droprate = "0.01%" }; --Belt of the Ordained
- [7] = { itemID = 18701, droprate = "0.01%" }; --Innervating Band
- [9] = { itemID = 16254, droprate = "0.93%" }; --Formula: Enchant Weapon - Lifestealing
- [10] = { itemID = 16255, droprate = "0.88%" }; --Formula: Enchant 2H Weapon - Major Spirit
- [11] = { itemID = 15773, droprate = "3.03%" }; --Pattern: Wicked Leather Armor
- [12] = { itemID = 15776, droprate = "1.62%" }; --Pattern: Runic Leather Armor
+ [1] = { itemID = 18697 }; --Coldstone Slippers
+ [2] = { itemID = 18698 }; --Tattered Leather Hood
+ [3] = { itemID = 18699 }; --Icy Tomb Spaulders
+ [4] = { itemID = 18700 }; --Malefic Bracers
+ [5] = { itemID = 14536 }; --Bonebrace Hauberk
+ [6] = { itemID = 18702 }; --Belt of the Ordained
+ [7] = { itemID = 18701 }; --Innervating Band
+ [9] = { itemID = 16254 }; --Formula: Enchant Weapon - Lifestealing
+ [10] = { itemID = 16255 }; --Formula: Enchant 2H Weapon - Major Spirit
+ [11] = { itemID = 15773 }; --Pattern: Wicked Leather Armor
+ [12] = { itemID = 15776 }; --Pattern: Runic Leather Armor
[14] = { itemID = 12753 }; --Skin of Shadow
[15] = { itemID = 13920 }; --Healthy Dragon Scale
- [16] = { itemID = 16705, droprate = "0.03%" }; --Dreadmist Wraps
- [17] = { itemID = 16684, droprate = "1.27%" }; --Magister's Gloves
- [18] = { itemID = 16685, droprate = "0.22%" }; --Magister's Belt
- [19] = { itemID = 16710, droprate = "1.53%" }; --Shadowcraft Bracers
- [20] = { itemID = 16716, droprate = "1.84%" }; --Wildheart Belt
- [21] = { itemID = 16722, droprate = "2.72%" }; --Lightforge Bracers
+ [16] = { itemID = 16705 }; --Dreadmist Wraps
+ [17] = { itemID = 16684 }; --Magister's Gloves
+ [18] = { itemID = 16685 }; --Magister's Belt
+ [19] = { itemID = 16710 }; --Shadowcraft Bracers
+ [20] = { itemID = 16716 }; --Wildheart Belt
+ [21] = { itemID = 16722 }; --Lightforge Bracers
};
};
-----------------------
@@ -2770,75 +2770,75 @@ AtlasLoot_Data["ShadowfangKeep"] = {
Map = "ShadowfangKeep";
{
Name = BabbleBoss["Deathsworn Captain"];
- [1] = { itemID = 6642, droprate = "30.49%" }; --Phantom Armor
- [2] = { itemID = 6641, droprate = "58.60%" }; --Haunting Blade
+ [1] = { itemID = 6642 }; --Phantom Armor
+ [2] = { itemID = 6641 }; --Haunting Blade
};
{
Name = AL["Rethilgore"];
- [1] = { itemID = 5254, droprate = "84.73%" }; --Rugged Spaulders
+ [1] = { itemID = 5254 }; --Rugged Spaulders
};
{
Name = AL["Felsteed"];
- [1] = { itemID = 6341, droprate = "5.48%" }; --Eerie Stable Lantern
- [2] = { itemID = 932, droprate = "16.46%" }; --Fel Steed Saddlebags
+ [1] = { itemID = 6341 }; --Eerie Stable Lantern
+ [2] = { itemID = 932 }; --Fel Steed Saddlebags
};
{
Name = BabbleBoss["Razorclaw the Butcher"];
- [1] = { itemID = 6226, droprate = "39.47%" }; --Bloody Apron
- [2] = { itemID = 6633, droprate = "39.53%" }; --Butcher's Slicer
- [3] = { itemID = 1292, droprate = "8.70%" }; --Butcher's Cleaver
+ [1] = { itemID = 6226 }; --Bloody Apron
+ [2] = { itemID = 6633 }; --Butcher's Slicer
+ [3] = { itemID = 1292 }; --Butcher's Cleaver
};
{
Name = BabbleBoss["Baron Silverlaine"];
- [1] = { itemID = 6321, droprate = "18.91%" }; --Silverlaine's Family Seal
- [2] = { itemID = 6323, droprate = "37.93%" }; --Baron's Scepter
+ [1] = { itemID = 6321 }; --Silverlaine's Family Seal
+ [2] = { itemID = 6323 }; --Baron's Scepter
};
{
Name = BabbleBoss["Commander Springvale"];
- [1] = { itemID = 3191, droprate = "31.73%" }; --Arced War Axe
- [2] = { itemID = 6320, droprate = "27.71%" }; --Commander's Crest
+ [1] = { itemID = 3191 }; --Arced War Axe
+ [2] = { itemID = 6320 }; --Commander's Crest
};
{
Name = BabbleBoss["Odo the Blindwatcher"];
- [1] = { itemID = 6319, droprate = "57.15%" }; --Girdle of the Blindwatcher
- [2] = { itemID = 6318, droprate = "29.97%" }; --Odo's Ley Staff
+ [1] = { itemID = 6319 }; --Girdle of the Blindwatcher
+ [2] = { itemID = 6318 }; --Odo's Ley Staff
};
{
Name = BabbleBoss["Fenrus the Devourer"];
- [1] = { itemID = 6340, droprate = "58.02%" }; --Fenrus' Hide
- [2] = { itemID = 3230, droprate = "14.76%" }; --Black Wolf Bracers
+ [1] = { itemID = 6340 }; --Fenrus' Hide
+ [2] = { itemID = 3230 }; --Black Wolf Bracers
};
{
Name = BabbleBoss["Arugal's Voidwalker"];
- [1] = { itemID = 5943, droprate = "3%" }; --Rift Bracers
+ [1] = { itemID = 5943 }; --Rift Bracers
};
{
Name = BabbleBoss["Wolf Master Nandos"];
- [1] = { itemID = 6314, droprate = "33.25%" }; --Wolfmaster Cape
- [2] = { itemID = 3748, droprate = "48.55%" }; --Feline Mantle
+ [1] = { itemID = 6314 }; --Wolfmaster Cape
+ [2] = { itemID = 3748 }; --Feline Mantle
};
{
Name = BabbleBoss["Archmage Arugal"];
- [1] = { itemID = 6324, droprate = "30.50%" }; --Robes of Arugal
- [2] = { itemID = 6392, droprate = "30.51%" }; --Belt of Arugal
- [3] = { itemID = 6220, droprate = "15.78%" }; --Meteor Shard
+ [1] = { itemID = 6324 }; --Robes of Arugal
+ [2] = { itemID = 6392 }; --Belt of Arugal
+ [3] = { itemID = 6220 }; --Meteor Shard
[4] = { itemID = 24224 }; --Crate of Bloodforged Ingots
[5] = { itemID = 6895 }; --Jordan's Smithing Hammer
[6] = { itemID = 6283 }; --The Book of Ur
};
{
Name = AL["Trash Mobs"];
- [1] = { itemID = 2292, droprate = "0.01%" }; --Necrology Robes
- [2] = { itemID = 1974, droprate = "0.02%" }; --Mindthrust Bracers
- [3] = { itemID = 1489, droprate = "0.01%" }; --Gloomshroud Armor
- [4] = { itemID = 1935, droprate = "0.01%" }; --Assassin's Blade
- [5] = { itemID = 1482, droprate = "0.01%" }; --Shadowfang
- [6] = { itemID = 2205, droprate = "0.01%" }; --Duskbringer
- [7] = { itemID = 2807, droprate = "0.01%" }; --Guillotine Axe
- [8] = { itemID = 1318, droprate = "0.01%" }; --Night Reaver
- [9] = { itemID = 1483, droprate = "0.02%" }; --Face Smasher
- [10] = { itemID = 3194, droprate = "0.02%" }; --Black Malice
- [11] = { itemID = 1484, droprate = "0.01%" }; --Witching Stave
+ [1] = { itemID = 2292 }; --Necrology Robes
+ [2] = { itemID = 1974 }; --Mindthrust Bracers
+ [3] = { itemID = 1489 }; --Gloomshroud Armor
+ [4] = { itemID = 1935 }; --Assassin's Blade
+ [5] = { itemID = 1482 }; --Shadowfang
+ [6] = { itemID = 2205 }; --Duskbringer
+ [7] = { itemID = 2807 }; --Guillotine Axe
+ [8] = { itemID = 1318 }; --Night Reaver
+ [9] = { itemID = 1483 }; --Face Smasher
+ [10] = { itemID = 3194 }; --Black Malice
+ [11] = { itemID = 1484 }; --Witching Stave
};
};
@@ -2853,259 +2853,259 @@ AtlasLoot_Data["Stratholme"] = {
Map = "Stratholme";
{
Name = BabbleBoss["Skul"];
- [1] = { itemID = 13395, droprate = "36.52%" }; --Skul's Fingerbone Claws
- [2] = { itemID = 13394, droprate = "24.16%" }; --Skul's Cold Embrace
- [3] = { itemID = 13396, droprate = "16.85%" }; --Skul's Ghastly Touch
+ [1] = { itemID = 13395 }; --Skul's Fingerbone Claws
+ [2] = { itemID = 13394 }; --Skul's Cold Embrace
+ [3] = { itemID = 13396 }; --Skul's Ghastly Touch
};
{
Name = "Mailbox Keys";
- [1] = { itemID = 13304, droprate = "45.19%" }; --Festival Lane Postbox Key
- [2] = { itemID = 13303, droprate = "43.46%" }; --Crusaders' Square Postbox Key
- [3] = { itemID = 13307, droprate = "42.88%" }; --Fras Siabi's Postbox Key
- [4] = { itemID = 13305, droprate = "36.87%" }; --Elders' Square Postbox Key
- [5] = { itemID = 13302, droprate = "35.58%" }; --Market Row Postbox Key
- [6] = { itemID = 13306, droprate = "37.69%" }; --King's Square Postbox Key
+ [1] = { itemID = 13304 }; --Festival Lane Postbox Key
+ [2] = { itemID = 13303 }; --Crusaders' Square Postbox Key
+ [3] = { itemID = 13307 }; --Fras Siabi's Postbox Key
+ [4] = { itemID = 13305 }; --Elders' Square Postbox Key
+ [5] = { itemID = 13302 }; --Market Row Postbox Key
+ [6] = { itemID = 13306 }; --King's Square Postbox Key
};
{
Name = BabbleBoss["Fras Siabi"];
- [1] = { itemID = 13172, droprate = "100%" }; --Siabi's Premium Tobacco
+ [1] = { itemID = 13172 }; --Siabi's Premium Tobacco
[2] = { itemID = 13171 }; --Smokey's Lighter
};
{
Name = "Atiesh ";
- [1] = { itemID = 22736, droprate = "100%" }; --Andonisus, Reaper of Souls
+ [1] = { itemID = 22736 }; --Andonisus, Reaper of Souls
};
{
Name = BabbleBoss["Hearthsinger Forresten"];
- [1] = { itemID = 13378, droprate = "15.31%" }; --Songbird Blouse
+ [1] = { itemID = 13378 }; --Songbird Blouse
[2] = { itemID = 13383 }; --Woollies of the Prancing Minstrel
- [3] = { itemID = 13384, droprate = "19.21%" }; --Rainbow Girdle
- [4] = { itemID = 13379, droprate = "15.13%" }; --Piccolo of the Flaming Fire
- [16] = { itemID = 16682, droprate = "10.86%" }; --Magister's Boots
+ [3] = { itemID = 13384 }; --Rainbow Girdle
+ [4] = { itemID = 13379 }; --Piccolo of the Flaming Fire
+ [16] = { itemID = 16682 }; --Magister's Boots
};
{
Name = BabbleBoss["The Unforgiven"];
- [1] = { itemID = 13409, droprate = "14.62%" }; --Tearfall Bracers
- [2] = { itemID = 13404, droprate = "14.96%" }; --Mask of the Unforgiven
- [3] = { itemID = 13405, droprate = "12.10%" }; --Wailing Nightbane Pauldrons
- [4] = { itemID = 13408, droprate = "19.33%" }; --Soul Breaker
- [16] = { itemID = 16717, droprate = "12.61%" }; --Wildheart Gloves
+ [1] = { itemID = 13409 }; --Tearfall Bracers
+ [2] = { itemID = 13404 }; --Mask of the Unforgiven
+ [3] = { itemID = 13405 }; --Wailing Nightbane Pauldrons
+ [4] = { itemID = 13408 }; --Soul Breaker
+ [16] = { itemID = 16717 }; --Wildheart Gloves
};
{
Name = BabbleBoss["Timmy the Cruel"];
- [1] = { itemID = 13403, droprate = "16.48%" }; --Grimgore Noose
- [2] = { itemID = 13402, droprate = "16.74%" }; --Timmy's Galoshes
- [3] = { itemID = 13400, droprate = "14.02%" }; --Vambraces of the Sadist
- [4] = { itemID = 13401, droprate = "16.87%" }; --The Cruel Hand of Timmy
- [16] = { itemID = 16724, droprate = "10.42%" }; --Lightforge Gauntlets
+ [1] = { itemID = 13403 }; --Grimgore Noose
+ [2] = { itemID = 13402 }; --Timmy's Galoshes
+ [3] = { itemID = 13400 }; --Vambraces of the Sadist
+ [4] = { itemID = 13401 }; --The Cruel Hand of Timmy
+ [16] = { itemID = 16724 }; --Lightforge Gauntlets
};
{
Name = AL["Malor's Strongbox"];
- [1] = { icon = "INV_Box_01", "=q6=#x13#" };
- [2] = { itemID = 12845, droprate = "100%" }; --Medallion of Faith
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Malor's Strongbox"] };
+ [2] = { itemID = 12845 }; --Medallion of Faith
};
{
- Name = BabbleBoss["Crimson Hammersmith"] .. " (" .. AL["Summon"] .. ")";
- [1] = { itemID = 18781, droprate = "41.6%" }; --Bottom Half of Advanced Armorsmithing: Volume II
+ Name = BabbleBoss["Crimson Hammersmith"] .." (" ..AL["Summon"] ..")";
+ [1] = { itemID = 18781 }; --Bottom Half of Advanced Armorsmithing: Volume II
[2] = { itemID = 12726 }; --Plans: Enchanted Thorium Leggings
- [4] = { itemID = 13351, droprate = "100%" }; --Crimson Hammersmith's Apron
+ [4] = { itemID = 13351 }; --Crimson Hammersmith's Apron
[5] = { itemID = 12824 }; --Plans: Enchanted Battlehammer
};
{
Name = "Plans: Serenity";
- [1] = { itemID = 12827, droprate = "100%" }; --Plans: Serenity
+ [1] = { itemID = 12827 }; --Plans: Serenity
};
{
Name = BabbleBoss["Cannon Master Willey"];
- [1] = { itemID = 22405, droprate = "16.03%" }; --Mantle of the Scarlet Crusade
- [2] = { itemID = 22407, droprate = "13.61%" }; --Helm of the New Moon
- [3] = { itemID = 18721, droprate = "12.39%" }; --Barrage Girdle
- [4] = { itemID = 13381, droprate = "12.86%" }; --Master Cannoneer Boots
- [5] = { itemID = 22403, droprate = "14.27%" }; --Diana's Pearl Necklace
- [6] = { itemID = 13382, droprate = "12.28%" }; --Cannonball Runner
- [7] = { itemID = 22404, droprate = "6.26%" }; --Willey's Back Scratcher
- [8] = { itemID = 22406, droprate = "7.04%" }; --Redemption
- [9] = { itemID = 13380, droprate = "10.71%" }; --Willey's Portable Howitzer
- [10] = { itemID = 13377, droprate = "66.61%" }; --Miniature Cannon Balls
- [16] = { itemID = 16708, droprate = "10.68%" }; --Shadowcraft Spaulders
- [18] = { itemID = 12839, droprate = "4.98%" }; --Plans: Heartseeker
+ [1] = { itemID = 22405 }; --Mantle of the Scarlet Crusade
+ [2] = { itemID = 22407 }; --Helm of the New Moon
+ [3] = { itemID = 18721 }; --Barrage Girdle
+ [4] = { itemID = 13381 }; --Master Cannoneer Boots
+ [5] = { itemID = 22403 }; --Diana's Pearl Necklace
+ [6] = { itemID = 13382 }; --Cannonball Runner
+ [7] = { itemID = 22404 }; --Willey's Back Scratcher
+ [8] = { itemID = 22406 }; --Redemption
+ [9] = { itemID = 13380 }; --Willey's Portable Howitzer
+ [10] = { itemID = 13377 }; --Miniature Cannon Balls
+ [16] = { itemID = 16708 }; --Shadowcraft Spaulders
+ [18] = { itemID = 12839 }; --Plans: Heartseeker
[19] = { itemID = 12783 }; --Heartseeker
};
{
Name = BabbleBoss["Archivist Galford"];
- [1] = { itemID = 13386, droprate = "18.45%" }; --Archivist Cape
- [2] = { itemID = 18716, droprate = "16.30%" }; --Ash Covered Boots
- [3] = { itemID = 13387, droprate = "18.24%" }; --Foresight Girdle
- [4] = { itemID = 13385, droprate = "9.87%" }; --Tome of Knowledge
+ [1] = { itemID = 13386 }; --Archivist Cape
+ [2] = { itemID = 18716 }; --Ash Covered Boots
+ [3] = { itemID = 13387 }; --Foresight Girdle
+ [4] = { itemID = 13385 }; --Tome of Knowledge
[5] = { itemID = 22897 }; --Tome of Conjure Food VII
- [7] = { itemID = 12811, droprate = "61.3%" }; --Righteous Orb
- [9] = { icon = "INV_Box_01", "=q6=#x11#" };
+ [7] = { itemID = 12811 }; --Righteous Orb
+ [9] = { icon = "INV_Box_01", name = WHITE..AL["Unfinished Painting"] };
[10] = { itemID = 14679 }; --Of Love and Family
[16] = { itemID = 16692 }; --Devout Gloves
};
{
Name = BabbleBoss["Balnazzar"];
- [1] = { itemID = 13353, droprate = "1.37%" }; --Book of the Dead
- [2] = { itemID = 14512, droprate = "3.02%" }; --Pattern: Truefaith Vestments
+ [1] = { itemID = 13353 }; --Book of the Dead
+ [2] = { itemID = 14512 }; --Pattern: Truefaith Vestments
[3] = { itemID = 14154 }; --Truefaith Vestments
- [5] = { itemID = 18720, droprate = "10.54%" }; --Shroud of the Nathrezim
- [6] = { itemID = 13369, droprate = "14.84%" }; --Fire Striders
- [7] = { itemID = 13358, droprate = "11.58%" }; --Wyrmtongue Shoulders
- [8] = { itemID = 13359, droprate = "13.94%" }; --Crown of Tyranny
- [9] = { itemID = 18718, droprate = "10.16%" }; --Grand Crusader's Helm
- [10] = { itemID = 12103, droprate = "12.48%" }; --Star of Mystaria
- [11] = { itemID = 13360, droprate = "13.66%" }; --Gift of the Elven Magi
- [12] = { itemID = 13348, droprate = "13.94%" }; --Demonshear
- [13] = { itemID = 18717, droprate = "11.91%" }; --Hammer of the Grand Crusader
- [16] = { itemID = 16725, droprate = "11.11%" }; --Lightforge Boots
- [18] = { itemID = 13520, droprate = "1.94%" }; --Recipe: Flask of Distilled Wisdom
+ [5] = { itemID = 18720 }; --Shroud of the Nathrezim
+ [6] = { itemID = 13369 }; --Fire Striders
+ [7] = { itemID = 13358 }; --Wyrmtongue Shoulders
+ [8] = { itemID = 13359 }; --Crown of Tyranny
+ [9] = { itemID = 18718 }; --Grand Crusader's Helm
+ [10] = { itemID = 12103 }; --Star of Mystaria
+ [11] = { itemID = 13360 }; --Gift of the Elven Magi
+ [12] = { itemID = 13348 }; --Demonshear
+ [13] = { itemID = 18717 }; --Hammer of the Grand Crusader
+ [16] = { itemID = 16725 }; --Lightforge Boots
+ [18] = { itemID = 13520 }; --Recipe: Flask of Distilled Wisdom
[20] = { itemID = 13250 }; --Head of Balnazzar
};
{
Name = AL["Sothos and Jarien"];
- [1] = { icon = "INV_Misc_Bag_09", name = "=q6=#j5#", desc = "=q5=#n18#" };
- [2] = { itemID = 22301, droprate = "19.00%" }; --Ironweave Robe
- [3] = { itemID = 22328, droprate = "21.27%" }; --Legplates of Vigilance
- [4] = { itemID = 22327, droprate = "14.03%" }; --Amulet of the Redeemed
- [5] = { itemID = 22334, droprate = "17.19%" }; --Band of Mending
- [6] = { itemID = 22329, droprate = "28.51%" }; --Scepter of Interminable Focus
+ [1] = { icon = "INV_Misc_Bag_09", name = WHITE..AL["Dungeon Set 2 Summonable"], desc = "=q5="..AL["Sothos and Jarien"] };
+ [2] = { itemID = 22301 }; --Ironweave Robe
+ [3] = { itemID = 22328 }; --Legplates of Vigilance
+ [4] = { itemID = 22327 }; --Amulet of the Redeemed
+ [5] = { itemID = 22334 }; --Band of Mending
+ [6] = { itemID = 22329 }; --Scepter of Interminable Focus
[8] = { itemID = 21984 }; --Left Piece of Lord Valthalak's Amulet
[9] = { itemID = 22046 }; --Right Piece of Lord Valthalak's Amulet
};
{
Name = BabbleBoss["Stonespine"];
- [1] = { itemID = 13397, droprate = "23.44%" }; --Stoneskin Gargoyle Cape
- [2] = { itemID = 13954, droprate = "25.36%" }; --Verdant Footpads
- [3] = { itemID = 13399, droprate = "26.16%" }; --Gargoyle Shredder Talons
+ [1] = { itemID = 13397 }; --Stoneskin Gargoyle Cape
+ [2] = { itemID = 13954 }; --Verdant Footpads
+ [3] = { itemID = 13399 }; --Gargoyle Shredder Talons
};
{
Name = BabbleBoss["Baroness Anastari"];
[1] = { itemID = 18730 }; --Shadowy Laced Handwraps
- [2] = { itemID = 18728, droprate = "11.92%" }; --Anastari Heirloom
- [3] = { itemID = 13534, droprate = "13.42%" }; --Banshee Finger
- [4] = { itemID = 18729, droprate = "15.59%" }; --Screeching Bow
- [6] = { itemID = 13535, droprate = "9.84%" }; --Coldtouch Phantom Wraps
- [7] = { itemID = 13537, droprate = "9.71%" }; --Chillhide Bracers
- [8] = { itemID = 13538, droprate = "9.75%" }; --Windshrieker Pauldrons
- [9] = { itemID = 13539, droprate = "8.27%" }; --Banshee's Touch
- [10] = { itemID = 13514, droprate = "7.73%" }; --Wail of the Banshee
- [16] = { itemID = 16704, droprate = "13.16%" }; --Dreadmist Sandals
+ [2] = { itemID = 18728 }; --Anastari Heirloom
+ [3] = { itemID = 13534 }; --Banshee Finger
+ [4] = { itemID = 18729 }; --Screeching Bow
+ [6] = { itemID = 13535 }; --Coldtouch Phantom Wraps
+ [7] = { itemID = 13537 }; --Chillhide Bracers
+ [8] = { itemID = 13538 }; --Windshrieker Pauldrons
+ [9] = { itemID = 13539 }; --Banshee's Touch
+ [10] = { itemID = 13514 }; --Wail of the Banshee
+ [16] = { itemID = 16704 }; --Dreadmist Sandals
};
{
- Name = BabbleBoss["Black Guard Swordsmith"] .. " (" .. AL["Summon"] .. ")";
- [1] = { itemID = 18783, droprate = "23.5%" }; --Bottom Half of Advanced Armorsmithing: Volume III
+ Name = BabbleBoss["Black Guard Swordsmith"] .." (" ..AL["Summon"] ..")";
+ [1] = { itemID = 18783 }; --Bottom Half of Advanced Armorsmithing: Volume III
[2] = { itemID = 12725 }; --Plans: Enchanted Thorium Helm
- [4] = { itemID = 13350, droprate = "100%" }; --Insignia of the Black Guard
+ [4] = { itemID = 13350 }; --Insignia of the Black Guard
[5] = { itemID = 12825 }; --Plans: Blazing Rapier
};
{
Name = "Plans: Corruption";
- [1] = { itemID = 12830, droprate = "100%" }; --Plans: Corruption
+ [1] = { itemID = 12830 }; --Plans: Corruption
};
{
Name = BabbleBoss["Nerub'enkan"];
- [1] = { itemID = 18740, droprate = "14.72%" }; --Thuzadin Sash
- [2] = { itemID = 18739, droprate = "12.19%" }; --Chitinous Plate Legguards
- [3] = { itemID = 13529, droprate = "12.62%" }; --Husk of Nerub'enkan
- [4] = { itemID = 18738, droprate = "14.17%" }; --Carapace Spine Crossbow
- [6] = { itemID = 13530, droprate = "8.49%" }; --Fangdrip Runners
- [7] = { itemID = 13531, droprate = "10.17%" }; --Crypt Stalker Leggings
- [8] = { itemID = 13532, droprate = "9.69%" }; --Darkspinner Claws
- [9] = { itemID = 13533, droprate = "8.11%" }; --Acid-etched Pauldrons
- [10] = { itemID = 13508, droprate = "7.39%" }; --Eye of Arachnida
- [16] = { itemID = 16675, droprate = "13.62%" }; --Beaststalker's Boots
+ [1] = { itemID = 18740 }; --Thuzadin Sash
+ [2] = { itemID = 18739 }; --Chitinous Plate Legguards
+ [3] = { itemID = 13529 }; --Husk of Nerub'enkan
+ [4] = { itemID = 18738 }; --Carapace Spine Crossbow
+ [6] = { itemID = 13530 }; --Fangdrip Runners
+ [7] = { itemID = 13531 }; --Crypt Stalker Leggings
+ [8] = { itemID = 13532 }; --Darkspinner Claws
+ [9] = { itemID = 13533 }; --Acid-etched Pauldrons
+ [10] = { itemID = 13508 }; --Eye of Arachnida
+ [16] = { itemID = 16675 }; --Beaststalker's Boots
};
{
Name = BabbleBoss["Maleki the Pallid"];
- [1] = { itemID = 18734, droprate = "13.42%" }; --Pale Moon Cloak
- [2] = { itemID = 18735, droprate = "15.03%" }; --Maleki's Footwraps
- [3] = { itemID = 13524, droprate = "13.42%" }; --Skull of Burning Shadows
- [4] = { itemID = 18737, droprate = "14.23%" }; --Bone Slicing Hatchet
- [6] = { itemID = 13525, droprate = "9.15%" }; --Darkbind Fingers
- [7] = { itemID = 13526, droprate = "9.57%" }; --Flamescarred Girdle
- [8] = { itemID = 13528, droprate = "9.49%" }; --Twilight Void Bracers
- [9] = { itemID = 13527, droprate = "9.39%" }; --Lavawalker Greaves
- [10] = { itemID = 13509, droprate = "6.95%" }; --Clutch of Foresight
- [16] = { itemID = 16691, droprate = "13.64%" }; --Devout Sandals
- [18] = { itemID = 12833, droprate = "5.86%" }; --Plans: Hammer of the Titans
+ [1] = { itemID = 18734 }; --Pale Moon Cloak
+ [2] = { itemID = 18735 }; --Maleki's Footwraps
+ [3] = { itemID = 13524 }; --Skull of Burning Shadows
+ [4] = { itemID = 18737 }; --Bone Slicing Hatchet
+ [6] = { itemID = 13525 }; --Darkbind Fingers
+ [7] = { itemID = 13526 }; --Flamescarred Girdle
+ [8] = { itemID = 13528 }; --Twilight Void Bracers
+ [9] = { itemID = 13527 }; --Lavawalker Greaves
+ [10] = { itemID = 13509 }; --Clutch of Foresight
+ [16] = { itemID = 16691 }; --Devout Sandals
+ [18] = { itemID = 12833 }; --Plans: Hammer of the Titans
[19] = { itemID = 12796 }; --Hammer of the Titans
};
{
Name = BabbleBoss["Magistrate Barthilas"];
- [1] = { itemID = 13376, droprate = "12.44%" }; --Royal Tribunal Cloak
- [2] = { itemID = 18727, droprate = "13.82%" }; --Crimson Felt Hat
- [3] = { itemID = 18726, droprate = "12.87%" }; --Magistrate's Cuffs
- [4] = { itemID = 18722, droprate = "15.34%" }; --Death Grips
- [5] = { itemID = 23198, droprate = "2.37%" }; --Idol of Brutality
- [6] = { itemID = 18725, droprate = "14.22%" }; --Peacemaker
- [8] = { itemID = 12382, droprate = "100%" }; --Key to the City
+ [1] = { itemID = 13376 }; --Royal Tribunal Cloak
+ [2] = { itemID = 18727 }; --Crimson Felt Hat
+ [3] = { itemID = 18726 }; --Magistrate's Cuffs
+ [4] = { itemID = 18722 }; --Death Grips
+ [5] = { itemID = 23198 }; --Idol of Brutality
+ [6] = { itemID = 18725 }; --Peacemaker
+ [8] = { itemID = 12382 }; --Key to the City
};
{
Name = BabbleBoss["Ramstein the Gorger"];
- [1] = { itemID = 13374, droprate = "9.87%" }; --Soulstealer Mantle
+ [1] = { itemID = 13374 }; --Soulstealer Mantle
[2] = { itemID = 18723 }; --Animated Chain Necklace
- [3] = { itemID = 13373, droprate = "8.15%" }; --Band of Flesh
- [4] = { itemID = 13515, droprate = "8.09%" }; --Ramstein's Lightning Bolts
- [5] = { itemID = 13372, droprate = "8.63%" }; --Slavedriver's Cane
- [6] = { itemID = 13375, droprate = "9.17%" }; --Crest of Retribution
- [16] = { itemID = 16737, droprate = "9.58%" }; --Gauntlets of Valor
+ [3] = { itemID = 13373 }; --Band of Flesh
+ [4] = { itemID = 13515 }; --Ramstein's Lightning Bolts
+ [5] = { itemID = 13372 }; --Slavedriver's Cane
+ [6] = { itemID = 13375 }; --Crest of Retribution
+ [16] = { itemID = 16737 }; --Gauntlets of Valor
};
{
Name = BabbleBoss["Baron Rivendare"];
- [1] = { itemID = 13505, droprate = "1%" }; --Runeblade of Baron Rivendare
- [2] = { itemID = 13335, droprate = "0.10%" }; --Deathcharger's Reins
- [4] = { itemID = 13340, droprate = "8.75%" }; --Cape of the Black Baron
- [5] = { itemID = 22412, droprate = "4.16%" }; --Thuzadin Mantle
- [6] = { itemID = 13346, droprate = "11.51%" }; --Robes of the Exalted
- [7] = { itemID = 22409, droprate = "4.59%" }; --Tunic of the Crescent Moon
- [8] = { itemID = 13344, droprate = "10.85%" }; --Dracorian Gauntlets
- [9] = { itemID = 22410, droprate = "4.98%" }; --Gauntlets of Deftness
- [10] = { itemID = 22411, droprate = "3.80%" }; --Helm of the Executioner
- [11] = { itemID = 13345, droprate = "9.50%" }; --Seal of Rivendare
- [12] = { itemID = 13368, droprate = "4.32%" }; --Bonescraper
- [13] = { itemID = 13361, droprate = "4.25%" }; --Skullforge Reaver
- [14] = { itemID = 13349, droprate = "9.30%" }; --Scepter of the Unholy
- [15] = { itemID = 22408, droprate = "3.39%" }; --Ritssyn's Wand of Bad Mojo
- [16] = { itemID = 16687, droprate = "6.79%" }; --Magister's Leggings
- [17] = { itemID = 16699, droprate = "7.31%" }; --Dreadmist Leggings
- [18] = { itemID = 16694, droprate = "7.42%" }; --Devout Skirt
- [19] = { itemID = 16709, droprate = "7.76%" }; --Shadowcraft Pants
- [20] = { itemID = 16719, droprate = "6.58%" }; --Wildheart Kilt
- [21] = { itemID = 16668, droprate = "3.02%" }; --Kilt of Elements
- [22] = { itemID = 16678, droprate = "6.16%" }; --Beaststalker's Pants
- [23] = { itemID = 16732, droprate = "5.74%" }; --Legplates of Valor
- [24] = { itemID = 16728, droprate = "4.20%" }; --Lightforge Legplates
- [26] = { itemID = 13251, droprate = "100%" }; --Head of Baron Rivendare
+ [1] = { itemID = 13505 }; --Runeblade of Baron Rivendare
+ [2] = { itemID = 13335 }; --Deathcharger's Reins
+ [4] = { itemID = 13340 }; --Cape of the Black Baron
+ [5] = { itemID = 22412 }; --Thuzadin Mantle
+ [6] = { itemID = 13346 }; --Robes of the Exalted
+ [7] = { itemID = 22409 }; --Tunic of the Crescent Moon
+ [8] = { itemID = 13344 }; --Dracorian Gauntlets
+ [9] = { itemID = 22410 }; --Gauntlets of Deftness
+ [10] = { itemID = 22411 }; --Helm of the Executioner
+ [11] = { itemID = 13345 }; --Seal of Rivendare
+ [12] = { itemID = 13368 }; --Bonescraper
+ [13] = { itemID = 13361 }; --Skullforge Reaver
+ [14] = { itemID = 13349 }; --Scepter of the Unholy
+ [15] = { itemID = 22408 }; --Ritssyn's Wand of Bad Mojo
+ [16] = { itemID = 16687 }; --Magister's Leggings
+ [17] = { itemID = 16699 }; --Dreadmist Leggings
+ [18] = { itemID = 16694 }; --Devout Skirt
+ [19] = { itemID = 16709 }; --Shadowcraft Pants
+ [20] = { itemID = 16719 }; --Wildheart Kilt
+ [21] = { itemID = 16668 }; --Kilt of Elements
+ [22] = { itemID = 16678 }; --Beaststalker's Pants
+ [23] = { itemID = 16732 }; --Legplates of Valor
+ [24] = { itemID = 16728 }; --Lightforge Legplates
+ [26] = { itemID = 13251 }; --Head of Baron Rivendare
[27] = { itemID = 13246 }; --Argent Avenger
[28] = { itemID = 13249 }; --Argent Crusader
[29] = { itemID = 13243 }; --Argent Defender
};
{
Name = AL["Trash Mobs"];
- [1] = { itemID = 18743, droprate = "0.01%" }; --Gracious Cape
- [2] = { itemID = 17061, droprate = "0.01%" }; --Juno's Shadow
- [3] = { itemID = 18745, droprate = "0.01%" }; --Sacred Cloth Leggings
- [4] = { itemID = 18744, droprate = "0.00%" }; --Plaguebat Fur Gloves
- [5] = { itemID = 18736, droprate = "0.00%" }; --Plaguehound Leggings
- [6] = { itemID = 18742, droprate = "0.00%" }; --Stratholme Militia Shoulderguard
- [7] = { itemID = 18741, droprate = "0.01%" }; --Morlune's Bracer
- [9] = { itemID = 16249, droprate = "1.19%" }; --Formula: Enchant 2H Weapon - Major Intellect
- [10] = { itemID = 16248, droprate = "0.36%" }; --Formula: Enchant Weapon - Unholy
- [11] = { itemID = 18658, droprate = "1.82%" }; --Schematic: Ultra-Flash Shadow Reflector
- [12] = { itemID = 16052, droprate = "1.99%" }; --Schematic: Voice Amplification Modulator
- [13] = { itemID = 15777, droprate = "1.00%" }; --Pattern: Runic Leather Shoulders
- [14] = { itemID = 15768, droprate = "0.85%" }; --Pattern: Wicked Leather Belt
+ [1] = { itemID = 18743 }; --Gracious Cape
+ [2] = { itemID = 17061 }; --Juno's Shadow
+ [3] = { itemID = 18745 }; --Sacred Cloth Leggings
+ [4] = { itemID = 18744 }; --Plaguebat Fur Gloves
+ [5] = { itemID = 18736 }; --Plaguehound Leggings
+ [6] = { itemID = 18742 }; --Stratholme Militia Shoulderguard
+ [7] = { itemID = 18741 }; --Morlune's Bracer
+ [9] = { itemID = 16249 }; --Formula: Enchant 2H Weapon - Major Intellect
+ [10] = { itemID = 16248 }; --Formula: Enchant Weapon - Unholy
+ [11] = { itemID = 18658 }; --Schematic: Ultra-Flash Shadow Reflector
+ [12] = { itemID = 16052 }; --Schematic: Voice Amplification Modulator
+ [13] = { itemID = 15777 }; --Pattern: Runic Leather Shoulders
+ [14] = { itemID = 15768 }; --Pattern: Wicked Leather Belt
[15] = { itemID = 14495 }; --Pattern: Ghostweave Pants
- [16] = { itemID = 16697, droprate = "1.15%" }; --Devout Bracers
- [17] = { itemID = 16702, droprate = "0.90%" }; --Dreadmist Belt
- [18] = { itemID = 16685, droprate = "0.80%" }; --Magister's Belt
- [19] = { itemID = 16714, droprate = "1.49%" }; --Wildheart Bracers
- [20] = { itemID = 16681, droprate = "1.64%" }; --Beaststalker's Bindings
- [21] = { itemID = 16671, droprate = "1.90%" }; --Bindings of Elements
- [22] = { itemID = 16736, droprate = "2.02%" }; --Belt of Valor
- [23] = { itemID = 16723, droprate = "1.83%" }; --Lightforge Belt
- [25] = { itemID = 12811, droprate = "5.09%" }; --Righteous Orb
- [26] = { itemID = 12735, droprate = "17.5%" }; --Frayed Abomination Stitching
+ [16] = { itemID = 16697 }; --Devout Bracers
+ [17] = { itemID = 16702 }; --Dreadmist Belt
+ [18] = { itemID = 16685 }; --Magister's Belt
+ [19] = { itemID = 16714 }; --Wildheart Bracers
+ [20] = { itemID = 16681 }; --Beaststalker's Bindings
+ [21] = { itemID = 16671 }; --Bindings of Elements
+ [22] = { itemID = 16736 }; --Belt of Valor
+ [23] = { itemID = 16723 }; --Lightforge Belt
+ [25] = { itemID = 12811 }; --Righteous Orb
+ [26] = { itemID = 12735 }; --Frayed Abomination Stitching
};
};
---------------------
@@ -3119,67 +3119,67 @@ AtlasLoot_Data["TheDeadmines"] = {
Map = "TheDeadmines";
{
Name = BabbleBoss["Marisa du'Paige"];
- [1] = { itemID = 3019, droprate = "22.4%" }; --Noble's Robe
- [2] = { itemID = 4660, droprate = "71.4%" }; --Walking Boots
+ [1] = { itemID = 3019 }; --Noble's Robe
+ [2] = { itemID = 4660 }; --Walking Boots
};
{
Name = BabbleBoss["Brainwashed Noble"];
- [1] = { itemID = 5967, droprate = "70.4%" }; --Girdle of Nobility
- [2] = { itemID = 3902, droprate = "23.0%" }; --Staff of Nobles
+ [1] = { itemID = 5967 }; --Girdle of Nobility
+ [2] = { itemID = 3902 }; --Staff of Nobles
};
{
Name = BabbleBoss["Foreman Thistlenettle"];
- [1] = { itemID = 1875, droprate = "100%" }; --Thistlenettle's Badge
+ [1] = { itemID = 1875 }; --Thistlenettle's Badge
};
{
Name = BabbleBoss["Rhahk'Zor"];
- [1] = { itemID = 872, droprate = "3.13%" }; --Rockslicer
- [2] = { itemID = 5187, droprate = "77.98%" }; --Rhahk'Zor's Hammer
+ [1] = { itemID = 872 }; --Rockslicer
+ [2] = { itemID = 5187 }; --Rhahk'Zor's Hammer
};
{
Name = BabbleBoss["Miner Johnson"];
- [1] = { itemID = 5444, droprate = "54.88%" }; --Miner's Cape
- [2] = { itemID = 5443, droprate = "37.21%" }; --Gold-plated Buckler
+ [1] = { itemID = 5444 }; --Miner's Cape
+ [2] = { itemID = 5443 }; --Gold-plated Buckler
};
{
Name = BabbleBoss["Sneed's Shredder"];
- [1] = { itemID = 2169, droprate = "70.78%" }; --Buzzer Blade
- [2] = { itemID = 1937, droprate = "8.75%" }; --Buzz Saw
- [3] = { itemID = 7365, droprate = "100%" }; --Gnoam Sprecklesprocket
+ [1] = { itemID = 2169 }; --Buzzer Blade
+ [2] = { itemID = 1937 }; --Buzz Saw
+ [3] = { itemID = 7365 }; --Gnoam Sprecklesprocket
};
{
Name = BabbleBoss["Sneed"];
- [1] = { itemID = 5195, droprate = "62.38%" }; --Gold-flecked Gloves
- [2] = { itemID = 5194, droprate = "26.23%" }; --Taskmaster Axe
- [3] = { itemID = 5397, droprate = "100%" }; --Defias Gunpowder
+ [1] = { itemID = 5195 }; --Gold-flecked Gloves
+ [2] = { itemID = 5194 }; --Taskmaster Axe
+ [3] = { itemID = 5397 }; --Defias Gunpowder
};
{
Name = BabbleBoss["Gilnid"];
- [1] = { itemID = 5199, droprate = "51.37%" }; --Smelting Pants
- [2] = { itemID = 1156, droprate = "35.02%" }; --Lavishly Jeweled Ring
- [3] = { icon = "INV_Box_01", "=q6=#n7#" };
- [4] = { itemID = 10403, droprate = "23.26%" }; --Blackened Defias Belt
- [5] = { itemID = 5200, droprate = "25.39%" }; --Impaling Harpoon
- [6] = { itemID = 5201, droprate = "34.10%" }; --Emberstone Staff
+ [1] = { itemID = 5199 }; --Smelting Pants
+ [2] = { itemID = 1156 }; --Lavishly Jeweled Ring
+ [3] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Captain Greenskin"] };
+ [4] = { itemID = 10403 }; --Blackened Defias Belt
+ [5] = { itemID = 5200 }; --Impaling Harpoon
+ [6] = { itemID = 5201 }; --Emberstone Staff
};
{
Name = BabbleBoss["Mr. Smite"];
- [1] = { itemID = 5192, droprate = "34.96%" }; --Thief's Blade
- [2] = { itemID = 5196, droprate = "33.95%" }; --Smite's Reaver
- [3] = { itemID = 7230, droprate = "17.27%" }; --Smite's Mighty Hammer
+ [1] = { itemID = 5192 }; --Thief's Blade
+ [2] = { itemID = 5196 }; --Smite's Reaver
+ [3] = { itemID = 7230 }; --Smite's Mighty Hammer
};
{
Name = BabbleBoss["Cookie"];
- [1] = { itemID = 5197, droprate = "49.62%" }; --Cookie's Tenderizer
- [2] = { itemID = 5198, droprate = "30.90%" }; --Cookie's Stirring Rod
- [3] = { itemID = 8490, droprate = "12.38%" }; --Cat Carrier (Siamese)
+ [1] = { itemID = 5197 }; --Cookie's Tenderizer
+ [2] = { itemID = 5198 }; --Cookie's Stirring Rod
+ [3] = { itemID = 8490 }; --Cat Carrier (Siamese)
};
{
Name = BabbleBoss["Edwin VanCleef"];
- [1] = { itemID = 5193, droprate = "21.25%" }; --Cape of the Brotherhood
- [2] = { itemID = 5202, droprate = "22.86%" }; --Corsair's Overshirt
- [3] = { itemID = 10399, droprate = "14.77%" }; --Blackened Defias Armor
- [4] = { itemID = 5191, droprate = "14.17%" }; --Cruel Barb
+ [1] = { itemID = 5193 }; --Cape of the Brotherhood
+ [2] = { itemID = 5202 }; --Corsair's Overshirt
+ [3] = { itemID = 10399 }; --Blackened Defias Armor
+ [4] = { itemID = 5191 }; --Cruel Barb
[5] = { itemID = 2874 }; --An Unsent Letter
[6] = { itemID = 3637 }; --Head of VanCleef
};
@@ -3196,35 +3196,35 @@ AtlasLoot_Data["TheStockade"] = {
Map = "TheStockade";
{
Name = BabbleBoss["Targorr the Dread"];
- [1] = { itemID = 3630, droprate = "100%" }; --Head of Targorr
+ [1] = { itemID = 3630 }; --Head of Targorr
[3] = { itemID = 56971, droprate = "1%" }; --Pet Sigil
};
{
Name = BabbleBoss["Kam Deepfury"];
- [1] = { itemID = 2280, droprate = "0.62%" }; --Kam's Walking Stick
- [2] = { itemID = 3640, droprate = "100%" }; --Head of Deepfury
+ [1] = { itemID = 2280 }; --Kam's Walking Stick
+ [2] = { itemID = 3640 }; --Head of Deepfury
[4] = { itemID = 56970, droprate = "1%" }; --Pet Sigil
};
{
Name = BabbleBoss["Bazil Thredd"];
- [1] = { itemID = 2926, droprate = "100%" }; --Head of Bazil Thredd
+ [1] = { itemID = 2926 }; --Head of Bazil Thredd
[3] = { itemID = 56972, droprate = "1%" }; --Pet Sigil
};
{
Name = BabbleBoss["Hamhock"];
- [1] = { itemID = 2926, droprate = "100%" }; --Head of Bazil Thredd
+ [1] = { itemID = 2926 }; --Head of Bazil Thredd
[3] = { itemID = 56973, droprate = "1%" }; --Pet Sigil
};
{
Name = BabbleBoss["Dextren Ward"];
- [1] = { itemID = 3628, droprate = "100%" }; --Hand of Dextren Ward
+ [1] = { itemID = 3628 }; --Hand of Dextren Ward
[3] = { itemID = 56969, droprate = "1%" }; --Pet Sigil
};
{
Name = BabbleBoss["Bruegal Ironknuckle"];
- [1] = { itemID = 3228, droprate = "54.73%" }; --Jimmied Handcuffs
- [2] = { itemID = 2942, droprate = "18.18%" }; --Iron Knuckles
- [3] = { itemID = 2941, droprate = "16.05%" }; --Prison Shank
+ [1] = { itemID = 3228 }; --Jimmied Handcuffs
+ [2] = { itemID = 2942 }; --Iron Knuckles
+ [3] = { itemID = 2941 }; --Prison Shank
[5] = { itemID = 56974, droprate = "1%" }; --Pet Sigil
};
{
@@ -3244,129 +3244,129 @@ AtlasLoot_Data["SunkenTemple"] = {
Map = "TheSunkenTemple";
{
Name = "Spawn of Hakkar";
- [1] = { itemID = 10802, droprate = "25.6%" }; --Wingveil Cloak
- [2] = { itemID = 10801, droprate = "42.33%" }; --Slitherscale Boots
+ [1] = { itemID = 10802 }; --Wingveil Cloak
+ [2] = { itemID = 10801 }; --Slitherscale Boots
};
{
Name = "Troll Minibosses";
- [1] = { itemID = 10787, droprate = "5.25%" }; --Atal'ai Gloves
- [2] = { itemID = 10783, droprate = "3.12%" }; --Atal'ai Spaulders
- [3] = { itemID = 10785, droprate = "4.42%" }; --Atal'ai Leggings
- [4] = { itemID = 10784, droprate = "2.12%" }; --Atal'ai Breastplate
- [5] = { itemID = 10786, droprate = "6.15%" }; --Atal'ai Boots
- [6] = { itemID = 10788, droprate = "7.17%" }; --Atal'ai Girdle
+ [1] = { itemID = 10787 }; --Atal'ai Gloves
+ [2] = { itemID = 10783 }; --Atal'ai Spaulders
+ [3] = { itemID = 10785 }; --Atal'ai Leggings
+ [4] = { itemID = 10784 }; --Atal'ai Breastplate
+ [5] = { itemID = 10786 }; --Atal'ai Boots
+ [6] = { itemID = 10788 }; --Atal'ai Girdle
[8] = { itemID = 20606 }; --Amber Voodoo Feather
[9] = { itemID = 20607 }; --Blue Voodoo Feather
[10] = { itemID = 20608 }; --Green Voodoo Feather
};
{
Name = BabbleBoss["Atal'alarion"];
- [1] = { itemID = 10800, droprate = "31.73%" }; --Darkwater Bracers
- [2] = { itemID = 10798, droprate = "30.53%" }; --Atal'alarion's Tusk Ring
- [3] = { itemID = 10799, droprate = "17.98%" }; --Headspike
+ [1] = { itemID = 10800 }; --Darkwater Bracers
+ [2] = { itemID = 10798 }; --Atal'alarion's Tusk Ring
+ [3] = { itemID = 10799 }; --Headspike
};
{
Name = BabbleBoss["Dreamscythe"];
- [1] = { itemID = 12465, droprate = "4.42%" }; --Nightfall Drape
- [2] = { itemID = 12466, droprate = "4.16%" }; --Dawnspire Cord
- [3] = { itemID = 12464, droprate = "4.99%" }; --Bloodfire Talons
- [4] = { itemID = 10795, droprate = "3.68%" }; --Drakeclaw Band
- [5] = { itemID = 10796, droprate = "4.26%" }; --Drakestone
- [6] = { itemID = 10797, droprate = "4.57%" }; --Firebreather
- [7] = { itemID = 12463, droprate = "4.40%" }; --Drakefang Butcher
- [8] = { itemID = 12243, droprate = "4.50%" }; --Smoldering Claw
+ [1] = { itemID = 12465 }; --Nightfall Drape
+ [2] = { itemID = 12466 }; --Dawnspire Cord
+ [3] = { itemID = 12464 }; --Bloodfire Talons
+ [4] = { itemID = 10795 }; --Drakeclaw Band
+ [5] = { itemID = 10796 }; --Drakestone
+ [6] = { itemID = 10797 }; --Firebreather
+ [7] = { itemID = 12463 }; --Drakefang Butcher
+ [8] = { itemID = 12243 }; --Smoldering Claw
};
{
Name = BabbleBoss["Weaver"];
- [1] = { itemID = 12465, droprate = "4.20%" }; --Nightfall Drape
- [2] = { itemID = 12466, droprate = "3.89%" }; --Dawnspire Cord
- [3] = { itemID = 12464, droprate = "4.10%" }; --Bloodfire Talons
- [4] = { itemID = 10795, droprate = "4.46%" }; --Drakeclaw Band
- [5] = { itemID = 10796, droprate = "4.47%" }; --Drakestone
- [6] = { itemID = 10797, droprate = "4.08%" }; --Firebreather
- [7] = { itemID = 12463, droprate = "5.00%" }; --Drakefang Butcher
- [8] = { itemID = 12243, droprate = "4.42%" }; --Smoldering Claw
+ [1] = { itemID = 12465 }; --Nightfall Drape
+ [2] = { itemID = 12466 }; --Dawnspire Cord
+ [3] = { itemID = 12464 }; --Bloodfire Talons
+ [4] = { itemID = 10795 }; --Drakeclaw Band
+ [5] = { itemID = 10796 }; --Drakestone
+ [6] = { itemID = 10797 }; --Firebreather
+ [7] = { itemID = 12463 }; --Drakefang Butcher
+ [8] = { itemID = 12243 }; --Smoldering Claw
};
{
Name = BabbleBoss["Avatar of Hakkar"];
- [1] = { itemID = 12462, droprate = "0.15%" }; --Embrace of the Wind Serpent
- [3] = { itemID = 10843, droprate = "31.12%" }; --Featherskin Cape
- [4] = { itemID = 10842, droprate = "33.22%" }; --Windscale Sarong
- [5] = { itemID = 10846, droprate = "32.44%" }; --Bloodshot Greaves
- [6] = { itemID = 10845, droprate = "30.44%" }; --Warrior's Embrace
- [7] = { itemID = 10838, droprate = "16.37%" }; --Might of Hakkar
- [8] = { itemID = 10844, droprate = "16.02%" }; --Spire of Hakkar
- [10] = { itemID = 10663, droprate = "100%" }; --Essence of Hakkar
+ [1] = { itemID = 12462 }; --Embrace of the Wind Serpent
+ [3] = { itemID = 10843 }; --Featherskin Cape
+ [4] = { itemID = 10842 }; --Windscale Sarong
+ [5] = { itemID = 10846 }; --Bloodshot Greaves
+ [6] = { itemID = 10845 }; --Warrior's Embrace
+ [7] = { itemID = 10838 }; --Might of Hakkar
+ [8] = { itemID = 10844 }; --Spire of Hakkar
+ [10] = { itemID = 10663 }; --Essence of Hakkar
};
{
Name = BabbleBoss["Jammal'an the Prophet"];
- [1] = { itemID = 10806, droprate = "24.13%" }; --Vestments of the Atal'ai Prophet
- [2] = { itemID = 10808, droprate = "26.74%" }; --Gloves of the Atal'ai Prophet
- [3] = { itemID = 10807, droprate = "23.00%" }; --Kilt of the Atal'ai Prophet
+ [1] = { itemID = 10806 }; --Vestments of the Atal'ai Prophet
+ [2] = { itemID = 10808 }; --Gloves of the Atal'ai Prophet
+ [3] = { itemID = 10807 }; --Kilt of the Atal'ai Prophet
[5] = { itemID = 6212 }; --Head of Jammal'an
};
{
Name = BabbleBoss["Ogom the Wretched"];
- [1] = { itemID = 10805, droprate = "28.27%" }; --Eater of the Dead
- [2] = { itemID = 10804, droprate = "30.03%" }; --Fist of the Damned
- [3] = { itemID = 10803, droprate = "28.21%" }; --Blade of the Wretched
+ [1] = { itemID = 10805 }; --Eater of the Dead
+ [2] = { itemID = 10804 }; --Fist of the Damned
+ [3] = { itemID = 10803 }; --Blade of the Wretched
};
{
Name = BabbleBoss["Morphaz"];
- [1] = { itemID = 12465, droprate = "4.29%" }; --Nightfall Drape
- [2] = { itemID = 12466, droprate = "4.12%" }; --Dawnspire Cord
- [3] = { itemID = 12464, droprate = "4.21%" }; --Bloodfire Talons
- [4] = { itemID = 10795, droprate = "4.07%" }; --Drakeclaw Band
- [5] = { itemID = 10796, droprate = "4.18%" }; --Drakestone
- [6] = { itemID = 10797, droprate = "4.24%" }; --Firebreather
- [7] = { itemID = 12463, droprate = "4.35%" }; --Drakefang Butcher
- [8] = { itemID = 12243, droprate = "4.09%" }; --Smoldering Claw
- [10] = { itemID = 20022, droprate = "100%" }; --Azure Key
- [11] = { itemID = 20085, droprate = "100%" }; --Arcane Shard
- [12] = { itemID = 20025, droprate = "100%" }; --Blood of Morphaz
- [13] = { itemID = 20019, droprate = "100%" }; --Tooth of Morphaz
+ [1] = { itemID = 12465 }; --Nightfall Drape
+ [2] = { itemID = 12466 }; --Dawnspire Cord
+ [3] = { itemID = 12464 }; --Bloodfire Talons
+ [4] = { itemID = 10795 }; --Drakeclaw Band
+ [5] = { itemID = 10796 }; --Drakestone
+ [6] = { itemID = 10797 }; --Firebreather
+ [7] = { itemID = 12463 }; --Drakefang Butcher
+ [8] = { itemID = 12243 }; --Smoldering Claw
+ [10] = { itemID = 20022 }; --Azure Key
+ [11] = { itemID = 20085 }; --Arcane Shard
+ [12] = { itemID = 20025 }; --Blood of Morphaz
+ [13] = { itemID = 20019 }; --Tooth of Morphaz
};
{
Name = BabbleBoss["Hazzas"];
- [1] = { itemID = 12465, droprate = "4.48%" }; --Nightfall Drape
- [2] = { itemID = 12466, droprate = "4.46%" }; --Dawnspire Cord
- [3] = { itemID = 12464, droprate = "5.00%" }; --Bloodfire Talons
- [4] = { itemID = 10795, droprate = "4.18%" }; --Drakeclaw Band
- [5] = { itemID = 10796, droprate = "4.92%" }; --Drakestone
- [6] = { itemID = 10797, droprate = "4.50%" }; --Firebreather
- [7] = { itemID = 12463, droprate = "4.58%" }; --Drakefang Butcher
- [8] = { itemID = 12243, droprate = "4.56%" }; --Smoldering Claw
+ [1] = { itemID = 12465 }; --Nightfall Drape
+ [2] = { itemID = 12466 }; --Dawnspire Cord
+ [3] = { itemID = 12464 }; --Bloodfire Talons
+ [4] = { itemID = 10795 }; --Drakeclaw Band
+ [5] = { itemID = 10796 }; --Drakestone
+ [6] = { itemID = 10797 }; --Firebreather
+ [7] = { itemID = 12463 }; --Drakefang Butcher
+ [8] = { itemID = 12243 }; --Smoldering Claw
};
{
Name = BabbleBoss["Shade of Eranikus"];
- [1] = { itemID = 10847, droprate = "0.18%" }; --Dragon's Call
- [3] = { itemID = 10833, droprate = "25.66%" }; --Horns of Eranikus
- [4] = { itemID = 10829, droprate = "27.02%" }; --Dragon's Eye
- [5] = { itemID = 10828, droprate = "10.91%" }; --Dire Nail
- [6] = { itemID = 10837, droprate = "10.05%" }; --Tooth of Eranikus
- [7] = { itemID = 10835, droprate = "19.17%" }; --Crest of Supremacy
- [8] = { itemID = 10836, droprate = "21.54%" }; --Rod of Corrosion
+ [1] = { itemID = 10847 }; --Dragon's Call
+ [3] = { itemID = 10833 }; --Horns of Eranikus
+ [4] = { itemID = 10829 }; --Dragon's Eye
+ [5] = { itemID = 10828 }; --Dire Nail
+ [6] = { itemID = 10837 }; --Tooth of Eranikus
+ [7] = { itemID = 10835 }; --Crest of Supremacy
+ [8] = { itemID = 10836 }; --Rod of Corrosion
[10] = { itemID = 10454 }; --Essence of Eranikus
[11] = { itemID = 10455 }; --Chained Essence of Eranikus
};
{
Name = AL["Trash Mobs"];
- [1] = { itemID = 10630, droprate = "0.01%" }; --Soulcatcher Halo
- [2] = { itemID = 10629, droprate = "0.01%" }; --Mistwalker Boots
- [3] = { itemID = 10632, droprate = "0.01%" }; --Slimescale Bracers
- [4] = { itemID = 10631, droprate = "0.01%" }; --Murkwater Gauntlets
- [5] = { itemID = 10633, droprate = "0.01%" }; --Silvershell Leggings
- [6] = { itemID = 10634, droprate = "0.02%" }; --Mindseye Circle
- [8] = { itemID = 15733, droprate = "1.80%" }; --Pattern: Green Dragonscale Leggings
- [9] = { itemID = 16216, droprate = "0.75%" }; --Formula: Enchant Cloak - Greater Resistance
+ [1] = { itemID = 10630 }; --Soulcatcher Halo
+ [2] = { itemID = 10629 }; --Mistwalker Boots
+ [3] = { itemID = 10632 }; --Slimescale Bracers
+ [4] = { itemID = 10631 }; --Murkwater Gauntlets
+ [5] = { itemID = 10633 }; --Silvershell Leggings
+ [6] = { itemID = 10634 }; --Mindseye Circle
+ [8] = { itemID = 15733 }; --Pattern: Green Dragonscale Leggings
+ [9] = { itemID = 16216 }; --Formula: Enchant Cloak - Greater Resistance
[11] = { itemID = 11318 }; --Atal'ai Haze
[12] = { itemID = 6181 }; --Fetish of Hakkar
- [16] = { itemID = 10623, droprate = "0.01%" }; --Winter's Bite
- [17] = { itemID = 10625, droprate = "0.01%" }; --Stealthblade
- [18] = { itemID = 10628, droprate = "0.01%" }; --Deathblow
- [19] = { itemID = 10626, droprate = "0.01%" }; --Ragehammer
- [20] = { itemID = 10627, droprate = "0.02%" }; --Bludgeon of the Grinning Dog
- [21] = { itemID = 10624, droprate = "0.02%" }; --Stinging Bow
+ [16] = { itemID = 10623 }; --Winter's Bite
+ [17] = { itemID = 10625 }; --Stealthblade
+ [18] = { itemID = 10628 }; --Deathblow
+ [19] = { itemID = 10626 }; --Ragehammer
+ [20] = { itemID = 10627 }; --Bludgeon of the Grinning Dog
+ [21] = { itemID = 10624 }; --Stinging Bow
};
};
@@ -3381,7 +3381,7 @@ AtlasLoot_Data["Uldaman"] = {
Map = "Uldaman";
{
Name = AL["Magregan Deepshadow"];
- [1] = { itemID = 4635, droprate = "100%" }; --Hammertoe's Amulet
+ [1] = { itemID = 4635 }; --Hammertoe's Amulet
};
{
Name = "Tablet of Ryun'eh";
@@ -3397,58 +3397,58 @@ AtlasLoot_Data["Uldaman"] = {
};
{
Name = BabbleBoss["Digmaster Shovelphlange"];
- [1] = { itemID = 9375, droprate = "9.30%" }; --Expert Goldminer's Helmet
- [2] = { itemID = 9378, droprate = "13.50%" }; --Shovelphlange's Mining Axe
- [3] = { itemID = 9382, droprate = "70.70%" }; --Tromping Miner's Boots
+ [1] = { itemID = 9375 }; --Expert Goldminer's Helmet
+ [2] = { itemID = 9378 }; --Shovelphlange's Mining Axe
+ [3] = { itemID = 9382 }; --Tromping Miner's Boots
};
{
Name = BabbleBoss["Baelog"];
- [1] = { icon = "INV_Box_01", "=q6=#n45#" };
- [2] = { itemID = 9401, droprate = "8.89%" }; --Nordic Longshank
- [3] = { itemID = 9400, droprate = "46.52%" }; --Baelog's Shortbow
- [4] = { itemID = 9399, droprate = "78.62%" }; --Precision Arrow
- [6] = { icon = "INV_Box_01", "=q6=#n46#" };
- [7] = { itemID = 9394, droprate = "4.05%" }; --Horned Viking Helmet
- [8] = { itemID = 9398, droprate = "45.09%" }; --Worn Running Boots
+ [1] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Baelog"] };
+ [2] = { itemID = 9401 }; --Nordic Longshank
+ [3] = { itemID = 9400 }; --Baelog's Shortbow
+ [4] = { itemID = 9399 }; --Precision Arrow
+ [6] = { icon = "INV_Box_01", name = WHITE..AL["Eric 'The Swift'"] };
+ [7] = { itemID = 9394 }; --Horned Viking Helmet
+ [8] = { itemID = 9398 }; --Worn Running Boots
[9] = { itemID = 2459 }; --Swiftness Potion
- [11] = { icon = "INV_Box_01", "=q6=#n47#" };
- [12] = { itemID = 9404, droprate = "11.33%" }; --Olaf's All Purpose Shield
- [13] = { itemID = 9403, droprate = "69.85%" }; --Battered Viking Shield
- [14] = { itemID = 1177, droprate = "76.54%" }; --Oil of Olaf
- [16] = { icon = "INV_Box_01", "=q6=#x14#" };
+ [11] = { icon = "INV_Box_01", name = WHITE..AL["Olaf"] };
+ [12] = { itemID = 9404 }; --Olaf's All Purpose Shield
+ [13] = { itemID = 9403 }; --Battered Viking Shield
+ [14] = { itemID = 1177 }; --Oil of Olaf
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Baelog's Chest"] };
[17] = { itemID = 7740 }; --Gni'kiv Medallion
- [19] = { icon = "INV_Box_01", "=q6=#x15#" };
+ [19] = { icon = "INV_Box_01", name = WHITE..AL["Conspicuous Urn"] };
[20] = { itemID = 7671 }; --Shattered Necklace Topaz
};
{
Name = BabbleBoss["Revelosh"];
- [1] = { itemID = 9390, droprate = "20.08%" }; --Revelosh's Gloves
- [2] = { itemID = 9389, droprate = "18.77%" }; --Revelosh's Spaulders
- [3] = { itemID = 9388, droprate = "19.84%" }; --Revelosh's Armguards
- [4] = { itemID = 9387, droprate = "20.53%" }; --Revelosh's Boots
+ [1] = { itemID = 9390 }; --Revelosh's Gloves
+ [2] = { itemID = 9389 }; --Revelosh's Spaulders
+ [3] = { itemID = 9388 }; --Revelosh's Armguards
+ [4] = { itemID = 9387 }; --Revelosh's Boots
[6] = { itemID = 7741 }; --The Shaft of Tsol
};
{
Name = BabbleBoss["Ironaya"];
- [1] = { itemID = 9407, droprate = "31.02%" }; --Stoneweaver Leggings
- [2] = { itemID = 9409, droprate = "32.71%" }; --Ironaya's Bracers
- [3] = { itemID = 9408, droprate = "1" }; --Ironshod Bludgeon
+ [1] = { itemID = 9407 }; --Stoneweaver Leggings
+ [2] = { itemID = 9409 }; --Ironaya's Bracers
+ [3] = { itemID = 9408 }; --Ironshod Bludgeon
};
{
Name = BabbleBoss["Obsidian Sentinel"];
- [1] = { itemID = 8053, droprate = "100%" }; --Obsidian Power Source
+ [1] = { itemID = 8053 }; --Obsidian Power Source
};
{
Name = BabbleBoss["Ancient Stone Keeper"];
- [1] = { itemID = 9411, droprate = "43.41%" }; --Rockshard Pauldrons
- [2] = { itemID = 9410, droprate = "41.61%" }; --Cragfists
+ [1] = { itemID = 9411 }; --Rockshard Pauldrons
+ [2] = { itemID = 9410 }; --Cragfists
};
{
Name = BabbleBoss["Galgann Firehammer"];
- [1] = { itemID = 11311, droprate = "36.52%" }; --Emberscale Cape
- [2] = { itemID = 11310, droprate = "17.35%" }; --Flameseer Mantle
- [3] = { itemID = 9419, droprate = "18.10%" }; --Galgann's Firehammer
- [4] = { itemID = 9412, droprate = "17.10%" }; --Galgann's Fireblaster
+ [1] = { itemID = 11311 }; --Emberscale Cape
+ [2] = { itemID = 11310 }; --Flameseer Mantle
+ [3] = { itemID = 9419 }; --Galgann's Firehammer
+ [4] = { itemID = 9412 }; --Galgann's Fireblaster
};
{
Name = "Tablet of Will";
@@ -3460,45 +3460,45 @@ AtlasLoot_Data["Uldaman"] = {
};
{
Name = BabbleBoss["Grimlok"];
- [1] = { itemID = 9415, droprate = "36.51%" }; --Grimlok's Tribal Vestments
- [2] = { itemID = 9414, droprate = "29.78%" }; --Oilskin Leggings
- [3] = { itemID = 9416, droprate = "15.05%" }; --Grimlok's Charge
- [5] = { itemID = 7670, droprate = "100%" }; --Shattered Necklace Sapphire
+ [1] = { itemID = 9415 }; --Grimlok's Tribal Vestments
+ [2] = { itemID = 9414 }; --Oilskin Leggings
+ [3] = { itemID = 9416 }; --Grimlok's Charge
+ [5] = { itemID = 7670 }; --Shattered Necklace Sapphire
};
{
Name = BabbleBoss["Archaedas"];
- [1] = { itemID = 11118, droprate = "51.99%" }; --Archaedic Stone
- [2] = { itemID = 9418, droprate = "10.48%" }; --Stoneslayer
- [3] = { itemID = 9413, droprate = "10.94%" }; --The Rockpounder
- [5] = { itemID = 7672, droprate = "100%" }; --Shattered Necklace Power Source
+ [1] = { itemID = 11118 }; --Archaedic Stone
+ [2] = { itemID = 9418 }; --Stoneslayer
+ [3] = { itemID = 9413 }; --The Rockpounder
+ [5] = { itemID = 7672 }; --Shattered Necklace Power Source
};
{
Name = AL["Trash Mobs"];
- [1] = { itemID = 9397, droprate = "0.01%" }; --Energy Cloak
- [2] = { itemID = 9431, droprate = "0.01%" }; --Papal Fez
- [3] = { itemID = 9429, droprate = "0.01%" }; --Miner's Hat of the Deep
- [4] = { itemID = 9420, droprate = "0.01%" }; --Adventurer's Pith Helmet
- [5] = { itemID = 9406, droprate = "0.01%" }; --Spirewind Fetter
- [6] = { itemID = 9428, droprate = "0.01%" }; --Unearthed Bands
- [7] = { itemID = 9430, droprate = "0.00%" }; --Spaulders of a Lost Age
+ [1] = { itemID = 9397 }; --Energy Cloak
+ [2] = { itemID = 9431 }; --Papal Fez
+ [3] = { itemID = 9429 }; --Miner's Hat of the Deep
+ [4] = { itemID = 9420 }; --Adventurer's Pith Helmet
+ [5] = { itemID = 9406 }; --Spirewind Fetter
+ [6] = { itemID = 9428 }; --Unearthed Bands
+ [7] = { itemID = 9430 }; --Spaulders of a Lost Age
[8] = { itemID = 9396 }; --Legguards of the Vault
- [9] = { itemID = 9432, droprate = "0.01%" }; --Skullplate Bracers
- [10] = { itemID = 9393, droprate = "0.01%" }; --Beacon of Hope
+ [9] = { itemID = 9432 }; --Skullplate Bracers
+ [10] = { itemID = 9393 }; --Beacon of Hope
[12] = { itemID = 7666 }; --Shattered Necklace
[13] = { itemID = 7673 }; --Talvash's Enhancing Necklace
- [16] = { itemID = 9384, droprate = "0.01%" }; --Stonevault Shiv
- [17] = { itemID = 9392, droprate = "0.01%" }; --Annealed Blade
- [18] = { itemID = 9424, droprate = "0.01%" }; --Ginn-su Sword
- [19] = { itemID = 9465, droprate = "0.01%" }; --Digmaster 5000
- [20] = { itemID = 9383, droprate = "0.01%" }; --Obsidian Cleaver
- [21] = { itemID = 9425, droprate = "0.01%" }; --Pendulum of Doom
- [22] = { itemID = 9386, droprate = "0.01%" }; --Excavator's Brand
- [23] = { itemID = 9427, droprate = "0.01%" }; --Stonevault Bonebreaker
- [24] = { itemID = 9423, droprate = "0.01%" }; --The Jackhammer
- [25] = { itemID = 9391, droprate = "0.01%" }; --The Shoveler
- [26] = { itemID = 9381, droprate = "0.01%" }; --Earthen Rod
- [27] = { itemID = 9426, droprate = "0.01%" }; --Monolithic Bow
- [28] = { itemID = 9422, droprate = "0.01%" }; --Shadowforge Bushmaster
+ [16] = { itemID = 9384 }; --Stonevault Shiv
+ [17] = { itemID = 9392 }; --Annealed Blade
+ [18] = { itemID = 9424 }; --Ginn-su Sword
+ [19] = { itemID = 9465 }; --Digmaster 5000
+ [20] = { itemID = 9383 }; --Obsidian Cleaver
+ [21] = { itemID = 9425 }; --Pendulum of Doom
+ [22] = { itemID = 9386 }; --Excavator's Brand
+ [23] = { itemID = 9427 }; --Stonevault Bonebreaker
+ [24] = { itemID = 9423 }; --The Jackhammer
+ [25] = { itemID = 9391 }; --The Shoveler
+ [26] = { itemID = 9381 }; --Earthen Rod
+ [27] = { itemID = 9426 }; --Monolithic Bow
+ [28] = { itemID = 9422 }; --Shadowforge Bushmaster
};
};
@@ -3518,69 +3518,69 @@ AtlasLoot_Data["WailingCaverns"] = {
};
{
Name = BabbleBoss["Mad Magglish"];
- [1] = { itemID = 5334, droprate = "100%" }; --99-Year-Old Port
+ [1] = { itemID = 5334 }; --99-Year-Old Port
};
{
Name = BabbleBoss["Trigore the Lasher"];
- [1] = { itemID = 5425, droprate = "50%" }; --Runescale Girdle
- [2] = { itemID = 5426, droprate = "35%" }; --Serpent's Kiss
+ [1] = { itemID = 5425 }; --Runescale Girdle
+ [2] = { itemID = 5426 }; --Serpent's Kiss
};
{
Name = BabbleBoss["Boahn"];
- [1] = { itemID = 5423, droprate = "28%" }; --Boahn's Fang
- [2] = { itemID = 5422, droprate = "64%" }; --Brambleweed Leggings
+ [1] = { itemID = 5423 }; --Boahn's Fang
+ [2] = { itemID = 5422 }; --Brambleweed Leggings
};
{
Name = BabbleBoss["Lord Cobrahn"];
- [1] = { itemID = 6465, droprate = "51.73%" }; --Robe of the Moccasin
- [2] = { itemID = 10410, droprate = "16.03%" }; --Leggings of the Fang
- [3] = { itemID = 6460, droprate = "16.20%" }; --Cobrahn's Grasp
+ [1] = { itemID = 6465 }; --Robe of the Moccasin
+ [2] = { itemID = 10410 }; --Leggings of the Fang
+ [3] = { itemID = 6460 }; --Cobrahn's Grasp
};
{
Name = BabbleBoss["Lady Anacondra"];
- [1] = { itemID = 5404, droprate = "58.61%" }; --Serpent's Shoulders
- [2] = { itemID = 10412, droprate = "8.63%" }; --Belt of the Fang
- [3] = { itemID = 6446, droprate = "6.61%" }; --Snakeskin Bag
+ [1] = { itemID = 5404 }; --Serpent's Shoulders
+ [2] = { itemID = 10412 }; --Belt of the Fang
+ [3] = { itemID = 6446 }; --Snakeskin Bag
};
{
Name = BabbleBoss["Kresh"];
- [1] = { itemID = 13245, droprate = "9.17%" }; --Kresh's Back
- [2] = { itemID = 6447, droprate = "63.66%" }; --Worn Turtle Shell Shield
+ [1] = { itemID = 13245 }; --Kresh's Back
+ [2] = { itemID = 6447 }; --Worn Turtle Shell Shield
};
{
Name = BabbleBoss["Lord Pythas"];
- [1] = { itemID = 6473, droprate = "52.06%" }; --Armor of the Fang
- [2] = { itemID = 6472, droprate = "28.24%" }; --Stinging Viper
+ [1] = { itemID = 6473 }; --Armor of the Fang
+ [2] = { itemID = 6472 }; --Stinging Viper
};
{
Name = BabbleBoss["Skum"];
- [1] = { itemID = 6449, droprate = "38.24%" }; --Glowing Lizardscale Cloak
- [2] = { itemID = 6448, droprate = "39.24%" }; --Tail Spike
+ [1] = { itemID = 6449 }; --Glowing Lizardscale Cloak
+ [2] = { itemID = 6448 }; --Tail Spike
};
{
Name = BabbleBoss["Lord Serpentis"];
- [1] = { itemID = 5970, droprate = "20.96%" }; --Serpent Gloves
- [2] = { itemID = 10411, droprate = "19.07%" }; --Footpads of the Fang
- [3] = { itemID = 6459, droprate = "24.39%" }; --Savage Trodders
- [4] = { itemID = 6469, droprate = "16.63%" }; --Venomstrike
+ [1] = { itemID = 5970 }; --Serpent Gloves
+ [2] = { itemID = 10411 }; --Footpads of the Fang
+ [3] = { itemID = 6459 }; --Savage Trodders
+ [4] = { itemID = 6469 }; --Venomstrike
};
{
Name = BabbleBoss["Verdan the Everliving"];
- [1] = { itemID = 6629, droprate = "16.65%" }; --Sporid Cape
- [2] = { itemID = 6631, droprate = "34.47%" }; --Living Root
- [3] = { itemID = 6630, droprate = "35.38%" }; --Seedcloud Buckler
+ [1] = { itemID = 6629 }; --Sporid Cape
+ [2] = { itemID = 6631 }; --Living Root
+ [3] = { itemID = 6630 }; --Seedcloud Buckler
};
{
Name = BabbleBoss["Mutanus the Devourer"];
- [1] = { itemID = 6461, droprate = "22.96%" }; --Slime-encrusted Pads
- [2] = { itemID = 6627, droprate = "18.33%" }; --Mutant Scale Breastplate
- [3] = { itemID = 6463, droprate = "21.99%" }; --Deep Fathom Ring
+ [1] = { itemID = 6461 }; --Slime-encrusted Pads
+ [2] = { itemID = 6627 }; --Mutant Scale Breastplate
+ [3] = { itemID = 6463 }; --Deep Fathom Ring
[4] = { itemID = 10441 }; --Glowing Shard
};
{
Name = BabbleBoss["Deviate Faerie Dragon"];
- [1] = { itemID = 6632, droprate = "37.84%" }; --Feyscale Cloak
- [2] = { itemID = 5243, droprate = "39.65%" }; --Firebelcher
+ [1] = { itemID = 6632 }; --Feyscale Cloak
+ [2] = { itemID = 5243 }; --Firebelcher
};
};
@@ -3595,35 +3595,35 @@ AtlasLoot_Data["ZulFarrak"] = {
Map = "ZulFarrak";
{
Name = BabbleBoss["Antu'sul"];
- [1] = { itemID = 9640, droprate = "31.30%" }; --Vice Grips
- [2] = { itemID = 9641, droprate = "30.80%" }; --Lifeblood Amulet
- [3] = { itemID = 9639, droprate = "15.47%" }; --The Hand of Antu'sul
- [5] = { itemID = 9379, droprate = "2.10%" }; --Sang'thraze the Deflector
+ [1] = { itemID = 9640 }; --Vice Grips
+ [2] = { itemID = 9641 }; --Lifeblood Amulet
+ [3] = { itemID = 9639 }; --The Hand of Antu'sul
+ [5] = { itemID = 9379 }; --Sang'thraze the Deflector
[6] = { itemID = 9372 }; --Sul'thraze the Lasher
};
{
Name = BabbleBoss["Theka the Martyr"];
- [1] = { itemID = 10660, droprate = "100%" }; --First Mosh'aru Tablet
+ [1] = { itemID = 10660 }; --First Mosh'aru Tablet
};
{
Name = BabbleBoss["Witch Doctor Zum'rah"];
- [1] = { itemID = 18083, droprate = "24.97%" }; --Jumanza Grips
- [2] = { itemID = 18082, droprate = "11.98%" }; --Zum'rah's Vexing Cane
+ [1] = { itemID = 18083 }; --Jumanza Grips
+ [2] = { itemID = 18082 }; --Zum'rah's Vexing Cane
};
{
Name = BabbleBoss["Nekrum Gutchewer"];
- [1] = { itemID = 9471, droprate = "100%" }; --Nekrum's Medallion
+ [1] = { itemID = 9471 }; --Nekrum's Medallion
};
{
Name = BabbleBoss["Shadowpriest Sezz'ziz"];
- [1] = { itemID = 9470, droprate = "18.69%" }; --Bad Mojo Mask
- [2] = { itemID = 9473, droprate = "21.12%" }; --Jinxed Hoodoo Skin
- [3] = { itemID = 9474, droprate = "20.95%" }; --Jinxed Hoodoo Kilt
- [4] = { itemID = 9475, droprate = "20.06%" }; --Diabolic Skiver
+ [1] = { itemID = 9470 }; --Bad Mojo Mask
+ [2] = { itemID = 9473 }; --Jinxed Hoodoo Skin
+ [3] = { itemID = 9474 }; --Jinxed Hoodoo Kilt
+ [4] = { itemID = 9475 }; --Diabolic Skiver
};
{
Name = BabbleBoss["Dustwraith"];
- [1] = { itemID = 12471, droprate = "17.71%" }; --Desertwalker Cane
+ [1] = { itemID = 12471 }; --Desertwalker Cane
};
{
Name = BabbleBoss["Sergeant Bly"];
@@ -3631,49 +3631,49 @@ AtlasLoot_Data["ZulFarrak"] = {
};
{
Name = BabbleBoss["Sandfury Executioner"];
- [1] = { itemID = 8548, droprate = "100%" }; --Divino-matic Rod
+ [1] = { itemID = 8548 }; --Divino-matic Rod
};
{
Name = BabbleBoss["Hydromancer Velratha"];
- [1] = { itemID = 9234, droprate = "100%" }; --Tiara of the Deep
- [2] = { itemID = 10661, droprate = "100%" }; --Second Mosh'aru Tablet
+ [1] = { itemID = 9234 }; --Tiara of the Deep
+ [2] = { itemID = 10661 }; --Second Mosh'aru Tablet
};
{
Name = BabbleBoss["Gahz'rilla"];
- [1] = { itemID = 9469, droprate = "36.76%" }; --Gahz'rilla Scale Armor
- [2] = { itemID = 9467, droprate = "36.83%" }; --Gahz'rilla Fang
+ [1] = { itemID = 9469 }; --Gahz'rilla Scale Armor
+ [2] = { itemID = 9467 }; --Gahz'rilla Fang
[4] = { itemID = 8707 }; --Gahz'rilla's Electrified Scale
};
{
Name = BabbleBoss["Chief Ukorz Sandscalp"];
- [1] = { itemID = 9479, droprate = "8.97%" }; --Embrace of the Lycan
- [2] = { itemID = 9476, droprate = "28.17%" }; --Big Bad Pauldrons
- [3] = { itemID = 9478, droprate = "19.78%" }; --Ripsaw
- [4] = { itemID = 9477, droprate = "22.33%" }; --The Chief's Enforcer
- [6] = { itemID = 11086, droprate = "1.72%" }; --Jang'thraze the Protector
+ [1] = { itemID = 9479 }; --Embrace of the Lycan
+ [2] = { itemID = 9476 }; --Big Bad Pauldrons
+ [3] = { itemID = 9478 }; --Ripsaw
+ [4] = { itemID = 9477 }; --The Chief's Enforcer
+ [6] = { itemID = 11086 }; --Jang'thraze the Protector
[7] = { itemID = 9372 }; --Sul'thraze the Lasher
};
{
Name = BabbleBoss["Zerillis"];
- [1] = { itemID = 12470, droprate = "15.55%" }; --Sandstalker Ankleguards
+ [1] = { itemID = 12470 }; --Sandstalker Ankleguards
};
{
Name = AL["Trash Mobs"];
- [1] = { itemID = 9512, droprate = "0.02%" }; --Blackmetal Cape
- [2] = { itemID = 9484, droprate = "0.01%" }; --Spellshock Leggings
- [3] = { itemID = 862, droprate = "0.02%" }; --Runed Ring
- [4] = { itemID = 6440, droprate = "0.01%" }; --Brainlash
+ [1] = { itemID = 9512 }; --Blackmetal Cape
+ [2] = { itemID = 9484 }; --Spellshock Leggings
+ [3] = { itemID = 862 }; --Runed Ring
+ [4] = { itemID = 6440 }; --Brainlash
[6] = { itemID = 9243 }; --Shriveled Heart
[8] = { itemID = 9523 }; --Troll Temper
[9] = { itemID = 9238 }; --Uncracked Scarab Shell
- [16] = { itemID = 5616, droprate = "0.01%" }; --Gutwrencher
- [17] = { itemID = 9511, droprate = "0.01%" }; --Bloodletter Scalpel
- [18] = { itemID = 9481, droprate = "0.01%" }; --The Minotaur
- [19] = { itemID = 9480, droprate = "0.01%" }; --Eyegouger
- [20] = { itemID = 9482, droprate = "0.01%" }; --Witch Doctor's Cane
- [21] = { itemID = 9483, droprate = "0.01%" }; --Flaming Incinerator
- [22] = { itemID = 2040, droprate = "0.02%" }; --Troll Protector
+ [16] = { itemID = 5616 }; --Gutwrencher
+ [17] = { itemID = 9511 }; --Bloodletter Scalpel
+ [18] = { itemID = 9481 }; --The Minotaur
+ [19] = { itemID = 9480 }; --Eyegouger
+ [20] = { itemID = 9482 }; --Witch Doctor's Cane
+ [21] = { itemID = 9483 }; --Flaming Incinerator
+ [22] = { itemID = 2040 }; --Troll Protector
};
};
@@ -3688,156 +3688,156 @@ AtlasLoot_Data["ZulGurub"] = {
Map = "ZulGurub";
{
Name = BabbleBoss["High Priestess Jeklik"];
- [1] = { itemID = 19918, droprate = "3.96%" }; --Jeklik's Crusher
- [2] = { itemID = 19928, droprate = "3.39%" }; --Animist's Spaulders
- [3] = { itemID = 20262, droprate = "4.31%" }; --Seafury Boots
- [4] = { itemID = 20265, droprate = "6.99%" }; --Peacekeeper Boots
- [5] = { itemID = 19923, droprate = "12.22%" }; --Jeklik's Opaline Talisman
- [6] = { itemID = 19920, droprate = "11.89%" }; --Primalist's Band
- [7] = { itemID = 19915, droprate = " 11.36%" }; --Zulian Defender
+ [1] = { itemID = 19918 }; --Jeklik's Crusher
+ [2] = { itemID = 19928 }; --Animist's Spaulders
+ [3] = { itemID = 20262 }; --Seafury Boots
+ [4] = { itemID = 20265 }; --Peacekeeper Boots
+ [5] = { itemID = 19923 }; --Jeklik's Opaline Talisman
+ [6] = { itemID = 19920 }; --Primalist's Band
+ [7] = { itemID = 19915 }; --Zulian Defender
[16] = { icon = "INV_Banner_01", name = "=q4=ZG Sets", lootTable = {{"ZGSets", "AtlasLoot_Data", 1},"Source"} };
Module = "AtlasLoot_OriginalWoW";
- [18] = { itemID = 19943, droprate = "8.8%" }; --Massive Mojo
- [19] = { itemID = 19881, droprate = "100%" }; --Channeler's Head
+ [18] = { itemID = 19943 }; --Massive Mojo
+ [19] = { itemID = 19881 }; --Channeler's Head
};
{
Name = BabbleBoss["High Priest Venoxis"];
- [1] = { itemID = 19904, droprate = "3.70%" }; --Runed Bloodstained Hauberk
- [2] = { itemID = 19903, droprate = "3.68%" }; --Fang of Venoxis
- [4] = { itemID = 19907, droprate = "12.09%" }; --Zulian Tigerhide Cloak
- [5] = { itemID = 19906, droprate = "11.36%" }; --Blooddrenched Footpads
- [6] = { itemID = 19905, droprate = "6.99%" }; --Zanzil's Band
- [7] = { itemID = 19900, droprate = "11.89%" }; --Zulian Stone Axe
- [16] = { icon = "INV_Banner_01", name = "=q4=ZG Sets", ootTable = {{"ZGSets", "AtlasLoot_Data", 1},"Source"} };
+ [1] = { itemID = 19904 }; --Runed Bloodstained Hauberk
+ [2] = { itemID = 19903 }; --Fang of Venoxis
+ [4] = { itemID = 19907 }; --Zulian Tigerhide Cloak
+ [5] = { itemID = 19906 }; --Blooddrenched Footpads
+ [6] = { itemID = 19905 }; --Zanzil's Band
+ [7] = { itemID = 19900 }; --Zulian Stone Axe
+ [16] = { icon = "INV_Banner_01", name = "=q4=ZG Sets", lootTable = {{"ZGSets", "AtlasLoot_Data", 1},"Source"} };
Module = "AtlasLoot_OriginalWoW";
- [18] = { itemID = 19943, droprate = "6.0%" }; --Massive Mojo
- [19] = { itemID = 19881, droprate = "100%" }; --Channeler's Head
- [21] = { itemID = 22216, droprate = "100%" }; --Venoxis's Venom Sac
+ [18] = { itemID = 19943 }; --Massive Mojo
+ [19] = { itemID = 19881 }; --Channeler's Head
+ [21] = { itemID = 22216 }; --Venoxis's Venom Sac
};
{
Name = BabbleBoss["High Priestess Mar'li"];
- [1] = { itemID = 20032, droprate = "4.46%" }; --Flowing Ritual Robes
- [2] = { itemID = 19927, droprate = "4.35%" }; --Mar'li's Touch
- [3] = { itemID = 19919, droprate = "11.89%" }; --Bloodstained Greaves
- [4] = { itemID = 19871, droprate = "11.36%" }; --Talisman of Protection
- [5] = { itemID = 19925, droprate = " 6.99%" }; --Band of Jin
- [6] = { itemID = 19930, droprate = "12.09%" }; --Mar'li's Eye
- [16] = { icon = "INV_Banner_01", name = "=q4=ZG Sets", ootTable = {{"ZGSets", "AtlasLoot_Data", 1},"Source"} };
+ [1] = { itemID = 20032 }; --Flowing Ritual Robes
+ [2] = { itemID = 19927 }; --Mar'li's Touch
+ [3] = { itemID = 19919 }; --Bloodstained Greaves
+ [4] = { itemID = 19871 }; --Talisman of Protection
+ [5] = { itemID = 19925 }; --Band of Jin
+ [6] = { itemID = 19930 }; --Mar'li's Eye
+ [16] = { icon = "INV_Banner_01", name = "=q4=ZG Sets", lootTable = {{"ZGSets", "AtlasLoot_Data", 1},"Source"} };
Module = "AtlasLoot_OriginalWoW";
- [18] = { itemID = 19943, droprate = "7.4%" }; --Massive Mojo
- [19] = { itemID = 19881, droprate = "100%" }; --Channeler's Head
+ [18] = { itemID = 19943 }; --Massive Mojo
+ [19] = { itemID = 19881 }; --Channeler's Head
};
{
Name = BabbleBoss["Bloodlord Mandokir"];
- [1] = { itemID = 19867, droprate = "5.83%" }; --Bloodlord's Defender
- [2] = { itemID = 19866, droprate = "3.96%" }; --Warblade of the Hakkari
- [3] = { itemID = 19874, droprate = "6.35%" }; --Halberd of Smiting
- [4] = { itemID = 20038, droprate = "5.96%" }; --Mandokir's Sting
- [5] = { itemID = 19872, droprate = "0.43%" }; --Swift Razzashi Raptor
- [7] = { itemID = 19870, droprate = "12.54%" }; --Hakkari Loa Cloak
- [8] = { itemID = 19895, droprate = "13.50%" }; --Bloodtinged Kilt
- [9] = { itemID = 19869, droprate = "12.87%" }; --Blooddrenched Grips
- [10] = { itemID = 19877, droprate = "12.14%" }; --Animist's Leggings
- [11] = { itemID = 19878, droprate = "12.31%" }; --Bloodsoaked Pauldrons
- [12] = { itemID = 19873, droprate = "12.28%" }; --Overlord's Crimson Band
- [13] = { itemID = 19893, droprate = "13.11%" }; --Zanzil's Seal
- [14] = { itemID = 19863, droprate = "12.32%" }; --Primalist's Seal
- [16] = { icon = "INV_Banner_01", name = "=q4=ZG Sets", ootTable = {{"ZGSets", "AtlasLoot_Data", 1},"Source"} };
+ [1] = { itemID = 19867 }; --Bloodlord's Defender
+ [2] = { itemID = 19866 }; --Warblade of the Hakkari
+ [3] = { itemID = 19874 }; --Halberd of Smiting
+ [4] = { itemID = 20038 }; --Mandokir's Sting
+ [5] = { itemID = 19872 }; --Swift Razzashi Raptor
+ [7] = { itemID = 19870 }; --Hakkari Loa Cloak
+ [8] = { itemID = 19895 }; --Bloodtinged Kilt
+ [9] = { itemID = 19869 }; --Blooddrenched Grips
+ [10] = { itemID = 19877 }; --Animist's Leggings
+ [11] = { itemID = 19878 }; --Bloodsoaked Pauldrons
+ [12] = { itemID = 19873 }; --Overlord's Crimson Band
+ [13] = { itemID = 19893 }; --Zanzil's Seal
+ [14] = { itemID = 19863 }; --Primalist's Seal
+ [16] = { icon = "INV_Banner_01", name = "=q4=ZG Sets", lootTable = {{"ZGSets", "AtlasLoot_Data", 1},"Source"} };
[18] = { itemID = 22637 }; --Primal Hakkari Idol
- [19] = { itemID = 19943, droprate = "9.4%" }; --Massive Mojo
+ [19] = { itemID = 19943 }; --Massive Mojo
};
{
Name = BabbleZone["Zul'Gurub"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. BabbleBoss["Gri'lek"] };
- [2] = { itemID = 19961, droprate = "43.90%" }; --Gri'lek's Grinder
- [3] = { itemID = 19962, droprate = "41.99%" }; --Gri'lek's Carver
- [4] = { itemID = 19939, droprate = "100%" }; --Gri'lek's Blood
- [6] = { icon = "INV_Box_01", name = "=q6=" .. BabbleBoss["Hazza'rah"] };
- [7] = { itemID = 19968, droprate = "38.37%" }; --Fiery Retributer
- [8] = { itemID = 19967, droprate = "45.49%" }; --Thoughtblighter
- [9] = { itemID = 19942, droprate = "100%" }; --Hazza'rah's Dream Thread
- [16] = { icon = "INV_Box_01", name = "=q6=" .. BabbleBoss["Renataki"] };
- [17] = { itemID = 19964, droprate = "40.06%" }; --Renataki's Soul Conduit
- [18] = { itemID = 19963, droprate = "45.51%" }; --Pitchfork of Madness
- [19] = { itemID = 19940, droprate = "100%" }; --Renataki's Tooth
- [21] = { icon = "INV_Box_01", name = "=q6=" .. BabbleBoss["Wushoolay"] };
- [22] = { itemID = 19965, droprate = "45.21%" }; --Wushoolay's Poker
- [23] = { itemID = 19993, droprate = "40.96%" }; --Hoodoo Hunting Bow
- [24] = { itemID = 19941, droprate = "100%" }; --Wushoolay's Mane
+ [1] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Gri'lek"] };
+ [2] = { itemID = 19961 }; --Gri'lek's Grinder
+ [3] = { itemID = 19962 }; --Gri'lek's Carver
+ [4] = { itemID = 19939 }; --Gri'lek's Blood
+ [6] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Hazza'rah"] };
+ [7] = { itemID = 19968 }; --Fiery Retributer
+ [8] = { itemID = 19967 }; --Thoughtblighter
+ [9] = { itemID = 19942 }; --Hazza'rah's Dream Thread
+ [16] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Renataki"] };
+ [17] = { itemID = 19964 }; --Renataki's Soul Conduit
+ [18] = { itemID = 19963 }; --Pitchfork of Madness
+ [19] = { itemID = 19940 }; --Renataki's Tooth
+ [21] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Wushoolay"] };
+ [22] = { itemID = 19965 }; --Wushoolay's Poker
+ [23] = { itemID = 19993 }; --Hoodoo Hunting Bow
+ [24] = { itemID = 19941 }; --Wushoolay's Mane
};
{
Name = BabbleBoss["Gahz'ranka"];
- [1] = { itemID = 19945, droprate = "8,82%" }; --Foror's Eyepatch
- [2] = { itemID = 19944, droprate = "2.39%" }; --Nat Pagle's Fish Terminator
- [4] = { itemID = 19947, droprate = "28.20%" }; --Nat Pagle's Broken Reel
- [5] = { itemID = 19946, droprate = "29.22%" }; --Tigule's Harpoon
+ [1] = { itemID = 19945 }; --Foror's Eyepatch
+ [2] = { itemID = 19944 }; --Nat Pagle's Fish Terminator
+ [4] = { itemID = 19947 }; --Nat Pagle's Broken Reel
+ [5] = { itemID = 19946 }; --Tigule's Harpoon
[7] = { itemID = 22739 }; --Tome of Polymorph: Turtle
};
{
Name = BabbleBoss["High Priest Thekal"];
- [1] = { itemID = 19897, droprate = "5.83%" }; --Betrayer's Boots
- [2] = { itemID = 19896, droprate = "4.23%" }; --Thekal's Grasp
- [3] = { itemID = 19902, droprate = "0.70%" }; --Swift Zulian Tiger
+ [1] = { itemID = 19897 }; --Betrayer's Boots
+ [2] = { itemID = 19896 }; --Thekal's Grasp
+ [3] = { itemID = 19902 }; --Swift Zulian Tiger
[5] = { itemID = 19898 }; --Seal of Jin
- [6] = { itemID = 19899, droprate = "13.41%" }; --Ritualistic Legguards
- [7] = { itemID = 20260, droprate = "4.30%" }; --Seafury Leggings
- [8] = { itemID = 20266, droprate = "8.69%" }; --Peacekeeper Leggings
- [9] = { itemID = 19901, droprate = "13.36%" }; --Zulian Slicer
- [16] = { icon = "INV_Banner_01", name = "=q4=ZG Sets", ootTable = {{"ZGSets", "AtlasLoot_Data", 1},"Source"} };
- [18] = { itemID = 19943, droprate = "8.3%" }; --Massive Mojo
- [19] = { itemID = 19881, droprate = "100%" }; --Channeler's Head
+ [6] = { itemID = 19899 }; --Ritualistic Legguards
+ [7] = { itemID = 20260 }; --Seafury Leggings
+ [8] = { itemID = 20266 }; --Peacekeeper Leggings
+ [9] = { itemID = 19901 }; --Zulian Slicer
+ [16] = { icon = "INV_Banner_01", name = "=q4=ZG Sets", lootTable = {{"ZGSets", "AtlasLoot_Data", 1},"Source"} };
+ [18] = { itemID = 19943 }; --Massive Mojo
+ [19] = { itemID = 19881 }; --Channeler's Head
};
{
Name = BabbleBoss["High Priestess Arlokk"];
- [16] = { icon = "INV_Banner_01", name = "=q4=ZG Sets", ootTable = {{"ZGSets", "AtlasLoot_Data", 1},"Source"} };
- [18] = { itemID = 19943, droprate = "5.6%" }; --Massive Mojo
- [19] = { itemID = 19881, droprate = "100%" }; --Channeler's Head
- [1] = { itemID = 19910, droprate = "3.62%" }; --Arlokk's Grasp
- [2] = { itemID = 19909, droprate = "5.14%" }; --Will of Arlokk
- [4] = { itemID = 19913, droprate = "13.29%" }; --Bloodsoaked Greaves
- [5] = { itemID = 19912, droprate = "13.95%" }; --Overlord's Onyx Band
- [6] = { itemID = 19922, droprate = "13.66%" }; --Arlokk's Hoodoo Stick
- [7] = { itemID = 19914, droprate = "14.03%" }; --Panther Hide Sack
+ [16] = { icon = "INV_Banner_01", name = "=q4=ZG Sets", lootTable = {{"ZGSets", "AtlasLoot_Data", 1},"Source"} };
+ [18] = { itemID = 19943 }; --Massive Mojo
+ [19] = { itemID = 19881 }; --Channeler's Head
+ [1] = { itemID = 19910 }; --Arlokk's Grasp
+ [2] = { itemID = 19909 }; --Will of Arlokk
+ [4] = { itemID = 19913 }; --Bloodsoaked Greaves
+ [5] = { itemID = 19912 }; --Overlord's Onyx Band
+ [6] = { itemID = 19922 }; --Arlokk's Hoodoo Stick
+ [7] = { itemID = 19914 }; --Panther Hide Sack
};
{
Name = BabbleBoss["Jin'do the Hexxer"];
- [16] = { icon = "INV_Banner_01", name = "=q4=ZG Sets", ootTable = {{"ZGSets", "AtlasLoot_Data", 1},"Source"} };
+ [16] = { icon = "INV_Banner_01", name = "=q4=ZG Sets", lootTable = {{"ZGSets", "AtlasLoot_Data", 1},"Source"} };
[18] = { itemID = 22637 }; --Primal Hakkari Idol
- [19] = { itemID = 19943, droprate = "8.4%" }; --Massive Mojo
- [1] = { itemID = 19885, droprate = "6.82%" }; --Jin'do's Evil Eye
- [2] = { itemID = 19891, droprate = "7.70%" }; --Jin'do's Bag of Whammies
- [3] = { itemID = 19890, droprate = "8.08%" }; --Jin'do's Hexxer
- [4] = { itemID = 19884, droprate = "8.36%" }; --Jin'do's Judgement
- [6] = { itemID = 19888, droprate = "12.72%" }; --Overlord's Embrace
- [7] = { itemID = 19886, droprate = "12.11%" }; --The Hexxer's Cover
- [8] = { itemID = 19929, droprate = "11.75%" }; --Bloodtinged Gloves
- [9] = { itemID = 19889, droprate = "11.97%" }; --Blooddrenched Leggings
- [10] = { itemID = 19892, droprate = "12.28%" }; --Animist's Boots
- [11] = { itemID = 19875, droprate = "13.73%" }; --Bloodstained Coif
- [12] = { itemID = 19887, droprate = "11.11%" }; --Bloodstained Legplates
- [13] = { itemID = 19894, droprate = "12.93%" }; --Bloodsoaked Gauntlets
+ [19] = { itemID = 19943 }; --Massive Mojo
+ [1] = { itemID = 19885 }; --Jin'do's Evil Eye
+ [2] = { itemID = 19891 }; --Jin'do's Bag of Whammies
+ [3] = { itemID = 19890 }; --Jin'do's Hexxer
+ [4] = { itemID = 19884 }; --Jin'do's Judgement
+ [6] = { itemID = 19888 }; --Overlord's Embrace
+ [7] = { itemID = 19886 }; --The Hexxer's Cover
+ [8] = { itemID = 19929 }; --Bloodtinged Gloves
+ [9] = { itemID = 19889 }; --Blooddrenched Leggings
+ [10] = { itemID = 19892 }; --Animist's Boots
+ [11] = { itemID = 19875 }; --Bloodstained Coif
+ [12] = { itemID = 19887 }; --Bloodstained Legplates
+ [13] = { itemID = 19894 }; --Bloodsoaked Gauntlets
};
{
Name = BabbleBoss["Hakkar"];
- [1] = { itemID = 19857, droprate = "11.65%" }; --Cloak of Consumption
- [2] = { itemID = 20257, droprate = "4.11%" }; --Seafury Gauntlets
+ [1] = { itemID = 19857 }; --Cloak of Consumption
+ [2] = { itemID = 20257 }; --Seafury Gauntlets
[3] = { itemID = 20264 }; --Peacekeeper Gauntlets
- [4] = { itemID = 19855, droprate = "10.52%" }; --Bloodsoaked Legplates
- [5] = { itemID = 19876, droprate = "10.11%" }; --Soul Corrupter's Necklace
- [6] = { itemID = 19856, droprate = "12.02%" }; --The Eye of Hakkar
- [8] = { itemID = 19859, droprate = "7.33%" }; --Fang of the Faceless
- [9] = { itemID = 19864, droprate = "7.69%" }; --Bloodcaller
- [10] = { itemID = 19865, droprate = "3.67%" }; --Warblade of the Hakkari
- [11] = { itemID = 19854, droprate = "6.78%" }; --Zin'rokh, Destroyer of Worlds
- [12] = { itemID = 19852, droprate = "6.62%" }; --Ancient Hakkari Manslayer
- [13] = { itemID = 19862, droprate = "9.99%" }; --Aegis of the Blood God
- [14] = { itemID = 19853, droprate = "6.12%" }; --Gurubashi Dwarf Destroyer
- [15] = { itemID = 19861, droprate = "7.24%" }; --Touch of Chaos
- [16] = { itemID = 19802, droprate = "100%" }; --Heart of Hakkar
+ [4] = { itemID = 19855 }; --Bloodsoaked Legplates
+ [5] = { itemID = 19876 }; --Soul Corrupter's Necklace
+ [6] = { itemID = 19856 }; --The Eye of Hakkar
+ [8] = { itemID = 19859 }; --Fang of the Faceless
+ [9] = { itemID = 19864 }; --Bloodcaller
+ [10] = { itemID = 19865 }; --Warblade of the Hakkari
+ [11] = { itemID = 19854 }; --Zin'rokh, Destroyer of Worlds
+ [12] = { itemID = 19852 }; --Ancient Hakkari Manslayer
+ [13] = { itemID = 19862 }; --Aegis of the Blood God
+ [14] = { itemID = 19853 }; --Gurubashi Dwarf Destroyer
+ [15] = { itemID = 19861 }; --Touch of Chaos
+ [16] = { itemID = 19802 }; --Heart of Hakkar
[17] = { itemID = 19950 }; --Zandalarian Hero Charm
[18] = { itemID = 19949 }; --Zandalarian Hero Medallion
[19] = { itemID = 19948 }; --Zandalarian Hero Badge
- [21] = { itemID = 19943, droprate = "34.3%" }; --Massive Mojo
+ [21] = { itemID = 19943 }; --Massive Mojo
};
{
Name = "Muddy Churning Waters";
@@ -3864,42 +3864,42 @@ AtlasLoot_Data["ZulGurub"] = {
[4] = { itemID = 19908 }; --Sceptre of Smiting
[5] = { itemID = 19921 }; --Zulian Hacker
[6] = { itemID = 20258 }; --Zulian Ceremonial Staff
- [7] = { itemID = 19727, droprate = "0.02%" }; --Blood Scythe
+ [7] = { itemID = 19727 }; --Blood Scythe
[8] = { itemID = 48126 }; --Razzashi Hatchling
[10] = { itemID = 19726 }; --Bloodvine
[11] = { itemID = 19774 }; --Souldarite
[12] = { itemID = 19767 }; --Primal Bat Leather
[13] = { itemID = 19768 }; --Primal Tiger Leather
- [16] = { itemID = 19821, droprate = "0.01%" }; --Punctured Voodoo Doll
- [17] = { itemID = 19816, droprate = "0.01%" }; --Punctured Voodoo Doll
- [18] = { itemID = 19818, droprate = "0.01%" }; --Punctured Voodoo Doll
- [19] = { itemID = 19815, droprate = "0.01%" }; --Punctured Voodoo Doll
- [20] = { itemID = 19820, droprate = "0.01%" }; --Punctured Voodoo Doll
- [21] = { itemID = 19814, droprate = "0.01%" }; --Punctured Voodoo Doll
- [22] = { itemID = 19817, droprate = "0.01%" }; --Punctured Voodoo Doll
- [23] = { itemID = 19819, droprate = "0.01%" }; --Punctured Voodoo Doll
- [24] = { itemID = 19813, droprate = "0.01%" }; --Punctured Voodoo Doll
+ [16] = { itemID = 19821 }; --Punctured Voodoo Doll
+ [17] = { itemID = 19816 }; --Punctured Voodoo Doll
+ [18] = { itemID = 19818 }; --Punctured Voodoo Doll
+ [19] = { itemID = 19815 }; --Punctured Voodoo Doll
+ [20] = { itemID = 19820 }; --Punctured Voodoo Doll
+ [21] = { itemID = 19814 }; --Punctured Voodoo Doll
+ [22] = { itemID = 19817 }; --Punctured Voodoo Doll
+ [23] = { itemID = 19819 }; --Punctured Voodoo Doll
+ [24] = { itemID = 19813 }; --Punctured Voodoo Doll
};
{
Name = "Coin's and Bijou's";
- [1] = { itemID = 19708, droprate = "1.48%" }; --Blue Hakkari Bijou
- [2] = { itemID = 19713, droprate = "1.57%" }; --Bronze Hakkari Bijou
- [3] = { itemID = 19715, droprate = "1.63%" }; --Gold Hakkari Bijou
- [4] = { itemID = 19711, droprate = "1.67%" }; --Green Hakkari Bijou
- [5] = { itemID = 19710, droprate = "1.76%" }; --Orange Hakkari Bijou
- [6] = { itemID = 19712, droprate = "1.67%" }; --Purple Hakkari Bijou
- [7] = { itemID = 19707, droprate = "1.63%" }; --Red Hakkari Bijou
- [8] = { itemID = 19714, droprate = "1.59%" }; --Silver Hakkari Bijou
- [9] = { itemID = 19709, droprate = "1.50%" }; --Yellow Hakkari Bijou
- [16] = { itemID = 19706, droprate = "3.01%" }; --Bloodscalp Coin
- [17] = { itemID = 19701, droprate = "3.12%" }; --Gurubashi Coin
- [18] = { itemID = 19700, droprate = "3.19%" }; --Hakkari Coin
- [19] = { itemID = 19699, droprate = "3.36%" }; --Razzashi Coin
- [20] = { itemID = 19704, droprate = "3.47%" }; --Sandfury Coin
- [21] = { itemID = 19705, droprate = "3.32%" }; --Skullsplitter Coin
- [22] = { itemID = 19702, droprate = "3.27%" }; --Vilebranch Coin
- [23] = { itemID = 19703, droprate = "3.27%" }; --Witherbark Coin
- [24] = { itemID = 19698, droprate = "3.01%" }; --Zulian Coin
+ [1] = { itemID = 19708 }; --Blue Hakkari Bijou
+ [2] = { itemID = 19713 }; --Bronze Hakkari Bijou
+ [3] = { itemID = 19715 }; --Gold Hakkari Bijou
+ [4] = { itemID = 19711 }; --Green Hakkari Bijou
+ [5] = { itemID = 19710 }; --Orange Hakkari Bijou
+ [6] = { itemID = 19712 }; --Purple Hakkari Bijou
+ [7] = { itemID = 19707 }; --Red Hakkari Bijou
+ [8] = { itemID = 19714 }; --Silver Hakkari Bijou
+ [9] = { itemID = 19709 }; --Yellow Hakkari Bijou
+ [16] = { itemID = 19706 }; --Bloodscalp Coin
+ [17] = { itemID = 19701 }; --Gurubashi Coin
+ [18] = { itemID = 19700 }; --Hakkari Coin
+ [19] = { itemID = 19699 }; --Razzashi Coin
+ [20] = { itemID = 19704 }; --Sandfury Coin
+ [21] = { itemID = 19705 }; --Skullsplitter Coin
+ [22] = { itemID = 19702 }; --Vilebranch Coin
+ [23] = { itemID = 19703 }; --Witherbark Coin
+ [24] = { itemID = 19698 }; --Zulian Coin
};
{
Name = "ZG Enchants";
@@ -3930,192 +3930,192 @@ AtlasLoot_Data["Naxxramas60"] = {
Map = "Naxxramas60";
{
Name = BabbleBoss["Patchwerk"];
- [1] = { itemID = 22960, droprate = "20%" }; --Cloak of Suturing
- [2] = { itemID = 22815, droprate = "20%" }; --Severance
- [3] = { itemID = 22820, droprate = "20%" }; --Wand of Fates
- [4] = { itemID = 22818, droprate = "20%" }; --The Plague Bearer
- [5] = { itemID = 22961, droprate = "20%" }; --Band of Reanimation
- [16] = { itemID = 22354, droprate = "100%", lootTable = {"T3SHOULDER","Token"} }; --Desecrated Pauldrons
- [18] = { itemID = 22726, droprate = "30%" }; --Splinter of Atiesh
+ [1] = { itemID = 22960 }; --Cloak of Suturing
+ [2] = { itemID = 22815 }; --Severance
+ [3] = { itemID = 22820 }; --Wand of Fates
+ [4] = { itemID = 22818 }; --The Plague Bearer
+ [5] = { itemID = 22961 }; --Band of Reanimation
+ [16] = { itemID = 22354, lootTable = {"T3SHOULDER","Token"} }; --Desecrated Pauldrons
+ [18] = { itemID = 22726 }; --Splinter of Atiesh
[19] = { itemID = 22727 }; --Frame of Atiesh
};
{
Name = BabbleBoss["Grobbulus"];
- [1] = { itemID = 22968, droprate = "20%" }; --Glacial Mantle
- [2] = { itemID = 22967, droprate = "20%" }; --Icy Scale Spaulders
- [3] = { itemID = 22803, droprate = "20%" }; --Midnight Haze
- [4] = { itemID = 22988, droprate = "20%" }; --The End of Dreams
- [5] = { itemID = 22810, droprate = "20%" }; --Toxin Injector
- [16] = { itemID = 22354, droprate = "100%", lootTable = {"T3SHOULDER","Token"} }; --Desecrated Pauldrons
- [18] = { itemID = 22726, droprate = "30%" }; --Splinter of Atiesh
+ [1] = { itemID = 22968 }; --Glacial Mantle
+ [2] = { itemID = 22967 }; --Icy Scale Spaulders
+ [3] = { itemID = 22803 }; --Midnight Haze
+ [4] = { itemID = 22988 }; --The End of Dreams
+ [5] = { itemID = 22810 }; --Toxin Injector
+ [16] = { itemID = 22354, lootTable = {"T3SHOULDER","Token"} }; --Desecrated Pauldrons
+ [18] = { itemID = 22726 }; --Splinter of Atiesh
[19] = { itemID = 22727 }; --Frame of Atiesh
};
{
Name = BabbleBoss["Gluth"];
- [1] = { itemID = 22983, droprate = "20%" }; --Rime Covered Mantle
- [2] = { itemID = 22813, droprate = "20%" }; --Claymore of Unholy Might
- [3] = { itemID = 23075, droprate = "20%" }; --Death's Bargain
- [4] = { itemID = 22994, droprate = "20%" }; --Digested Hand of Power
- [5] = { itemID = 22981, droprate = "20%" }; --Gluth's Missing Collar
- [16] = { itemID = 22354, droprate = "100%", lootTable = {"T3SHOULDER","Token"} }; --Desecrated Pauldrons
- [17] = { itemID = 22355, droprate = "8.33%", lootTable = {"T3WRIST","Token"} }; --Desecrated Bracers
- [18] = { itemID = 22356, droprate = "8.33%", lootTable = {"T3WAIST","Token"} }; --Desecrated Waistguard
- [19] = { itemID = 22358, droprate = "8.33%", lootTable = {"T3FEET","Token"} }; --Desecrated Sabatons
- [21] = { itemID = 22726, droprate = "30%" }; --Splinter of Atiesh
+ [1] = { itemID = 22983 }; --Rime Covered Mantle
+ [2] = { itemID = 22813 }; --Claymore of Unholy Might
+ [3] = { itemID = 23075 }; --Death's Bargain
+ [4] = { itemID = 22994 }; --Digested Hand of Power
+ [5] = { itemID = 22981 }; --Gluth's Missing Collar
+ [16] = { itemID = 22354, lootTable = {"T3SHOULDER","Token"} }; --Desecrated Pauldrons
+ [17] = { itemID = 22355, lootTable = {"T3WRIST","Token"} }; --Desecrated Bracers
+ [18] = { itemID = 22356, lootTable = {"T3WAIST","Token"} }; --Desecrated Waistguard
+ [19] = { itemID = 22358, lootTable = {"T3FEET","Token"} }; --Desecrated Sabatons
+ [21] = { itemID = 22726 }; --Splinter of Atiesh
[22] = { itemID = 22727 }; --Frame of Atiesh
};
{
Name = BabbleBoss["Thaddius"];
- [1] = { itemID = 23070, droprate = "20%" }; --Leggings of Polarity
- [2] = { itemID = 23000, droprate = "20%" }; --Plated Abomination Ribcage
- [3] = { itemID = 22808, droprate = "20%" }; --The Castigator
- [4] = { itemID = 22801, droprate = "20%" }; --Spire of Twilight
- [5] = { itemID = 23001, droprate = "20%" }; --Eye of Diminution
- [16] = { itemID = 22353, droprate = "100%", lootTable = {"T3HEAD","Token"} }; --Desecrated Helmet
- [18] = { itemID = 22726, droprate = "30%" }; --Splinter of Atiesh
+ [1] = { itemID = 23070 }; --Leggings of Polarity
+ [2] = { itemID = 23000 }; --Plated Abomination Ribcage
+ [3] = { itemID = 22808 }; --The Castigator
+ [4] = { itemID = 22801 }; --Spire of Twilight
+ [5] = { itemID = 23001 }; --Eye of Diminution
+ [16] = { itemID = 22353, lootTable = {"T3HEAD","Token"} }; --Desecrated Helmet
+ [18] = { itemID = 22726 }; --Splinter of Atiesh
[19] = { itemID = 22727 }; --Frame of Atiesh
};
{
Name = BabbleBoss["Anub'Rekhan"];
- [1] = { itemID = 22938, droprate = "20%" }; --Cryptfiend Silk Cloak
- [2] = { itemID = 22936, droprate = "20%" }; --Wristguards of Vengeance
- [3] = { itemID = 22937, droprate = "20%" }; --Gem of Nerubis
- [4] = { itemID = 22939, droprate = "20%" }; --Band of Unanswered Prayers
- [5] = { itemID = 22935, droprate = "20%" }; --Touch of Frost
- [16] = { itemID = 22355, droprate = "100%", lootTable = {"T3WRIST","Token"} }; --Desecrated Bracers
- [18] = { itemID = 22726, droprate = "30%" }; --Splinter of Atiesh
+ [1] = { itemID = 22938 }; --Cryptfiend Silk Cloak
+ [2] = { itemID = 22936 }; --Wristguards of Vengeance
+ [3] = { itemID = 22937 }; --Gem of Nerubis
+ [4] = { itemID = 22939 }; --Band of Unanswered Prayers
+ [5] = { itemID = 22935 }; --Touch of Frost
+ [16] = { itemID = 22355, lootTable = {"T3WRIST","Token"} }; --Desecrated Bracers
+ [18] = { itemID = 22726 }; --Splinter of Atiesh
[19] = { itemID = 22727 }; --Frame of Atiesh
};
{
Name = BabbleBoss["Grand Widow Faerlina"];
- [1] = { itemID = 22941, droprate = "20%" }; --Polar Shoulder Pads
- [2] = { itemID = 22940, droprate = "20%" }; --Icebane Pauldrons
- [3] = { itemID = 22806, droprate = "20%" }; --Widow's Remorse
- [4] = { itemID = 22942, droprate = "20%" }; --The Widow's Embrace
- [5] = { itemID = 22943, droprate = "20%" }; --Malice Stone Pendant
- [16] = { itemID = 22355, droprate = "100%", lootTable = {"T3WRIST","Token"} }; --Desecrated Bracers
- [18] = { itemID = 22726, droprate = "30%" }; --Splinter of Atiesh
+ [1] = { itemID = 22941 }; --Polar Shoulder Pads
+ [2] = { itemID = 22940 }; --Icebane Pauldrons
+ [3] = { itemID = 22806 }; --Widow's Remorse
+ [4] = { itemID = 22942 }; --The Widow's Embrace
+ [5] = { itemID = 22943 }; --Malice Stone Pendant
+ [16] = { itemID = 22355, lootTable = {"T3WRIST","Token"} }; --Desecrated Bracers
+ [18] = { itemID = 22726 }; --Splinter of Atiesh
[19] = { itemID = 22727 }; --Frame of Atiesh
};
{
Name = BabbleBoss["Maexxna"];
- [1] = { itemID = 23220, droprate = "20%" }; --Crystal Webbed Robe
- [2] = { itemID = 22804, droprate = "20%" }; --Maexxna's Fang
- [3] = { itemID = 22807, droprate = "20%" }; --Wraith Blade
- [4] = { itemID = 22947, droprate = "20%" }; --Pendant of Forgotten Names
- [5] = { itemID = 22954, droprate = "20%" }; --Kiss of the Spider
- [16] = { itemID = 22357, droprate = "100%", lootTable = {"T3HAND","Token"} }; --Desecrated Gauntlets
- [18] = { itemID = 22726, droprate = "30%" }; --Splinter of Atiesh
+ [1] = { itemID = 23220 }; --Crystal Webbed Robe
+ [2] = { itemID = 22804 }; --Maexxna's Fang
+ [3] = { itemID = 22807 }; --Wraith Blade
+ [4] = { itemID = 22947 }; --Pendant of Forgotten Names
+ [5] = { itemID = 22954 }; --Kiss of the Spider
+ [16] = { itemID = 22357, lootTable = {"T3HAND","Token"} }; --Desecrated Gauntlets
+ [18] = { itemID = 22726 }; --Splinter of Atiesh
[19] = { itemID = 22727 }; --Frame of Atiesh
};
{
Name = BabbleBoss["Instructor Razuvious"];
- [1] = { itemID = 23017, droprate = "16.67%" }; --Veil of Eclipse
- [2] = { itemID = 23219, droprate = "16.67%" }; --Girdle of the Mentor
- [3] = { itemID = 23014, droprate = "16.67%" }; --Iblis, Blade of the Fallen Seraph
- [4] = { itemID = 23009, droprate = "16.67%" }; --Wand of the Whispering Dead
- [5] = { itemID = 23004, droprate = "16.67%" }; --Idol of Longevity
- [6] = { itemID = 23018, droprate = "16.67%" }; --Signet of the Fallen Defender
- [16] = { itemID = 22358, droprate = "100%", lootTable = {"T3FEET","Token"} }; --Desecrated Sabatons
- [18] = { itemID = 22726, droprate = "30%" }; --Splinter of Atiesh
+ [1] = { itemID = 23017 }; --Veil of Eclipse
+ [2] = { itemID = 23219 }; --Girdle of the Mentor
+ [3] = { itemID = 23014 }; --Iblis, Blade of the Fallen Seraph
+ [4] = { itemID = 23009 }; --Wand of the Whispering Dead
+ [5] = { itemID = 23004 }; --Idol of Longevity
+ [6] = { itemID = 23018 }; --Signet of the Fallen Defender
+ [16] = { itemID = 22358, lootTable = {"T3FEET","Token"} }; --Desecrated Sabatons
+ [18] = { itemID = 22726 }; --Splinter of Atiesh
[19] = { itemID = 22727 }; --Frame of Atiesh
};
{
Name = BabbleBoss["Gothik the Harvester"];
- [1] = { itemID = 23032, droprate = "20%" }; --Glacial Headdress
- [2] = { itemID = 23021, droprate = "20%" }; --The Soul Harvester's Bindings
- [3] = { itemID = 23020, droprate = "20%" }; --Polar Helmet
- [4] = { itemID = 23073, droprate = "20%" }; --Boots of Displacement
- [5] = { itemID = 23023, droprate = "20%" }; --Sadist's Collar
- [16] = { itemID = 22358, droprate = "100%", lootTable = {"T3SHOULDER","Token"} }; --Desecrated Sabatons
- [18] = { itemID = 22726, droprate = "30%" }; --Splinter of Atiesh
+ [1] = { itemID = 23032 }; --Glacial Headdress
+ [2] = { itemID = 23021 }; --The Soul Harvester's Bindings
+ [3] = { itemID = 23020 }; --Polar Helmet
+ [4] = { itemID = 23073 }; --Boots of Displacement
+ [5] = { itemID = 23023 }; --Sadist's Collar
+ [16] = { itemID = 22358, lootTable = {"T3SHOULDER","Token"} }; --Desecrated Sabatons
+ [18] = { itemID = 22726 }; --Splinter of Atiesh
[19] = { itemID = 22727 }; --Frame of Atiesh
};
{
Name = BabbleBoss["The Four Horsemen"];
- [1] = { itemID = 23071, droprate = "16.67%" }; --Leggings of Apocalypse
- [2] = { itemID = 22809, droprate = "16.67%" }; --Maul of the Redeemed Crusader
- [3] = { itemID = 22691, droprate = "16.67%" }; --Corrupted Ashbringer
- [4] = { itemID = 22811, droprate = "20%" }; --Soulstring
- [5] = { itemID = 23025, droprate = "16.67%" }; --Seal of the Damned
- [6] = { itemID = 23027, droprate = "16.67%" }; --Warmth of Forgiveness
- [16] = { itemID = 22349, droprate = "100%", lootTable = {"T3CHEST","Token"} }; --Desecrated Breastplate
- [18] = { itemID = 22726, droprate = "30%" }; --Splinter of Atiesh
+ [1] = { itemID = 23071 }; --Leggings of Apocalypse
+ [2] = { itemID = 22809 }; --Maul of the Redeemed Crusader
+ [3] = { itemID = 22691 }; --Corrupted Ashbringer
+ [4] = { itemID = 22811 }; --Soulstring
+ [5] = { itemID = 23025 }; --Seal of the Damned
+ [6] = { itemID = 23027 }; --Warmth of Forgiveness
+ [16] = { itemID = 22349, lootTable = {"T3CHEST","Token"} }; --Desecrated Breastplate
+ [18] = { itemID = 22726 }; --Splinter of Atiesh
[19] = { itemID = 22727 }; --Frame of Atiesh
};
{
Name = BabbleBoss["Noth the Plaguebringer"];
- [1] = { itemID = 23030, droprate = "14.29%" }; --Cloak of the Scourge
- [2] = { itemID = 22816, droprate = "14.29%" }; --Hatchet of Sundered Bone
- [3] = { itemID = 23005, droprate = "14.29%" }; --Totem of Flowing Water
- [4] = { itemID = 23006, droprate = "14.29%" }; --Libram of Light
- [5] = { itemID = 23029, droprate = "14.29%" }; --Noth's Frigid Heart
- [6] = { itemID = 23031, droprate = "14.29%" }; --Band of the Inevitable
- [7] = { itemID = 23028, droprate = "14.29%" }; --Hailstone Band
- [16] = { itemID = 22356, droprate = "100%", lootTable = {"T3WAIST","Token"} }; --Desecrated Waistguard
- [18] = { itemID = 22726, droprate = "30%" }; --Splinter of Atiesh
+ [1] = { itemID = 23030 }; --Cloak of the Scourge
+ [2] = { itemID = 22816 }; --Hatchet of Sundered Bone
+ [3] = { itemID = 23005 }; --Totem of Flowing Water
+ [4] = { itemID = 23006 }; --Libram of Light
+ [5] = { itemID = 23029 }; --Noth's Frigid Heart
+ [6] = { itemID = 23031 }; --Band of the Inevitable
+ [7] = { itemID = 23028 }; --Hailstone Band
+ [16] = { itemID = 22356, lootTable = {"T3WAIST","Token"} }; --Desecrated Waistguard
+ [18] = { itemID = 22726 }; --Splinter of Atiesh
[19] = { itemID = 22727 }; --Frame of Atiesh
};
{
Name = BabbleBoss["Heigan the Unclean"];
- [1] = { itemID = 23035, droprate = "20%" }; --Preceptor's Hat
- [2] = { itemID = 23033, droprate = "20%" }; --Icy Scale Coif
- [3] = { itemID = 23019, droprate = "20%" }; --Icebane Helmet
- [4] = { itemID = 23068, droprate = "20%" }; --Legplates of Carnage
- [5] = { itemID = 23036, droprate = "20%" }; --Necklace of Necropsy
- [16] = { itemID = 22356, droprate = "100%", lootTable = {"T3WAIST","Token"} }; --Desecrated Waistguard
- [18] = { itemID = 22726, droprate = "30%" }; --Splinter of Atiesh
+ [1] = { itemID = 23035 }; --Preceptor's Hat
+ [2] = { itemID = 23033 }; --Icy Scale Coif
+ [3] = { itemID = 23019 }; --Icebane Helmet
+ [4] = { itemID = 23068 }; --Legplates of Carnage
+ [5] = { itemID = 23036 }; --Necklace of Necropsy
+ [16] = { itemID = 22356, lootTable = {"T3WAIST","Token"} }; --Desecrated Waistguard
+ [18] = { itemID = 22726 }; --Splinter of Atiesh
[19] = { itemID = 22727 }; --Frame of Atiesh
};
{
Name = BabbleBoss["Loatheb"];
- [1] = { itemID = 23039, droprate = "20%" }; --The Eye of Nerub
- [2] = { itemID = 22800, droprate = "20%" }; --Brimstone Staff
- [3] = { itemID = 23037, droprate = "20%" }; --Ring of Spiritual Fervor
- [4] = { itemID = 23038, droprate = "20%" }; --Band of Unnatural Forces
- [5] = { itemID = 23042, droprate = "20%" }; --Loatheb's Reflection
- [16] = { itemID = 22352, droprate = "100%", lootTable = {"T3LEGS","Token"} }; --Desecrated Legplates
- [18] = { itemID = 22726, droprate = "30%" }; --Splinter of Atiesh
+ [1] = { itemID = 23039 }; --The Eye of Nerub
+ [2] = { itemID = 22800 }; --Brimstone Staff
+ [3] = { itemID = 23037 }; --Ring of Spiritual Fervor
+ [4] = { itemID = 23038 }; --Band of Unnatural Forces
+ [5] = { itemID = 23042 }; --Loatheb's Reflection
+ [16] = { itemID = 22352, lootTable = {"T3LEGS","Token"} }; --Desecrated Legplates
+ [18] = { itemID = 22726 }; --Splinter of Atiesh
[19] = { itemID = 22727 }; --Frame of Atiesh
};
{
Name = BabbleBoss["Sapphiron"];
- [1] = { itemID = 23050, droprate = "18.18%" }; --Cloak of the Necropolis
- [2] = { itemID = 23045, droprate = "18.18%" }; --Shroud of Dominion
- [3] = { itemID = 23072, droprate = "18.18%" }; --Fists of the Unrelenting
- [4] = { itemID = 23043, droprate = "18.18%" }; --The Face of Death
- [5] = { itemID = 23242, droprate = "18.18%" }; --Claw of the Frost Wyrm
- [6] = { itemID = 23049, droprate = "18.18%" }; --Sapphiron's Left Eye
- [7] = { itemID = 23048, droprate = "18.18%" }; --Sapphiron's Right Eye
- [8] = { itemID = 23040, droprate = "18.18%" }; --Glyph of Deflection
- [9] = { itemID = 23047, droprate = "18.18%" }; --Eye of the Dead
- [10] = { itemID = 23046, droprate = "18.18%" }; --The Restrained Essence of Sapphiron
- [11] = { itemID = 23041, droprate = "18.18%" }; --Slayer's Crest
+ [1] = { itemID = 23050 }; --Cloak of the Necropolis
+ [2] = { itemID = 23045 }; --Shroud of Dominion
+ [3] = { itemID = 23072 }; --Fists of the Unrelenting
+ [4] = { itemID = 23043 }; --The Face of Death
+ [5] = { itemID = 23242 }; --Claw of the Frost Wyrm
+ [6] = { itemID = 23049 }; --Sapphiron's Left Eye
+ [7] = { itemID = 23048 }; --Sapphiron's Right Eye
+ [8] = { itemID = 23040 }; --Glyph of Deflection
+ [9] = { itemID = 23047 }; --Eye of the Dead
+ [10] = { itemID = 23046 }; --The Restrained Essence of Sapphiron
+ [11] = { itemID = 23041 }; --Slayer's Crest
[12] = { itemID = 19761 }, --Fang of the Frost Wyrm
- [16] = { itemID = 23545, droprate = "50%" }; --Power of the Scourge
- [17] = { itemID = 23547, droprate = "50%" }; --Resilience of the Scourge
- [18] = { itemID = 23549, droprate = "50%" }; --Fortitude of the Scourge
- [19] = { itemID = 23548, droprate = "50%" }; --Might of the Scourge
- [21] = { itemID = 22726, droprate = "30%" }; --Splinter of Atiesh
+ [16] = { itemID = 23545 }; --Power of the Scourge
+ [17] = { itemID = 23547 }; --Resilience of the Scourge
+ [18] = { itemID = 23549 }; --Fortitude of the Scourge
+ [19] = { itemID = 23548 }; --Might of the Scourge
+ [21] = { itemID = 22726 }; --Splinter of Atiesh
[22] = { itemID = 22727 }; --Frame of Atiesh
};
{
Name = BabbleBoss["Kel'Thuzad"];
- [1] = { itemID = 22802, droprate = "18.18%" }; --Kingsfall
- [2] = { itemID = 23054, droprate = "18.18%" }; --Gressil, Dawn of Ruin
- [3] = { itemID = 23577, droprate = "18.18%" }; --The Hungering Cold
- [4] = { itemID = 23056, droprate = "18.18%" }; --Hammer of the Twisting Nether
- [5] = { itemID = 22798, droprate = "18.18%" }; --Might of Menethil
- [6] = { itemID = 22799, droprate = "18.18%" }; --Soulseeker
- [7] = { itemID = 22821, droprate = "18.18%" }; --Doomfinger
- [8] = { itemID = 22812, droprate = "18.18%" }; --Nerubian Slavemaker
- [9] = { itemID = 22819, droprate = "18.18%" }; --Shield of Condemnation
- [10] = { itemID = 23057, droprate = "18.18%" }; --Gem of Trapped Innocents
- [11] = { itemID = 23053, droprate = "18.18%" }; --Stormrage's Talisman of Seething
- [13] = { itemID = 22520, droprate = "100%" }; --The Phylactery of Kel'Thuzad
+ [1] = { itemID = 22802 }; --Kingsfall
+ [2] = { itemID = 23054 }; --Gressil, Dawn of Ruin
+ [3] = { itemID = 23577 }; --The Hungering Cold
+ [4] = { itemID = 23056 }; --Hammer of the Twisting Nether
+ [5] = { itemID = 22798 }; --Might of Menethil
+ [6] = { itemID = 22799 }; --Soulseeker
+ [7] = { itemID = 22821 }; --Doomfinger
+ [8] = { itemID = 22812 }; --Nerubian Slavemaker
+ [9] = { itemID = 22819 }; --Shield of Condemnation
+ [10] = { itemID = 23057 }; --Gem of Trapped Innocents
+ [11] = { itemID = 23053 }; --Stormrage's Talisman of Seething
+ [13] = { itemID = 22520 }; --The Phylactery of Kel'Thuzad
[14] = { itemID = 23207 }; --Mark of the Champion
[15] = { itemID = 23206 }; --Mark of the Champion
- [16] = { itemID = 1510496, droprate = "100%", lootTable = {"T3FINGER","Token"} }; --Desecrated Ring
+ [16] = { itemID = 1510496, lootTable = {"T3FINGER","Token"} }; --Desecrated Ring
[18] = { itemID = 22733 }; --Staff Head of Atiesh
[19] = { itemID = 22632 }; --Atiesh, Greatstaff of the Guardian
[20] = { itemID = 22589 }; --Atiesh, Greatstaff of the Guardian
@@ -4156,26 +4156,26 @@ AtlasLoot_Data["Onyxia60"] = {
Map = "Onyxia60";
{
Name = BabbleZone["Onyxia's Lair"];
- [1] = { itemID = 17078, droprate = "28.57%" }; --Sapphiron Drape
- [2] = { itemID = 18205, droprate = "28.57%" }; --Eskhandar's Collar
- [3] = { itemID = 18813, droprate = "28.57%" }; --Ring of Binding
- [4] = { itemID = 17064, droprate = "28.57%" }; --Shard of the Scale
- [5] = { itemID = 17067, droprate = "28.57%" }; --Ancient Cornerstone Grimoire
- [6] = { itemID = 17075, droprate = "28.57%" }; --Vis'kag the Bloodletter
- [7] = { itemID = 17068, droprate = "28.57%" }; --Deathbringer
- [8] = { itemID = 18215, droprate = "28.57%" }; --Insignia of the Dragon
- [9] = { itemID = 18216, droprate = "28.57%" }; --Neltharion's Badge
- [10] = { itemID = 18211, droprate = "28.57%" }; --Wand of the Noble
- [11] = { itemID = 17084, droprate = "28.57%" }; --Mace of the Dragon Knight
- [12] = { itemID = 18212, droprate = "28.57%" }; --Band of Nyxondra
- [16] = { itemID = 2522460, droprate = "100%", lootTable = {"T2HEAD","Token"} }; --Chromatic Headpiece
- [18] = { itemID = 18423, droprate = "100%" }; --Head of Onyxia
+ [1] = { itemID = 17078 }; --Sapphiron Drape
+ [2] = { itemID = 18205 }; --Eskhandar's Collar
+ [3] = { itemID = 18813 }; --Ring of Binding
+ [4] = { itemID = 17064 }; --Shard of the Scale
+ [5] = { itemID = 17067 }; --Ancient Cornerstone Grimoire
+ [6] = { itemID = 17075 }; --Vis'kag the Bloodletter
+ [7] = { itemID = 17068 }; --Deathbringer
+ [8] = { itemID = 18215 }; --Insignia of the Dragon
+ [9] = { itemID = 18216 }; --Neltharion's Badge
+ [10] = { itemID = 18211 }; --Wand of the Noble
+ [11] = { itemID = 17084 }; --Mace of the Dragon Knight
+ [12] = { itemID = 18212 }; --Band of Nyxondra
+ [16] = { itemID = 2522460, lootTable = {"T2HEAD","Token"} }; --Chromatic Headpiece
+ [18] = { itemID = 18423 }; --Head of Onyxia
[19] = { itemID = 18404 }; -- Onyxia Tooth Pendant
[20] = { itemID = 18403 }; -- Dragonslayer's Signet
[21] = { itemID = 18406 }; -- Onyxia Blood Talisman
[23] = { itemID = 15410 }; -- Scale of Onyxia
- [24] = { itemID = 17966, droprate = "100%" }; --Onyxia Hide Backpack
- [26] = { itemID = 49636, [AtlasLoot.Difficultys.MIN_DIF] = AtlasLoot.Difficultys.Heroic }; -- Reins of the Onyxian Drake
+ [24] = { itemID = 17966 }; --Onyxia Hide Backpack
+ [26] = { itemID = 49636, [AtlasLoot.Difficulties.MIN_DIF] = AtlasLoot.Difficulties.Heroic }; -- Reins of the Onyxian Drake
};
};
@@ -4193,110 +4193,110 @@ AtlasLoot_Data["T0"] = {
Type = "ClassicDungeonExt";
{
Name = AL["Wildheart Raiment"];
- [1] = { itemID = 16720, desc = "=ds=" .. BabbleBoss["Darkmaster Gandling"] .. " (" .. AL["Scholo"] .. ")", droprate = "7.09%" }; --Wildheart Cowl
- [2] = { itemID = 16718, desc = "=ds=" .. BabbleBoss["Gizrul the Slavener"] .. " (" .. AL["LBRS"] .. ")", droprate = "11.04%" }; --Wildheart Spaulders
- [3] = { itemID = 16706, desc = "=ds=" .. BabbleBoss["General Drakkisath"] .. " (" .. AL["UBRS"] .. ")", droprate = "7.36%" }; --Wildheart Vest
- [4] = { itemID = 16714, desc = "=ds=" .. AL["Trash Mobs"] .. " (" .. AL["Strat"] .. ")", droprate = "1.85%" }; --Wildheart Bracers
- [5] = { itemID = 16717, desc = "=ds=" .. BabbleBoss["The Unforgiven"] .. " (" .. AL["Strat"] .. ")", droprate = "12.61%" }; --Wildheart Gloves
- [6] = { itemID = 16716, desc = "=ds=" .. AL["Trash Mobs"] .. " (" .. AL["Scholo"] .. ")", droprate = "2.60%" }; --Wildheart Belt
- [7] = { itemID = 16719, desc = "=ds=" .. BabbleBoss["Baron Rivendare"] .. " (" .. AL["Strat"] .. ")", droprate = "6.58%" }; --Wildheart Kilt
- [8] = { itemID = 16715, desc = "=ds=" .. BabbleBoss["Mother Smolderweb"] .. " (" .. AL["LBRS"] .. ")", droprate = "13.03%" }; --Wildheart Boots
+ [1] = { itemID = 16720, desc = "=ds=" ..BabbleBoss["Darkmaster Gandling"] .." (" ..AL["Scholo"] ..")" }; --Wildheart Cowl
+ [2] = { itemID = 16718, desc = "=ds=" ..BabbleBoss["Gizrul the Slavener"] .." (" ..AL["LBRS"] ..")" }; --Wildheart Spaulders
+ [3] = { itemID = 16706, desc = "=ds=" ..BabbleBoss["General Drakkisath"] .." (" ..AL["UBRS"] ..")" }; --Wildheart Vest
+ [4] = { itemID = 16714, desc = "=ds=" ..AL["Trash Mobs"] .." (" ..AL["Strat"] ..")" }; --Wildheart Bracers
+ [5] = { itemID = 16717, desc = "=ds=" ..BabbleBoss["The Unforgiven"] .." (" ..AL["Strat"] ..")" }; --Wildheart Gloves
+ [6] = { itemID = 16716, desc = "=ds=" ..AL["Trash Mobs"] .." (" ..AL["Scholo"] ..")" }; --Wildheart Belt
+ [7] = { itemID = 16719, desc = "=ds=" ..BabbleBoss["Baron Rivendare"] .." (" ..AL["Strat"] ..")" }; --Wildheart Kilt
+ [8] = { itemID = 16715, desc = "=ds=" ..BabbleBoss["Mother Smolderweb"] .." (" ..AL["LBRS"] ..")" }; --Wildheart Boots
};
{
Name = AL["Beaststalker Armor"];
- [1] = { itemID = 16677, desc = "=ds=" .. BabbleBoss["Darkmaster Gandling"] .. " (" .. AL["Scholo"] .. ")", droprate = "7.00%" }; --Beaststalker's Cap
- [2] = { itemID = 16679, desc = "=ds=" .. BabbleBoss["Overlord Wyrmthalak"] .. " (" .. AL["LBRS"] .. ")", droprate = "9.89%" }; --Beaststalker's Mantle
- [3] = { itemID = 16674, desc = "=ds=" .. BabbleBoss["General Drakkisath"] .. " (" .. AL["UBRS"] .. ")", droprate = "6.81%" }; --Beaststalker's Tunic
- [4] = { itemID = 16681, desc = "=ds=" .. AL["Trash Mobs"] .. " (" .. AL["Strat"] .. ")", droprate = "1.64%" }; --Beaststalker's Bindings
- [5] = { itemID = 16676, desc = "=ds=" .. BabbleBoss["War Master Voone"] .. " (" .. AL["LBRS"] .. ")", droprate = "9.15%" }; --Beaststalker's Gloves
- [6] = { itemID = 16680, desc = "=ds=" .. AL["Trash Mobs"] .. " (" .. AL["LBRS"] .. ")", droprate = "1.36%" }; --Beaststalker's Belt
- [7] = { itemID = 16678, desc = "=ds=" .. BabbleBoss["Baron Rivendare"] .. " (" .. AL["Strat"] .. ")", droprate = "6.16%" }; --Beaststalker's Pants
- [8] = { itemID = 16675, desc = "=ds=" .. BabbleBoss["Nerub'enkan"] .. " (" .. AL["Strat"] .. ")", droprate = "13.62%" }; --Beaststalker's Boots
+ [1] = { itemID = 16677, desc = "=ds=" ..BabbleBoss["Darkmaster Gandling"] .." (" ..AL["Scholo"] ..")" }; --Beaststalker's Cap
+ [2] = { itemID = 16679, desc = "=ds=" ..BabbleBoss["Overlord Wyrmthalak"] .." (" ..AL["LBRS"] ..")" }; --Beaststalker's Mantle
+ [3] = { itemID = 16674, desc = "=ds=" ..BabbleBoss["General Drakkisath"] .." (" ..AL["UBRS"] ..")" }; --Beaststalker's Tunic
+ [4] = { itemID = 16681, desc = "=ds=" ..AL["Trash Mobs"] .." (" ..AL["Strat"] ..")" }; --Beaststalker's Bindings
+ [5] = { itemID = 16676, desc = "=ds=" ..BabbleBoss["War Master Voone"] .." (" ..AL["LBRS"] ..")" }; --Beaststalker's Gloves
+ [6] = { itemID = 16680, desc = "=ds=" ..AL["Trash Mobs"] .." (" ..AL["LBRS"] ..")" }; --Beaststalker's Belt
+ [7] = { itemID = 16678, desc = "=ds=" ..BabbleBoss["Baron Rivendare"] .." (" ..AL["Strat"] ..")" }; --Beaststalker's Pants
+ [8] = { itemID = 16675, desc = "=ds=" ..BabbleBoss["Nerub'enkan"] .." (" ..AL["Strat"] ..")" }; --Beaststalker's Boots
};
{
Name = AL["Magister's Regalia"];
- [1] = { itemID = 16686, desc = "=ds=" .. BabbleBoss["Darkmaster Gandling"] .. " (" .. AL["Scholo"] .. ")", droprate = "8.60%" }; --Magister's Crown
- [2] = { itemID = 16689, desc = "=ds=" .. BabbleBoss["Ras Frostwhisper"] .. " (" .. AL["Scholo"] .. ")", droprate = "11.93%" }; --Magister's Mantle
- [3] = { itemID = 16688, desc = "=ds=" .. BabbleBoss["General Drakkisath"] .. " (" .. AL["UBRS"] .. ")", droprate = "7.24%" }; --Magister's Robes
- [4] = { itemID = 16683, desc = "=ds=" .. AL["Trash Mobs"] .. " (" .. AL["LBRS"] .. ")", droprate = "1.19%" }; --Magister's Bindings
- [5] = { itemID = 16684, desc = "=ds=" .. BabbleBoss["Doctor Theolen Krastinov"] .. " (" .. AL["Scholo"] ..")", droprate = "9.75%" }; --Magister's Gloves
- [6] = { itemID = 16685, desc = "=ds=" .. AL["Trash Mobs"] .. " (" .. AL["Strat"] .. ")", droprate = "1.32%" }; --Magister's Belt
- [7] = { itemID = 16687, desc = "=ds=" .. BabbleBoss["Baron Rivendare"] .. " (" .. AL["Strat"] .. ")", droprate = "6.79%" }; --Magister's Leggings
- [8] = { itemID = 16682, desc = "=ds=" .. BabbleBoss["Hearthsinger Forresten"] .. " (" .. AL["Strat"] .. ")", droprate = "10.86%" }; --Magister's Boots
+ [1] = { itemID = 16686, desc = "=ds=" ..BabbleBoss["Darkmaster Gandling"] .." (" ..AL["Scholo"] ..")" }; --Magister's Crown
+ [2] = { itemID = 16689, desc = "=ds=" ..BabbleBoss["Ras Frostwhisper"] .." (" ..AL["Scholo"] ..")" }; --Magister's Mantle
+ [3] = { itemID = 16688, desc = "=ds=" ..BabbleBoss["General Drakkisath"] .." (" ..AL["UBRS"] ..")" }; --Magister's Robes
+ [4] = { itemID = 16683, desc = "=ds=" ..AL["Trash Mobs"] .." (" ..AL["LBRS"] ..")" }; --Magister's Bindings
+ [5] = { itemID = 16684, desc = "=ds=" ..BabbleBoss["Doctor Theolen Krastinov"] .." (" ..AL["Scholo"] ..")" }; --Magister's Gloves
+ [6] = { itemID = 16685, desc = "=ds=" ..AL["Trash Mobs"] .." (" ..AL["Strat"] ..")" }; --Magister's Belt
+ [7] = { itemID = 16687, desc = "=ds=" ..BabbleBoss["Baron Rivendare"] .." (" ..AL["Strat"] ..")" }; --Magister's Leggings
+ [8] = { itemID = 16682, desc = "=ds=" ..BabbleBoss["Hearthsinger Forresten"] .." (" ..AL["Strat"] ..")" }; --Magister's Boots
};
{
Name = AL["Lightforge Armor"];
- [1] = { itemID = 16727, desc = "=ds=" .. BabbleBoss["Darkmaster Gandling"] .. " (" .. AL["Scholo"] .. ")", droprate = "5.32%" }; --Lightforge Helm
- [2] = { itemID = 16729, desc = "=ds=" .. BabbleBoss["The Beast"] .. " (" .. AL["UBRS"] .. ")", droprate = "13.62%" }; --Lightforge Spaulders
- [3] = { itemID = 16726, desc = "=ds=" .. BabbleBoss["General Drakkisath"] .. " (" .. AL["UBRS"] .. ")", droprate = "3.76%" }; --Lightforge Breastplate
- [4] = { itemID = 16722, desc = "=ds=" .. AL["Trash Mobs"] .. " (" .. AL["Scholo"] .. ")", droprate = "3.37%" }; --Lightforge Bracers
- [5] = { itemID = 16724, desc = "=ds=" .. BabbleBoss["Timmy the Cruel"] .. " (" .. AL["Strat"] .. ")", droprate = "10.42%" }; --Lightforge Gauntlets
- [6] = { itemID = 16723, desc = "=ds=" .. AL["Trash Mobs"] .. " (" .. AL["Strat"] .. ")", droprate = "1.93%" }; --Lightforge Belt
- [7] = { itemID = 16728, desc = "=ds=" .. BabbleBoss["Baron Rivendare"] .. " (" .. AL["Strat"] .. ")", droprate = "4.20%" }; --Lightforge Legplates
- [8] = { itemID = 16725, desc = "=ds=" .. BabbleBoss["Balnazzar"] .. " (" .. AL["Strat"] .. ")", droprate = "11.11%" }; --Lightforge Boots
+ [1] = { itemID = 16727, desc = "=ds=" ..BabbleBoss["Darkmaster Gandling"] .." (" ..AL["Scholo"] ..")" }; --Lightforge Helm
+ [2] = { itemID = 16729, desc = "=ds=" ..BabbleBoss["The Beast"] .." (" ..AL["UBRS"] ..")" }; --Lightforge Spaulders
+ [3] = { itemID = 16726, desc = "=ds=" ..BabbleBoss["General Drakkisath"] .." (" ..AL["UBRS"] ..")" }; --Lightforge Breastplate
+ [4] = { itemID = 16722, desc = "=ds=" ..AL["Trash Mobs"] .." (" ..AL["Scholo"] ..")" }; --Lightforge Bracers
+ [5] = { itemID = 16724, desc = "=ds=" ..BabbleBoss["Timmy the Cruel"] .." (" ..AL["Strat"] ..")" }; --Lightforge Gauntlets
+ [6] = { itemID = 16723, desc = "=ds=" ..AL["Trash Mobs"] .." (" ..AL["Strat"] ..")" }; --Lightforge Belt
+ [7] = { itemID = 16728, desc = "=ds=" ..BabbleBoss["Baron Rivendare"] .." (" ..AL["Strat"] ..")" }; --Lightforge Legplates
+ [8] = { itemID = 16725, desc = "=ds=" ..BabbleBoss["Balnazzar"] .." (" ..AL["Strat"] ..")" }; --Lightforge Boots
};
{
Name = AL["Vestments of the Devout"];
- [1] = { itemID = 16693, desc = "=ds=" .. BabbleBoss["Darkmaster Gandling"] .. " (" .. AL["Scholo"] .. ")", droprate = "7.89%" }; --Devout Crown
- [2] = { itemID = 16695, desc = "=ds=" .. BabbleBoss["Solakar Flamewreath"] .. " (" .. AL["UBRS"] .. ")", droprate = "12.84%" }; --Devout Mantle
- [3] = { itemID = 16690, desc = "=ds=" .. BabbleBoss["General Drakkisath"] .. " (" .. AL["UBRS"] .. ")", droprate = "6.20%" }; --Devout Robe
- [4] = { itemID = 16697, desc = "=ds=" .. AL["Trash Mobs"] .. " (" .. AL["Strat"] .. ")", droprate = "1.13%" }; --Devout Bracers
- [5] = { itemID = 16692, "=q3=Devout Gloves", "=ds=" .. BabbleBoss["Archivist Galford"] .. " (" .. AL["Strat"] .. ")" };
- [6] = { itemID = 16696, desc = "=ds=" .. AL["Trash Mobs"] .. " (" .. AL["LBRS"] .. ")", droprate = "2.07%" }; --Devout Belt
- [7] = { itemID = 16694, desc = "=ds=" .. BabbleBoss["Baron Rivendare"] .. " (" .. AL["Strat"] .. ")", droprate = "7.42%" }; --Devout Skirt
- [8] = { itemID = 16691, desc = "=ds=" .. BabbleBoss["Maleki the Pallid"] .. " (" .. AL["Strat"] .. ")", droprate = "13.64%" }; --Devout Sandals
+ [1] = { itemID = 16693, desc = "=ds=" ..BabbleBoss["Darkmaster Gandling"] .." (" ..AL["Scholo"] ..")" }; --Devout Crown
+ [2] = { itemID = 16695, desc = "=ds=" ..BabbleBoss["Solakar Flamewreath"] .." (" ..AL["UBRS"] ..")" }; --Devout Mantle
+ [3] = { itemID = 16690, desc = "=ds=" ..BabbleBoss["General Drakkisath"] .." (" ..AL["UBRS"] ..")" }; --Devout Robe
+ [4] = { itemID = 16697, desc = "=ds=" ..AL["Trash Mobs"] .." (" ..AL["Strat"] ..")" }; --Devout Bracers
+ [5] = { itemID = 16692, "=q3=Devout Gloves", "=ds=" ..BabbleBoss["Archivist Galford"] .." (" ..AL["Strat"] ..")" };
+ [6] = { itemID = 16696, desc = "=ds=" ..AL["Trash Mobs"] .." (" ..AL["LBRS"] ..")" }; --Devout Belt
+ [7] = { itemID = 16694, desc = "=ds=" ..BabbleBoss["Baron Rivendare"] .." (" ..AL["Strat"] ..")" }; --Devout Skirt
+ [8] = { itemID = 16691, desc = "=ds=" ..BabbleBoss["Maleki the Pallid"] .." (" ..AL["Strat"] ..")" }; --Devout Sandals
};
{
Name = AL["Shadowcraft Armor"];
- [1] = { itemID = 16707, desc = "=ds=" .. BabbleBoss["Darkmaster Gandling"] .. " (" .. AL["Scholo"] .. ")", droprate = "6.65%" }; --Shadowcraft Cap
- [2] = { itemID = 16708, desc = "=ds=" .. BabbleBoss["Cannon Master Willey"] .. " (" .. AL["Strat"] .. ")", droprate = "10.68%" }; --Shadowcraft Spaulders
- [3] = { itemID = 16721, desc = "=ds=" .. BabbleBoss["General Drakkisath"] .. " (" .. AL["UBRS"] .. ")", droprate = "6.09%" }; --Shadowcraft Tunic
- [4] = { itemID = 16710, desc = "=ds=" .. AL["Trash Mobs"] .. " (" .. AL["Scholo"] .. ")", droprate = "3.51%" }; --Shadowcraft Bracers
- [5] = { itemID = 16712, desc = "=ds=" .. BabbleBoss["Shadow Hunter Vosh'gajin"] .. " (" .. AL["LBRS"] .. ")", droprate = "11.89%" }; --Shadowcraft Gloves
- [6] = { itemID = 16713, desc = "=ds=" .. AL["Trash Mobs"] .. " (" .. AL["LBRS"] .. ")", droprate = "1.05%" }; --Shadowcraft Belt
- [7] = { itemID = 16709, desc = "=ds=" .. BabbleBoss["Baron Rivendare"] .. " (" .. AL["Strat"] .. ")", droprate = "7.76%" }; --Shadowcraft Pants
- [8] = { itemID = 16711, desc = "=ds=" .. BabbleBoss["Rattlegore"] .. " (" .. AL["Scholo"] .. ")", droprate = "14.32%" }; --Shadowcraft Boots
+ [1] = { itemID = 16707, desc = "=ds=" ..BabbleBoss["Darkmaster Gandling"] .." (" ..AL["Scholo"] ..")" }; --Shadowcraft Cap
+ [2] = { itemID = 16708, desc = "=ds=" ..BabbleBoss["Cannon Master Willey"] .." (" ..AL["Strat"] ..")" }; --Shadowcraft Spaulders
+ [3] = { itemID = 16721, desc = "=ds=" ..BabbleBoss["General Drakkisath"] .." (" ..AL["UBRS"] ..")" }; --Shadowcraft Tunic
+ [4] = { itemID = 16710, desc = "=ds=" ..AL["Trash Mobs"] .." (" ..AL["Scholo"] ..")" }; --Shadowcraft Bracers
+ [5] = { itemID = 16712, desc = "=ds=" ..BabbleBoss["Shadow Hunter Vosh'gajin"] .." (" ..AL["LBRS"] ..")" }; --Shadowcraft Gloves
+ [6] = { itemID = 16713, desc = "=ds=" ..AL["Trash Mobs"] .." (" ..AL["LBRS"] ..")" }; --Shadowcraft Belt
+ [7] = { itemID = 16709, desc = "=ds=" ..BabbleBoss["Baron Rivendare"] .." (" ..AL["Strat"] ..")" }; --Shadowcraft Pants
+ [8] = { itemID = 16711, desc = "=ds=" ..BabbleBoss["Rattlegore"] .." (" ..AL["Scholo"] ..")" }; --Shadowcraft Boots
};
{
Name = AL["The Elements"];
- [1] = { itemID = 16667, desc = "=ds=" .. BabbleBoss["Darkmaster Gandling"] .. " (" .. AL["Scholo"] .. ")", droprate = "2.86%" }; --Coif of Elements
- [2] = { itemID = 16669, desc = "=ds=" .. BabbleBoss["Gyth"] .. " (" .. AL["UBRS"] .. ")", droprate = "14.77%" }; --Pauldrons of Elements
- [3] = { itemID = 16666, desc = "=ds=" .. BabbleBoss["General Drakkisath"] .. " (" .. AL["UBRS"] .. ")", droprate = "3.03%" }; --Vest of Elements
- [4] = { itemID = 16671, desc = "=ds=" .. AL["Trash Mobs"] .. " (" .. AL["Strat"] .. ")", droprate = "1.59%" }; --Bindings of Elements
- [5] = { itemID = 16672, desc = "=ds=" .. BabbleBoss["Pyroguard Emberseer"] .. " (" .. AL["UBRS"] .. ")", droprate = "14.23%" }; --Gauntlets of Elements
- [6] = { itemID = 16673, desc = "=ds=" .. AL["Trash Mobs"] .. " (" .. AL["LBRS"] .. ")", droprate = "1.06%" }; --Cord of Elements
- [7] = { itemID = 16668, desc = "=ds=" .. BabbleBoss["Baron Rivendare"] .. " (" .. AL["Strat"] .. ")", droprate = "3.02%" }; --Kilt of Elements
- [8] = { itemID = 16670, desc = "=ds=" .. BabbleBoss["Highlord Omokk"] .. " (" .. AL["LBRS"] .. ")", droprate = "9.35%" }; --Boots of Elements
+ [1] = { itemID = 16667, desc = "=ds=" ..BabbleBoss["Darkmaster Gandling"] .." (" ..AL["Scholo"] ..")" }; --Coif of Elements
+ [2] = { itemID = 16669, desc = "=ds=" ..BabbleBoss["Gyth"] .." (" ..AL["UBRS"] ..")" }; --Pauldrons of Elements
+ [3] = { itemID = 16666, desc = "=ds=" ..BabbleBoss["General Drakkisath"] .." (" ..AL["UBRS"] ..")" }; --Vest of Elements
+ [4] = { itemID = 16671, desc = "=ds=" ..AL["Trash Mobs"] .." (" ..AL["Strat"] ..")" }; --Bindings of Elements
+ [5] = { itemID = 16672, desc = "=ds=" ..BabbleBoss["Pyroguard Emberseer"] .." (" ..AL["UBRS"] ..")" }; --Gauntlets of Elements
+ [6] = { itemID = 16673, desc = "=ds=" ..AL["Trash Mobs"] .." (" ..AL["LBRS"] ..")" }; --Cord of Elements
+ [7] = { itemID = 16668, desc = "=ds=" ..BabbleBoss["Baron Rivendare"] .." (" ..AL["Strat"] ..")" }; --Kilt of Elements
+ [8] = { itemID = 16670, desc = "=ds=" ..BabbleBoss["Highlord Omokk"] .." (" ..AL["LBRS"] ..")" }; --Boots of Elements
};
{
Name = AL["Dreadmist Raiment"];
- [1] = { itemID = 16698, desc = "=ds=" .. BabbleBoss["Darkmaster Gandling"] .. " (" .. AL["Scholo"] .. ")", droprate = "8.78%" }; --Dreadmist Mask
- [2] = { itemID = 16701, desc = "=ds=" .. BabbleBoss["Jandice Barov"] .. " (" .. AL["Scholo"] .. ")", droprate = "12.20%" }; --Dreadmist Mantle
- [3] = { itemID = 16700, desc = "=ds=" .. BabbleBoss["General Drakkisath"] .. " (" .. AL["UBRS"] .. ")", droprate = "8.04%" }; --Dreadmist Robe
- [4] = { itemID = 16703, desc = "=ds=" .. AL["Trash Mobs"] .. " (" .. AL["LBRS"] .. ")", droprate = "1.68%" }; --Dreadmist Bracers
- [5] = { itemID = 16705, desc = "=ds=" .. BabbleBoss["Lorekeeper Polkelt"] .. " (" .. AL["Scholo"] .. ")", droprate = "14.54%" }; --Dreadmist Wraps
- [6] = { itemID = 16702, desc = "=ds=" .. AL["Trash Mobs"] .. " (" .. AL["Strat"] .. ")", droprate = "1.03%" }; --Dreadmist Belt
- [7] = { itemID = 16699, desc = "=ds=" .. BabbleBoss["Baron Rivendare"] .. " (" .. AL["Strat"] .. ")", droprate = "7.31%" }; --Dreadmist Leggings
- [8] = { itemID = 16704, desc = "=ds=" .. BabbleBoss["Baroness Anastari"] .. " (" .. AL["Strat"] .. ")", droprate = "13.16%" }; --Dreadmist Sandals
+ [1] = { itemID = 16698, desc = "=ds=" ..BabbleBoss["Darkmaster Gandling"] .." (" ..AL["Scholo"] ..")" }; --Dreadmist Mask
+ [2] = { itemID = 16701, desc = "=ds=" ..BabbleBoss["Jandice Barov"] .." (" ..AL["Scholo"] ..")" }; --Dreadmist Mantle
+ [3] = { itemID = 16700, desc = "=ds=" ..BabbleBoss["General Drakkisath"] .." (" ..AL["UBRS"] ..")" }; --Dreadmist Robe
+ [4] = { itemID = 16703, desc = "=ds=" ..AL["Trash Mobs"] .." (" ..AL["LBRS"] ..")" }; --Dreadmist Bracers
+ [5] = { itemID = 16705, desc = "=ds=" ..BabbleBoss["Lorekeeper Polkelt"] .." (" ..AL["Scholo"] ..")" }; --Dreadmist Wraps
+ [6] = { itemID = 16702, desc = "=ds=" ..AL["Trash Mobs"] .." (" ..AL["Strat"] ..")" }; --Dreadmist Belt
+ [7] = { itemID = 16699, desc = "=ds=" ..BabbleBoss["Baron Rivendare"] .." (" ..AL["Strat"] ..")" }; --Dreadmist Leggings
+ [8] = { itemID = 16704, desc = "=ds=" ..BabbleBoss["Baroness Anastari"] .." (" ..AL["Strat"] ..")" }; --Dreadmist Sandals
};
{
Name = AL["Battlegear of Valor"];
- [1] = { itemID = 16731, desc = "=ds=" .. BabbleBoss["Darkmaster Gandling"] .. " (" .. AL["Scholo"] .. ")", droprate = "6.54%" }; --Helm of Valor
- [2] = { itemID = 16733, desc = "=ds=" .. BabbleBoss["Warchief Rend Blackhand"] .. " (" .. AL["UBRS"] .. ")", droprate = "13.39%" }; --Spaulders of Valor
- [3] = { itemID = 16730, desc = "=ds=" .. BabbleBoss["General Drakkisath"] .. " (" .. AL["UBRS"] .. ")", droprate = "5.83%" }; --Breastplate of Valor
- [4] = { itemID = 16735, desc = "=ds=" .. AL["Trash Mobs"] .. " (" .. AL["LBRS"] .. ")", droprate = "1.49%" }; --Bracers of Valor
- [5] = { itemID = 16737, desc = "=ds=" .. BabbleBoss["Ramstein the Gorger"] .. " (" .. AL["Strat"] .. ")", droprate = "9.58%" }; --Gauntlets of Valor
- [6] = { itemID = 16736, desc = "=ds=" .. AL["Trash Mobs"] .. " (" .. AL["LBRS"] .. ")", droprate = "1.96%" }; --Belt of Valor
- [7] = { itemID = 16732, desc = "=ds=" .. BabbleBoss["Baron Rivendare"] .. " (" .. AL["Strat"] .. ")", droprate = "5.74%" }; --Legplates of Valor
- [8] = { itemID = 16734, desc = "=ds=" .. BabbleBoss["Kirtonos the Herald"] .. " (" .. AL["Scholo"] .. ")", droprate = "11.12%" }; --Boots of Valor
+ [1] = { itemID = 16731, desc = "=ds=" ..BabbleBoss["Darkmaster Gandling"] .." (" ..AL["Scholo"] ..")" }; --Helm of Valor
+ [2] = { itemID = 16733, desc = "=ds=" ..BabbleBoss["Warchief Rend Blackhand"] .." (" ..AL["UBRS"] ..")" }; --Spaulders of Valor
+ [3] = { itemID = 16730, desc = "=ds=" ..BabbleBoss["General Drakkisath"] .." (" ..AL["UBRS"] ..")" }; --Breastplate of Valor
+ [4] = { itemID = 16735, desc = "=ds=" ..AL["Trash Mobs"] .." (" ..AL["LBRS"] ..")" }; --Bracers of Valor
+ [5] = { itemID = 16737, desc = "=ds=" ..BabbleBoss["Ramstein the Gorger"] .." (" ..AL["Strat"] ..")" }; --Gauntlets of Valor
+ [6] = { itemID = 16736, desc = "=ds=" ..AL["Trash Mobs"] .." (" ..AL["LBRS"] ..")" }; --Belt of Valor
+ [7] = { itemID = 16732, desc = "=ds=" ..BabbleBoss["Baron Rivendare"] .." (" ..AL["Strat"] ..")" }; --Legplates of Valor
+ [8] = { itemID = 16734, desc = "=ds=" ..BabbleBoss["Kirtonos the Herald"] .." (" ..AL["Scholo"] ..")" }; --Boots of Valor
};
{
@@ -4362,102 +4362,102 @@ AtlasLoot_Data["T0.5"] = {
Type = "ClassicDungeonExt";
{
Name = AL["Feralheart Raiment"];
- [1] = { itemID = 22109, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Feralheart Cowl
- [2] = { itemID = 22112, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Feralheart Spaulders
- [3] = { itemID = 22113, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Feralheart Vest
- [4] = { itemID = 22108, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Feralheart Bracers
- [5] = { itemID = 22110, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Feralheart Gloves
- [6] = { itemID = 22106, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Feralheart Belt
- [7] = { itemID = 22111, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Feralheart Kilt
- [8] = { itemID = 22107, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Feralheart Boots
+ [1] = { itemID = 22109, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Feralheart Cowl
+ [2] = { itemID = 22112, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Feralheart Spaulders
+ [3] = { itemID = 22113, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Feralheart Vest
+ [4] = { itemID = 22108, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Feralheart Bracers
+ [5] = { itemID = 22110, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Feralheart Gloves
+ [6] = { itemID = 22106, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Feralheart Belt
+ [7] = { itemID = 22111, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Feralheart Kilt
+ [8] = { itemID = 22107, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Feralheart Boots
};
{
Name = AL["Beastmaster Armor"];
- [1] = { itemID = 22013, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Beastmaster's Cap
- [2] = { itemID = 22016, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Beastmaster's Mantle
- [3] = { itemID = 22060, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Beastmaster's Tunic
- [4] = { itemID = 22011, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Beastmaster's Bindings
- [5] = { itemID = 22015, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Beastmaster's Gloves
- [6] = { itemID = 22010, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Beastmaster's Belt
- [7] = { itemID = 22017, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Beastmaster's Pants
- [8] = { itemID = 22061, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Beastmaster's Boots
+ [1] = { itemID = 22013, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Beastmaster's Cap
+ [2] = { itemID = 22016, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Beastmaster's Mantle
+ [3] = { itemID = 22060, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Beastmaster's Tunic
+ [4] = { itemID = 22011, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Beastmaster's Bindings
+ [5] = { itemID = 22015, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Beastmaster's Gloves
+ [6] = { itemID = 22010, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Beastmaster's Belt
+ [7] = { itemID = 22017, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Beastmaster's Pants
+ [8] = { itemID = 22061, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Beastmaster's Boots
};
{
Name = AL["Sorcerer's Regalia"];
- [1] = { itemID = 22065, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Sorcerer's Crown
- [2] = { itemID = 22068, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Sorcerer's Mantle
- [3] = { itemID = 22069, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Sorcerer's Robes
- [4] = { itemID = 22063, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Sorcerer's Bindings
- [5] = { itemID = 22066, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Sorcerer's Gloves
- [6] = { itemID = 22062, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Sorcerer's Belt
- [7] = { itemID = 22067, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Sorcerer's Leggings
- [8] = { itemID = 22064, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Sorcerer's Boots
+ [1] = { itemID = 22065, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Sorcerer's Crown
+ [2] = { itemID = 22068, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Sorcerer's Mantle
+ [3] = { itemID = 22069, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Sorcerer's Robes
+ [4] = { itemID = 22063, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Sorcerer's Bindings
+ [5] = { itemID = 22066, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Sorcerer's Gloves
+ [6] = { itemID = 22062, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Sorcerer's Belt
+ [7] = { itemID = 22067, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Sorcerer's Leggings
+ [8] = { itemID = 22064, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Sorcerer's Boots
};
{
Name = AL["Soulforge Armor"];
- [1] = { itemID = 22091, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Soulforge Helm
- [2] = { itemID = 22093, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Soulforge Spaulders
- [3] = { itemID = 22089, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Soulforge Breastplate
- [4] = { itemID = 22088, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Soulforge Bracers
- [5] = { itemID = 22090, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Soulforge Gauntlets
- [6] = { itemID = 22086, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Soulforge Belt
- [7] = { itemID = 22092, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Soulforge Legplates
- [8] = { itemID = 22087, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Soulforge Boots
+ [1] = { itemID = 22091, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Soulforge Helm
+ [2] = { itemID = 22093, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Soulforge Spaulders
+ [3] = { itemID = 22089, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Soulforge Breastplate
+ [4] = { itemID = 22088, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Soulforge Bracers
+ [5] = { itemID = 22090, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Soulforge Gauntlets
+ [6] = { itemID = 22086, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Soulforge Belt
+ [7] = { itemID = 22092, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Soulforge Legplates
+ [8] = { itemID = 22087, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Soulforge Boots
};
{
Name = AL["Vestments of the Virtuous"];
- [1] = { itemID = 22080, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Virtuous Crown
- [2] = { itemID = 22082, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Virtuous Mantle
- [3] = { itemID = 22083, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Virtuous Robe
- [4] = { itemID = 22079, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Virtuous Bracers
- [5] = { itemID = 22081, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Virtuous Gloves
- [6] = { itemID = 22078, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Virtuous Belt
- [7] = { itemID = 22085, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Virtuous Skirt
- [8] = { itemID = 22084, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Virtuous Sandals
+ [1] = { itemID = 22080, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Virtuous Crown
+ [2] = { itemID = 22082, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Virtuous Mantle
+ [3] = { itemID = 22083, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Virtuous Robe
+ [4] = { itemID = 22079, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Virtuous Bracers
+ [5] = { itemID = 22081, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Virtuous Gloves
+ [6] = { itemID = 22078, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Virtuous Belt
+ [7] = { itemID = 22085, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Virtuous Skirt
+ [8] = { itemID = 22084, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Virtuous Sandals
};
{
Name = AL["Darkmantle Armor"];
- [1] = { itemID = 22005, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Darkmantle Cap
- [2] = { itemID = 22008, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Darkmantle Spaulders
- [3] = { itemID = 22009, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Darkmantle Tunic
- [4] = { itemID = 22004, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Darkmantle Bracers
- [5] = { itemID = 22006, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Darkmantle Gloves
- [6] = { itemID = 22002, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Darkmantle Belt
- [7] = { itemID = 22007, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Darkmantle Pants
- [8] = { itemID = 22003, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Darkmantle Boots
+ [1] = { itemID = 22005, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Darkmantle Cap
+ [2] = { itemID = 22008, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Darkmantle Spaulders
+ [3] = { itemID = 22009, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Darkmantle Tunic
+ [4] = { itemID = 22004, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Darkmantle Bracers
+ [5] = { itemID = 22006, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Darkmantle Gloves
+ [6] = { itemID = 22002, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Darkmantle Belt
+ [7] = { itemID = 22007, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Darkmantle Pants
+ [8] = { itemID = 22003, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Darkmantle Boots
};
{
Name = AL["The Five Thunders"];
- [1] = { itemID = 22097, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Coif of The Five Thunders
- [2] = { itemID = 22101, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Pauldrons of The Five Thunders
- [3] = { itemID = 22102, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Vest of The Five Thunders
- [4] = { itemID = 22095, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Bindings of The Five Thunders
- [5] = { itemID = 22099, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Gauntlets of The Five Thunders
- [6] = { itemID = 22098, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Cord of The Five Thunders
- [7] = { itemID = 22100, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Kilt of The Five Thunders
- [8] = { itemID = 22096, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Boots of The Five Thunders
+ [1] = { itemID = 22097, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Coif of The Five Thunders
+ [2] = { itemID = 22101, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Pauldrons of The Five Thunders
+ [3] = { itemID = 22102, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Vest of The Five Thunders
+ [4] = { itemID = 22095, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Bindings of The Five Thunders
+ [5] = { itemID = 22099, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Gauntlets of The Five Thunders
+ [6] = { itemID = 22098, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Cord of The Five Thunders
+ [7] = { itemID = 22100, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Kilt of The Five Thunders
+ [8] = { itemID = 22096, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Boots of The Five Thunders
};
{
Name = AL["Deathmist Raiment"];
- [1] = { itemID = 22074, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Deathmist Mask
- [2] = { itemID = 22073, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Deathmist Mantle
- [3] = { itemID = 22075, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Deathmist Robe
- [4] = { itemID = 22071, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Deathmist Bracers
- [5] = { itemID = 22077, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Deathmist Wraps
- [6] = { itemID = 22070, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Deathmist Belt
- [7] = { itemID = 22072, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Deathmist Leggings
- [8] = { itemID = 22076, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Deathmist Sandals
+ [1] = { itemID = 22074, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Deathmist Mask
+ [2] = { itemID = 22073, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Deathmist Mantle
+ [3] = { itemID = 22075, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Deathmist Robe
+ [4] = { itemID = 22071, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Deathmist Bracers
+ [5] = { itemID = 22077, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Deathmist Wraps
+ [6] = { itemID = 22070, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Deathmist Belt
+ [7] = { itemID = 22072, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Deathmist Leggings
+ [8] = { itemID = 22076, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Deathmist Sandals
};
{
Name = AL["Battlegear of Heroism"];
- [1] = { itemID = 21999, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Helm of Heroism
- [2] = { itemID = 22001, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Spaulders of Heroism
- [3] = { itemID = 21997, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Breastplate of Heroism
- [4] = { itemID = 21996, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Bracers of Heroism
- [5] = { itemID = 21998, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Gauntlets of Heroism
- [6] = { itemID = 21994, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Belt of Heroism
- [7] = { itemID = 22000, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Legplates of Heroism
- [8] = { itemID = 21995, [AtlasLoot.Difficultys.MAX_DIF] = AtlasLoot.Difficultys.Normal }; --Boots of Heroism
+ [1] = { itemID = 21999, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Helm of Heroism
+ [2] = { itemID = 22001, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Spaulders of Heroism
+ [3] = { itemID = 21997, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Breastplate of Heroism
+ [4] = { itemID = 21996, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Bracers of Heroism
+ [5] = { itemID = 21998, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Gauntlets of Heroism
+ [6] = { itemID = 21994, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Belt of Heroism
+ [7] = { itemID = 22000, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Legplates of Heroism
+ [8] = { itemID = 21995, [AtlasLoot.Difficulties.MAX_DIF] = AtlasLoot.Difficulties.Normal }; --Boots of Heroism
};
};
@@ -4471,146 +4471,146 @@ AtlasLoot_Data["T1"] = {
Type = "ClassicRaid";
{
Name = "Druid"..WHITE.." - "..AL["Restoration"];
- [1] = { itemID = 16834, desc = "=ds=" .. BabbleBoss["Garr"], droprate = "11.51%" }; --Cenarion Helm
- [2] = { itemID = 16836, desc = "=ds=" .. BabbleBoss["Baron Geddon"], droprate = "19.52%" }; --Cenarion Spaulders
- [3] = { itemID = 16833, desc = "=ds=" .. BabbleBoss["Golemagg the Incinerator"], droprate = "15.21%" }; --Cenarion Vestments
- [4] = { itemID = 16830, desc = "=ds=" .. AL["Trash Mobs"], droprate = "0.17%" }; --Cenarion Bracers
- [5] = { itemID = 16831, desc = "=ds=" .. BabbleBoss["Shazzrah"], droprate = "19.53%" }; --Cenarion Gloves
- [6] = { itemID = 16828, desc = "=ds=" .. AL["Trash Mobs"], droprate = "0.16%" }; --Cenarion Belt
- [7] = { itemID = 16835, desc = "=ds=" .. BabbleBoss["Magmadar"], droprate = "12.90%" }; --Cenarion Leggings
- [8] = { itemID = 16829, desc = "=ds=" .. BabbleBoss["Lucifron"], droprate = "10.72%" }; --Cenarion Boots
+ [1] = { itemID = 16834, desc = "=ds=" ..BabbleBoss["Garr"] }; --Cenarion Helm
+ [2] = { itemID = 16836, desc = "=ds=" ..BabbleBoss["Baron Geddon"] }; --Cenarion Spaulders
+ [3] = { itemID = 16833, desc = "=ds=" ..BabbleBoss["Golemagg the Incinerator"] }; --Cenarion Vestments
+ [4] = { itemID = 16830, desc = "=ds=" ..AL["Trash Mobs"] }; --Cenarion Bracers
+ [5] = { itemID = 16831, desc = "=ds=" ..BabbleBoss["Shazzrah"] }; --Cenarion Gloves
+ [6] = { itemID = 16828, desc = "=ds=" ..AL["Trash Mobs"] }; --Cenarion Belt
+ [7] = { itemID = 16835, desc = "=ds=" ..BabbleBoss["Magmadar"] }; --Cenarion Leggings
+ [8] = { itemID = 16829, desc = "=ds=" ..BabbleBoss["Lucifron"] }; --Cenarion Boots
};
{
- Name = "Druid" ..WHITE.. " - Tank";
- [1] = { itemID = 13437, desc = "=ds=" .. BabbleBoss["Garr"], droprate = "11.51%" }; --Cenarion Cover
- [2] = { itemID = 13439, desc = "=ds=" .. BabbleBoss["Baron Geddon"], droprate = "19.52%" }; --Cenarion Pauldrons
- [3] = { itemID = 13436, desc = "=ds=" .. BabbleBoss["Golemagg the Incinerator"], droprate = "15.21%" }; --Cenarion Tunic
- [4] = { itemID = 13434, desc = "=ds=" .. AL["Trash Mobs"], droprate = "0.17%" }; --Cenarion Bands
- [5] = { itemID = 13435, desc = "=ds=" .. BabbleBoss["Shazzrah"], droprate = "19.53%" }; --Cenarion Handguards
- [6] = { itemID = 13432, desc = "=ds=" .. AL["Trash Mobs"], droprate = "0.16%" }; --Cenarion Girdle
- [7] = { itemID = 13438, desc = "=ds=" .. BabbleBoss["Magmadar"], droprate = "12.90%" }; --Cenarion Pants
- [8] = { itemID = 13433, desc = "=ds=" .. BabbleBoss["Lucifron"], droprate = "10.72%" }; --Cenarion Treads
+ Name = "Druid" ..WHITE.." - Tank";
+ [1] = { itemID = 13437, desc = "=ds=" ..BabbleBoss["Garr"] }; --Cenarion Cover
+ [2] = { itemID = 13439, desc = "=ds=" ..BabbleBoss["Baron Geddon"] }; --Cenarion Pauldrons
+ [3] = { itemID = 13436, desc = "=ds=" ..BabbleBoss["Golemagg the Incinerator"] }; --Cenarion Tunic
+ [4] = { itemID = 13434, desc = "=ds=" ..AL["Trash Mobs"] }; --Cenarion Bands
+ [5] = { itemID = 13435, desc = "=ds=" ..BabbleBoss["Shazzrah"] }; --Cenarion Handguards
+ [6] = { itemID = 13432, desc = "=ds=" ..AL["Trash Mobs"] }; --Cenarion Girdle
+ [7] = { itemID = 13438, desc = "=ds=" ..BabbleBoss["Magmadar"] }; --Cenarion Pants
+ [8] = { itemID = 13433, desc = "=ds=" ..BabbleBoss["Lucifron"] }; --Cenarion Treads
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["HUNTER"];
- [1] = { itemID = 16846, desc = "=ds=" .. BabbleBoss["Garr"], droprate = "11.57%" }; --Giantstalker's Helmet
- [2] = { itemID = 16848, desc = "=ds=" .. BabbleBoss["Sulfuron Harbinger"], droprate = "19.64%" }; --Giantstalker's Epaulets
- [3] = { itemID = 16845, desc = "=ds=" .. BabbleBoss["Golemagg the Incinerator"], droprate = "15.83%" }; --Giantstalker's Breastplate
- [4] = { itemID = 16850, desc = "=ds=" .. AL["Trash Mobs"], droprate = "0.18%" }; --Giantstalker's Bracers
- [5] = { itemID = 16852, desc = "=ds=" .. BabbleBoss["Shazzrah"], droprate = "18.58%" }; --Giantstalker's Gloves
- [6] = { itemID = 16851, desc = "=ds=" .. AL["Trash Mobs"], droprate = "0.17%" }; --Giantstalker's Belt
- [7] = { itemID = 16847, desc = "=ds=" .. BabbleBoss["Magmadar"], droprate = "13.28%" }; --Giantstalker's Leggings
- [8] = { itemID = 16849, desc = "=ds=" .. BabbleBoss["Gehennas"], droprate = "14.54%" }; --Giantstalker's Boots
+ [1] = { itemID = 16846, desc = "=ds=" ..BabbleBoss["Garr"] }; --Giantstalker's Helmet
+ [2] = { itemID = 16848, desc = "=ds=" ..BabbleBoss["Sulfuron Harbinger"] }; --Giantstalker's Epaulets
+ [3] = { itemID = 16845, desc = "=ds=" ..BabbleBoss["Golemagg the Incinerator"] }; --Giantstalker's Breastplate
+ [4] = { itemID = 16850, desc = "=ds=" ..AL["Trash Mobs"] }; --Giantstalker's Bracers
+ [5] = { itemID = 16852, desc = "=ds=" ..BabbleBoss["Shazzrah"] }; --Giantstalker's Gloves
+ [6] = { itemID = 16851, desc = "=ds=" ..AL["Trash Mobs"] }; --Giantstalker's Belt
+ [7] = { itemID = 16847, desc = "=ds=" ..BabbleBoss["Magmadar"] }; --Giantstalker's Leggings
+ [8] = { itemID = 16849, desc = "=ds=" ..BabbleBoss["Gehennas"] }; --Giantstalker's Boots
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["MAGE"];
- [1] = { itemID = 16795, desc = "=ds=" .. BabbleBoss["Garr"], droprate = "11.31%" }; --Arcanist Crown
- [2] = { itemID = 16797, desc = "=ds=" .. BabbleBoss["Baron Geddon"], droprate = "19.92%" }; --Arcanist Mantle
- [3] = { itemID = 16798, desc = "=ds=" .. BabbleBoss["Golemagg the Incinerator"], droprate = "16.51%" }; --Arcanist Robes
- [4] = { itemID = 16799, desc = "=ds=" .. AL["Trash Mobs"], droprate = "0.16%" }; --Arcanist Bindings
- [5] = { itemID = 16801, desc = "=ds=" .. BabbleBoss["Shazzrah"], droprate = "19.59%" }; --Arcanist Gloves
- [6] = { itemID = 16802, desc = "=ds=" .. AL["Trash Mobs"], droprate = "0.16%" }; --Arcanist Belt
- [7] = { itemID = 16796, desc = "=ds=" .. BabbleBoss["Magmadar"], droprate = "14.57%" }; --Arcanist Leggings
- [8] = { itemID = 16800, desc = "=ds=" .. BabbleBoss["Lucifron"], droprate = "12.06%" }; --Arcanist Boots
+ [1] = { itemID = 16795, desc = "=ds=" ..BabbleBoss["Garr"] }; --Arcanist Crown
+ [2] = { itemID = 16797, desc = "=ds=" ..BabbleBoss["Baron Geddon"] }; --Arcanist Mantle
+ [3] = { itemID = 16798, desc = "=ds=" ..BabbleBoss["Golemagg the Incinerator"] }; --Arcanist Robes
+ [4] = { itemID = 16799, desc = "=ds=" ..AL["Trash Mobs"] }; --Arcanist Bindings
+ [5] = { itemID = 16801, desc = "=ds=" ..BabbleBoss["Shazzrah"] }; --Arcanist Gloves
+ [6] = { itemID = 16802, desc = "=ds=" ..AL["Trash Mobs"] }; --Arcanist Belt
+ [7] = { itemID = 16796, desc = "=ds=" ..BabbleBoss["Magmadar"] }; --Arcanist Leggings
+ [8] = { itemID = 16800, desc = "=ds=" ..BabbleBoss["Lucifron"] }; --Arcanist Boots
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"]..WHITE.." - "..AL["Holy"];
- [1] = { itemID = 16854, desc = "=ds=" .. BabbleBoss["Garr"], droprate = "7.23%" }; --Lawbringer Helm
- [2] = { itemID = 16856, desc = "=ds=" .. BabbleBoss["Baron Geddon"], droprate = "12.62%" }; --Lawbringer Spaulders
- [3] = { itemID = 16853, desc = "=ds=" .. BabbleBoss["Golemagg the Incinerator"], droprate = "9.53%" }; --Lawbringer Chestguard
- [4] = { itemID = 16857, desc = "=ds=" .. AL["Trash Mobs"], droprate = "0.11%" }; --Lawbringer Bracers
- [5] = { itemID = 16860, desc = "=ds=" .. BabbleBoss["Gehennas"], droprate = "11.77%" }; --Lawbringer Gauntlets
- [6] = { itemID = 16858, desc = "=ds=" .. AL["Trash Mobs"], droprate = "0.10%" }; --Lawbringer Belt
- [7] = { itemID = 16855, desc = "=ds=" .. BabbleBoss["Magmadar"], droprate = "8.54%" }; --Lawbringer Legplates
- [8] = { itemID = 16859, desc = "=ds=" .. BabbleBoss["Lucifron"], droprate = "7.20%" }; --Lawbringer Boots
+ [1] = { itemID = 16854, desc = "=ds=" ..BabbleBoss["Garr"] }; --Lawbringer Helm
+ [2] = { itemID = 16856, desc = "=ds=" ..BabbleBoss["Baron Geddon"] }; --Lawbringer Spaulders
+ [3] = { itemID = 16853, desc = "=ds=" ..BabbleBoss["Golemagg the Incinerator"] }; --Lawbringer Chestguard
+ [4] = { itemID = 16857, desc = "=ds=" ..AL["Trash Mobs"] }; --Lawbringer Bracers
+ [5] = { itemID = 16860, desc = "=ds=" ..BabbleBoss["Gehennas"] }; --Lawbringer Gauntlets
+ [6] = { itemID = 16858, desc = "=ds=" ..AL["Trash Mobs"] }; --Lawbringer Belt
+ [7] = { itemID = 16855, desc = "=ds=" ..BabbleBoss["Magmadar"] }; --Lawbringer Legplates
+ [8] = { itemID = 16859, desc = "=ds=" ..BabbleBoss["Lucifron"] }; --Lawbringer Boots
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"]..WHITE.." - "..AL["Protection"];
- [1] = { itemID = 11536, desc = "=ds=" .. BabbleBoss["Garr"], droprate = "7.23%" }; --Lawbringer Greathelm
- [2] = { itemID = 11538, desc = "=ds=" .. BabbleBoss["Baron Geddon"], droprate = "12.62%" }; --Lawbringer Pauldrons
- [3] = { itemID = 11535, desc = "=ds=" .. BabbleBoss["Golemagg the Incinerator"], droprate = "9.53%" }; --Lawbringer Breastplate
- [4] = { itemID = 11531, desc = "=ds=" .. AL["Trash Mobs"], droprate = "0.11%" }; --Lawbringer Wristguards
- [5] = { itemID = 11533, desc = "=ds=" .. BabbleBoss["Gehennas"], droprate = "11.77%" }; --Lawbringer Handguards
- [6] = { itemID = 11534, desc = "=ds=" .. AL["Trash Mobs"], droprate = "0.10%" }; --Lawbringer Waistguard
- [7] = { itemID = 11537, desc = "=ds=" .. BabbleBoss["Magmadar"], droprate = "8.54%" }; --Lawbringer Legguards
- [8] = { itemID = 11532, desc = "=ds=" .. BabbleBoss["Lucifron"], droprate = "7.20%" }; --Lawbringer Stompers
+ [1] = { itemID = 11536, desc = "=ds=" ..BabbleBoss["Garr"] }; --Lawbringer Greathelm
+ [2] = { itemID = 11538, desc = "=ds=" ..BabbleBoss["Baron Geddon"] }; --Lawbringer Pauldrons
+ [3] = { itemID = 11535, desc = "=ds=" ..BabbleBoss["Golemagg the Incinerator"] }; --Lawbringer Breastplate
+ [4] = { itemID = 11531, desc = "=ds=" ..AL["Trash Mobs"] }; --Lawbringer Wristguards
+ [5] = { itemID = 11533, desc = "=ds=" ..BabbleBoss["Gehennas"] }; --Lawbringer Handguards
+ [6] = { itemID = 11534, desc = "=ds=" ..AL["Trash Mobs"] }; --Lawbringer Waistguard
+ [7] = { itemID = 11537, desc = "=ds=" ..BabbleBoss["Magmadar"] }; --Lawbringer Legguards
+ [8] = { itemID = 11532, desc = "=ds=" ..BabbleBoss["Lucifron"] }; --Lawbringer Stompers
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PRIEST"];
- [1] = { itemID = 16813, desc = "=ds=" .. BabbleBoss["Garr"], droprate = "11.36%" }; --Circlet of Prophecy
- [2] = { itemID = 16816, desc = "=ds=" .. BabbleBoss["Sulfuron Harbinger"], droprate = "21.06%" }; --Mantle of Prophecy
- [3] = { itemID = 16815, "=q4=Robes of Prophecy", "=ds=" .. BabbleBoss["Golemagg the Incinerator"], "1" };
- [4] = { itemID = 16819, desc = "=ds=" .. AL["Trash Mobs"], droprate = "0.16%" }; --Vambraces of Prophecy
- [5] = { itemID = 16812, desc = "=ds=" .. BabbleBoss["Gehennas"], droprate = "18.65%" }; --Gloves of Prophecy
- [6] = { itemID = 16817, desc = "=ds=" .. AL["Trash Mobs"], droprate = "0.18%" }; --Girdle of Prophecy
- [7] = { itemID = 16814, desc = "=ds=" .. BabbleBoss["Magmadar"], droprate = "14.33%" }; --Pants of Prophecy
- [8] = { itemID = 16811, desc = "=ds=" .. BabbleBoss["Shazzrah"], droprate = "14.90%" }; --Boots of Prophecy
+ [1] = { itemID = 16813, desc = "=ds=" ..BabbleBoss["Garr"] }; --Circlet of Prophecy
+ [2] = { itemID = 16816, desc = "=ds=" ..BabbleBoss["Sulfuron Harbinger"] }; --Mantle of Prophecy
+ [3] = { itemID = 16815, "=q4=Robes of Prophecy", "=ds=" ..BabbleBoss["Golemagg the Incinerator"], "1" };
+ [4] = { itemID = 16819, desc = "=ds=" ..AL["Trash Mobs"] }; --Vambraces of Prophecy
+ [5] = { itemID = 16812, desc = "=ds=" ..BabbleBoss["Gehennas"] }; --Gloves of Prophecy
+ [6] = { itemID = 16817, desc = "=ds=" ..AL["Trash Mobs"] }; --Girdle of Prophecy
+ [7] = { itemID = 16814, desc = "=ds=" ..BabbleBoss["Magmadar"] }; --Pants of Prophecy
+ [8] = { itemID = 16811, desc = "=ds=" ..BabbleBoss["Shazzrah"] }; --Boots of Prophecy
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["ROGUE"];
- [1] = { itemID = 16821, desc = "=ds=" .. BabbleBoss["Garr"], droprate = "10.38%" }; --Nightslayer Cover
- [2] = { itemID = 16823, desc = "=ds=" .. BabbleBoss["Sulfuron Harbinger"], droprate = "20.66%" }; --Nightslayer Shoulder Pads
- [3] = { itemID = 16820, desc = "=ds=" .. BabbleBoss["Golemagg the Incinerator"], droprate = "16.76%" }; --Nightslayer Chestpiece
- [4] = { itemID = 16825, desc = "=ds=" .. AL["Trash Mobs"], droprate = "0.17%" }; --Nightslayer Bracelets
- [5] = { itemID = 16826, desc = "=ds=" .. BabbleBoss["Gehennas"], droprate = "19.47%" }; --Nightslayer Gloves
- [6] = { itemID = 16827, desc = "=ds=" .. AL["Trash Mobs"], droprate = "0.15%" }; --Nightslayer Belt
- [7] = { itemID = 16822, desc = "=ds=" .. BabbleBoss["Magmadar"], droprate = "13.83%" }; --Nightslayer Pants
- [8] = { itemID = 16824, desc = "=ds=" .. BabbleBoss["Shazzrah"], droprate = "15.58%" }; --Nightslayer Boots
+ [1] = { itemID = 16821, desc = "=ds=" ..BabbleBoss["Garr"] }; --Nightslayer Cover
+ [2] = { itemID = 16823, desc = "=ds=" ..BabbleBoss["Sulfuron Harbinger"] }; --Nightslayer Shoulder Pads
+ [3] = { itemID = 16820, desc = "=ds=" ..BabbleBoss["Golemagg the Incinerator"] }; --Nightslayer Chestpiece
+ [4] = { itemID = 16825, desc = "=ds=" ..AL["Trash Mobs"] }; --Nightslayer Bracelets
+ [5] = { itemID = 16826, desc = "=ds=" ..BabbleBoss["Gehennas"] }; --Nightslayer Gloves
+ [6] = { itemID = 16827, desc = "=ds=" ..AL["Trash Mobs"] }; --Nightslayer Belt
+ [7] = { itemID = 16822, desc = "=ds=" ..BabbleBoss["Magmadar"] }; --Nightslayer Pants
+ [8] = { itemID = 16824, desc = "=ds=" ..BabbleBoss["Shazzrah"] }; --Nightslayer Boots
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"]..WHITE.." - "..AL["Restoration"];
- [1] = { itemID = 16842, desc = "=ds=" .. BabbleBoss["Garr"], droprate = "3.91%" }; --Earthfury Helmet
- [2] = { itemID = 16844, desc = "=ds=" .. BabbleBoss["Baron Geddon"], droprate = "7.29%" }; --Earthfury Epaulets
- [3] = { itemID = 16841, desc = "=ds=" .. BabbleBoss["Golemagg the Incinerator"], droprate = "6.08%" }; --Earthfury Vestments
- [4] = { itemID = 16840, desc = "=ds=" .. AL["Trash Mobs"], droprate = "0.06%" }; --Earthfury Bracers
- [5] = { itemID = 16839, desc = "=ds=" .. BabbleBoss["Gehennas"], droprate = "7.38%" }; --Earthfury Gauntlets
- [6] = { itemID = 16838, desc = "=ds=" .. AL["Trash Mobs"], droprate = "0.07%" }; --Earthfury Belt
- [7] = { itemID = 16843, desc = "=ds=" .. BabbleBoss["Magmadar"], droprate = "4.73%" }; --Earthfury Legguards
- [8] = { itemID = 16837, desc = "=ds=" .. BabbleBoss["Lucifron"], droprate = "4.16%" }; --Earthfury Boots
+ [1] = { itemID = 16842, desc = "=ds=" ..BabbleBoss["Garr"] }; --Earthfury Helmet
+ [2] = { itemID = 16844, desc = "=ds=" ..BabbleBoss["Baron Geddon"] }; --Earthfury Epaulets
+ [3] = { itemID = 16841, desc = "=ds=" ..BabbleBoss["Golemagg the Incinerator"] }; --Earthfury Vestments
+ [4] = { itemID = 16840, desc = "=ds=" ..AL["Trash Mobs"] }; --Earthfury Bracers
+ [5] = { itemID = 16839, desc = "=ds=" ..BabbleBoss["Gehennas"] }; --Earthfury Gauntlets
+ [6] = { itemID = 16838, desc = "=ds=" ..AL["Trash Mobs"] }; --Earthfury Belt
+ [7] = { itemID = 16843, desc = "=ds=" ..BabbleBoss["Magmadar"] }; --Earthfury Legguards
+ [8] = { itemID = 16837, desc = "=ds=" ..BabbleBoss["Lucifron"] }; --Earthfury Boots
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"]..WHITE.." - "..AL["Enhancement"];
- [1] = { itemID = 11794, desc = "=ds=" .. BabbleBoss["Garr"], droprate = "3.91%" }; --Earthfury Cover
- [2] = { itemID = 11796, desc = "=ds=" .. BabbleBoss["Baron Geddon"], droprate = "7.29%" }; --Earthfury Pauldrons
- [3] = { itemID = 11792, desc = "=ds=" .. BabbleBoss["Golemagg the Incinerator"], droprate = "6.08%" }; --Earthfury Tunic
- [4] = { itemID = 11793, desc = "=ds=" .. AL["Trash Mobs"], droprate = "0.06%" }; --Earthfury Bands
- [5] = { itemID = 11791, desc = "=ds=" .. BabbleBoss["Gehennas"], droprate = "7.38%" }; --Earthfury Gloves
- [6] = { itemID = 11790, desc = "=ds=" .. AL["Trash Mobs"], droprate = "0.07%" }; --Earthfury Girdle
- [7] = { itemID = 11789, desc = "=ds=" .. BabbleBoss["Magmadar"], droprate = "4.73%" }; --Earthfury Leggings
- [8] = { itemID = 11795, desc = "=ds=" .. BabbleBoss["Lucifron"], droprate = "4.16%" }; --Earthfury Treads
+ [1] = { itemID = 11794, desc = "=ds=" ..BabbleBoss["Garr"] }; --Earthfury Cover
+ [2] = { itemID = 11796, desc = "=ds=" ..BabbleBoss["Baron Geddon"] }; --Earthfury Pauldrons
+ [3] = { itemID = 11792, desc = "=ds=" ..BabbleBoss["Golemagg the Incinerator"] }; --Earthfury Tunic
+ [4] = { itemID = 11793, desc = "=ds=" ..AL["Trash Mobs"] }; --Earthfury Bands
+ [5] = { itemID = 11791, desc = "=ds=" ..BabbleBoss["Gehennas"] }; --Earthfury Gloves
+ [6] = { itemID = 11790, desc = "=ds=" ..AL["Trash Mobs"] }; --Earthfury Girdle
+ [7] = { itemID = 11789, desc = "=ds=" ..BabbleBoss["Magmadar"] }; --Earthfury Leggings
+ [8] = { itemID = 11795, desc = "=ds=" ..BabbleBoss["Lucifron"] }; --Earthfury Treads
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["WARLOCK"];
- [1] = { itemID = 16808, desc = "=ds=" .. BabbleBoss["Garr"], droprate = "10.62%" }; --Felheart Horns
- [2] = { itemID = 16807, desc = "=ds=" .. BabbleBoss["Baron Geddon"], droprate = "19.78%" }; --Felheart Shoulder Pads
- [3] = { itemID = 16809, "=q4=Felheart Robes", "=ds=" .. BabbleBoss["Golemagg the Incinerator"] };
- [4] = { itemID = 16804, desc = "=ds=" .. AL["Trash Mobs"], droprate = "0.16%" }; --Felheart Bracers
- [5] = { itemID = 16805, desc = "=ds=" .. BabbleBoss["Lucifron"], droprate = "14.89%" }; --Felheart Gloves
- [6] = { itemID = 16806, desc = "=ds=" .. AL["Trash Mobs"], droprate = "0.19%" }; --Felheart Belt
- [7] = { itemID = 16810, desc = "=ds=" .. BabbleBoss["Magmadar"], droprate = "13.75%" }; --Felheart Pants
- [8] = { itemID = 16803, "=q4=Felheart Slippers", "=ds=" .. BabbleBoss["Shazzrah"], "1" };
+ [1] = { itemID = 16808, desc = "=ds=" ..BabbleBoss["Garr"] }; --Felheart Horns
+ [2] = { itemID = 16807, desc = "=ds=" ..BabbleBoss["Baron Geddon"] }; --Felheart Shoulder Pads
+ [3] = { itemID = 16809, "=q4=Felheart Robes", "=ds=" ..BabbleBoss["Golemagg the Incinerator"] };
+ [4] = { itemID = 16804, desc = "=ds=" ..AL["Trash Mobs"] }; --Felheart Bracers
+ [5] = { itemID = 16805, desc = "=ds=" ..BabbleBoss["Lucifron"] }; --Felheart Gloves
+ [6] = { itemID = 16806, desc = "=ds=" ..AL["Trash Mobs"] }; --Felheart Belt
+ [7] = { itemID = 16810, desc = "=ds=" ..BabbleBoss["Magmadar"] }; --Felheart Pants
+ [8] = { itemID = 16803, "=q4=Felheart Slippers", "=ds=" ..BabbleBoss["Shazzrah"], "1" };
};
{
- Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] .. " - Tank";
- [1] = { itemID = 16866, desc = "=ds=" .. BabbleBoss["Garr"], droprate = "11.39%" }; --Helm of Might
- [2] = { itemID = 16868, desc = "=ds=" .. BabbleBoss["Sulfuron Harbinger"], droprate = "21.14%" }; --Pauldrons of Might
- [3] = { itemID = 16865, "=q4=Breastplate of Might", "=ds=" .. BabbleBoss["Golemagg the Incinerator"], "1" };
- [4] = { itemID = 16861, desc = "=ds=" .. AL["Trash Mobs"], droprate = "0.16%" }; --Bracers of Might
- [5] = { itemID = 16863, desc = "=ds=" .. BabbleBoss["Lucifron"], droprate = "16.40%" }; --Gauntlets of Might
- [6] = { itemID = 16864, desc = "=ds=" .. AL["Trash Mobs"], droprate = "0.16%" }; --Belt of Might
- [7] = { itemID = 16867, desc = "=ds=" .. BabbleBoss["Magmadar"], droprate = "13.97%" }; --Legplates of Might
- [8] = { itemID = 16862, desc = "=ds=" .. BabbleBoss["Gehennas"], droprate = "14.48%" }; --Sabatons of Might
+ Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] .." - Tank";
+ [1] = { itemID = 16866, desc = "=ds=" ..BabbleBoss["Garr"] }; --Helm of Might
+ [2] = { itemID = 16868, desc = "=ds=" ..BabbleBoss["Sulfuron Harbinger"] }; --Pauldrons of Might
+ [3] = { itemID = 16865, "=q4=Breastplate of Might", "=ds=" ..BabbleBoss["Golemagg the Incinerator"], "1" };
+ [4] = { itemID = 16861, desc = "=ds=" ..AL["Trash Mobs"] }; --Bracers of Might
+ [5] = { itemID = 16863, desc = "=ds=" ..BabbleBoss["Lucifron"] }; --Gauntlets of Might
+ [6] = { itemID = 16864, desc = "=ds=" ..AL["Trash Mobs"] }; --Belt of Might
+ [7] = { itemID = 16867, desc = "=ds=" ..BabbleBoss["Magmadar"] }; --Legplates of Might
+ [8] = { itemID = 16862, desc = "=ds=" ..BabbleBoss["Gehennas"] }; --Sabatons of Might
};
{
- Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] .. " - DPS";
- [1] = { itemID = 10480, desc = "=ds=" .. BabbleBoss["Garr"] };--Faceguard of Might
- [2] = { itemID = 10481, desc = "=ds=" .. BabbleBoss["Sulfuron Harbinger"] };--Shoulderpads of Might
- [3] = { itemID = 10482, desc = "=ds=" .. BabbleBoss["Golemagg the Incinerator"] };--Chesttplate of Might
- [4] = { itemID = 10483, desc = "=ds=" .. AL["Trash Mobs"] };--Wristguards of Might
- [5] = { itemID = 10484, desc = "=ds=" .. BabbleBoss["Lucifron"] };--Handguards of Might
- [6] = { itemID = 10485, desc = "=ds=" .. AL["Trash Mobs"] };--Girdle of Might
- [7] = { itemID = 10486, desc = "=ds=" .. BabbleBoss["Magmadar"] };--Legguards of Might
- [8] = { itemID = 10487, desc = "=ds=" .. BabbleBoss["Gehennas"] };--Stompers of Might
+ Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] .." - DPS";
+ [1] = { itemID = 10480, desc = "=ds=" ..BabbleBoss["Garr"] };--Faceguard of Might
+ [2] = { itemID = 10481, desc = "=ds=" ..BabbleBoss["Sulfuron Harbinger"] };--Shoulderpads of Might
+ [3] = { itemID = 10482, desc = "=ds=" ..BabbleBoss["Golemagg the Incinerator"] };--Chesttplate of Might
+ [4] = { itemID = 10483, desc = "=ds=" ..AL["Trash Mobs"] };--Wristguards of Might
+ [5] = { itemID = 10484, desc = "=ds=" ..BabbleBoss["Lucifron"] };--Handguards of Might
+ [6] = { itemID = 10485, desc = "=ds=" ..AL["Trash Mobs"] };--Girdle of Might
+ [7] = { itemID = 10486, desc = "=ds=" ..BabbleBoss["Magmadar"] };--Legguards of Might
+ [8] = { itemID = 10487, desc = "=ds=" ..BabbleBoss["Gehennas"] };--Stompers of Might
};
};
@@ -4621,190 +4621,190 @@ AtlasLoot_Data["T2"] = {
Type = "ClassicRaid";
{
Name = AL["Druid"]..WHITE.." - Healer";
- [1] = { itemID = 16900, desc = "=ds=" .. BabbleBoss["Onyxia"] };--Stormrage Cover
- [2] = { itemID = 16902, desc = "=ds=" .. BabbleBoss["Chromaggus"] };--Stormrage Pauldrons
- [3] = { itemID = 16897, desc = "=ds=" .. BabbleBoss["Nefarian"] };--Stormrage Chestguard
- [4] = { itemID = 16904, desc = "=ds=" .. BabbleBoss["Razorgore the Untamed"] };--Stormrage Bracers
- [5] = { itemID = 16899, desc = BabbleBoss["Firemaw"] .. ", " .. BabbleBoss["Ebonroc"] .. ", " .. BabbleBoss["Flamegor"] };--Stormrage Handguards
- [6] = { itemID = 16903, desc = "=ds=" .. BabbleBoss["Vaelastrasz the Corrupt"] };--Stormrage Belt
- [7] = { itemID = 16901, desc = "=ds=" .. BabbleBoss["Ragnaros"] };--Stormrage Legguards
- [8] = { itemID = 16898, desc = "=ds=" .. BabbleBoss["Broodlord Lashlayer"] };--Stormrage Boots
+ [1] = { itemID = 16900, desc = "=ds=" ..BabbleBoss["Onyxia"] };--Stormrage Cover
+ [2] = { itemID = 16902, desc = "=ds=" ..BabbleBoss["Chromaggus"] };--Stormrage Pauldrons
+ [3] = { itemID = 16897, desc = "=ds=" ..BabbleBoss["Nefarian"] };--Stormrage Chestguard
+ [4] = { itemID = 16904, desc = "=ds=" ..BabbleBoss["Razorgore the Untamed"] };--Stormrage Bracers
+ [5] = { itemID = 16899, desc = BabbleBoss["Firemaw"] ..", " ..BabbleBoss["Ebonroc"] ..", " ..BabbleBoss["Flamegor"] };--Stormrage Handguards
+ [6] = { itemID = 16903, desc = "=ds=" ..BabbleBoss["Vaelastrasz the Corrupt"] };--Stormrage Belt
+ [7] = { itemID = 16901, desc = "=ds=" ..BabbleBoss["Ragnaros"] };--Stormrage Legguards
+ [8] = { itemID = 16898, desc = "=ds=" ..BabbleBoss["Broodlord Lashlayer"] };--Stormrage Boots
};
{
- Name = AL["Druid"] .. WHITE.." - Tank";
- [1] = { itemID = 1516900, desc = "=ds=" .. BabbleBoss["Onyxia"] };--Stormrage Cover
- [2] = { itemID = 1516902, desc = "=ds=" .. BabbleBoss["Chromaggus"] };--Stormrage Pauldrons
- [3] = { itemID = 1516897, desc = "=ds=" .. BabbleBoss["Nefarian"] };--Stormrage Chestguard
- [4] = { itemID = 1516904, desc = "=ds=" .. BabbleBoss["Razorgore the Untamed"] };--Stormrage Bracers
- [5] = { itemID = 1516904, desc = BabbleBoss["Firemaw"] .. ", " .. BabbleBoss["Ebonroc"] .. ", " .. BabbleBoss["Flamegor"] };--Stormrage Handguards
- [6] = { itemID = 1516899, desc = "=ds=" .. BabbleBoss["Vaelastrasz the Corrupt"] };--Stormrage Belt
- [7] = { itemID = 1516903, desc = "=ds=" .. BabbleBoss["Ragnaros"] };--Stormrage Legguards
- [8] = { itemID = 1516898, desc = "=ds=" .. BabbleBoss["Broodlord Lashlayer"] };--Stormrage Boots
+ Name = AL["Druid"] ..WHITE.." - Tank";
+ [1] = { itemID = 1516900, desc = "=ds=" ..BabbleBoss["Onyxia"] };--Stormrage Cover
+ [2] = { itemID = 1516902, desc = "=ds=" ..BabbleBoss["Chromaggus"] };--Stormrage Pauldrons
+ [3] = { itemID = 1516897, desc = "=ds=" ..BabbleBoss["Nefarian"] };--Stormrage Chestguard
+ [4] = { itemID = 1516904, desc = "=ds=" ..BabbleBoss["Razorgore the Untamed"] };--Stormrage Bracers
+ [5] = { itemID = 1516904, desc = BabbleBoss["Firemaw"] ..", " ..BabbleBoss["Ebonroc"] ..", " ..BabbleBoss["Flamegor"] };--Stormrage Handguards
+ [6] = { itemID = 1516899, desc = "=ds=" ..BabbleBoss["Vaelastrasz the Corrupt"] };--Stormrage Belt
+ [7] = { itemID = 1516903, desc = "=ds=" ..BabbleBoss["Ragnaros"] };--Stormrage Legguards
+ [8] = { itemID = 1516898, desc = "=ds=" ..BabbleBoss["Broodlord Lashlayer"] };--Stormrage Boots
};
{
- Name = AL["Druid"] .. WHITE.." - Caster";
- [1] = { itemID = 1516892, desc = "=ds=" .. BabbleBoss["Onyxia"] };--Stormrage Cover
- [2] = { itemID = 1516894, desc = "=ds=" .. BabbleBoss["Chromaggus"] };--Stormrage Pauldrons
- [3] = { itemID = 1516889, desc = "=ds=" .. BabbleBoss["Nefarian"] };--Stormrage Chestguard
- [4] = { itemID = 1516896, desc = "=ds=" .. BabbleBoss["Razorgore the Untamed"] };--Stormrage Bracers
- [5] = { itemID = 1516891, desc = BabbleBoss["Firemaw"] .. ", " .. BabbleBoss["Ebonroc"] .. ", " .. BabbleBoss["Flamegor"] };--Stormrage Handguards
- [6] = { itemID = 1516895, desc = "=ds=" .. BabbleBoss["Vaelastrasz the Corrupt"] };--Stormrage Belt
- [7] = { itemID = 1516893, desc = "=ds=" .. BabbleBoss["Ragnaros"] };--Stormrage Legguards
- [8] = { itemID = 1516890, desc = "=ds=" .. BabbleBoss["Broodlord Lashlayer"] };--Stormrage Boots
+ Name = AL["Druid"] ..WHITE.." - Caster";
+ [1] = { itemID = 1516892, desc = "=ds=" ..BabbleBoss["Onyxia"] };--Stormrage Cover
+ [2] = { itemID = 1516894, desc = "=ds=" ..BabbleBoss["Chromaggus"] };--Stormrage Pauldrons
+ [3] = { itemID = 1516889, desc = "=ds=" ..BabbleBoss["Nefarian"] };--Stormrage Chestguard
+ [4] = { itemID = 1516896, desc = "=ds=" ..BabbleBoss["Razorgore the Untamed"] };--Stormrage Bracers
+ [5] = { itemID = 1516891, desc = BabbleBoss["Firemaw"] ..", " ..BabbleBoss["Ebonroc"] ..", " ..BabbleBoss["Flamegor"] };--Stormrage Handguards
+ [6] = { itemID = 1516895, desc = "=ds=" ..BabbleBoss["Vaelastrasz the Corrupt"] };--Stormrage Belt
+ [7] = { itemID = 1516893, desc = "=ds=" ..BabbleBoss["Ragnaros"] };--Stormrage Legguards
+ [8] = { itemID = 1516890, desc = "=ds=" ..BabbleBoss["Broodlord Lashlayer"] };--Stormrage Boots
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["HUNTER"];
- [1] = { itemID = 16939, desc = "=ds=" .. BabbleBoss["Onyxia"] };--Dragonstalker's Helm
- [2] = { itemID = 16937, desc = "=ds=" .. BabbleBoss["Chromaggus"] };--Dragonstalker's Spaulders
- [3] = { itemID = 16942, desc = "=ds=" .. BabbleBoss["Nefarian"] };--Dragonstalker's Breastplate
- [4] = { itemID = 16935, desc = "=ds=" .. BabbleBoss["Razorgore the Untamed"] };--Dragonstalker's Bracers
- [5] = { itemID = 16940, desc = BabbleBoss["Firemaw"] .. ", " .. BabbleBoss["Ebonroc"] .. ", " .. BabbleBoss["Flamegor"] };--Dragonstalker's Gauntlets
- [6] = { itemID = 16936, desc = "=ds=" .. BabbleBoss["Vaelastrasz the Corrupt"] };--Dragonstalker's Belt
- [7] = { itemID = 16938, desc = "=ds=" .. BabbleBoss["Ragnaros"] };--Dragonstalker's Legguards
- [8] = { itemID = 16941, desc = "=ds=" .. BabbleBoss["Broodlord Lashlayer"] };--Dragonstalker's Greaves
+ [1] = { itemID = 16939, desc = "=ds=" ..BabbleBoss["Onyxia"] };--Dragonstalker's Helm
+ [2] = { itemID = 16937, desc = "=ds=" ..BabbleBoss["Chromaggus"] };--Dragonstalker's Spaulders
+ [3] = { itemID = 16942, desc = "=ds=" ..BabbleBoss["Nefarian"] };--Dragonstalker's Breastplate
+ [4] = { itemID = 16935, desc = "=ds=" ..BabbleBoss["Razorgore the Untamed"] };--Dragonstalker's Bracers
+ [5] = { itemID = 16940, desc = BabbleBoss["Firemaw"] ..", " ..BabbleBoss["Ebonroc"] ..", " ..BabbleBoss["Flamegor"] };--Dragonstalker's Gauntlets
+ [6] = { itemID = 16936, desc = "=ds=" ..BabbleBoss["Vaelastrasz the Corrupt"] };--Dragonstalker's Belt
+ [7] = { itemID = 16938, desc = "=ds=" ..BabbleBoss["Ragnaros"] };--Dragonstalker's Legguards
+ [8] = { itemID = 16941, desc = "=ds=" ..BabbleBoss["Broodlord Lashlayer"] };--Dragonstalker's Greaves
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["MAGE"];
- [1] = { itemID = 16914, desc = "=ds=" .. BabbleBoss["Onyxia"] };--Netherwind Crown
- [2] = { itemID = 16917, desc = "=ds=" .. BabbleBoss["Chromaggus"] };--Netherwind Mantle
- [3] = { itemID = 16916, desc = "=ds=" .. BabbleBoss["Nefarian"] };--Netherwind Robes
- [4] = { itemID = 16918, desc = "=ds=" .. BabbleBoss["Razorgore the Untamed"] };--Netherwind Bindings
- [5] = { itemID = 16913, desc = BabbleBoss["Firemaw"] .. ", " .. BabbleBoss["Ebonroc"] .. ", " .. BabbleBoss["Flamegor"] };--Netherwind Gloves
- [6] = { itemID = 16818, desc = "=ds=" .. BabbleBoss["Vaelastrasz the Corrupt"] };--Netherwind Belt
- [7] = { itemID = 16915, desc = "=ds=" .. BabbleBoss["Ragnaros"] };--Netherwind Pants
- [8] = { itemID = 16912, desc = "=ds=" .. BabbleBoss["Broodlord Lashlayer"] };--Netherwind Boots
+ [1] = { itemID = 16914, desc = "=ds=" ..BabbleBoss["Onyxia"] };--Netherwind Crown
+ [2] = { itemID = 16917, desc = "=ds=" ..BabbleBoss["Chromaggus"] };--Netherwind Mantle
+ [3] = { itemID = 16916, desc = "=ds=" ..BabbleBoss["Nefarian"] };--Netherwind Robes
+ [4] = { itemID = 16918, desc = "=ds=" ..BabbleBoss["Razorgore the Untamed"] };--Netherwind Bindings
+ [5] = { itemID = 16913, desc = BabbleBoss["Firemaw"] ..", " ..BabbleBoss["Ebonroc"] ..", " ..BabbleBoss["Flamegor"] };--Netherwind Gloves
+ [6] = { itemID = 16818, desc = "=ds=" ..BabbleBoss["Vaelastrasz the Corrupt"] };--Netherwind Belt
+ [7] = { itemID = 16915, desc = "=ds=" ..BabbleBoss["Ragnaros"] };--Netherwind Pants
+ [8] = { itemID = 16912, desc = "=ds=" ..BabbleBoss["Broodlord Lashlayer"] };--Netherwind Boots
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"];
- [1] = { itemID = 16955, desc = "=ds=" .. BabbleBoss["Onyxia"] };--Judgement Crown
- [2] = { itemID = 16953, desc = "=ds=" .. BabbleBoss["Chromaggus"] };--Judgement Spaulders
- [3] = { itemID = 16958, desc = "=ds=" .. BabbleBoss["Nefarian"] };--Judgement Breastplate
- [4] = { itemID = 16951, desc = "=ds=" .. BabbleBoss["Razorgore the Untamed"] };--Judgement Bindings
- [5] = { itemID = 16956, desc = BabbleBoss["Firemaw"] .. ", " .. BabbleBoss["Ebonroc"] .. ", " .. BabbleBoss["Flamegor"] };--Judgement Gauntlets
- [6] = { itemID = 16952, desc = "=ds=" .. BabbleBoss["Vaelastrasz the Corrupt"] };--Judgement Belt
- [7] = { itemID = 16954, desc = "=ds=" .. BabbleBoss["Ragnaros"] };--Judgement Legplates
- [8] = { itemID = 16957, desc = "=ds=" .. BabbleBoss["Broodlord Lashlayer"] };--Judgement Sabatons
+ [1] = { itemID = 16955, desc = "=ds=" ..BabbleBoss["Onyxia"] };--Judgement Crown
+ [2] = { itemID = 16953, desc = "=ds=" ..BabbleBoss["Chromaggus"] };--Judgement Spaulders
+ [3] = { itemID = 16958, desc = "=ds=" ..BabbleBoss["Nefarian"] };--Judgement Breastplate
+ [4] = { itemID = 16951, desc = "=ds=" ..BabbleBoss["Razorgore the Untamed"] };--Judgement Bindings
+ [5] = { itemID = 16956, desc = BabbleBoss["Firemaw"] ..", " ..BabbleBoss["Ebonroc"] ..", " ..BabbleBoss["Flamegor"] };--Judgement Gauntlets
+ [6] = { itemID = 16952, desc = "=ds=" ..BabbleBoss["Vaelastrasz the Corrupt"] };--Judgement Belt
+ [7] = { itemID = 16954, desc = "=ds=" ..BabbleBoss["Ragnaros"] };--Judgement Legplates
+ [8] = { itemID = 16957, desc = "=ds=" ..BabbleBoss["Broodlord Lashlayer"] };--Judgement Sabatons
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"]..WHITE.." - Tank";
- [1] = { itemID = 1516955, desc = "=ds=" .. BabbleBoss["Onyxia"] };--Judgement Crown
- [2] = { itemID = 1516953, desc = "=ds=" .. BabbleBoss["Chromaggus"] };--Judgement Spaulders
- [3] = { itemID = 1516958, desc = "=ds=" .. BabbleBoss["Nefarian"] };--Judgement Breastplate
- [4] = { itemID = 1516951, desc = "=ds=" .. BabbleBoss["Razorgore the Untamed"] };--Judgement Bindings
- [5] = { itemID = 1516956, desc = BabbleBoss["Firemaw"] .. ", " .. BabbleBoss["Ebonroc"] .. ", " .. BabbleBoss["Flamegor"] };--Judgement Gauntlets
- [6] = { itemID = 1516952, desc = "=ds=" .. BabbleBoss["Vaelastrasz the Corrupt"] };--Judgement Belt
- [7] = { itemID = 1516954, desc = "=ds=" .. BabbleBoss["Ragnaros"] };--Judgement Legplates
- [8] = { itemID = 1516957, desc = "=ds=" .. BabbleBoss["Broodlord Lashlayer"] };--Judgement Sabatons
+ [1] = { itemID = 1516955, desc = "=ds=" ..BabbleBoss["Onyxia"] };--Judgement Crown
+ [2] = { itemID = 1516953, desc = "=ds=" ..BabbleBoss["Chromaggus"] };--Judgement Spaulders
+ [3] = { itemID = 1516958, desc = "=ds=" ..BabbleBoss["Nefarian"] };--Judgement Breastplate
+ [4] = { itemID = 1516951, desc = "=ds=" ..BabbleBoss["Razorgore the Untamed"] };--Judgement Bindings
+ [5] = { itemID = 1516956, desc = BabbleBoss["Firemaw"] ..", " ..BabbleBoss["Ebonroc"] ..", " ..BabbleBoss["Flamegor"] };--Judgement Gauntlets
+ [6] = { itemID = 1516952, desc = "=ds=" ..BabbleBoss["Vaelastrasz the Corrupt"] };--Judgement Belt
+ [7] = { itemID = 1516954, desc = "=ds=" ..BabbleBoss["Ragnaros"] };--Judgement Legplates
+ [8] = { itemID = 1516957, desc = "=ds=" ..BabbleBoss["Broodlord Lashlayer"] };--Judgement Sabatons
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PRIEST"]..WHITE.." - Healer";
- [1] = { itemID = 16921, desc = "=ds=" .. BabbleBoss["Onyxia"] };--Halo of Transcendence
- [2] = { itemID = 16924, desc = "=ds=" .. BabbleBoss["Chromaggus"] };--Pauldrons of Transcendence
- [3] = { itemID = 16923, desc = "=ds=" .. BabbleBoss["Nefarian"] };--Robes of Transcendence
- [4] = { itemID = 16926, desc = "=ds=" .. BabbleBoss["Razorgore the Untamed"] };--Bindings of Transcendence
- [5] = { itemID = 16920, desc = BabbleBoss["Firemaw"] .. ", " .. BabbleBoss["Ebonroc"] .. ", " .. BabbleBoss["Flamegor"] };--Handguards of Transcendence
- [6] = { itemID = 16925, desc = "=ds=" .. BabbleBoss["Vaelastrasz the Corrupt"] };--Belt of Transcendence
- [7] = { itemID = 16922, desc = "=ds=" .. BabbleBoss["Ragnaros"] };--Leggings of Transcendence
- [8] = { itemID = 16919, desc = "=ds=" .. BabbleBoss["Broodlord Lashlayer"] };--Boots of Transcendence
+ [1] = { itemID = 16921, desc = "=ds=" ..BabbleBoss["Onyxia"] };--Halo of Transcendence
+ [2] = { itemID = 16924, desc = "=ds=" ..BabbleBoss["Chromaggus"] };--Pauldrons of Transcendence
+ [3] = { itemID = 16923, desc = "=ds=" ..BabbleBoss["Nefarian"] };--Robes of Transcendence
+ [4] = { itemID = 16926, desc = "=ds=" ..BabbleBoss["Razorgore the Untamed"] };--Bindings of Transcendence
+ [5] = { itemID = 16920, desc = BabbleBoss["Firemaw"] ..", " ..BabbleBoss["Ebonroc"] ..", " ..BabbleBoss["Flamegor"] };--Handguards of Transcendence
+ [6] = { itemID = 16925, desc = "=ds=" ..BabbleBoss["Vaelastrasz the Corrupt"] };--Belt of Transcendence
+ [7] = { itemID = 16922, desc = "=ds=" ..BabbleBoss["Ragnaros"] };--Leggings of Transcendence
+ [8] = { itemID = 16919, desc = "=ds=" ..BabbleBoss["Broodlord Lashlayer"] };--Boots of Transcendence
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PRIEST"]..WHITE.." - Caster";
- [1] = { itemID = 1516921, desc = "=ds=" .. BabbleBoss["Onyxia"] };--Halo of Transcendence
- [2] = { itemID = 1516924, desc = "=ds=" .. BabbleBoss["Chromaggus"] };--Pauldrons of Transcendence
- [3] = { itemID = 1516923, desc = "=ds=" .. BabbleBoss["Nefarian"] };--Robes of Transcendence
- [4] = { itemID = 1516926, desc = "=ds=" .. BabbleBoss["Razorgore the Untamed"] };--Bindings of Transcendence
- [5] = { itemID = 1516920, desc = BabbleBoss["Firemaw"] .. ", " .. BabbleBoss["Ebonroc"] .. ", " .. BabbleBoss["Flamegor"] };--Handguards of Transcendence
- [6] = { itemID = 1516925, desc = "=ds=" .. BabbleBoss["Vaelastrasz the Corrupt"] };--Belt of Transcendence
- [7] = { itemID = 1516922, desc = "=ds=" .. BabbleBoss["Ragnaros"] };--Leggings of Transcendence
- [8] = { itemID = 1516919, desc = "=ds=" .. BabbleBoss["Broodlord Lashlayer"] };--Boots of Transcendence
+ [1] = { itemID = 1516921, desc = "=ds=" ..BabbleBoss["Onyxia"] };--Halo of Transcendence
+ [2] = { itemID = 1516924, desc = "=ds=" ..BabbleBoss["Chromaggus"] };--Pauldrons of Transcendence
+ [3] = { itemID = 1516923, desc = "=ds=" ..BabbleBoss["Nefarian"] };--Robes of Transcendence
+ [4] = { itemID = 1516926, desc = "=ds=" ..BabbleBoss["Razorgore the Untamed"] };--Bindings of Transcendence
+ [5] = { itemID = 1516920, desc = BabbleBoss["Firemaw"] ..", " ..BabbleBoss["Ebonroc"] ..", " ..BabbleBoss["Flamegor"] };--Handguards of Transcendence
+ [6] = { itemID = 1516925, desc = "=ds=" ..BabbleBoss["Vaelastrasz the Corrupt"] };--Belt of Transcendence
+ [7] = { itemID = 1516922, desc = "=ds=" ..BabbleBoss["Ragnaros"] };--Leggings of Transcendence
+ [8] = { itemID = 1516919, desc = "=ds=" ..BabbleBoss["Broodlord Lashlayer"] };--Boots of Transcendence
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["ROGUE"];
- [1] = { itemID = 16908, desc = "=ds=" .. BabbleBoss["Onyxia"] };--Bloodfang Hood
- [2] = { itemID = 16832, desc = "=ds=" .. BabbleBoss["Chromaggus"] };--Bloodfang Spaulders
- [3] = { itemID = 16905, desc = "=ds=" .. BabbleBoss["Nefarian"] };--Bloodfang Chestpiece
- [4] = { itemID = 16911, desc = "=ds=" .. BabbleBoss["Razorgore the Untamed"] };--Bloodfang Bracers
- [5] = { itemID = 16907, desc = BabbleBoss["Firemaw"] .. ", " .. BabbleBoss["Ebonroc"] .. ", " .. BabbleBoss["Flamegor"] };--Bloodfang Gloves
- [6] = { itemID = 16910, desc = "=ds=" .. BabbleBoss["Vaelastrasz the Corrupt"] };--Bloodfang Belt
- [7] = { itemID = 16909, desc = "=ds=" .. BabbleBoss["Ragnaros"] };--Bloodfang Pants
- [8] = { itemID = 16906, desc = "=ds=" .. BabbleBoss["Broodlord Lashlayer"] };--Bloodfang Boots
+ [1] = { itemID = 16908, desc = "=ds=" ..BabbleBoss["Onyxia"] };--Bloodfang Hood
+ [2] = { itemID = 16832, desc = "=ds=" ..BabbleBoss["Chromaggus"] };--Bloodfang Spaulders
+ [3] = { itemID = 16905, desc = "=ds=" ..BabbleBoss["Nefarian"] };--Bloodfang Chestpiece
+ [4] = { itemID = 16911, desc = "=ds=" ..BabbleBoss["Razorgore the Untamed"] };--Bloodfang Bracers
+ [5] = { itemID = 16907, desc = BabbleBoss["Firemaw"] ..", " ..BabbleBoss["Ebonroc"] ..", " ..BabbleBoss["Flamegor"] };--Bloodfang Gloves
+ [6] = { itemID = 16910, desc = "=ds=" ..BabbleBoss["Vaelastrasz the Corrupt"] };--Bloodfang Belt
+ [7] = { itemID = 16909, desc = "=ds=" ..BabbleBoss["Ragnaros"] };--Bloodfang Pants
+ [8] = { itemID = 16906, desc = "=ds=" ..BabbleBoss["Broodlord Lashlayer"] };--Bloodfang Boots
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"]..WHITE.." - Healer";
- [1] = { itemID = 16947, desc = "=ds=" .. BabbleBoss["Onyxia"] };--Helmet of Ten Storms
- [2] = { itemID = 16945, desc = "=ds=" .. BabbleBoss["Chromaggus"] };--Epaulets of Ten Storms
- [3] = { itemID = 16950, desc = "=ds=" .. BabbleBoss["Nefarian"] };--Breastplate of Ten Storms
- [4] = { itemID = 16943, desc = "=ds=" .. BabbleBoss["Razorgore the Untamed"] };--Bracers of Ten Storms
- [5] = { itemID = 16948, desc = BabbleBoss["Firemaw"] .. ", " .. BabbleBoss["Ebonroc"] .. ", " .. BabbleBoss["Flamegor"] };--Gauntlets of Ten Storms
- [6] = { itemID = 16944, desc = "=ds=" .. BabbleBoss["Vaelastrasz the Corrupt"] };--Belt of Ten Storms
- [7] = { itemID = 16946, desc = "=ds=" .. BabbleBoss["Ragnaros"] };--Legplates of Ten Storms
- [8] = { itemID = 16949, desc = "=ds=" .. BabbleBoss["Broodlord Lashlayer"] };--Greaves of Ten Storms
+ [1] = { itemID = 16947, desc = "=ds=" ..BabbleBoss["Onyxia"] };--Helmet of Ten Storms
+ [2] = { itemID = 16945, desc = "=ds=" ..BabbleBoss["Chromaggus"] };--Epaulets of Ten Storms
+ [3] = { itemID = 16950, desc = "=ds=" ..BabbleBoss["Nefarian"] };--Breastplate of Ten Storms
+ [4] = { itemID = 16943, desc = "=ds=" ..BabbleBoss["Razorgore the Untamed"] };--Bracers of Ten Storms
+ [5] = { itemID = 16948, desc = BabbleBoss["Firemaw"] ..", " ..BabbleBoss["Ebonroc"] ..", " ..BabbleBoss["Flamegor"] };--Gauntlets of Ten Storms
+ [6] = { itemID = 16944, desc = "=ds=" ..BabbleBoss["Vaelastrasz the Corrupt"] };--Belt of Ten Storms
+ [7] = { itemID = 16946, desc = "=ds=" ..BabbleBoss["Ragnaros"] };--Legplates of Ten Storms
+ [8] = { itemID = 16949, desc = "=ds=" ..BabbleBoss["Broodlord Lashlayer"] };--Greaves of Ten Storms
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"]..WHITE.." - Caster";
- [1] = { itemID = 10962, desc = "=ds=" .. BabbleBoss["Onyxia"] };--Helmet of Ten Storms
- [2] = { itemID = 10963, desc = "=ds=" .. BabbleBoss["Chromaggus"] };--Epaulets of Ten Storms
- [3] = { itemID = 10964, desc = "=ds=" .. BabbleBoss["Nefarian"] };--Breastplate of Ten Storms
- [4] = { itemID = 10965, desc = "=ds=" .. BabbleBoss["Razorgore the Untamed"] };--Bracers of Ten Storms
- [5] = { itemID = 11001, desc = BabbleBoss["Firemaw"] .. ", " .. BabbleBoss["Ebonroc"] .. ", " .. BabbleBoss["Flamegor"] };--Gauntlets of Ten Storms
- [6] = { itemID = 11002, desc = "=ds=" .. BabbleBoss["Vaelastrasz the Corrupt"] };--Belt of Ten Storms
- [7] = { itemID = 11003, desc = "=ds=" .. BabbleBoss["Ragnaros"] };--Legplates of Ten Storms
- [8] = { itemID = 11004, desc = "=ds=" .. BabbleBoss["Broodlord Lashlayer"] };--Greaves of Ten Storms
+ [1] = { itemID = 10962, desc = "=ds=" ..BabbleBoss["Onyxia"] };--Helmet of Ten Storms
+ [2] = { itemID = 10963, desc = "=ds=" ..BabbleBoss["Chromaggus"] };--Epaulets of Ten Storms
+ [3] = { itemID = 10964, desc = "=ds=" ..BabbleBoss["Nefarian"] };--Breastplate of Ten Storms
+ [4] = { itemID = 10965, desc = "=ds=" ..BabbleBoss["Razorgore the Untamed"] };--Bracers of Ten Storms
+ [5] = { itemID = 11001, desc = BabbleBoss["Firemaw"] ..", " ..BabbleBoss["Ebonroc"] ..", " ..BabbleBoss["Flamegor"] };--Gauntlets of Ten Storms
+ [6] = { itemID = 11002, desc = "=ds=" ..BabbleBoss["Vaelastrasz the Corrupt"] };--Belt of Ten Storms
+ [7] = { itemID = 11003, desc = "=ds=" ..BabbleBoss["Ragnaros"] };--Legplates of Ten Storms
+ [8] = { itemID = 11004, desc = "=ds=" ..BabbleBoss["Broodlord Lashlayer"] };--Greaves of Ten Storms
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"]..WHITE.." - Hybrid";
- [1] = { itemID = 1516947, desc = "=ds=" .. BabbleBoss["Onyxia"] };--Helmet of Ten Storms
- [2] = { itemID = 1516945, desc = "=ds=" .. BabbleBoss["Chromaggus"] };--Epaulets of Ten Storms
- [3] = { itemID = 1516950, desc = "=ds=" .. BabbleBoss["Nefarian"] };--Breastplate of Ten Storms
- [4] = { itemID = 1516943, desc = "=ds=" .. BabbleBoss["Razorgore the Untamed"] };--Bracers of Ten Storms
- [5] = { itemID = 1516948, desc = BabbleBoss["Firemaw"] .. ", " .. BabbleBoss["Ebonroc"] .. ", " .. BabbleBoss["Flamegor"] };--Gauntlets of Ten Storms
- [6] = { itemID = 1516944, desc = "=ds=" .. BabbleBoss["Vaelastrasz the Corrupt"] };--Belt of Ten Storms
- [7] = { itemID = 1516946, desc = "=ds=" .. BabbleBoss["Ragnaros"] };--Legplates of Ten Storms
- [8] = { itemID = 1516949, desc = "=ds=" .. BabbleBoss["Broodlord Lashlayer"] };--Greaves of Ten Storms
+ [1] = { itemID = 1516947, desc = "=ds=" ..BabbleBoss["Onyxia"] };--Helmet of Ten Storms
+ [2] = { itemID = 1516945, desc = "=ds=" ..BabbleBoss["Chromaggus"] };--Epaulets of Ten Storms
+ [3] = { itemID = 1516950, desc = "=ds=" ..BabbleBoss["Nefarian"] };--Breastplate of Ten Storms
+ [4] = { itemID = 1516943, desc = "=ds=" ..BabbleBoss["Razorgore the Untamed"] };--Bracers of Ten Storms
+ [5] = { itemID = 1516948, desc = BabbleBoss["Firemaw"] ..", " ..BabbleBoss["Ebonroc"] ..", " ..BabbleBoss["Flamegor"] };--Gauntlets of Ten Storms
+ [6] = { itemID = 1516944, desc = "=ds=" ..BabbleBoss["Vaelastrasz the Corrupt"] };--Belt of Ten Storms
+ [7] = { itemID = 1516946, desc = "=ds=" ..BabbleBoss["Ragnaros"] };--Legplates of Ten Storms
+ [8] = { itemID = 1516949, desc = "=ds=" ..BabbleBoss["Broodlord Lashlayer"] };--Greaves of Ten Storms
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["WARLOCK"];
- [1] = { itemID = 16929, desc = "=ds=" .. BabbleBoss["Onyxia"] };--Nemesis Skullcap
- [2] = { itemID = 16932, desc = "=ds=" .. BabbleBoss["Chromaggus"] };--Nemesis Spaulders
- [3] = { itemID = 16931, desc = "=ds=" .. BabbleBoss["Nefarian"] };--Nemesis Robes
- [4] = { itemID = 16934, desc = "=ds=" .. BabbleBoss["Razorgore the Untamed"] };--Nemesis Bracers
- [5] = { itemID = 16928, desc = BabbleBoss["Firemaw"] .. ", " .. BabbleBoss["Ebonroc"] .. ", " .. BabbleBoss["Flamegor"] };--Nemesis Gloves
- [6] = { itemID = 16933, desc = "=ds=" .. BabbleBoss["Vaelastrasz the Corrupt"] };--Nemesis Belt
- [7] = { itemID = 16930, desc = "=ds=" .. BabbleBoss["Ragnaros"] };--Nemesis Leggings
- [8] = { itemID = 16927, desc = "=ds=" .. BabbleBoss["Broodlord Lashlayer"] };--Nemesis Boots
+ [1] = { itemID = 16929, desc = "=ds=" ..BabbleBoss["Onyxia"] };--Nemesis Skullcap
+ [2] = { itemID = 16932, desc = "=ds=" ..BabbleBoss["Chromaggus"] };--Nemesis Spaulders
+ [3] = { itemID = 16931, desc = "=ds=" ..BabbleBoss["Nefarian"] };--Nemesis Robes
+ [4] = { itemID = 16934, desc = "=ds=" ..BabbleBoss["Razorgore the Untamed"] };--Nemesis Bracers
+ [5] = { itemID = 16928, desc = BabbleBoss["Firemaw"] ..", " ..BabbleBoss["Ebonroc"] ..", " ..BabbleBoss["Flamegor"] };--Nemesis Gloves
+ [6] = { itemID = 16933, desc = "=ds=" ..BabbleBoss["Vaelastrasz the Corrupt"] };--Nemesis Belt
+ [7] = { itemID = 16930, desc = "=ds=" ..BabbleBoss["Ragnaros"] };--Nemesis Leggings
+ [8] = { itemID = 16927, desc = "=ds=" ..BabbleBoss["Broodlord Lashlayer"] };--Nemesis Boots
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"]..WHITE.." - DPS";
- [1] = { itemID = 10904, desc = "=ds=" .. BabbleBoss["Onyxia"] };--Faceguard of Wrath
- [2] = { itemID = 10902, desc = "=ds=" .. BabbleBoss["Chromaggus"] };--Shoulderpads of Wrath
- [3] = { itemID = 10907, desc = "=ds=" .. BabbleBoss["Nefarian"] };--Chestplate of Wrath
- [4] = { itemID = 10900, desc = "=ds=" .. BabbleBoss["Razorgore the Untamed"] };--Wristguards of Wrath
- [5] = { itemID = 10905, desc = BabbleBoss["Firemaw"] .. ", " .. BabbleBoss["Ebonroc"] .. ", " .. BabbleBoss["Flamegor"] };--Grippers of Wrath
- [6] = { itemID = 10901, desc = "=ds=" .. BabbleBoss["Vaelastrasz the Corrupt"] };--Belt of Wrath
- [7] = { itemID = 10903, desc = "=ds=" .. BabbleBoss["Ragnaros"] };--Legguards of Wrath
- [8] = { itemID = 10906, desc = "=ds=" .. BabbleBoss["Broodlord Lashlayer"] };--Stompers of Wrath
+ [1] = { itemID = 10904, desc = "=ds=" ..BabbleBoss["Onyxia"] };--Faceguard of Wrath
+ [2] = { itemID = 10902, desc = "=ds=" ..BabbleBoss["Chromaggus"] };--Shoulderpads of Wrath
+ [3] = { itemID = 10907, desc = "=ds=" ..BabbleBoss["Nefarian"] };--Chestplate of Wrath
+ [4] = { itemID = 10900, desc = "=ds=" ..BabbleBoss["Razorgore the Untamed"] };--Wristguards of Wrath
+ [5] = { itemID = 10905, desc = BabbleBoss["Firemaw"] ..", " ..BabbleBoss["Ebonroc"] ..", " ..BabbleBoss["Flamegor"] };--Grippers of Wrath
+ [6] = { itemID = 10901, desc = "=ds=" ..BabbleBoss["Vaelastrasz the Corrupt"] };--Belt of Wrath
+ [7] = { itemID = 10903, desc = "=ds=" ..BabbleBoss["Ragnaros"] };--Legguards of Wrath
+ [8] = { itemID = 10906, desc = "=ds=" ..BabbleBoss["Broodlord Lashlayer"] };--Stompers of Wrath
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"]..WHITE.." - Block Tank";
- [1] = { itemID = 16963, desc = "=ds=" .. BabbleBoss["Onyxia"] };--Helm of Wrath
- [2] = { itemID = 16961, desc = "=ds=" .. BabbleBoss["Chromaggus"] };--Pauldrons of Wrath
- [3] = { itemID = 16966, desc = "=ds=" .. BabbleBoss["Nefarian"] };--Breastplate of Wrath
- [4] = { itemID = 16959, desc = "=ds=" .. BabbleBoss["Razorgore the Untamed"] };--Bracelets of Wrath
- [5] = { itemID = 16964, desc = BabbleBoss["Firemaw"] .. ", " .. BabbleBoss["Ebonroc"] .. ", " .. BabbleBoss["Flamegor"] };--Gauntlets of Wrath
- [6] = { itemID = 16960, desc = "=ds=" .. BabbleBoss["Vaelastrasz the Corrupt"] };--Waistband of Wrath
- [7] = { itemID = 16962, desc = "=ds=" .. BabbleBoss["Ragnaros"] };--Legplates of Wrath
- [8] = { itemID = 16965, desc = "=ds=" .. BabbleBoss["Broodlord Lashlayer"] };--Sabatons of Wrath
+ [1] = { itemID = 16963, desc = "=ds=" ..BabbleBoss["Onyxia"] };--Helm of Wrath
+ [2] = { itemID = 16961, desc = "=ds=" ..BabbleBoss["Chromaggus"] };--Pauldrons of Wrath
+ [3] = { itemID = 16966, desc = "=ds=" ..BabbleBoss["Nefarian"] };--Breastplate of Wrath
+ [4] = { itemID = 16959, desc = "=ds=" ..BabbleBoss["Razorgore the Untamed"] };--Bracelets of Wrath
+ [5] = { itemID = 16964, desc = BabbleBoss["Firemaw"] ..", " ..BabbleBoss["Ebonroc"] ..", " ..BabbleBoss["Flamegor"] };--Gauntlets of Wrath
+ [6] = { itemID = 16960, desc = "=ds=" ..BabbleBoss["Vaelastrasz the Corrupt"] };--Waistband of Wrath
+ [7] = { itemID = 16962, desc = "=ds=" ..BabbleBoss["Ragnaros"] };--Legplates of Wrath
+ [8] = { itemID = 16965, desc = "=ds=" ..BabbleBoss["Broodlord Lashlayer"] };--Sabatons of Wrath
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"]..WHITE.." - Avoidance Tank";
- [1] = { itemID = 1516963, desc = "=ds=" .. BabbleBoss["Onyxia"] };--Faceguard of Wrath
- [2] = { itemID = 1516961, desc = "=ds=" .. BabbleBoss["Chromaggus"] };--Shoulderpads of Wrath
- [3] = { itemID = 1516966, desc = "=ds=" .. BabbleBoss["Nefarian"] };--Chestplate of Wrath
- [4] = { itemID = 1516959, desc = "=ds=" .. BabbleBoss["Razorgore the Untamed"] };--Wristguards of Wrath
- [5] = { itemID = 1516964, desc = BabbleBoss["Firemaw"] .. ", " .. BabbleBoss["Ebonroc"] .. ", " .. BabbleBoss["Flamegor"] };--Grippers of Wrath
- [6] = { itemID = 1516960, desc = "=ds=" .. BabbleBoss["Vaelastrasz the Corrupt"] };--Belt of Wrath
- [7] = { itemID = 1516962, desc = "=ds=" .. BabbleBoss["Ragnaros"] };--Legguards of Wrath
- [8] = { itemID = 1516965, desc = "=ds=" .. BabbleBoss["Broodlord Lashlayer"] };--Stompers of Wrath
+ [1] = { itemID = 1516963, desc = "=ds=" ..BabbleBoss["Onyxia"] };--Faceguard of Wrath
+ [2] = { itemID = 1516961, desc = "=ds=" ..BabbleBoss["Chromaggus"] };--Shoulderpads of Wrath
+ [3] = { itemID = 1516966, desc = "=ds=" ..BabbleBoss["Nefarian"] };--Chestplate of Wrath
+ [4] = { itemID = 1516959, desc = "=ds=" ..BabbleBoss["Razorgore the Untamed"] };--Wristguards of Wrath
+ [5] = { itemID = 1516964, desc = BabbleBoss["Firemaw"] ..", " ..BabbleBoss["Ebonroc"] ..", " ..BabbleBoss["Flamegor"] };--Grippers of Wrath
+ [6] = { itemID = 1516960, desc = "=ds=" ..BabbleBoss["Vaelastrasz the Corrupt"] };--Belt of Wrath
+ [7] = { itemID = 1516962, desc = "=ds=" ..BabbleBoss["Ragnaros"] };--Legguards of Wrath
+ [8] = { itemID = 1516965, desc = "=ds=" ..BabbleBoss["Broodlord Lashlayer"] };--Stompers of Wrath
};
};
@@ -4817,7 +4817,7 @@ AtlasLoot_Data["T3"] = {
Name = "Tier 3";
Type = "ClassicRaid";
{
- Name = AL["Druid"] .. WHITE.." - Healing";
+ Name = AL["Druid"] ..WHITE.." - Healing";
[1] = { itemID = 22490 }; --Dreamwalker Headpiece
[2] = { itemID = 22491 }; --Dreamwalker Spaulders
[3] = { itemID = 22488 }; --Dreamwalker Tunic
@@ -4829,7 +4829,7 @@ AtlasLoot_Data["T3"] = {
[9] = { itemID = 23064 }; --Ring of the Dreamwalker
};
{
- Name = AL["Druid"] .. WHITE.." - Haste";
+ Name = AL["Druid"] ..WHITE.." - Haste";
[1] = { itemID = 1522490 }; --Dreamwalker Headpiece
[2] = { itemID = 1522491 }; --Dreamwalker Spaulders
[3] = { itemID = 1522488 }; --Dreamwalker Tunic
@@ -4841,7 +4841,7 @@ AtlasLoot_Data["T3"] = {
[9] = { itemID = 1523064 }; --Ring of the Dreamwalker
};
{
- Name = AL["Druid"] .. WHITE.." - Feral Dps";
+ Name = AL["Druid"] ..WHITE.." - Feral Dps";
[1] = { itemID = 1532490 }; --Dreamwalker Headpiece
[2] = { itemID = 1532491 }; --Dreamwalker Spaulders
[3] = { itemID = 1532488 }; --Dreamwalker Tunic
@@ -4853,7 +4853,7 @@ AtlasLoot_Data["T3"] = {
[9] = { itemID = 1533064 }; --Ring of the Dreamwalker
};
{
- Name = AL["Druid"] .. WHITE.." - Tank";
+ Name = AL["Druid"] ..WHITE.." - Tank";
[1] = { itemID = 1507037 }; --Dreamwalker Headpiece
[2] = { itemID = 1507038 }; --Dreamwalker Spaulders
[3] = { itemID = 1507035 }; --Dreamwalker Tunic
@@ -4889,7 +4889,7 @@ AtlasLoot_Data["T3"] = {
[9] = { itemID = 23062 }; --Frostfire Ring
};
{
- Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"] .. WHITE.. " - Healing";
+ Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"] ..WHITE.." - Healing";
[1] = { itemID = 22428 }; --Redemption Headpiece
[2] = { itemID = 22429 }; --Redemption Spaulders
[3] = { itemID = 22425 }; --Redemption Tunic
@@ -4901,7 +4901,7 @@ AtlasLoot_Data["T3"] = {
[9] = { itemID = 23066 }; --Ring of Redemption
};
{
- Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"] .. WHITE.. " - Dps";
+ Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"] ..WHITE.." - Dps";
[1] = { itemID = 1532428 }; --Redemption Headpiece
[2] = { itemID = 1532429 }; --Redemption Spaulders
[3] = { itemID = 1532425 }; --Redemption Tunic
@@ -4913,7 +4913,7 @@ AtlasLoot_Data["T3"] = {
[9] = { itemID = 1533066 }; --Ring of Redemption
};
{
- Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"] .. WHITE.. " - Tank";
+ Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"] ..WHITE.." - Tank";
[1] = { itemID = 1522428 }; --Redemption Headpiece
[2] = { itemID = 1522429 }; --Redemption Spaulders
[3] = { itemID = 1522425 }; --Redemption Tunic
@@ -4925,7 +4925,7 @@ AtlasLoot_Data["T3"] = {
[9] = { itemID = 1523066 }; --Ring of Redemption
};
{
- Name = LOCALIZED_CLASS_NAMES_MALE["PRIEST"] .. WHITE.. " - Healing";
+ Name = LOCALIZED_CLASS_NAMES_MALE["PRIEST"] ..WHITE.." - Healing";
[1] = { itemID = 22514 }; --Circlet of Faith
[2] = { itemID = 22515 }; --Shoulderpads of Faith
[3] = { itemID = 22512 }; --Robe of Faith
@@ -4937,7 +4937,7 @@ AtlasLoot_Data["T3"] = {
[9] = { itemID = 23061 }; --Ring of Faith
};
{
- Name = LOCALIZED_CLASS_NAMES_MALE["PRIEST"] .. WHITE.. " - Dps";
+ Name = LOCALIZED_CLASS_NAMES_MALE["PRIEST"] ..WHITE.." - Dps";
[1] = { itemID = 1522514 }; --Circlet of Faith
[2] = { itemID = 1522515 }; --Shoulderpads of Faith
[3] = { itemID = 1522512 }; --Robe of Faith
@@ -4961,7 +4961,7 @@ AtlasLoot_Data["T3"] = {
[9] = { itemID = 23060 }; --Bonescythe Ring
};
{
- Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] .. WHITE.. " - Enhancement";
+ Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] ..WHITE.." - Enhancement";
[1] = { itemID = 22466 }; --Earthshatter Headpiece
[2] = { itemID = 22467 }; --Earthshatter Spaulders
[3] = { itemID = 22464 }; --Earthshatter Tunic
@@ -4973,7 +4973,7 @@ AtlasLoot_Data["T3"] = {
[9] = { itemID = 23065 }; --Ring of the Earthshatterer
};
{
- Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] .. WHITE.. " - Spell";
+ Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] ..WHITE.." - Spell";
[1] = { itemID = 1522466 }; --Earthshatter Headpiece
[2] = { itemID = 1522467 }; --Earthshatter Spaulders
[3] = { itemID = 1522464 }; --Earthshatter Tunic
@@ -4997,7 +4997,7 @@ AtlasLoot_Data["T3"] = {
[9] = { itemID = 23063 }; --Plagueheart Ring
};
{
- Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] .. WHITE.. " - Block Tank";
+ Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] ..WHITE.." - Block Tank";
[1] = { itemID = 22418 }; --Dreadnaught Helmet
[2] = { itemID = 22419 }; --Dreadnaught Pauldrons
[3] = { itemID = 22416 }; --Dreadnaught Breastplate
@@ -5009,7 +5009,7 @@ AtlasLoot_Data["T3"] = {
[9] = { itemID = 23059 }; --Ring of the Dreadnaught
};
{
- Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] .. WHITE.. " - Parry Tank";
+ Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] ..WHITE.." - Parry Tank";
[1] = { itemID = 1522418 }; --Dreadnaught Helmet
[2] = { itemID = 1522419 }; --Dreadnaught Pauldrons
[3] = { itemID = 1522416 }; --Dreadnaught Breastplate
@@ -5021,7 +5021,7 @@ AtlasLoot_Data["T3"] = {
[9] = { itemID = 1523059 }; --Ring of the Dreadnaught
};
{
- Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] .. WHITE.. " - DPS";
+ Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] ..WHITE.." - DPS";
[1] = { itemID = 10490 }; --Dreadborne Helmet
[2] = { itemID = 10491 }; --Dreadborne Pauldrons
[3] = { itemID = 10488 }; --Dreadborne Breastplate
@@ -5043,47 +5043,47 @@ AtlasLoot_Data["ClassicSets"] = {
Name = AL["Classic Sets"];
{
Name = AL["Defias Leather"];
- [1] = { itemID = 10399, desc = "=ds==q2=#n6#", droprate = "14.77%" }; --Blackened Defias Armor
- [2] = { itemID = 10401, desc = "=ds==q2=#n9#", droprate = "1.76%" }; --Blackened Defias Gloves
- [3] = { itemID = 10403, desc = "=ds==q2=#n7#", droprate = "23.26%" }; --Blackened Defias Belt
- [4] = { itemID = 10400, desc = "=ds==q2=#n9#", droprate = "1.64%" }; --Blackened Defias Leggings
- [5] = { itemID = 10402, desc = "=ds==q2=#n8#", droprate = "1.23%" }; --Blackened Defias Boots
+ [1] = { itemID = 10399, desc = "=ds==q2="..BabbleBoss["Edwin VanCleef"] }; --Blackened Defias Armor
+ [2] = { itemID = 10401, desc = "=ds==q2="..AL["Defias Overseer/Taskmaster"] }; --Blackened Defias Gloves
+ [3] = { itemID = 10403, desc = "=ds==q2="..BabbleBoss["Captain Greenskin"] }; --Blackened Defias Belt
+ [4] = { itemID = 10400, desc = "=ds==q2="..AL["Defias Overseer/Taskmaster"] }; --Blackened Defias Leggings
+ [5] = { itemID = 10402, desc = "=ds==q2="..AL["Defias Strip Miner"] }; --Blackened Defias Boots
};
{
Name = AL["Embrace of the Viper"];
- [1] = { itemID = 6473, desc = "=ds==q2=#n5#", droprate = "52.05%" }; --Armor of the Fang
- [2] = { itemID = 10413, desc = "=ds==q2=#n4#", droprate = "1.20%" }; --Gloves of the Fang
- [3] = { itemID = 10412, desc = "=ds==q2=#n2#", droprate = "8.64%" }; --Belt of the Fang
- [4] = { itemID = 10410, desc = "=ds==q2=#n1#", droprate = "16.03%" }; --Leggings of the Fang
- [5] = { itemID = 10411, desc = "=ds==q2=#n3#", droprate = "19.08%" }; --Footpads of the Fang
+ [1] = { itemID = 6473, desc = "=ds==q2="..BabbleBoss["Lord Pythas"] }; --Armor of the Fang
+ [2] = { itemID = 10413, desc = "=ds==q2="..AL["Druid of the Fang"] }; --Gloves of the Fang
+ [3] = { itemID = 10412, desc = "=ds==q2="..BabbleBoss["Lady Anacondra"] }; --Belt of the Fang
+ [4] = { itemID = 10410, desc = "=ds==q2="..BabbleBoss["Lord Cobrahn"] }; --Leggings of the Fang
+ [5] = { itemID = 10411, desc = "=ds==q2="..BabbleBoss["Lord Serpentis"] }; --Footpads of the Fang
};
{
Name = AL["Chain of the Scarlet Crusade"];
- [1] = { itemID = 10328, desc = "=ds==q2=#n12#", droprate = "0.3%" }; --Scarlet Chestpiece
- [2] = { itemID = 10333, desc = "=ds==q2=#n15#", droprate = "1.6%" }; --Scarlet Wristguards
- [3] = { itemID = 10331, desc = "=ds==q2=#n13#", droprate = "1.7%" }; --Scarlet Gauntlets
- [4] = { itemID = 10329, desc = "=ds==q2=#n10#", droprate = "1.6%" }; --Scarlet Belt
- [5] = { itemID = 10330, desc = "=ds==q2=#n14#", droprate = "13.2%" }; --Scarlet Leggings
- [6] = { itemID = 10332, desc = "=ds==q2=#n11#", droprate = "0.1%" }; --Scarlet Boots
+ [1] = { itemID = 10328, desc = "=ds==q2="..AL["Scarlet Champion"] }; --Scarlet Chestpiece
+ [2] = { itemID = 10333, desc = "=ds==q2="..AL["Scarlet Protector/Guardsman"] }; --Scarlet Wristguards
+ [3] = { itemID = 10331, desc = "=ds==q2="..AL["Scarlet Centurion"] }; --Scarlet Gauntlets
+ [4] = { itemID = 10329, desc = "=ds==q2="..AL["Scarlet Defender/Myrmidon"] }; --Scarlet Belt
+ [5] = { itemID = 10330, desc = "=ds==q2="..AL["Herod/Mograine"] }; --Scarlet Leggings
+ [6] = { itemID = 10332, desc = "=ds==q2="..AL["Trash Mobs"] }; --Scarlet Boots
};
{
Name = AL["The Gladiator"];
- [1] = { itemID = 11729, desc = "=ds==q2=#brd3#, #brd5#", droprate = "10.08%" }; --Savage Gladiator Helm
- [2] = { itemID = 11726, desc = "=ds==q2=#brd3#", droprate = "14.52%" }; --Savage Gladiator Chain
- [3] = { itemID = 11730, desc = "=ds==q2=#brd2#", droprate = "14.12%" }; --Savage Gladiator Grips
- [4] = { itemID = 11728, desc = "=ds==q2=#brd6#", droprate = "14.95%" }; --Savage Gladiator Leggings
- [5] = { itemID = 11731, desc = "=ds==q2=#brd1#", droprate = "15.14%" }; --Savage Gladiator Greaves
+ [1] = { itemID = 11729, desc = "=ds==q2=#brd3#, "..BabbleBoss["Hedrum the Creeper"] }; --Savage Gladiator Helm
+ [2] = { itemID = 11726, desc = "=ds==q2="..BabbleBoss["Gorosh the Dervish"] }; --Savage Gladiator Chain
+ [3] = { itemID = 11730, desc = "=ds==q2="..BabbleBoss["Eviscerator"] }; --Savage Gladiator Grips
+ [4] = { itemID = 11728, desc = "=ds==q2="..BabbleBoss["Ok'thor the Breaker"] }; --Savage Gladiator Leggings
+ [5] = { itemID = 11731, desc = "=ds==q2="..BabbleBoss["Anub'shiah"] }; --Savage Gladiator Greaves
};
{
Name = AL["Ironweave Battlesuit"];
- [1] = { itemID = 22302, desc = "=ds==q2=#n16# (#z9#)", droprate = "27.72%" }; --Ironweave Cowl
- [2] = { itemID = 22305, desc = "=ds==q2=#n17# (#z4#)", droprate = "30.39%" }; --Ironweave Mantle
- [3] = { itemID = 22301, desc = "=ds==q2=#n18# (#z6#)", droprate = "19.00%" }; --Ironweave Robe
- [4] = { itemID = 22313, desc = "=ds==q2=#n19# (#z10#)", droprate = "18.16%" }; --Ironweave Bracers
- [5] = { itemID = 22304, desc = "=ds==q2=#n20# (#z13#)", droprate = "16.24%" }; --Ironweave Gloves
- [6] = { itemID = 22306, desc = "=ds==q2=#n21# (#z10#)", droprate = "20.28%" }; --Ironweave Belt
- [7] = { itemID = 22303, desc = "=ds==q2=#n22# (#z5#)", droprate = "23.33%" }; --Ironweave Pants
- [8] = { itemID = 22311, desc = "=ds==q2=#n23# (#z9#)", droprate = "12.31%" }; --Ironweave Boots
+ [1] = { itemID = 22302, desc = "=ds==q2="..BabbleBoss["Lord Valthalak"].." (#z9#)" }; --Ironweave Cowl
+ [2] = { itemID = 22305, desc = "=ds==q2="..AL["Theldren"].." ("..BabbleZone["Blackrock Depths"]..")" }; --Ironweave Mantle
+ [3] = { itemID = 22301, desc = "=ds==q2="..AL["Sothos and Jarien"].." ("..BabbleZone["Stratholme"]..")" }; --Ironweave Robe
+ [4] = { itemID = 22313, desc = "=ds==q2="..BabbleBoss["Halycon"].." (#z10#)" }; --Ironweave Bracers
+ [5] = { itemID = 22304, desc = "=ds==q2="..BabbleBoss["Isalien"].." ("..BabbleZone["Dire Maul (East)"]..")" }; --Ironweave Gloves
+ [6] = { itemID = 22306, desc = "=ds==q2="..BabbleBoss["Mor Grayhoof"].." (#z10#)" }; --Ironweave Belt
+ [7] = { itemID = 22303, desc = "=ds==q2="..BabbleBoss["Kormok"].." ("..BabbleZone["Scholomance"]..")" }; --Ironweave Pants
+ [8] = { itemID = 22311, desc = "=ds==q2="..BabbleBoss["The Beast"].." (#z9#)" }; --Ironweave Boots
};
{
Name = AL["The Postmaster"];
@@ -5095,86 +5095,86 @@ AtlasLoot_Data["ClassicSets"] = {
};
{
Name = AL["Shard of the Gods"];
- [1] = { itemID = 17082, desc = "=ds==q2=#n35# (#z14#)", droprate = "4.46%" }; --Shard of the Flame
- [2] = { itemID = 17064, desc = "=ds==q2=#n36# (#z15#)", droprate = "3.71%" }; --Shard of the Scale
+ [1] = { itemID = 17082, desc = "=ds==q2="..BabbleBoss["Ragnaros"].." ("..BabbleZone["Molten Core"]..")" }; --Shard of the Flame
+ [2] = { itemID = 17064, desc = "=ds==q2="..BabbleBoss["Onyxia"].." ("..BabbleZone["Onyxia's Lair"]..")" }; --Shard of the Scale
};
{
Name = AL["Spirit of Eskhandar"];
- [1] = { itemID = 18204, droprate = "9.16%" }; --Eskhandar's Pelt
- [2] = { itemID = 18203, droprate = "16.97%" }; --Eskhandar's Right Claw
- [3] = { itemID = 18202, droprate = "12.36%" }; --Eskhandar's Left Claw
+ [1] = { itemID = 18204 }; --Eskhandar's Pelt
+ [2] = { itemID = 18203 }; --Eskhandar's Right Claw
+ [3] = { itemID = 18202 }; --Eskhandar's Left Claw
};
{
Name = AL["Spider's Kiss"];
- [1] = { itemID = 13218, droprate = "15.46%" }; --Fang of the Crystal Spider
- [2] = { itemID = 13183, droprate = "13.07%" }; --Venomspitter
+ [1] = { itemID = 13218 }; --Fang of the Crystal Spider
+ [2] = { itemID = 13183 }; --Venomspitter
};
{
Name = AL["Dal'Rend's Arms"];
- [1] = { itemID = 12940, droprate = "6.62%" }; --Dal'Rend's Sacred Charge
- [2] = { itemID = 12939, droprate = "7.44%" }; --Dal'Rend's Tribal Guardian
+ [1] = { itemID = 12940 }; --Dal'Rend's Sacred Charge
+ [2] = { itemID = 12939 }; --Dal'Rend's Tribal Guardian
};
{
Name = AL["Necropile Raiment"];
- [1] = { itemID = 14633, droprate = "1.12%" }; --Necropile Mantle
- [2] = { itemID = 14626, droprate = "1.27%" }; --Necropile Robe
- [3] = { itemID = 14629, droprate = "1.03%" }; --Necropile Cuffs
- [4] = { itemID = 14632, droprate = "0.85%" }; --Necropile Leggings
- [5] = { itemID = 14631, droprate = "0.88%" }; --Necropile Boots
+ [1] = { itemID = 14633 }; --Necropile Mantle
+ [2] = { itemID = 14626 }; --Necropile Robe
+ [3] = { itemID = 14629 }; --Necropile Cuffs
+ [4] = { itemID = 14632 }; --Necropile Leggings
+ [5] = { itemID = 14631 }; --Necropile Boots
};
{
Name = AL["Cadaverous Garb"];
- [1] = { itemID = 14637, droprate = "1.51%" }; --Cadaverous Armor
- [2] = { itemID = 14640, droprate = "0.82%" }; --Cadaverous Gloves
- [3] = { itemID = 14636, droprate = "0.60%" }; --Cadaverous Belt
- [4] = { itemID = 14638, droprate = "1.09%" }; --Cadaverous Leggings
- [5] = { itemID = 14641, droprate = "0.67%" }; --Cadaverous Walkers
+ [1] = { itemID = 14637 }; --Cadaverous Armor
+ [2] = { itemID = 14640 }; --Cadaverous Gloves
+ [3] = { itemID = 14636 }; --Cadaverous Belt
+ [4] = { itemID = 14638 }; --Cadaverous Leggings
+ [5] = { itemID = 14641 }; --Cadaverous Walkers
};
{
Name = AL["Bloodmail Regalia"];
- [1] = { itemID = 14611, droprate = "0.54%" }; --Bloodmail Hauberk
- [2] = { itemID = 14615, droprate = "0.09%" }; --Bloodmail Gauntlets
- [3] = { itemID = 14614, droprate = "0.60%" }; --Bloodmail Belt
- [4] = { itemID = 14612, droprate = "0.42%" }; --Bloodmail Legguards
- [5] = { itemID = 14616, droprate = "0.36%" }; --Bloodmail Boots
+ [1] = { itemID = 14611 }; --Bloodmail Hauberk
+ [2] = { itemID = 14615 }; --Bloodmail Gauntlets
+ [3] = { itemID = 14614 }; --Bloodmail Belt
+ [4] = { itemID = 14612 }; --Bloodmail Legguards
+ [5] = { itemID = 14616 }; --Bloodmail Boots
};
{
Name = AL["Deathbone Guardian"];
- [1] = { itemID = 14624, droprate = "0.45%" }; --Deathbone Chestplate
- [2] = { itemID = 14622, droprate = "0.45%" }; --Deathbone Gauntlets
- [3] = { itemID = 14620, droprate = "0.67%" }; --Deathbone Girdle
- [4] = { itemID = 14623, droprate = "1.12%" }; --Deathbone Legguards
- [5] = { itemID = 14621, droprate = "0.57%" }; --Deathbone Sabatons
+ [1] = { itemID = 14624 }; --Deathbone Chestplate
+ [2] = { itemID = 14622 }; --Deathbone Gauntlets
+ [3] = { itemID = 14620 }; --Deathbone Girdle
+ [4] = { itemID = 14623 }; --Deathbone Legguards
+ [5] = { itemID = 14621 }; --Deathbone Sabatons
};
{
Name = AL["Major Mojo Infusion"];
- [1] = { itemID = 19898, droprate = "8.81%" }; --Seal of Jin
- [2] = { itemID = 19925, droprate = "10.36%" }; --Band of Jin
+ [1] = { itemID = 19898 }; --Seal of Jin
+ [2] = { itemID = 19925 }; --Band of Jin
};
{
Name = AL["Overlord's Resolution"];
- [1] = { itemID = 19873, droprate = "10.12%" }; --Overlord's Crimson Band
- [2] = { itemID = 19912, droprate = "14.51%" }; --Overlord's Onyx Band
+ [1] = { itemID = 19873 }; --Overlord's Crimson Band
+ [2] = { itemID = 19912 }; --Overlord's Onyx Band
};
{
Name = AL["Primal Blessing"];
- [1] = { itemID = 19896, droprate = "5.20%" }; --Thekal's Grasp
- [2] = { itemID = 19910, droprate = "4.54%" }; --Arlokk's Grasp
+ [1] = { itemID = 19896 }; --Thekal's Grasp
+ [2] = { itemID = 19910 }; --Arlokk's Grasp
};
{
Name = AL["Prayer of the Primal"];
- [1] = { itemID = 19863, droprate = "9.72%" }; --Primalist's Seal
- [2] = { itemID = 19920, droprate = "8.95%" }; --Primalist's Band
+ [1] = { itemID = 19863 }; --Primalist's Seal
+ [2] = { itemID = 19920 }; --Primalist's Band
};
{
Name = AL["Zanzil's Concentration"];
- [1] = { itemID = 19905, droprate = "9.24%" }; --Zanzil's Band
- [2] = { itemID = 19893, droprate = "10.12%" }; --Zanzil's Seal
+ [1] = { itemID = 19905 }; --Zanzil's Band
+ [2] = { itemID = 19893 }; --Zanzil's Seal
};
{
Name = AL["The Twin Blades of Hakkari"];
- [1] = { itemID = 19865, droprate = "5.18%" }; --Warblade of the Hakkari
- [2] = { itemID = 19866, droprate = "4.55%" }; --Warblade of the Hakkari
+ [1] = { itemID = 19865 }; --Warblade of the Hakkari
+ [2] = { itemID = 19866 }; --Warblade of the Hakkari
};
};
@@ -5189,74 +5189,74 @@ AtlasLoot_Data["ZGSets"] = {
{
Name = AL["Haruspex's Garb"];
[1] = { itemID = 19955 }; -- =q4=Wushoolay's Charm of Nature"
- [2] = { itemID = 19613, desc = "=ds=#r5#" }; --Pristine Enchanted South Seas Kelp
- [3] = { itemID = 19838, desc = "=q4=#zgt9#, =ds=#r4#" }; --Zandalar Haruspex's Tunic
- [4] = { itemID = 19839, desc = "=q4=#zgt4#, =ds=#r3#" }; --Zandalar Haruspex's Belt
- [5] = { itemID = 19840, desc = "=q4=#zgt5#, =ds=#r2#" }; --Zandalar Haruspex's Bracers
+ [2] = { itemID = 19613, desc = "=ds="..BabbleFaction["Exalted"] }; --Pristine Enchanted South Seas Kelp
+ [3] = { itemID = 19838, desc = "=q4="..AL["Primal Hakkari Tabard"]..", =ds="..BabbleFaction["Revered"] }; --Zandalar Haruspex's Tunic
+ [4] = { itemID = 19839, desc = "=q4="..AL["Primal Hakkari Sash"]..", =ds="..BabbleFaction["Honored"] }; --Zandalar Haruspex's Belt
+ [5] = { itemID = 19840, desc = "=q4="..AL["Primal Hakkari Stanchion"]..", =ds="..BabbleFaction["Friendly"] }; --Zandalar Haruspex's Bracers
};
{
Name = AL["Predator's Armor"];
[1] = { itemID = 19953 }; -- =q4=Renataki's Charm of Beasts"
- [2] = { itemID = 19621, desc = "=ds=#r5#" }; --Maelstrom's Wrath
- [3] = { itemID = 19831, desc = "=q4=#zgt6#, =ds=#r4#" }; --Zandalar Predator's Mantle
- [4] = { itemID = 19832, desc = "=q4=#zgt2#, =ds=#r3#" }; --Zandalar Predator's Belt
- [5] = { itemID = 19833, desc = "=q4=#zgt3#, =ds=#r2#" }; --Zandalar Predator's Bracers
+ [2] = { itemID = 19621, desc = "=ds="..BabbleFaction["Exalted"] }; --Maelstrom's Wrath
+ [3] = { itemID = 19831, desc = "=q4="..AL["Primal Hakkari Aegis"]..", =ds="..BabbleFaction["Revered"] }; --Zandalar Predator's Mantle
+ [4] = { itemID = 19832, desc = "=q4="..AL["Primal Hakkari Shawl"]..", =ds="..BabbleFaction["Honored"] }; --Zandalar Predator's Belt
+ [5] = { itemID = 19833, desc = "=q4="..AL["Primal Hakkari Bindings"]..", =ds="..BabbleFaction["Friendly"] }; --Zandalar Predator's Bracers
};
{
Name = AL["Illusionist's Attire"];
[1] = { itemID = 19959 }; -- =q4=Hazza'rah's Charm of Magic"
- [2] = { itemID = 19601, desc = "=ds=#r5#" }; --Jewel of Kajaro
- [3] = { itemID = 20034, desc = "=q4=#zgt1#, =ds=#r4#" }; --Zandalar Illusionist's Robe
- [4] = { itemID = 19845, desc = "=q4=#zgt2#, =ds=#r3#" }; --Zandalar Illusionist's Mantle
- [5] = { itemID = 19846, desc = "=q4=#zgt3#, =ds=#r2#" }; --Zandalar Illusionist's Wraps
+ [2] = { itemID = 19601, desc = "=ds="..BabbleFaction["Exalted"] }; --Jewel of Kajaro
+ [3] = { itemID = 20034, desc = "=q4="..AL["Primal Hakkari Kossack"]..", =ds="..BabbleFaction["Revered"] }; --Zandalar Illusionist's Robe
+ [4] = { itemID = 19845, desc = "=q4="..AL["Primal Hakkari Shawl"]..", =ds="..BabbleFaction["Honored"] }; --Zandalar Illusionist's Mantle
+ [5] = { itemID = 19846, desc = "=q4="..AL["Primal Hakkari Bindings"]..", =ds="..BabbleFaction["Friendly"] }; --Zandalar Illusionist's Wraps
};
{
Name = AL["Freethinker's Armor"];
[1] = { itemID = 19952 }; -- =q4=Gri'lek's Charm of Valor"
- [2] = { itemID = 19588, desc = "=ds=#r5#" }; --Hero's Brand
- [3] = { itemID = 19825, desc = "=q4=#zgt9#, =ds=#r4#" }; --Zandalar Freethinker's Breastplate
- [4] = { itemID = 19826, desc = "=q4=#zgt2#, =ds=#r3#" }; --Zandalar Freethinker's Belt
- [5] = { itemID = 19827, desc = "=q4=#zgt3#, =ds=#r2#" }; --Zandalar Freethinker's Armguards
+ [2] = { itemID = 19588, desc = "=ds="..BabbleFaction["Exalted"] }; --Hero's Brand
+ [3] = { itemID = 19825, desc = "=q4="..AL["Primal Hakkari Tabard"]..", =ds="..BabbleFaction["Revered"] }; --Zandalar Freethinker's Breastplate
+ [4] = { itemID = 19826, desc = "=q4="..AL["Primal Hakkari Shawl"]..", =ds="..BabbleFaction["Honored"] }; --Zandalar Freethinker's Belt
+ [5] = { itemID = 19827, desc = "=q4="..AL["Primal Hakkari Bindings"]..", =ds="..BabbleFaction["Friendly"] }; --Zandalar Freethinker's Armguards
};
{
Name = AL["Confessor's Raiment"];
[1] = { itemID = 19958 }; -- =q4=Hazza'rah's Charm of Healing"
- [2] = { itemID = 19594, desc = "=ds=#r5#" }; --The All-Seeing Eye of Zuldazar
- [3] = { itemID = 19841, desc = "=q4=#zgt6#, =ds=#r4#" }; --Zandalar Confessor's Mantle
- [4] = { itemID = 19842, desc = "=q4=#zgt4#, =ds=#r3#" }; --Zandalar Confessor's Bindings
- [5] = { itemID = 19843, desc = "=q4=#zgt5#, =ds=#r2#" }; --Zandalar Confessor's Wraps
+ [2] = { itemID = 19594, desc = "=ds="..BabbleFaction["Exalted"] }; --The All-Seeing Eye of Zuldazar
+ [3] = { itemID = 19841, desc = "=q4="..AL["Primal Hakkari Aegis"]..", =ds="..BabbleFaction["Revered"] }; --Zandalar Confessor's Mantle
+ [4] = { itemID = 19842, desc = "=q4="..AL["Primal Hakkari Sash"]..", =ds="..BabbleFaction["Honored"] }; --Zandalar Confessor's Bindings
+ [5] = { itemID = 19843, desc = "=q4="..AL["Primal Hakkari Stanchion"]..", =ds="..BabbleFaction["Friendly"] }; --Zandalar Confessor's Wraps
};
{
Name = AL["Madcap's Outfit"];
[1] = { itemID = 19954 }; -- =q4=Renataki's Charm of Trickery"
- [2] = { itemID = 19617, desc = "=ds=#r5#" }; --Zandalarian Shadow Mastery Talisman
- [3] = { itemID = 19834, desc = "=q4=#zgt6#, =ds=#r4#" }; --Zandalar Madcap's Tunic
- [4] = { itemID = 19835, desc = "=q4=#zgt7#, =ds=#r3#" }; --Zandalar Madcap's Mantle
- [5] = { itemID = 19836, desc = "=q4=#zgt8#, =ds=#r2#" }; --Zandalar Madcap's Bracers
+ [2] = { itemID = 19617, desc = "=ds="..BabbleFaction["Exalted"] }; --Zandalarian Shadow Mastery Talisman
+ [3] = { itemID = 19834, desc = "=q4="..AL["Primal Hakkari Aegis"]..", =ds="..BabbleFaction["Revered"] }; --Zandalar Madcap's Tunic
+ [4] = { itemID = 19835, desc = "=q4="..AL["Primal Hakkari Girdle"]..", =ds="..BabbleFaction["Honored"] }; --Zandalar Madcap's Mantle
+ [5] = { itemID = 19836, desc = "=q4="..AL["Primal Hakkari Armsplint"]..", =ds="..BabbleFaction["Friendly"] }; --Zandalar Madcap's Bracers
};
{
Name = AL["Augur's Regalia"];
[1] = { itemID = 19956 }; -- =q4=Wushoolay's Charm of Spirits"
- [2] = { itemID = 19609, desc = "=ds=#r5#" }; --Unmarred Vision of Voodress
- [3] = { itemID = 19828, desc = "=q4=#zgt9#, =ds=#r4#" }; --Zandalar Augur's Hauberk
- [4] = { itemID = 19829, desc = "=q4=#zgt7#, =ds=#r3#" }; --Zandalar Augur's Belt
- [5] = { itemID = 19830, desc = "=q4=#zgt8#, =ds=#r2#" }; --Zandalar Augur's Bracers
+ [2] = { itemID = 19609, desc = "=ds="..BabbleFaction["Exalted"] }; --Unmarred Vision of Voodress
+ [3] = { itemID = 19828, desc = "=q4="..AL["Primal Hakkari Tabard"]..", =ds="..BabbleFaction["Revered"] }; --Zandalar Augur's Hauberk
+ [4] = { itemID = 19829, desc = "=q4="..AL["Primal Hakkari Girdle"]..", =ds="..BabbleFaction["Honored"] }; --Zandalar Augur's Belt
+ [5] = { itemID = 19830, desc = "=q4="..AL["Primal Hakkari Armsplint"]..", =ds="..BabbleFaction["Friendly"] }; --Zandalar Augur's Bracers
};
{
Name = AL["Demoniac's Threads"];
[1] = { itemID = 19957 }; -- =q4=Hazza'rah's Charm of Destruction"
- [2] = { itemID = 19605, desc = "=ds=#r5#" }; --Kezan's Unstoppable Taint
- [3] = { itemID = 20033, desc = "=q4=#zgt1#, =ds=#r4#" }; --Zandalar Demoniac's Robe
- [4] = { itemID = 19849, desc = "=q4=#zgt4#, =ds=#r3#" }; --Zandalar Demoniac's Mantle
- [5] = { itemID = 19848, desc = "=q4=#zgt5#, =ds=#r2#" }; --Zandalar Demoniac's Wraps
+ [2] = { itemID = 19605, desc = "=ds="..BabbleFaction["Exalted"] }; --Kezan's Unstoppable Taint
+ [3] = { itemID = 20033, desc = "=q4="..AL["Primal Hakkari Kossack"]..", =ds="..BabbleFaction["Revered"] }; --Zandalar Demoniac's Robe
+ [4] = { itemID = 19849, desc = "=q4="..AL["Primal Hakkari Sash"]..", =ds="..BabbleFaction["Honored"] }; --Zandalar Demoniac's Mantle
+ [5] = { itemID = 19848, desc = "=q4="..AL["Primal Hakkari Stanchion"]..", =ds="..BabbleFaction["Friendly"] }; --Zandalar Demoniac's Wraps
};
{
Name = AL["Vindicator's Battlegear"];
[1] = { itemID = 19951 }; -- =q4=Gri'lek's Charm of Might"
- [2] = { itemID = 19577, desc = "=ds=#r5#" }; --Rage of Mugamba
- [3] = { itemID = 19822, desc = "=q4=#zgt1#, =ds=#r4#" }; --Zandalar Vindicator's Breastplate
- [4] = { itemID = 19823, desc = "=q4=#zgt7#, =ds=#r3#" }; --Zandalar Vindicator's Belt
- [5] = { itemID = 19824, desc = "=q4=#zgt8#, =ds=#r2#" }; --Zandalar Vindicator's Armguards
+ [2] = { itemID = 19577, desc = "=ds="..BabbleFaction["Exalted"] }; --Rage of Mugamba
+ [3] = { itemID = 19822, desc = "=q4="..AL["Primal Hakkari Kossack"]..", =ds="..BabbleFaction["Revered"] }; --Zandalar Vindicator's Breastplate
+ [4] = { itemID = 19823, desc = "=q4="..AL["Primal Hakkari Girdle"]..", =ds="..BabbleFaction["Honored"] }; --Zandalar Vindicator's Belt
+ [5] = { itemID = 19824, desc = "=q4="..AL["Primal Hakkari Armsplint"]..", =ds="..BabbleFaction["Friendly"] }; --Zandalar Vindicator's Armguards
};
};
@@ -5270,105 +5270,105 @@ AtlasLoot_Data["AQ20Sets"] = {
Type = "ClassicRaid";
{
Name = AL["Symbols of Unending Life"];
- [1] = { itemID = 1506017, desc = "=q4=#aq20t1#, =ds=#r5#" }; --Locket of Unending Life
- [2] = { itemID = 21409, desc = "=q3=#aq20t5#, =ds=#r4#" }; --Cloak of Unending Life
- [3] = { itemID = 21408, desc = "=q3=#aq20t3#, =ds=#r3#" }; --Band of Unending Life
+ [1] = { itemID = 1506017, desc = "=q4="..AL["Qiraji Ornate Hilt"]..", =ds="..BabbleFaction["Exalted"] }; --Locket of Unending Life
+ [2] = { itemID = 21409, desc = "=q3="..AL["Qiraji Regal Drape"]..", =ds="..BabbleFaction["Revered"] }; --Cloak of Unending Life
+ [3] = { itemID = 21408, desc = "=q3="..AL["Qiraji Magisterial Ring"]..", =ds="..BabbleFaction["Honored"] }; --Band of Unending Life
};
{
Name = AL["Trappings of the Unseen Path"];
- [1] = { itemID = 1506018, desc = "=q4=#aq20t6#, =ds=#r5#" }; --Choker of the Unseen Path
- [2] = { itemID = 21403, desc = "=q3=#aq20t5#, =ds=#r4#" }; --Cloak of the Unseen Path
- [3] = { itemID = 21402, desc = "=q3=#aq20t4#, =ds=#r3#" }; --Signet of the Unseen Path
+ [1] = { itemID = 1506018, desc = "=q4="..AL["Qiraji Spiked Hilt"]..", =ds="..BabbleFaction["Exalted"] }; --Choker of the Unseen Path
+ [2] = { itemID = 21403, desc = "=q3="..AL["Qiraji Regal Drape"]..", =ds="..BabbleFaction["Revered"] }; --Cloak of the Unseen Path
+ [3] = { itemID = 21402, desc = "=q3="..AL["Qiraji Ceremonial Ring"]..", =ds="..BabbleFaction["Honored"] }; --Signet of the Unseen Path
};
{
Name = AL["Trappings of Vaulted Secrets"];
- [1] = { itemID = 1506021, desc = "=q4=#aq20t1#, =ds=#r5#" }; --Charm of Vaulted Secrets
- [2] = { itemID = 21415, desc = "=q3=#aq20t2#, =ds=#r4#" }; --Drape of Vaulted Secrets
- [3] = { itemID = 21414, desc = "=q3=#aq20t3#, =ds=#r3#" }; --Band of Vaulted Secrets
+ [1] = { itemID = 1506021, desc = "=q4="..AL["Qiraji Ornate Hilt"]..", =ds="..BabbleFaction["Exalted"] }; --Charm of Vaulted Secrets
+ [2] = { itemID = 21415, desc = "=q3="..AL["Qiraji Martial Drape"]..", =ds="..BabbleFaction["Revered"] }; --Drape of Vaulted Secrets
+ [3] = { itemID = 21414, desc = "=q3="..AL["Qiraji Magisterial Ring"]..", =ds="..BabbleFaction["Honored"] }; --Band of Vaulted Secrets
};
{
Name = AL["Battlegear of Eternal Justice"];
- [1] = { itemID = 1506020, desc = "=q4=#aq20t6#, =ds=#r5#" }; --Medallion of Eternal Justice
- [2] = { itemID = 21397, desc = "=q3=#aq20t5#, =ds=#r4#" }; --Cape of Eternal Justice
- [3] = { itemID = 21396, desc = "=q3=#aq20t3#, =ds=#r3#" }; --Ring of Eternal Justice
+ [1] = { itemID = 1506020, desc = "=q4="..AL["Qiraji Spiked Hilt"]..", =ds="..BabbleFaction["Exalted"] }; --Medallion of Eternal Justice
+ [2] = { itemID = 21397, desc = "=q3="..AL["Qiraji Regal Drape"]..", =ds="..BabbleFaction["Revered"] }; --Cape of Eternal Justice
+ [3] = { itemID = 21396, desc = "=q3="..AL["Qiraji Magisterial Ring"]..", =ds="..BabbleFaction["Honored"] }; --Ring of Eternal Justice
};
{
Name = AL["Finery of Infinite Wisdom"];
- [1] = { itemID = 1506023, desc = "=q4=#aq20t1#, =ds=#r5#" }; --Bayadere of Infinite Wisdom
- [2] = { itemID = 21412, desc = "=q3=#aq20t2#, =ds=#r4#" }; --Shroud of Infinite Wisdom
- [3] = { itemID = 21411, desc = "=q3=#aq20t4#, =ds=#r3#" }; --Ring of Infinite Wisdom
+ [1] = { itemID = 1506023, desc = "=q4="..AL["Qiraji Ornate Hilt"]..", =ds="..BabbleFaction["Exalted"] }; --Bayadere of Infinite Wisdom
+ [2] = { itemID = 21412, desc = "=q3="..AL["Qiraji Martial Drape"]..", =ds="..BabbleFaction["Revered"] }; --Shroud of Infinite Wisdom
+ [3] = { itemID = 21411, desc = "=q3="..AL["Qiraji Ceremonial Ring"]..", =ds="..BabbleFaction["Honored"] }; --Ring of Infinite Wisdom
};
{
Name = AL["Emblems of Veiled Shadows"];
- [1] = { itemID = 1506021, desc = "=q4=#aq20t6#, =ds=#r5#" }; --Charm of Vaulted Secrets
- [2] = { itemID = 21406, desc = "=q3=#aq20t2#, =ds=#r4#" }; --Cloak of Veiled Shadows
- [3] = { itemID = 21405, desc = "=q3=#aq20t4#, =ds=#r3#" }; --Band of Veiled Shadows
+ [1] = { itemID = 1506021, desc = "=q4="..AL["Qiraji Spiked Hilt"]..", =ds="..BabbleFaction["Exalted"] }; --Charm of Vaulted Secrets
+ [2] = { itemID = 21406, desc = "=q3="..AL["Qiraji Martial Drape"]..", =ds="..BabbleFaction["Revered"] }; --Cloak of Veiled Shadows
+ [3] = { itemID = 21405, desc = "=q3="..AL["Qiraji Ceremonial Ring"]..", =ds="..BabbleFaction["Honored"] }; --Band of Veiled Shadows
};
{
Name = AL["Gift of the Gathering Storm"];
- [1] = { itemID = 1506024, desc = "=q4=#aq20t6#, =ds=#r5#" }; --Necklace of the Gathering Storm
- [2] = { itemID = 21400, desc = "=q3=#aq20t5#, =ds=#r4#" }; --Cloak of the Gathering Storm
- [3] = { itemID = 21399, desc = "=q3=#aq20t3#, =ds=#r3#" }; --Ring of the Gathering Storm
+ [1] = { itemID = 1506024, desc = "=q4="..AL["Qiraji Spiked Hilt"]..", =ds="..BabbleFaction["Exalted"] }; --Necklace of the Gathering Storm
+ [2] = { itemID = 21400, desc = "=q3="..AL["Qiraji Regal Drape"]..", =ds="..BabbleFaction["Revered"] }; --Cloak of the Gathering Storm
+ [3] = { itemID = 21399, desc = "=q3="..AL["Qiraji Magisterial Ring"]..", =ds="..BabbleFaction["Honored"] }; --Ring of the Gathering Storm
};
{
Name = AL["Implements of Unspoken Names"];
- [1] = { itemID = 1506026, desc = "=q4=#aq20t1#, =ds=#r5#" }; --Bayadere of Unspoken Names
- [2] = { itemID = 21418, desc = "=q3=#aq20t5#, =ds=#r4#" }; --Shroud of Unspoken Names
- [3] = { itemID = 21417, desc = "=q3=#aq20t4#, =ds=#r3#" }; --Ring of Unspoken Names
+ [1] = { itemID = 1506026, desc = "=q4="..AL["Qiraji Ornate Hilt"]..", =ds="..BabbleFaction["Exalted"] }; --Bayadere of Unspoken Names
+ [2] = { itemID = 21418, desc = "=q3="..AL["Qiraji Regal Drape"]..", =ds="..BabbleFaction["Revered"] }; --Shroud of Unspoken Names
+ [3] = { itemID = 21417, desc = "=q3="..AL["Qiraji Ceremonial Ring"]..", =ds="..BabbleFaction["Honored"] }; --Ring of Unspoken Names
};
{
Name = AL["Battlegear of Unyielding Strength"];
- [1] = { itemID = 1506025, desc = "=q4=#aq20t6#, =ds=#r5#" }; --Collar of Unyielding Strength
- [2] = { itemID = 21394, desc = "=q3=#aq20t2#, =ds=#r4#" }; --Drape of Unyielding Strength
- [3] = { itemID = 21393, desc = "=q3=#aq20t3#=ds=, #r3#" }; --Signet of Unyielding Strength
+ [1] = { itemID = 1506025, desc = "=q4="..AL["Qiraji Spiked Hilt"]..", =ds="..BabbleFaction["Exalted"] }; --Collar of Unyielding Strength
+ [2] = { itemID = 21394, desc = "=q3="..AL["Qiraji Martial Drape"]..", =ds="..BabbleFaction["Revered"] }; --Drape of Unyielding Strength
+ [3] = { itemID = 21393, desc = "=q3="..AL["Qiraji Magisterial Ring"].."=ds=, "..BabbleFaction["Honored"] }; --Signet of Unyielding Strength
};
{
Name = AL["Keepsakes of Endless Machinations"];
- [1] = { itemID = 1506027, desc = "=q4=#aq20t6#, =ds=#r5#" }; --Choker of Endless Machinations
- [2] = { itemID = 1506028, desc = "=q3=#aq20t2#, =ds=#r4#" }; --Shroud of Endless Machinations
- [3] = { itemID = 1506029, desc = "=q3=#aq20t3#=ds=, #r3#" }; --Loop of Endless Machinations
+ [1] = { itemID = 1506027, desc = "=q4="..AL["Qiraji Spiked Hilt"]..", =ds="..BabbleFaction["Exalted"] }; --Choker of Endless Machinations
+ [2] = { itemID = 1506028, desc = "=q3="..AL["Qiraji Martial Drape"]..", =ds="..BabbleFaction["Revered"] }; --Shroud of Endless Machinations
+ [3] = { itemID = 1506029, desc = "=q3="..AL["Qiraji Magisterial Ring"].."=ds=, "..BabbleFaction["Honored"] }; --Loop of Endless Machinations
};
{
Name = AL["Regalia of Roaring Earth"];
- [1] = { itemID = 1506019, desc = "=q4=#aq20t6#, =ds=#r5#" }; --Pendant of Roaring Earth
- [2] = { itemID = 1506031, desc = "=q3=#aq20t2#, =ds=#r4#" }; --Drape of Roaring Earth
- [3] = { itemID = 1506030, desc = "=q3=#aq20t3#=ds=, #r3#" }; --Signet of Roaring Earth
+ [1] = { itemID = 1506019, desc = "=q4="..AL["Qiraji Spiked Hilt"]..", =ds="..BabbleFaction["Exalted"] }; --Pendant of Roaring Earth
+ [2] = { itemID = 1506031, desc = "=q3="..AL["Qiraji Martial Drape"]..", =ds="..BabbleFaction["Revered"] }; --Drape of Roaring Earth
+ [3] = { itemID = 1506030, desc = "=q3="..AL["Qiraji Magisterial Ring"].."=ds=, "..BabbleFaction["Honored"] }; --Signet of Roaring Earth
};
{
Name = AL["Relics of Ferocious Vigor"];
- [1] = { itemID = 1506034, desc = "=q4=#aq20t6#, =ds=#r5#" }; --Choker of Ferocious Vigor
- [2] = { itemID = 1506033, desc = "=q3=#aq20t2#, =ds=#r4#" }; --Cape of Ferocious Vigor
- [3] = { itemID = 1506032, desc = "=q3=#aq20t3#=ds=, #r3#" }; --Signet of Ferocious Vigor
+ [1] = { itemID = 1506034, desc = "=q4="..AL["Qiraji Spiked Hilt"]..", =ds="..BabbleFaction["Exalted"] }; --Choker of Ferocious Vigor
+ [2] = { itemID = 1506033, desc = "=q3="..AL["Qiraji Martial Drape"]..", =ds="..BabbleFaction["Revered"] }; --Cape of Ferocious Vigor
+ [3] = { itemID = 1506032, desc = "=q3="..AL["Qiraji Magisterial Ring"].."=ds=, "..BabbleFaction["Honored"] }; --Signet of Ferocious Vigor
};
{
Name = AL["Laurels of the Faithful Zealot"];
- [1] = { itemID = 1506037, desc = "=q4=#aq20t6#, =ds=#r5#" }; --Locket of the Faithful Zealot
- [2] = { itemID = 1506036, desc = "=q3=#aq20t2#, =ds=#r4#" }; --Shroud of the Faithful Zealot
- [3] = { itemID = 1506035, desc = "=q3=#aq20t3#=ds=, #r3#" }; --Band of the Faithful Zealot
+ [1] = { itemID = 1506037, desc = "=q4="..AL["Qiraji Spiked Hilt"]..", =ds="..BabbleFaction["Exalted"] }; --Locket of the Faithful Zealot
+ [2] = { itemID = 1506036, desc = "=q3="..AL["Qiraji Martial Drape"]..", =ds="..BabbleFaction["Revered"] }; --Shroud of the Faithful Zealot
+ [3] = { itemID = 1506035, desc = "=q3="..AL["Qiraji Magisterial Ring"].."=ds=, "..BabbleFaction["Honored"] }; --Band of the Faithful Zealot
};
{
Name = AL["Instruments of Masterful Technique"];
- [1] = { itemID = 1506040, desc = "=q4=#aq20t6#, =ds=#r5#" }; --Locket of Masterful Technique
- [2] = { itemID = 1506039, desc = "=q3=#aq20t2#, =ds=#r4#" }; --Drape of Masterful Technique
- [3] = { itemID = 1506038, desc = "=q3=#aq20t3#=ds=, #r3#" }; --Band of Masterful Technique
+ [1] = { itemID = 1506040, desc = "=q4="..AL["Qiraji Spiked Hilt"]..", =ds="..BabbleFaction["Exalted"] }; --Locket of Masterful Technique
+ [2] = { itemID = 1506039, desc = "=q3="..AL["Qiraji Martial Drape"]..", =ds="..BabbleFaction["Revered"] }; --Drape of Masterful Technique
+ [3] = { itemID = 1506038, desc = "=q3="..AL["Qiraji Magisterial Ring"].."=ds=, "..BabbleFaction["Honored"] }; --Band of Masterful Technique
};
{
Name = AL["Decorations of Martial Prowess"];
- [1] = { itemID = 1506043, desc = "=q4=#aq20t6#, =ds=#r5#" }; --Lariat of Martial Prowess
- [2] = { itemID = 1506042, desc = "=q3=#aq20t2#, =ds=#r4#" }; --Cloak of Martial Prowess
- [3] = { itemID = 1506041, desc = "=q3=#aq20t3#=ds=, #r3#" }; --Ring of Martial Prowess
+ [1] = { itemID = 1506043, desc = "=q4="..AL["Qiraji Spiked Hilt"]..", =ds="..BabbleFaction["Exalted"] }; --Lariat of Martial Prowess
+ [2] = { itemID = 1506042, desc = "=q3="..AL["Qiraji Martial Drape"]..", =ds="..BabbleFaction["Revered"] }; --Cloak of Martial Prowess
+ [3] = { itemID = 1506041, desc = "=q3="..AL["Qiraji Magisterial Ring"].."=ds=, "..BabbleFaction["Honored"] }; --Ring of Martial Prowess
};
{
Name = AL["Trophies of Unrivaled Rage"];
- [1] = { itemID = 1506046, desc = "=q4=#aq20t6#, =ds=#r5#" }; --Collar of Unrivaled Rage
- [2] = { itemID = 1506045, desc = "=q3=#aq20t2#, =ds=#r4#" }; --Cloak of Unrivaled Rage
- [3] = { itemID = 1506044, desc = "=q3=#aq20t3#=ds=, #r3#" }; --Signet of Unrivaled Rage
+ [1] = { itemID = 1506046, desc = "=q4="..AL["Qiraji Spiked Hilt"]..", =ds="..BabbleFaction["Exalted"] }; --Collar of Unrivaled Rage
+ [2] = { itemID = 1506045, desc = "=q3="..AL["Qiraji Martial Drape"]..", =ds="..BabbleFaction["Revered"] }; --Cloak of Unrivaled Rage
+ [3] = { itemID = 1506044, desc = "=q3="..AL["Qiraji Magisterial Ring"].."=ds=, "..BabbleFaction["Honored"] }; --Signet of Unrivaled Rage
};
{
Name = AL["Remnants of Expansive Research"];
- [1] = { itemID = 1506049, desc = "=q4=#aq20t6#, =ds=#r5#" }; --Bayadere of Expansive Research
- [2] = { itemID = 1506048, desc = "=q3=#aq20t2#, =ds=#r4#" }; --Drape of Expansive Research
- [3] = { itemID = 1506047, desc = "=q3=#aq20t3#=ds=, #r3#" }; --Loop of Expansive Research
+ [1] = { itemID = 1506049, desc = "=q4="..AL["Qiraji Spiked Hilt"]..", =ds="..BabbleFaction["Exalted"] }; --Bayadere of Expansive Research
+ [2] = { itemID = 1506048, desc = "=q3="..AL["Qiraji Martial Drape"]..", =ds="..BabbleFaction["Revered"] }; --Drape of Expansive Research
+ [3] = { itemID = 1506047, desc = "=q3="..AL["Qiraji Magisterial Ring"].."=ds=, "..BabbleFaction["Honored"] }; --Loop of Expansive Research
};
};
@@ -5378,7 +5378,7 @@ AtlasLoot_Data["AQ20Sets"] = {
AtlasLoot_Data["T2.5"] = {
Module = "AtlasLoot_OriginalWoW";
- Name = AL["AQ40 Class Sets"] .. " (Tier 2.5)";
+ Name = AL["AQ40 Class Sets"] .." (Tier 2.5)";
Type = "ClassicRaid";
{
Name = AL["Druid"];
@@ -5389,7 +5389,7 @@ AtlasLoot_Data["T2.5"] = {
[5] = { itemID = 21355 }; -- =q4=Genesis Boots"
};
{
- Name = AL["Druid"] .. WHITE.." - Tank";
+ Name = AL["Druid"] ..WHITE.." - Tank";
[1] = { itemID = 1507029 }; -- =q4=Genesis Carapace"
[2] = { itemID = 1507025 }; -- =q4=Genesis Mask"
[3] = { itemID = 1507028 }; -- =q4=Genesis Pants"
@@ -5397,7 +5397,7 @@ AtlasLoot_Data["T2.5"] = {
[5] = { itemID = 1507027 }; -- =q4=Genesis Treads"
};
{
- Name = AL["Druid"] .. WHITE.." - Feral";
+ Name = AL["Druid"] ..WHITE.." - Feral";
[1] = { itemID = 1507024 }; -- =q4=Genesis Garb"
[2] = { itemID = 1507020 }; -- =q4=Genesis Visor"
[3] = { itemID = 1507023 }; -- =q4=Genesis Legguards"
@@ -5429,7 +5429,7 @@ AtlasLoot_Data["T2.5"] = {
[5] = { itemID = 21388 }; -- =q4=Avenger's Greaves"
};
{
- Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"] .. " - Tank";
+ Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"] .." - Tank";
[1] = { itemID = 1507030 }; -- =q4=Avenger's Carapace"
[2] = { itemID = 1507031 }; -- =q4=Avenger's Laurels"
[3] = { itemID = 1507033 }; -- =q4=Avenger's Legplates"
@@ -5461,7 +5461,7 @@ AtlasLoot_Data["T2.5"] = {
[5] = { itemID = 21373 }; -- =q4=Stormcaller's Footguards"
};
{
- Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] .. " - Hybrid";
+ Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] .." - Hybrid";
[1] = { itemID = 1507017 }; -- =q4=Stormcaller's Chestguard"
[2] = { itemID = 1507015 }; -- =q4=Stormcaller's Crown"
[3] = { itemID = 1507018 }; -- =q4=Stormcaller's Greaves"
@@ -5477,7 +5477,7 @@ AtlasLoot_Data["T2.5"] = {
[5] = { itemID = 21338 }; -- =q4=Doomcaller's Footwraps"
};
{
- Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] .. " - Tank";
+ Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] .." - Tank";
[1] = { itemID = 21331 }; -- =q4=Conqueror's Breastplate"
[2] = { itemID = 21329 }; -- =q4=Conqueror's Crown"
[3] = { itemID = 21332 }; -- =q4=Conqueror's Legguards"
@@ -5485,7 +5485,7 @@ AtlasLoot_Data["T2.5"] = {
[5] = { itemID = 21333 }; -- =q4=Conqueror's Greaves"
};
{
- Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] .. " - Parry Tank";
+ Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] .." - Parry Tank";
[1] = { itemID = 1507002 }; -- =q4=Conqueror's Carapace"
[2] = { itemID = 1507000 }; -- =q4=Conqueror's Tusks"
[3] = { itemID = 1507003 }; -- =q4=Conqueror's Tassets"
@@ -5493,7 +5493,7 @@ AtlasLoot_Data["T2.5"] = {
[5] = { itemID = 1507004 }; -- =q4=Conqueror's Advance"
};
{
- Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] .. " - DPS";
+ Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] .." - DPS";
[1] = { itemID = 10912 }; -- =q4=Conqueror's Chestplate"
[2] = { itemID = 10910 }; -- =q4=Conqueror's Headguard"
[3] = { itemID = 10913 }; -- =q4=Conqueror's Platelegs"
@@ -5586,7 +5586,7 @@ AtlasLoot_Data["AVMisc"] = {
Name = BabbleZone["Alterac Valley"];
{
Name = AL["Misc. Rewards"];
- [1] = { icon = "INV_BannerPVP_02", name = "=q6=#m7#", desc = "=q5=#b1#" };
+ [1] = { icon = "INV_BannerPVP_02", name = WHITE..BabbleFaction["Alliance"], desc = "=q5="..BabbleFaction["Stormpike Guard"] };
[2] = { itemID = 19030, price = "50000 #alliance#" }; --Stormpike Battle Charger
[3] = { itemID = 19045, price = "15000 #alliance#" }; --Stormpike Battle Standard
[4] = { itemID = 19032, price = "15000 #alliance#" }; --Stormpike Battle Tabard
@@ -5595,7 +5595,7 @@ AtlasLoot_Data["AVMisc"] = {
[8] = { itemID = 17349, price = "5 #silver# 1 #faction#" }; --Superior Healing Draught
[9] = { itemID = 19301, price = "70 #silver#" }; --Alterac Manna Biscuit
[10] = { itemID = 19307, price = "80 #silver#" }; --Alterac Heavy Runecloth Bandage
- [16] = { icon = "INV_BannerPVP_01", name = "=q6=#m6#", desc = "=q5=#b2#" };
+ [16] = { icon = "INV_BannerPVP_01", name = WHITE..BabbleFaction["Horde"], desc = "=q5="..BabbleFaction["Frostwolf Clan"] };
[17] = { itemID = 19029, price = "50000 #horde#" }; --Horn of the Frostwolf Howler
[18] = { itemID = 19046, price = "15000 #horde#" }; --Frostwolf Battle Standard
[19] = { itemID = 19031, price = "15000 #horde#" }; --Frostwolf Battle Tabard
@@ -5666,7 +5666,7 @@ AtlasLoot_Data["AVMisc"] = {
AtlasLoot_Data["AB_A"] = {
Module = "AtlasLoot_OriginalWoW";
- Name = BabbleZone["Arathi Basin"] .. WHITE.." (Alliance)";
+ Name = BabbleZone["Arathi Basin"] ..WHITE.." (Alliance)";
{
Name = AL["Misc. Rewards"];
[1] = { itemID = 17349, price = "5 #silver# 1 #alliance#" }; --Superior Healing Draught
@@ -5785,7 +5785,7 @@ AtlasLoot_Data["AB_A"] = {
AtlasLoot_Data["AB_H"] = {
Module = "AtlasLoot_OriginalWoW";
- Name = BabbleZone["Arathi Basin"] .. WHITE.." (Horde)";
+ Name = BabbleZone["Arathi Basin"] ..WHITE.." (Horde)";
{
Name = AL["Misc. Rewards"];
[1] = { itemID = 17349, price = "5 #silver# 5 #horde#" }; --Superior Healing Draught
@@ -5908,7 +5908,7 @@ AtlasLoot_Data["AB_H"] = {
AtlasLoot_Data["WSG_A"] = {
Module = "AtlasLoot_OriginalWoW";
- Name = BabbleZone["Warsong Gulch"] .. WHITE.." (Alliance)";
+ Name = BabbleZone["Warsong Gulch"] ..WHITE.." (Alliance)";
{
Name = AL["Misc. Rewards"];
[1] = { itemID = 19506, price = "12000 #faction#" }; --Silverwing Battle Tabard
@@ -5994,7 +5994,7 @@ AtlasLoot_Data["WSG_A"] = {
AtlasLoot_Data["WSG_H"] = {
Module = "AtlasLoot_OriginalWoW";
- Name = BabbleZone["Warsong Gulch"] .. WHITE.." (Horde)";
+ Name = BabbleZone["Warsong Gulch"] ..WHITE.." (Horde)";
{
Name = AL["Misc. Rewards"];
[1] = { itemID = 19505, price = "12000 #faction#" }; --Warsong Battle Tabard
@@ -6085,7 +6085,7 @@ AtlasLoot_Data["PVPDruid"] = {
Module = "AtlasLoot_OriginalWoW";
Name = AL["Druid"];
{
- Name = AL["Rare Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Rare Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 16424, price = "9435 #alliance#" }; --Lieutenant Commander's Dragonhide Headguard
[2] = { itemID = 16423, price = "6885 #alliance#" }; --Lieutenant Commander's Dragonhide Shoulders
[3] = { itemID = 16421, price = "9435 #alliance#" }; --Knight-Captain's Dragonhide Chestpiece
@@ -6094,7 +6094,7 @@ AtlasLoot_Data["PVPDruid"] = {
[6] = { itemID = 16393, price = "5000 #alliance#" }; --Knight-Lieutenant's Dragonhide Treads
};
{
- Name = AL["Superior Rare Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Superior Rare Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 23308, price = "24000 #alliance#" }; --Lieutenant Commander's Dragonhide Headguard
[2] = { itemID = 23309, price = "14000 #alliance#" }; --Lieutenant Commander's Dragonhide Shoulders
[3] = { itemID = 23294, price = "24000 #alliance#" }; --Knight-Captain's Dragonhide Chestpiece
@@ -6103,7 +6103,7 @@ AtlasLoot_Data["PVPDruid"] = {
[6] = { itemID = 23281, price = "14000 #alliance#" }; --Knight-Lieutenant's Dragonhide Treads
};
{
- Name = AL["Epic Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Epic Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 16451, price = "68200 #alliance#" }; --Field Marshal's Dragonhide Helmet
[2] = { itemID = 16449, price = "52200 #alliance#" }; --Field Marshal's Dragonhide Spaulders
[3] = { itemID = 16452, price = "68200 #alliance#" }; --Field Marshal's Dragonhide Breastplate
@@ -6112,7 +6112,7 @@ AtlasLoot_Data["PVPDruid"] = {
[6] = { itemID = 16459, price = "52200 #alliance#" }; --Marshal's Dragonhide Boots
};
{
- Name = AL["Superior Epic Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Superior Epic Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 6116550, price = "2370 #arena# #horde#" }; --Grand Marshal's Chain Helm
[2] = { itemID = 6116551, price = "1930 #arena# #horde#" }; --Grand Marshal's Chain Spaulders
[3] = { itemID = 6116549, price = "2370 #arena# #horde#" }; --Grand Marshal's Chain Breastplate
@@ -6121,7 +6121,7 @@ AtlasLoot_Data["PVPDruid"] = {
[6] = { itemID = 6116554, price = "1430 #arena# #horde#" }; --Grand Marshal's Chain Boots
};
{
- Name = AL["Rare Set"] .. WHITE.." (Horde)";
+ Name = AL["Rare Set"] ..WHITE.." (Horde)";
[1] = { itemID = 16503, price = "9435 #horde#" }; --Champion's Dragonhide Headguard
[2] = { itemID = 16501, price = "6885 #horde#" }; --Champion's Dragonhide Shoulders
[3] = { itemID = 16504, price = "9435 #horde#" }; --Legionnaire's Dragonhide Chestpiece
@@ -6130,7 +6130,7 @@ AtlasLoot_Data["PVPDruid"] = {
[6] = { itemID = 16494, price = "5000 #horde#" }; --Blood Guard's Dragonhide Treads
};
{
- Name = AL["Superior Rare Set"] .. WHITE.." (Horde)";
+ Name = AL["Superior Rare Set"] ..WHITE.." (Horde)";
[1] = { itemID = 23253, price = "24000 #horde#" }; --Champion's Dragonhide Headguard
[2] = { itemID = 23254, price = "14000 #horde#" }; --Champion's Dragonhide Shoulders
[3] = { itemID = 22877, price = "24000 #horde#" }; --Legionnaire's Dragonhide Chestpiece
@@ -6139,7 +6139,7 @@ AtlasLoot_Data["PVPDruid"] = {
[6] = { itemID = 22852, price = "14000 #horde#" }; --Blood Guard's Dragonhide Treads
};
{
- Name = AL["Epic Set"] .. WHITE.." (Horde)";
+ Name = AL["Epic Set"] ..WHITE.." (Horde)";
[1] = { itemID = 16550, price = "68200 #horde#" }; --Warlord's Dragonhide Helmet
[2] = { itemID = 16551, price = "52200 #horde#" }; --Warlord's Dragonhide Epaulets
[3] = { itemID = 16549, price = "68200 #horde#" }; --Warlord's Dragonhide Hauberk
@@ -6148,7 +6148,7 @@ AtlasLoot_Data["PVPDruid"] = {
[6] = { itemID = 16554, price = "52200 #horde#" }; --General's Dragonhide Boots
};
{
- Name = AL["Superior Epic Set"] .. WHITE.." (Horde)";
+ Name = AL["Superior Epic Set"] ..WHITE.." (Horde)";
[1] = { itemID = 6116451, price = "2370 #arena# #alliance#" }; --High Warlord's Dragonhide Helmet
[2] = { itemID = 6116449, price = "1930 #arena# #alliance#" }; --High Warlord's Dragonhide Epaulets
[3] = { itemID = 6116452, price = "2370 #arena# #alliance#" }; --High Warlord's Dragonhide Hauberk
@@ -6164,7 +6164,7 @@ AtlasLoot_Data["PVPHunter"] = {
Module = "AtlasLoot_OriginalWoW";
Name = LOCALIZED_CLASS_NAMES_MALE["HUNTER"];
{
- Name = AL["Rare Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Rare Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 16428, price = "9435 #alliance#" }; --Lieutenant Commander's Chain Helm
[2] = { itemID = 16427, price = "6885 #alliance#" }; --Lieutenant Commander's Chain Shoulders
[3] = { itemID = 16425, price = "9435 #alliance#" }; --Knight-Captain's Chain Hauberk
@@ -6173,7 +6173,7 @@ AtlasLoot_Data["PVPHunter"] = {
[6] = { itemID = 16401, price = "5000 #alliance#" }; --Knight-Lieutenant's Chain Greaves
};
{
- Name = AL["Superior Rare Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Superior Rare Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 23306, price = "24000 #alliance#" }; --Lieutenant Commander's Chain Helm
[2] = { itemID = 23307, price = "14000 #alliance#" }; --Lieutenant Commander's Chain Shoulders
[3] = { itemID = 23292, price = "24000 #alliance#" }; --Knight-Captain's Chain Hauberk
@@ -6182,7 +6182,7 @@ AtlasLoot_Data["PVPHunter"] = {
[6] = { itemID = 23278, price = "14000 #alliance#" }; --Knight-Lieutenant's Chain Greaves
};
{
- Name = AL["Epic Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Epic Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 16465, price = "68200 #alliance#" }; --Field Marshal's Chain Helm
[2] = { itemID = 16468, price = "52200 #alliance#" }; --Field Marshal's Chain Spaulders
[3] = { itemID = 16466, price = "68200 #alliance#" }; --Field Marshal's Chain Breastplate
@@ -6191,7 +6191,7 @@ AtlasLoot_Data["PVPHunter"] = {
[6] = { itemID = 16462, price = "52200 #alliance#" }; --Marshal's Chain Boots
};
{
- Name = AL["Superior Epic Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Superior Epic Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 6116465, price = "2370 #arena# #alliance#" }; --Grand Marshal's Chain Helm
[2] = { itemID = 6116468, price = "1930 #arena# #alliance#" }; --Grand Marshal's Chain Spaulders
[3] = { itemID = 6116466, price = "2370 #arena# #alliance#" }; --Grand Marshal's Chain Breastplate
@@ -6200,7 +6200,7 @@ AtlasLoot_Data["PVPHunter"] = {
[6] = { itemID = 6116462, price = "1430 #arena# #alliance#" }; --Grand Marshal's Chain Boots
};
{
- Name = AL["Rare Set"] .. WHITE.." (Horde)";
+ Name = AL["Rare Set"] ..WHITE.." (Horde)";
[1] = { itemID = 16526, price = "9435 #horde#" }; --Champion's Chain Helm
[2] = { itemID = 16528, price = "6885 #horde#" }; --Champion's Chain Shoulders
[3] = { itemID = 16525, price = "9435 #horde#" }; --Legionnaire's Chain Hauberk
@@ -6209,7 +6209,7 @@ AtlasLoot_Data["PVPHunter"] = {
[6] = { itemID = 16531, price = "5000 #horde#" }; --Blood Guard's Chain Greaves
};
{
- Name = AL["Superior Rare Set"] .. WHITE.." (Horde)";
+ Name = AL["Superior Rare Set"] ..WHITE.." (Horde)";
[1] = { itemID = 23251, price = "24000 #horde#" }; --Champion's Chain Helm
[2] = { itemID = 23252, price = "14000 #horde#" }; --Champion's Chain Shoulders
[3] = { itemID = 22874, price = "24000 #horde#" }; --Legionnaire's Chain Hauberk
@@ -6218,7 +6218,7 @@ AtlasLoot_Data["PVPHunter"] = {
[6] = { itemID = 22843, price = "14000 #horde#" }; --Blood Guard's Chain Greaves
};
{
- Name = AL["Epic Set"] .. WHITE.." (Horde)";
+ Name = AL["Epic Set"] ..WHITE.." (Horde)";
[1] = { itemID = 16566, price = "68200 #horde#" }; --Warlord's Chain Helmet
[2] = { itemID = 16568, price = "52200 #horde#" }; --Warlord's Chain Shoulders
[3] = { itemID = 16565, price = "68200 #horde#" }; --Warlord's Chain Chestpiece
@@ -6227,7 +6227,7 @@ AtlasLoot_Data["PVPHunter"] = {
[6] = { itemID = 16569, price = "52200 #horde#" }; --General's Chain Boots
};
{
- Name = AL["Superior Epic Set"] .. WHITE.." (Horde)";
+ Name = AL["Superior Epic Set"] ..WHITE.." (Horde)";
[1] = { itemID = 6116566, price = "2370 #arena# #horde#" }; --High Warlord's Chain Helmet
[2] = { itemID = 6116568, price = "1930 #arena# #horde#" }; --High Warlord's Chain Shoulders
[3] = { itemID = 6116565, price = "2370 #arena# #horde#" }; --High Warlord's Chain Chestpiece
@@ -6241,7 +6241,7 @@ AtlasLoot_Data["PVPMage"] = {
Module = "AtlasLoot_OriginalWoW";
Name = LOCALIZED_CLASS_NAMES_MALE["MAGE"];
{
- Name = AL["Rare Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Rare Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 16416, price = "9435 #alliance#" }; --Lieutenant Commander's Silk Cowl
[2] = { itemID = 16415, price = "6885 #alliance#" }; --Lieutenant Commander's Silk Mantle
[3] = { itemID = 16413, price = "9435 #alliance#" }; --Knight-Captain's Silk Tunic
@@ -6250,7 +6250,7 @@ AtlasLoot_Data["PVPMage"] = {
[6] = { itemID = 16369, price = "5000 #alliance#" }; --Knight-Lieutenant's Silk Walkers
};
{
- Name = AL["Superior Rare Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Superior Rare Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 23318, price = "24000 #alliance#" }; --Lieutenant Commander's Silk Cowl
[2] = { itemID = 23319, price = "14000 #alliance#" }; --Lieutenant Commander's Silk Mantle
[3] = { itemID = 23305, price = "24000 #alliance#" }; --Knight-Captain's Silk Tunic
@@ -6259,7 +6259,7 @@ AtlasLoot_Data["PVPMage"] = {
[6] = { itemID = 23291, price = "14000 #alliance#" }; --Knight-Lieutenant's Silk Walkers
};
{
- Name = AL["Epic Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Epic Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 16441, price = "68200 #alliance#" }; --Field Marshal's Coronet
[2] = { itemID = 16444, price = "52200 #alliance#" }; --Field Marshal's Silk Spaulders
[3] = { itemID = 16443, price = "68200 #alliance#" }; --Field Marshal's Silk Vestments
@@ -6268,7 +6268,7 @@ AtlasLoot_Data["PVPMage"] = {
[6] = { itemID = 16437, price = "52200 #alliance#" }; --Marshal's Silk Footwraps
};
{
- Name = AL["Superior Epic Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Superior Epic Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 6116441, price = "2370 #arena# #alliance#" }; --Grand Marshal's Coronet
[2] = { itemID = 6116444, price = "1930 #arena# #alliance#" }; --Grand Marshal's Silk Spaulders
[3] = { itemID = 6116443, price = "2370 #arena# #alliance#" }; --Grand Marshal's Silk Vestments
@@ -6277,7 +6277,7 @@ AtlasLoot_Data["PVPMage"] = {
[6] = { itemID = 6116437, price = "1430 #arena# #alliance#" }; --Grand Marshal's Silk Footwraps
};
{
- Name = AL["Rare Set"] .. WHITE.." (Horde)";
+ Name = AL["Rare Set"] ..WHITE.." (Horde)";
[1] = { itemID = 16489, price = "9435 #horde#" }; --Champion's Silk Cowl
[2] = { itemID = 16492, price = "6885 #horde#" }; --Champion's Silk Mantle
[3] = { itemID = 16491, price = "9435 #horde#" }; --Legionnaire's Silk Tunic
@@ -6286,7 +6286,7 @@ AtlasLoot_Data["PVPMage"] = {
[6] = { itemID = 16485, price = "5000 #horde#" }; --Blood Guard's Silk Walkers
};
{
- Name = AL["Superior Rare Set"] .. WHITE.." (Horde)";
+ Name = AL["Superior Rare Set"] ..WHITE.." (Horde)";
[1] = { itemID = 23263, price = "24000 #horde#" }; --Champion's Silk Cowl
[2] = { itemID = 23264, price = "14000 #horde#" }; --Champion's Silk Mantle
[3] = { itemID = 22886, price = "24000 #horde#" }; --Legionnaire's Silk Tunic
@@ -6295,7 +6295,7 @@ AtlasLoot_Data["PVPMage"] = {
[6] = { itemID = 22860, price = "14000 #horde#" }; --Blood Guard's Silk Walkers
};
{
- Name = AL["Epic Set"] .. WHITE.." (Horde)";
+ Name = AL["Epic Set"] ..WHITE.." (Horde)";
[1] = { itemID = 16533, price = "68200 #horde#" }; --Warlord's Silk Cowl
[2] = { itemID = 16536, price = "52200 #horde#" }; --Warlord's Silk Amice
[3] = { itemID = 16535, price = "68200 #horde#" }; --Warlord's Silk Raiment
@@ -6304,7 +6304,7 @@ AtlasLoot_Data["PVPMage"] = {
[6] = { itemID = 16539, price = "52200 #horde#" }; --General's Silk Boots
};
{
- Name = AL["Superior Epic Set"] .. WHITE.." (Horde)";
+ Name = AL["Superior Epic Set"] ..WHITE.." (Horde)";
[1] = { itemID = 6116533, price = "2370 #arena# #horde#" }; --High Warlord's Silk Cowl
[2] = { itemID = 6116536, price = "1930 #arena# #horde#" }; --High Warlord's Silk Amice
[3] = { itemID = 6116535, price = "2370 #arena# #horde#" }; --High Warlord's Silk Raiment
@@ -6318,7 +6318,7 @@ AtlasLoot_Data["PVPPaladin"] = {
Module = "AtlasLoot_OriginalWoW";
Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"];
{
- Name = AL["Rare Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Rare Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 16434, price = "9435 #alliance#" }; --Lieutenant Commander's Lamellar Headguard
[2] = { itemID = 16436, price = "6885 #alliance#" }; --Lieutenant Commander's Lamellar Shoulders
[3] = { itemID = 16433, price = "9435 #alliance#" }; --Knight-Captain's Lamellar Breastplate
@@ -6327,7 +6327,7 @@ AtlasLoot_Data["PVPPaladin"] = {
[6] = { itemID = 16409, price = "5000 #alliance#" }; --Knight-Lieutenant's Lamellar Sabatons
};
{
- Name = AL["Superior Rare Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Superior Rare Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 23276, price = "24000 #alliance#" }; --Lieutenant Commander's Lamellar Headguard
[2] = { itemID = 23277, price = "14000 #alliance#" }; --Lieutenant Commander's Lamellar Shoulders
[3] = { itemID = 23272, price = "24000 #alliance#" }; --Knight-Captain's Lamellar Breastplate
@@ -6336,7 +6336,7 @@ AtlasLoot_Data["PVPPaladin"] = {
[6] = { itemID = 23275, price = "14000 #alliance#" }; --Knight-Lieutenant's Lamellar Sabatons
};
{
- Name = AL["Epic Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Epic Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 16474, price = "68200 #alliance#" }; --Field Marshal's Lamellar Faceguard
[2] = { itemID = 16476, price = "52200 #alliance#" }; --Field Marshal's Lamellar Pauldrons
[3] = { itemID = 16473, price = "68200 #alliance#" }; --Field Marshal's Lamellar Chestplate
@@ -6345,7 +6345,7 @@ AtlasLoot_Data["PVPPaladin"] = {
[6] = { itemID = 16472, price = "52200 #alliance#" }; --Marshal's Lamellar Boots
};
{
- Name = AL["Superior Epic Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Superior Epic Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 6116474, price = "2370 #arena# #alliance#" }; --Grand Marshal's Lamellar Faceguard
[2] = { itemID = 6116476, price = "1930 #arena# #alliance#" }; --Grand Marshal's Lamellar Pauldrons
[3] = { itemID = 6116473, price = "2370 #arena# #alliance#" }; --Grand Marshal's Lamellar Chestplate
@@ -6354,7 +6354,7 @@ AtlasLoot_Data["PVPPaladin"] = {
[6] = { itemID = 6116472, price = "1430 #arena# #alliance#" }; --Grand Marshal's Lamellar Boots
};
{
- Name = AL["Superior Rare Set"] .. WHITE.." (Horde)";
+ Name = AL["Superior Rare Set"] ..WHITE.." (Horde)";
[1] = { itemID = 29604, price = "24000 #horde#" }; --Champion's Lamellar Headguard
[2] = { itemID = 29605, price = "14000 #horde#" }; --Champion's Lamellar Shoulders
[3] = { itemID = 29602, price = "24000 #horde#" }; --Legionnaire's Lamellar Breastplate
@@ -6363,7 +6363,7 @@ AtlasLoot_Data["PVPPaladin"] = {
[6] = { itemID = 29601, price = "14000 #horde#" }; --Blood Guard's Lamellar Sabatons
};
{
- Name = AL["Epic Set"] .. WHITE.." (Horde)";
+ Name = AL["Epic Set"] ..WHITE.." (Horde)";
[1] = { itemID = 29616, price = "68200 #horde#" }; --Warlord's Lamellar Faceguard
[2] = { itemID = 29617, price = "52200 #horde#" }; --Warlord's Lamellar Pauldrons
[3] = { itemID = 29615, price = "68200 #horde#" }; --Warlord's Lamellar Chestplate
@@ -6372,7 +6372,7 @@ AtlasLoot_Data["PVPPaladin"] = {
[6] = { itemID = 29612, price = "52200 #horde#" }; --General's Lamellar Boots
};
{
- Name = AL["Superior Epic Set"] .. WHITE.." (Horde)";
+ Name = AL["Superior Epic Set"] ..WHITE.." (Horde)";
[1] = { itemID = 6129616, price = "2370 #arena# #horde#" }; --High Warlord's Lamellar Faceguard
[2] = { itemID = 6129617, price = "1930 #arena# #horde#" }; --High Warlord's Lamellar Pauldrons
[3] = { itemID = 6129615, price = "2370 #arena# #horde#" }; --High Warlord's Lamellar Chestplate
@@ -6386,7 +6386,7 @@ AtlasLoot_Data["PVPPriest"] = {
Module = "AtlasLoot_OriginalWoW";
Name = LOCALIZED_CLASS_NAMES_MALE["PRIEST"];
{
- Name = AL["Rare Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Rare Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 17598, price = "9435 #alliance#" }; --Lieutenant Commander's Satin Hood
[2] = { itemID = 17601, price = "6885 #alliance#" }; --Lieutenant Commander's Satin Mantle
[3] = { itemID = 17600, price = "9435 #alliance#" }; --Knight-Captain's Satin Tunic
@@ -6395,7 +6395,7 @@ AtlasLoot_Data["PVPPriest"] = {
[6] = { itemID = 17594, price = "5000 #alliance#" }; --Knight-Lieutenant's Satin Walkers
};
{
- Name = AL["Superior Rare Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Superior Rare Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 23316, price = "24000 #alliance#" }; --Lieutenant Commander's Satin Hood
[2] = { itemID = 23317, price = "14000 #alliance#" }; --Lieutenant Commander's Satin Mantle
[3] = { itemID = 23303, price = "24000 #alliance#" }; --Knight-Captain's Satin Tunic
@@ -6404,7 +6404,7 @@ AtlasLoot_Data["PVPPriest"] = {
[6] = { itemID = 23289, price = "14000 #alliance#" }; --Knight-Lieutenant's Satin Walkers
};
{
- Name = AL["Epic Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Epic Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 17602, price = "68200 #alliance#" }; --Field Marshal's Headdress
[2] = { itemID = 17604, price = "52200 #alliance#" }; --Field Marshal's Satin Mantle
[3] = { itemID = 17605, price = "68200 #alliance#" }; --Field Marshal's Satin Vestments
@@ -6413,7 +6413,7 @@ AtlasLoot_Data["PVPPriest"] = {
[6] = { itemID = 17607, price = "52200 #alliance#" }; --Marshal's Satin Sandals
};
{
- Name = AL["Superior Epic Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Superior Epic Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 6117602, price = "2370 #arena# #alliance#" }; --Grand Marshal's Headdress
[2] = { itemID = 6117604, price = "1930 #arena# #alliance#" }; --Grand Marshal's Satin Mantle
[3] = { itemID = 6117605, price = "2370 #arena# #alliance#" }; --Grand Marshal's Satin Vestments
@@ -6422,7 +6422,7 @@ AtlasLoot_Data["PVPPriest"] = {
[6] = { itemID = 6117607, price = "1430 #arena# #alliance#" }; --Grand Marshal's Satin Sandals
};
{
- Name = AL["Rare Set"] .. WHITE.." (Horde)";
+ Name = AL["Rare Set"] ..WHITE.." (Horde)";
[1] = { itemID = 16489, price = "9435 #horde#" }; --Champion's Satin Hood
[2] = { itemID = 16492, price = "6885 #horde#" }; --Champion's Satin Mantle
[3] = { itemID = 16491, price = "9435 #horde#" }; --Legionnaire's Satin Tunic
@@ -6431,7 +6431,7 @@ AtlasLoot_Data["PVPPriest"] = {
[6] = { itemID = 16485, price = "5000 #horde#" }; --Blood Guard's Satin Walkers
};
{
- Name = AL["Superior Rare Set"] .. WHITE.." (Horde)";
+ Name = AL["Superior Rare Set"] ..WHITE.." (Horde)";
[1] = { itemID = 23261, price = "24000 #horde#" }; --Champion's Satin Hood
[2] = { itemID = 23262, price = "14000 #horde#" }; --Champion's Satin Mantle
[3] = { itemID = 22885, price = "24000 #horde#" }; --Legionnaire's Satin Tunic
@@ -6440,7 +6440,7 @@ AtlasLoot_Data["PVPPriest"] = {
[6] = { itemID = 22859, price = "14000 #horde#" }; --Blood Guard's Satin Walkers
};
{
- Name = AL["Epic Set"] .. WHITE.." (Horde)";
+ Name = AL["Epic Set"] ..WHITE.." (Horde)";
[1] = { itemID = 17623, price = "68200 #horde#" }; --Warlord's Satin Cowl
[2] = { itemID = 17622, price = "52200 #horde#" }; --Warlord's Satin Mantle
[3] = { itemID = 17624, price = "68200 #horde#" }; --Warlord's Satin Robes
@@ -6449,7 +6449,7 @@ AtlasLoot_Data["PVPPriest"] = {
[6] = { itemID = 17618, price = "52200 #horde#" }; --General's Satin Boots
};
{
- Name = AL["Superior Epic Set"] .. WHITE.." (Horde)";
+ Name = AL["Superior Epic Set"] ..WHITE.." (Horde)";
[1] = { itemID = 6117623, price = "2370 #arena# #horde#" }; --High Warlord's Satin Cowl
[2] = { itemID = 6117622, price = "1930 #arena# #horde#" }; --High Warlord's Satin Mantle
[3] = { itemID = 6117624, price = "2370 #arena# #horde#" }; --High Warlord's Satin Robes
@@ -6464,7 +6464,7 @@ AtlasLoot_Data["PVPRogue"] = {
Module = "AtlasLoot_OriginalWoW";
Name = LOCALIZED_CLASS_NAMES_MALE["ROGUE"];
{
- Name = AL["Rare Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Rare Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 16418, price = "9435 #alliance#" }; --Lieutenant Commander's Leather Helm
[2] = { itemID = 16420, price = "6885 #alliance#" }; --Lieutenant Commander's Leather Shoulders
[3] = { itemID = 16417, price = "9435 #alliance#" }; --Knight-Captain's Leather Chestpiece
@@ -6473,7 +6473,7 @@ AtlasLoot_Data["PVPRogue"] = {
[6] = { itemID = 16392, price = "5000 #alliance#" }; --Knight-Lieutenant's Leather Walkers
};
{
- Name = AL["Superior Rare Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Superior Rare Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 23312, price = "24000 #alliance#" }; --Lieutenant Commander's Leather Helm
[2] = { itemID = 23313, price = "14000 #alliance#" }; --Lieutenant Commander's Leather Shoulders
[3] = { itemID = 23298, price = "24000 #alliance#" }; --Knight-Captain's Leather Chestpiece
@@ -6482,7 +6482,7 @@ AtlasLoot_Data["PVPRogue"] = {
[6] = { itemID = 23285, price = "14000 #alliance#" }; --Knight-Lieutenant's Leather Walkers
};
{
- Name = AL["Epic Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Epic Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 16455, price = "68200 #alliance#" }; --Field Marshal's Leather Mask
[2] = { itemID = 16457, price = "52200 #alliance#" }; --Field Marshal's Leather Epaulets
[3] = { itemID = 16453, price = "68200 #alliance#" }; --Field Marshal's Leather Chestpiece
@@ -6491,7 +6491,7 @@ AtlasLoot_Data["PVPRogue"] = {
[6] = { itemID = 16446, price = "52200 #alliance#" }; --Marshal's Leather Footguards
};
{
- Name = AL["Superior Epic Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Superior Epic Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 6116455, price = "2370 #arena# #alliance#" }; --Grand Marshal's Leather Mask
[2] = { itemID = 6116457, price = "1930 #arena# #alliance#" }; --Grand Marshal's Leather Epaulets
[3] = { itemID = 6116453, price = "2370 #arena# #alliance#" }; --Grand Marshal's Leather Chestpiece
@@ -6500,7 +6500,7 @@ AtlasLoot_Data["PVPRogue"] = {
[6] = { itemID = 6116446, price = "1430 #arena# #alliance#" }; --Grand Marshal's Leather Footguards
};
{
- Name = AL["Rare Set"] .. WHITE.." (Horde)";
+ Name = AL["Rare Set"] ..WHITE.." (Horde)";
[1] = { itemID = 16506, price = "9435 #horde#" }; --Champion's Leather Helm
[2] = { itemID = 16507, price = "6885 #horde#" }; --Champion's Leather Shoulders
[3] = { itemID = 16505, price = "9435 #horde#" }; --Legionnaire's Leather Chestpiece
@@ -6509,7 +6509,7 @@ AtlasLoot_Data["PVPRogue"] = {
[6] = { itemID = 16498, price = "5000 #horde#" }; --Blood Guard's Leather Walkers
};
{
- Name = AL["Superior Rare Set"] .. WHITE.." (Horde)";
+ Name = AL["Superior Rare Set"] ..WHITE.." (Horde)";
[1] = { itemID = 23257, price = "24000 #horde#" }; --Champion's Leather Helm
[2] = { itemID = 23258, price = "14000 #horde#" }; --Champion's Leather Shoulders
[3] = { itemID = 22879, price = "24000 #horde#" }; --Legionnaire's Leather Chestpiece
@@ -6518,7 +6518,7 @@ AtlasLoot_Data["PVPRogue"] = {
[6] = { itemID = 22856, price = "14000 #horde#" }; --Blood Guard's Leather Walkers
};
{
- Name = AL["Epic Set"] .. WHITE.." (Horde)";
+ Name = AL["Epic Set"] ..WHITE.." (Horde)";
[1] = { itemID = 16561, price = "68200 #horde#" }; --Warlord's Leather Helm
[2] = { itemID = 16562, price = "52200 #horde#" }; --Warlord's Leather Spaulders
[3] = { itemID = 16563, price = "68200 #horde#" }; --Warlord's Leather Breastplate
@@ -6527,7 +6527,7 @@ AtlasLoot_Data["PVPRogue"] = {
[6] = { itemID = 16558, price = "52200 #horde#" }; --General's Leather Treads
};
{
- Name = AL["Superior Epic Set"] .. WHITE.." (Horde)";
+ Name = AL["Superior Epic Set"] ..WHITE.." (Horde)";
[1] = { itemID = 6116561, price = "2370 #arena# #horde#" }; --High Warlord's Leather Helm
[2] = { itemID = 6116562, price = "1930 #arena# #horde#" }; --High Warlord's Leather Spaulders
[3] = { itemID = 6116563, price = "2370 #arena# #horde#" }; --High Warlord's Leather Breastplate
@@ -6541,7 +6541,7 @@ AtlasLoot_Data["PVPShaman"] = {
Module = "AtlasLoot_OriginalWoW";
Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"];
{
- Name = AL["Superior Rare Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Superior Rare Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 29598, price = "24000 #alliance#" }; --Lieutenant Commander's Mail Headguard
[2] = { itemID = 29599, price = "14000 #alliance#" }; --Lieutenant Commander's Mail Pauldrons
[3] = { itemID = 29596, price = "24000 #alliance#" }; --Knight-Captain's Mail Hauberk
@@ -6550,7 +6550,7 @@ AtlasLoot_Data["PVPShaman"] = {
[6] = { itemID = 29594, price = "14000 #alliance#" }; --Knight-Lieutenant's Mail Greaves
};
{
- Name = AL["Epic Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Epic Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 29610, price = "68200 #alliance#" }; --Field Marshal's Mail Helm
[2] = { itemID = 29611, price = "52200 #alliance#" }; --Field Marshal's Mail Spaulders
[3] = { itemID = 29609, price = "68200 #alliance#" }; --Field Marshal's Mail Armor
@@ -6559,7 +6559,7 @@ AtlasLoot_Data["PVPShaman"] = {
[6] = { itemID = 29606, price = "52200 #alliance#" }; --Marshal's Mail Boots
};
{
- Name = AL["Superior Epic Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Superior Epic Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 6129610, price = "2370 #arena# #alliance#" }; --Grand Marshal's Mail Helm
[2] = { itemID = 6129611, price = "1930 #arena# #alliance#" }; --Grand Marshal's Mail Spaulders
[3] = { itemID = 6129609, price = "2370 #arena# #alliance#" }; --Grand Marshal's Mail Armor
@@ -6568,7 +6568,7 @@ AtlasLoot_Data["PVPShaman"] = {
[6] = { itemID = 6129606, price = "1430 #arena# #alliance#" }; --Grand Marshal's Mail Boots
};
{
- Name = AL["Rare Set"] .. WHITE.." (Horde)";
+ Name = AL["Rare Set"] ..WHITE.." (Horde)";
[1] = { itemID = 16521, price = "9435 #horde#" }; --Champion's Mail Headguard
[2] = { itemID = 16524, price = "6885 #horde#" }; --Champion's Mail Pauldrons
[3] = { itemID = 16522, price = "9435 #horde#" }; --Legionnaire's Mail Hauberk
@@ -6577,7 +6577,7 @@ AtlasLoot_Data["PVPShaman"] = {
[6] = { itemID = 16518, price = "5000 #horde#" }; --Blood Guard's Mail Greaves
};
{
- Name = AL["Superior Rare Set"] .. WHITE.." (Horde)";
+ Name = AL["Superior Rare Set"] ..WHITE.." (Horde)";
[1] = { itemID = 23259, price = "24000 #horde#" }; --Champion's Mail Headguard
[2] = { itemID = 23260, price = "14000 #horde#" }; --Champion's Mail Pauldrons
[3] = { itemID = 22876, price = "24000 #horde#" }; --Legionnaire's Mail Hauberk
@@ -6586,7 +6586,7 @@ AtlasLoot_Data["PVPShaman"] = {
[6] = { itemID = 22857, price = "14000 #horde#" }; --Blood Guard's Mail Greaves
};
{
- Name = AL["Epic Set"] .. WHITE.." (Horde)";
+ Name = AL["Epic Set"] ..WHITE.." (Horde)";
[1] = { itemID = 16578, price = "68200 #horde#" }; --Warlord's Mail Helm
[2] = { itemID = 16580, price = "52200 #horde#" }; --Warlord's Mail Spaulders
[3] = { itemID = 16577, price = "68200 #horde#" }; --Warlord's Mail Armor
@@ -6595,7 +6595,7 @@ AtlasLoot_Data["PVPShaman"] = {
[6] = { itemID = 16573, price = "52200 #horde#" }; --General's Mail Boots
};
{
- Name = AL["Superior Epic Set"] .. WHITE.." (Horde)";
+ Name = AL["Superior Epic Set"] ..WHITE.." (Horde)";
[1] = { itemID = 6116578, price = "2370 #arena# #horde#" }; --High Warlord's Mail Helm
[2] = { itemID = 6116580, price = "1930 #arena# #horde#" }; --High Warlord's Mail Spaulders
[3] = { itemID = 6116577, price = "2370 #arena# #horde#" }; --High Warlord's Mail Armor
@@ -6609,7 +6609,7 @@ AtlasLoot_Data["PVPWarlock"] = {
Module = "AtlasLoot_OriginalWoW";
Name = LOCALIZED_CLASS_NAMES_MALE["WARLOCK"];
{
- Name = AL["Rare Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Rare Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 17566, price = "9435 #alliance#" }; --Lieutenant Commander's Dreadweave Cowl
[2] = { itemID = 17569, price = "6885 #alliance#" }; --Lieutenant Commander's Dreadweave Spaulders
[3] = { itemID = 17568, price = "9435 #alliance#" }; --Knight-Captain's Dreadweave Tunic
@@ -6618,7 +6618,7 @@ AtlasLoot_Data["PVPWarlock"] = {
[6] = { itemID = 17562, price = "5000 #alliance#" }; --Knight-Lieutenant's Dreadweave Walkers
};
{
- Name = AL["Superior Rare Set"] .. WHITE..WHITE.." (Alliance)";
+ Name = AL["Superior Rare Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 23310, price = "24000 #alliance#" }; --Lieutenant Commander's Dreadweave Cowl
[2] = { itemID = 23311, price = "14000 #alliance#" }; --Lieutenant Commander's Dreadweave Spaulders
[3] = { itemID = 23297, price = "24000 #alliance#" }; --Knight-Captain's Dreadweave Tunic
@@ -6627,7 +6627,7 @@ AtlasLoot_Data["PVPWarlock"] = {
[6] = { itemID = 23283, price = "14000 #alliance#" }; --Knight-Lieutenant's Dreadweave Walkers
};
{
- Name = AL["Epic Set"] .. WHITE.." (Alliance)";
+ Name = AL["Epic Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 6117578, price = "2370 #arena# #alliance#" }; --Grand Marshal's Coronal
[2] = { itemID = 6117580, price = "1930 #arena# #alliance#" }; --Grand Marshal's Dreadweave Shoulders
[3] = { itemID = 6117581, price = "2370 #arena# #alliance#" }; --Grand Marshal's Dreadweave Robe
@@ -6636,7 +6636,7 @@ AtlasLoot_Data["PVPWarlock"] = {
[6] = { itemID = 6117583, price = "1430 #arena# #alliance#" }; --Grand Marshal's Dreadweave Boots
};
{
- Name = AL["Superior Epic Set"] .. WHITE.." (Alliance)";
+ Name = AL["Superior Epic Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 17578, price = "68200 #alliance#" }; --Field Marshal's Coronal
[2] = { itemID = 17580, price = "52200 #alliance#" }; --Field Marshal's Dreadweave Shoulders
[3] = { itemID = 17581, price = "68200 #alliance#" }; --Field Marshal's Dreadweave Robe
@@ -6645,7 +6645,7 @@ AtlasLoot_Data["PVPWarlock"] = {
[6] = { itemID = 17583, price = "52200 #alliance#" }; --Marshal's Dreadweave Boots
};
{
- Name = AL["Rare Set"] .. WHITE.." (Horde)";
+ Name = AL["Rare Set"] ..WHITE.." (Horde)";
[1] = { itemID = 17570, price = "9435 #horde#" }; --Champion's Dreadweave Cowl
[2] = { itemID = 17573, price = "6885 #horde#" }; --Champion's Dreadweave Spaulders
[3] = { itemID = 17572, price = "9435 #horde#" }; --Legionnaire's Dreadweave Tunic
@@ -6654,7 +6654,7 @@ AtlasLoot_Data["PVPWarlock"] = {
[6] = { itemID = 17576, price = "5000 #horde#" }; --Blood Guard's Dreadweave Walkers
};
{
- Name = AL["Superior Rare Set"] .. WHITE.." (Horde)";
+ Name = AL["Superior Rare Set"] ..WHITE.." (Horde)";
[1] = { itemID = 23255, price = "24000 #horde#" }; --Champion's Dreadweave Cowl
[2] = { itemID = 23256, price = "14000 #horde#" }; --Champion's Dreadweave Spaulders
[3] = { itemID = 22884, price = "24000 #horde#" }; --Legionnaire's Dreadweave Tunic
@@ -6663,7 +6663,7 @@ AtlasLoot_Data["PVPWarlock"] = {
[6] = { itemID = 22855, price = "14000 #horde#" }; --Blood Guard's Dreadweave Walkers
};
{
- Name = AL["Epic Set"] .. WHITE.." (Horde)";
+ Name = AL["Epic Set"] ..WHITE.." (Horde)";
[1] = { itemID = 17591, price = "68200 #horde#" }; --Warlord's Dreadweave Hood
[2] = { itemID = 17590, price = "52200 #horde#" }; --Warlord's Dreadweave Mantle
[3] = { itemID = 17592, price = "68200 #horde#" }; --Warlord's Dreadweave Robe
@@ -6672,7 +6672,7 @@ AtlasLoot_Data["PVPWarlock"] = {
[6] = { itemID = 17586, price = "52200 #horde#" }; --General's Dreadweave Boots
};
{
- Name = AL["Superior Epic Set"] .. WHITE.." (Horde)";
+ Name = AL["Superior Epic Set"] ..WHITE.." (Horde)";
[1] = { itemID = 6117591, price = "2370 #arena# #horde#" }; --High Warlord's Dreadweave Hood
[2] = { itemID = 6117590, price = "1930 #arena# #horde#" }; --High Warlord's Dreadweave Mantle
[3] = { itemID = 6117592, price = "2370 #arena# #horde#" }; --High Warlord's Dreadweave Robe
@@ -6686,7 +6686,7 @@ AtlasLoot_Data["PVPWarrior"] = {
Module = "AtlasLoot_OriginalWoW";
Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"];
{
- Name = AL["Rare Set"] .. WHITE.." (Alliance)";
+ Name = AL["Rare Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 16429, price = "9435 #alliance#" }; --Lieutenant Commander's Plate Helm
[2] = { itemID = 16432, price = "6885 #alliance#" }; --Lieutenant Commander's Plate Shoulders
[3] = { itemID = 16430, price = "9435 #alliance#" }; --Knight-Captain's Plate Hauberk
@@ -6695,7 +6695,7 @@ AtlasLoot_Data["PVPWarrior"] = {
[6] = { itemID = 16405, price = "5000 #alliance#" }; --Knight-Lieutenant's Plate Greaves
};
{
- Name = AL["Superior Rare Set"] .. WHITE.." (Alliance)";
+ Name = AL["Superior Rare Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 23314, price = "24000 #alliance#" }; --Lieutenant Commander's Plate Helm
[2] = { itemID = 23315, price = "14000 #alliance#" }; --Lieutenant Commander's Plate Shoulders
[3] = { itemID = 23300, price = "24000 #alliance#" }; --Knight-Captain's Plate Hauberk
@@ -6704,7 +6704,7 @@ AtlasLoot_Data["PVPWarrior"] = {
[6] = { itemID = 23287, price = "14000 #alliance#" }; --Knight-Lieutenant's Plate Greaves
};
{
- Name = AL["Epic Set"] .. WHITE.." (Alliance)";
+ Name = AL["Epic Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 16478, price = "68200 #alliance#" }; --Field Marshal's Plate Helm
[2] = { itemID = 16480, price = "52200 #alliance#" }; --Field Marshal's Plate Shoulderguards
[3] = { itemID = 16477, price = "68200 #alliance#" }; --Field Marshal's Plate Armor
@@ -6713,7 +6713,7 @@ AtlasLoot_Data["PVPWarrior"] = {
[6] = { itemID = 16483, price = "52200 #alliance#" }; --Marshal's Plate Boots
};
{
- Name = AL["Superior Epic Set"] .. WHITE.." (Alliance)";
+ Name = AL["Superior Epic Set"] ..WHITE.." (Alliance)";
[1] = { itemID = 6116478, price = "2370 #arena# #alliance#" }; --Grand Marshal's Plate Helm
[2] = { itemID = 6116480, price = "1930 #arena# #alliance#" }; --Grand Marshal's Plate Shoulderguards
[3] = { itemID = 6116477, price = "2370 #arena# #alliance#" }; --Grand Marshal's Plate Armor
@@ -6722,7 +6722,7 @@ AtlasLoot_Data["PVPWarrior"] = {
[6] = { itemID = 6116483, price = "1430 #arena# #alliance#" }; --Grand Marshal's Plate Boots
};
{
- Name = AL["Rare Set"] .. WHITE.." (Horde)";
+ Name = AL["Rare Set"] ..WHITE.." (Horde)";
[1] = { itemID = 16514, price = "9435 #horde#" }; --Champion's Plate Helm
[2] = { itemID = 16516, price = "6885 #horde#" }; --Champion's Plate Shoulders
[3] = { itemID = 16513, price = "9435 #horde#" }; --Legionnaire's Plate Hauberk
@@ -6731,7 +6731,7 @@ AtlasLoot_Data["PVPWarrior"] = {
[6] = { itemID = 16509, price = "5000 #horde#" }; --Blood Guard's Plate Greaves
};
{
- Name = AL["Superior Rare Set"] .. WHITE.." (Horde)";
+ Name = AL["Superior Rare Set"] ..WHITE.." (Horde)";
[1] = { itemID = 23244, price = "24000 #horde#" }; --Champion's Plate Helm
[2] = { itemID = 23243, price = "14000 #horde#" }; --Champion's Plate Shoulders
[3] = { itemID = 22872, price = "24000 #horde#" }; --Legionnaire's Plate Hauberk
@@ -6740,7 +6740,7 @@ AtlasLoot_Data["PVPWarrior"] = {
[6] = { itemID = 22858, price = "14000 #horde#" }; --Blood Guard's Plate Greaves
};
{
- Name = AL["Epic Set"] .. WHITE.." (Horde)";
+ Name = AL["Epic Set"] ..WHITE.." (Horde)";
[1] = { itemID = 16542, price = "68200 #horde#" }; --Warlord's Plate Headpiece
[2] = { itemID = 16544, price = "52200 #horde#" }; --Warlord's Plate Shoulders
[3] = { itemID = 16541, price = "68200 #horde#" }; --Warlord's Plate Armor
@@ -6749,7 +6749,7 @@ AtlasLoot_Data["PVPWarrior"] = {
[6] = { itemID = 16545, price = "52200 #horde#" }; --General's Plate Boots
};
{
- Name = AL["Superior Epic Set"] .. WHITE.." (Horde)";
+ Name = AL["Superior Epic Set"] ..WHITE.." (Horde)";
[1] = { itemID = 6116542, price = "2370 #arena# #horde#" }; --High Warlord's Plate Headpiece
[2] = { itemID = 6116544, price = "1930 #arena# #horde#" }; --High Warlord's Plate Shoulders
[3] = { itemID = 6116541, price = "2370 #arena# #horde#" }; --High Warlord's Plate Armor
@@ -7065,12 +7065,12 @@ AtlasLoot_Data["ArathiBasinFactions"] = {
Module = "AtlasLoot_OriginalWoW";
Name = BabbleZone["Arathi Basin"];
{
- Name = BabbleFaction["The League of Arathor"] .. " (" .. BabbleFaction["Alliance"] .. ")";
- [6] = { itemID = 20132}; --Arathor Battle Tabard
+ Name = BabbleFaction["The League of Arathor"] .." (" ..BabbleFaction["Alliance"] ..")";
+ [1] = { itemID = 20132}; --Arathor Battle Tabard
};
{
- Name = BabbleFaction["The Defilers"] .. " (" .. BabbleFaction["Horde"] .. ")";
- [21] = { itemID = 20131}; --Battle Tabard of the Defilers
+ Name = BabbleFaction["The Defilers"] .." (" ..BabbleFaction["Horde"] ..")";
+ [1] = { itemID = 20131}; --Battle Tabard of the Defilers
};
};
@@ -7142,12 +7142,12 @@ AtlasLoot_Data["Bloodsail"] = {
Name = BabbleFaction["Bloodsail Buccaneers"];
{
Name = BabbleFaction["Bloodsail Buccaneers"];
- [1] = { icon = "INV_Helmet_66", "=q6=" .. BabbleFaction["Bloodsail Buccaneers"], "=q5=#r1#" };
+ [1] = { icon = "INV_Helmet_66", name = WHITE..BabbleFaction["Neutral"] };
[2] = { itemID = 22742}; --Bloodsail Shirt
[3] = { itemID = 22743}; --Bloodsail Sash
[4] = { itemID = 22745}; --Bloodsail Pants
[5] = { itemID = 22744}; --Bloodsail Boots
- [7] = { icon = "INV_Helmet_66", "=q6=" .. BabbleFaction["Bloodsail Buccaneers"], "=q5=#r2#" };
+ [7] = { icon = "INV_Helmet_66", name = WHITE..BabbleFaction["Friendly"] };
[8] = { itemID = 12185}; --Bloodsail Admiral's Hat
};
};
@@ -7157,11 +7157,11 @@ AtlasLoot_Data["Hydraxian"] = {
Name = BabbleFaction["Hydraxian Waterlords"];
{
Name = BabbleFaction["Hydraxian Waterlords"];
- [1] = { icon = "Spell_Frost_SummonWaterElemental_2", "=q6=" .. BabbleFaction["Hydraxian Waterlords"], "=q5=#r3#" };
+ [1] = { icon = "Spell_Frost_SummonWaterElemental_2", name = WHITE..BabbleFaction["Honored"] };
[2] = { itemID = 18399}; --Ocean's Breeze
[3] = { itemID = 18398}; --Tidal Loop
[4] = { itemID = 17333}; --Aqual Quintessence
- [16] = { icon = "Spell_Frost_SummonWaterElemental_2", "=q6=" .. BabbleFaction["Hydraxian Waterlords"], "=q5=#r4#" };
+ [16] = { icon = "Spell_Frost_SummonWaterElemental_2", name = WHITE..BabbleFaction["Revered"] };
[17] = { itemID = 22754}; --Eternal Quintessence
};
};
@@ -7174,19 +7174,19 @@ AtlasLoot_Data["AQBroodRings"] = {
Name = BabbleFaction["Brood of Nozdormu"];
{
Name = BabbleFaction["Brood of Nozdormu"];
- [1] = { icon = "INV_Jewelry_Ring_40", "=q6=" .. AL["Path of the Conqueror"] };
+ [1] = { icon = "INV_Jewelry_Ring_40", name = WHITE..AL["Path of the Conqueror"] };
[2] = { itemID = 21201}; --Signet Ring of the Bronze Dragonflight
[3] = { itemID = 21202}; --Signet Ring of the Bronze Dragonflight
[4] = { itemID = 21203}; --Signet Ring of the Bronze Dragonflight
[5] = { itemID = 21204}; --Signet Ring of the Bronze Dragonflight
[6] = { itemID = 21205}; --Signet Ring of the Bronze Dragonflight
- [8] = { icon = "INV_Jewelry_Ring_40", "=q6=" .. AL["Path of the Invoker"] };
+ [8] = { icon = "INV_Jewelry_Ring_40", name = WHITE..AL["Path of the Invoker"] };
[9] = { itemID = 21206}; --Signet Ring of the Bronze Dragonflight
[10] = { itemID = 21207}; --Signet Ring of the Bronze Dragonflight
[11] = { itemID = 21208}; --Signet Ring of the Bronze Dragonflight
[12] = { itemID = 21209}; --Signet Ring of the Bronze Dragonflight
[13] = { itemID = 21210}; --Signet Ring of the Bronze Dragonflight
- [16] = { icon = "INV_Jewelry_Ring_40", "=q6=" .. AL["Path of the Protector"] };
+ [16] = { icon = "INV_Jewelry_Ring_40", name = WHITE..AL["Path of the Protector"] };
[17] = { itemID = 21196}; --Signet Ring of the Bronze Dragonflight
[18] = { itemID = 21197}; --Signet Ring of the Bronze Dragonflight
[19] = { itemID = 21198}; --Signet Ring of the Bronze Dragonflight
@@ -7203,7 +7203,7 @@ AtlasLoot_Data["Cenarion"] = {
Module = "AtlasLoot_OriginalWoW";
Name = BabbleFaction["Cenarion Circle"];
{
- Name = BabbleFaction["Cenarion Circle"];
+ Name = BabbleFaction["Friendly"];
[1] = { itemID = 22209}; --Plans: Heavy Obsidian Belt
[2] = { itemID = 22768}; --Plans: Ironvine Belt
[3] = { itemID = 20732}; --Formula: Enchant Cloak - Greater Fire Resistance
@@ -7212,18 +7212,18 @@ AtlasLoot_Data["Cenarion"] = {
[6] = { itemID = 20506}; --Pattern: Spitfire Bracers
[7] = { itemID = 22772}; --Pattern: Sylvan Shoulders
[8] = { itemID = 22310}; --Pattern: Cenarion Herb Bag
- [10] = { itemID = 20802}; --Cenarion Combat Badge
- [11] = { itemID = 20800}; --Cenarion Logistics Badge
- [12] = { itemID = 21515}; --Mark of Remulos
- [16] = { icon = "INV_QirajIdol_Amber", "=q6=#j8#" };
+ [16] = { icon = "INV_QirajIdol_Amber", name = WHITE..AL["Token Hand-Ins"] };
[17] = { itemID = 21187}; --Earthweave Cloak
[18] = { itemID = 21178}; --Gloves of Earthen Power
[19] = { itemID = 21179}; --Band of Earthen Wrath
- [25] = { itemID = 20801}; --Cenarion Tactical Badge
- [26] = { itemID = 21508}; --Mark of Cenarius
+ [21] = { itemID = 20802}; --Cenarion Combat Badge
+ [22] = { itemID = 20800}; --Cenarion Logistics Badge
+ [23] = { itemID = 20801}; --Cenarion Tactical Badge
+ [24] = { itemID = 21508}; --Mark of Cenarius
+ [25] = { itemID = 21515}; --Mark of Remulos
};
{
- Name = BabbleFaction["Cenarion Circle"];
+ Name = BabbleFaction["Honored"];
[1] = { itemID = 22767}; --Plans: Ironvine Gloves
[2] = { itemID = 22214}; --Plans: Light Obsidian Belt
[3] = { itemID = 20733}; --Formula: Enchant Cloak - Greater Nature Resistance
@@ -7231,13 +7231,13 @@ AtlasLoot_Data["Cenarion"] = {
[5] = { itemID = 20510}; --Pattern: Sandstalker Gauntlets
[6] = { itemID = 20507}; --Pattern: Spitfire Gauntlets
[7] = { itemID = 22773}; --Pattern: Sylvan Crown
- [16] = { icon = "INV_QirajIdol_Amber", "=q6=#j8#" };
+ [16] = { icon = "INV_QirajIdol_Amber", name = WHITE..AL["Token Hand-Ins"] };
[17] = { itemID = 21183}; --Earthpower Vest
[18] = { itemID = 21182}; --Band of Earthen Might
[19] = { itemID = 21181}; --Grace of Earth
};
{
- Name = BabbleFaction["Cenarion Circle"];
+ Name = BabbleFaction["Revered"];
[1] = { itemID = 22766}; --Plans: Ironvine Breastplate
[2] = { itemID = 22219}; --Plans: Jagged Obsidian Shield
[3] = { itemID = 22771}; --Pattern: Bramblewood Helm
@@ -7246,17 +7246,17 @@ AtlasLoot_Data["Cenarion"] = {
[6] = { itemID = 22683}; --Pattern: Gaea's Embrace
[7] = { itemID = 22312}; --Pattern: Satchel of Cenarius
[8] = { itemID = 22774}; --Pattern: Sylvan Vest
- [16] = { icon = "INV_QirajIdol_Amber", "=q6=#j8#" };
+ [16] = { icon = "INV_QirajIdol_Amber", name = WHITE..AL["Token Hand-Ins"] };
[17] = { itemID = 21186}; --Rockfury Bracers
[18] = { itemID = 21184}; --Deeprock Bracers
[19] = { itemID = 21189}; --Might of Cenarius
[20] = { itemID = 21185}; --Earthcalm Orb
};
{
- Name = BabbleFaction["Cenarion Circle"];
+ Name = BabbleFaction["Exalted"];
[1] = { itemID = 22221}; --Plans: Obsidian Mail Tunic
[2] = { itemID = 20382}; --Pattern: Dreamscale Breastplate
- [16] = { icon = "INV_QirajIdol_Amber", "=q6=#j8#" };
+ [16] = { icon = "INV_QirajIdol_Amber", name = WHITE..AL["Token Hand-Ins"] };
[17] = { itemID = 21190}; --Wrath of Cenarius
[18] = { itemID = 21180}; --Earthstrike
[19] = { itemID = 21188}; --Fist of Cenarius
@@ -7271,7 +7271,7 @@ AtlasLoot_Data["AlteracFactions"] = {
Module = "AtlasLoot_OriginalWoW";
Name = BabbleZone["Alterac Valley"];
{
- Name = BabbleFaction["Stormpike Guard"] .. " (" .. BabbleFaction["Alliance"] .. ")";
+ Name = BabbleFaction["Stormpike Guard"] .." (" ..BabbleFaction["Alliance"] ..")";
[1] = { itemID = 17904}; --Stormpike Insignia Rank 6
[2] = { itemID = 17903}; --Stormpike Insignia Rank 5
[3] = { itemID = 17902}; --Stormpike Insignia Rank 4
@@ -7284,7 +7284,7 @@ AtlasLoot_Data["AlteracFactions"] = {
[10] = { itemID = 19107}; --Bloodseeker
};
{
- Name = BabbleFaction["Frostwolf Clan"] .. " (" .. BabbleFaction["Horde"] .. ")";
+ Name = BabbleFaction["Frostwolf Clan"] .." (" ..BabbleFaction["Horde"] ..")";
[1] = { itemID = 17909}; --Frostwolf Insignia Rank 6
[2] = { itemID = 17908}; --Frostwolf Insignia Rank 5
[3] = { itemID = 17907}; --Frostwolf Insignia Rank 4
@@ -7353,23 +7353,23 @@ AtlasLoot_Data["Timbermaw"] = {
Name = BabbleFaction["Timbermaw Hold"];
{
Name = BabbleFaction["Timbermaw Hold"];
- [1] = { icon = "INV_Misc_Horn_01", "=q6=#r2#" };
+ [1] = { icon = "INV_Misc_Horn_01", name = WHITE..BabbleFaction["Friendly"] };
[2] = { itemID = 13484}; --Recipe: Transmute Earth to Water
[3] = { itemID = 22392}; --Formula: Enchant 2H Weapon - Agility
[4] = { itemID = 20254}; --Pattern: Warbear Woolies
[5] = { itemID = 20253}; --Pattern: Warbear Harness
- [7] = { icon = "INV_Misc_Horn_01", "=q6=#r3#" };
+ [7] = { icon = "INV_Misc_Horn_01", name = WHITE..BabbleFaction["Honored"] };
[8] = { itemID = 16768}; --Furbolg Medicine Pouch
[9] = { itemID = 16769}; --Furbolg Medicine Totem
[10] = { itemID = 19202}; --Plans: Heavy Timbermaw Belt
[11] = { itemID = 19445}; --Formula: Enchant Weapon - Agility
[12] = { itemID = 19326}; --Pattern: Might of the Timbermaw
[13] = { itemID = 19215}; --Pattern: Wisdom of the Timbermaw
- [16] = { icon = "INV_Misc_Horn_01", "=q6=#r4#" };
+ [16] = { icon = "INV_Misc_Horn_01", name = WHITE..BabbleFaction["Revered"] };
[17] = { itemID = 19204}; --Plans: Heavy Timbermaw Boots
[18] = { itemID = 19327}; --Pattern: Timbermaw Brawlers
[19] = { itemID = 19218}; --Pattern: Mantle of the Timbermaw
- [22] = { icon = "INV_Misc_Horn_01", "=q6=#r5#" };
+ [22] = { icon = "INV_Misc_Horn_01", name = WHITE..BabbleFaction["Exalted"] };
[23] = { itemID = 21326}; --Defender of the Timbermaw
};
};
@@ -7387,14 +7387,13 @@ AtlasLoot_Data["Zandalar"] = {
};
{
Name = BabbleFaction["Friendly"];
- [1] = { icon = "INV_Misc_Coin_08", "=q6=#r2#" };
- [2] = { itemID = 20012}; --Recipe: Greater Dreamless Sleep
- [3] = { itemID = 19778}; --Plans: Bloodsoul Gauntlets
- [4] = { itemID = 19781}; --Plans: Darksoul Shoulders
- [5] = { itemID = 20757}; --Formula: Brilliant Mana Oil
- [6] = { itemID = 20001}; --Schematic: Bloodvine Lens
- [7] = { itemID = 19771}; --Pattern: Primal Batskin Bracers
- [8] = { itemID = 19766}; --Pattern: Bloodvine Boots
+ [1] = { itemID = 20012}; --Recipe: Greater Dreamless Sleep
+ [2] = { itemID = 19778}; --Plans: Bloodsoul Gauntlets
+ [3] = { itemID = 19781}; --Plans: Darksoul Shoulders
+ [4] = { itemID = 20757}; --Formula: Brilliant Mana Oil
+ [5] = { itemID = 20001}; --Schematic: Bloodvine Lens
+ [6] = { itemID = 19771}; --Pattern: Primal Batskin Bracers
+ [7] = { itemID = 19766}; --Pattern: Bloodvine Boots
};
{
Name = BabbleFaction["Honored"];
@@ -7443,74 +7442,74 @@ AtlasLoot_Data["WorldBossesCLASSIC"] = {
Type = "ClassicRaid";
{
Name = "Weapons/Trinkets";
- [1] = { itemID = 20581, droprate = "9.70%" }; --Staff of Rampant Growth
- [2] = { itemID = 17070, droprate = "13.64%" }; --Fang of the Mystics
- [3] = {itemID = 19130, droprate = "11.89%" }; --Cold Snap
- [4] = { itemID = 17113, droprate = "16.87%" }; --Amberseal Keeper
- [5] = {itemID = 20636, droprate = "12.75%" }; --Hibernation Crystal
- [6] = { itemID = 20582, droprate = "9.57%" }; --Trance Stone
- [7] = {itemID = 18665, droprate = "40.96%" }; --The Eye of Shadow
- [14] = { itemID = 18704, droprate = "51.56%" }; --Mature Blue Dragon Sinew
+ [1] = { itemID = 20581 }; --Staff of Rampant Growth
+ [2] = { itemID = 17070 }; --Fang of the Mystics
+ [3] = {itemID = 19130 }; --Cold Snap
+ [4] = { itemID = 17113 }; --Amberseal Keeper
+ [5] = {itemID = 20636 }; --Hibernation Crystal
+ [6] = { itemID = 20582 }; --Trance Stone
+ [7] = {itemID = 18665 }; --The Eye of Shadow
+ [14] = { itemID = 18704 }; --Mature Blue Dragon Sinew
[15] = {itemID = 18714 }; --Ancient Sinew Wrapped Lamina
- [16] = { itemID = 20580, droprate = "8.93%" }; --Hammer of Bestial Fury
- [17] = { itemID = 20599, droprate = "12.63%" }; --Polished Ironwood Crossbow
- [18] = { itemID = 18202, droprate = "11.76%" }; --Eskhandar's Left Claw
- [19] = {itemID = 20577, droprate = "12.07%" }; --Nightmare Blade
- [20] = { itemID = 20578, droprate = "9.95%" }; --Emerald Dragonfang
+ [16] = { itemID = 20580 }; --Hammer of Bestial Fury
+ [17] = { itemID = 20599 }; --Polished Ironwood Crossbow
+ [18] = { itemID = 18202 }; --Eskhandar's Left Claw
+ [19] = {itemID = 20577 }; --Nightmare Blade
+ [20] = { itemID = 20578 }; --Emerald Dragonfang
[21] = {itemID = 17112 }; --Empyrean Demolisher
- [22] = { itemID = 18542, droprate = "16.89%" }; --Typhoon
- [29] = { itemID = 20644, droprate = "80.05%" }; --Nightmare Engulfed Object
+ [22] = { itemID = 18542 }; --Typhoon
+ [29] = { itemID = 20644 }; --Nightmare Engulfed Object
[30] = { itemID = 20600 }; --Malfurion's Signet Ring
};
{
Name = "Physical Gear";
- [1] = { itemID = 20623, droprate = "10.51%" }; --Circlet of Restless Dreams
- [3] = { itemID = 20615, droprate = "8.83%" }; --Dragonspur Wraps
+ [1] = { itemID = 20623 }; --Circlet of Restless Dreams
+ [3] = { itemID = 20615 }; --Dragonspur Wraps
[4] = {itemID = 122884 }; --Wristguards of the Shifting Sands
[6] = {itemID = 122885 }; --Waistguard of the Shifting Sands
- [8] = { itemID = 18544, droprate = "11.76%" }; --Doomhide Gauntlets
- [10] = { itemID = 20627, droprate = "11.68%" }; --Dark Heart Pants
- [13] = { itemID = 20633, droprate = "11.30%" }; --Unnatural Leather Spaulders
- [11] = { itemID = 20617, droprate = "9.80%" }; --Ancient Corroded Leggings
- [16] = {itemID = 20624, droprate = "13.23%" }; --Ring of the Unliving
- [18] = {itemID = 20622, droprate = "12.35%" }; --Dragonheart Necklace
- [20] = {itemID = 18541, droprate = "11.71%" }; --Puissant Cape
- [21] = { itemID = 18204, droprate = "12.23%" }; --Eskhandar's Pelt
+ [8] = { itemID = 18544 }; --Doomhide Gauntlets
+ [10] = { itemID = 20627 }; --Dark Heart Pants
+ [13] = { itemID = 20633 }; --Unnatural Leather Spaulders
+ [11] = { itemID = 20617 }; --Ancient Corroded Leggings
+ [16] = {itemID = 20624 }; --Ring of the Unliving
+ [18] = {itemID = 20622 }; --Dragonheart Necklace
+ [20] = {itemID = 18541 }; --Puissant Cape
+ [21] = { itemID = 18204 }; --Eskhandar's Pelt
};
{
Name = "Caster Gear";
[1] = {itemID = 19132 }; --Crystal Adorned Crown
- [2] = { itemID = 18546, droprate = "22.89%" }; --Infernal Headcage
- [3] = { itemID = 20628, droprate = "15.80%" }; --Deviate Growth Cap
- [5] = { itemID = 18545, droprate = "16.39%" }; --Leggings of Arcane Supremacy
- [6] = { itemID = 19133, droprate = "12.05%" }; --Fel Infused Leggings
- [7] = { itemID = 20638, droprate = "3.66%" }; --Leggings of the Demented Mind
- [8] = { itemID = 20639, droprate = "8.87%" }; --Strangely Glyphed Legplates
- [10] = { itemID = 19131, droprate = "12.23%" }; --Snowblind Shoes
- [11] = { itemID = 20631, droprate = "13.14%" }; --Mendicant's Slippers
- [12] = { itemID = 20634, droprate = "10.15%" }; --Boots of Fright
- [13] = { itemID = 20621, droprate = "10.24%" }; --Boots of the Endless Moor
- [14] = { itemID = 20629, droprate = "4.46%" }; --Malignant Footguards
- [16] = { itemID = 20630, droprate = "8.19%" }; --Gauntlets of the Shining Light
- [17] = { itemID = 20618, droprate = "9.71%" }; --Gloves of Delusional Power
- [15] = { itemID = 20635, droprate = "14.19%" }; --Jade Inlaid Vestments
- [19] = { itemID = 19135, droprate = "11.89%" }; --Blacklight Bracer
+ [2] = { itemID = 18546 }; --Infernal Headcage
+ [3] = { itemID = 20628 }; --Deviate Growth Cap
+ [5] = { itemID = 18545 }; --Leggings of Arcane Supremacy
+ [6] = { itemID = 19133 }; --Fel Infused Leggings
+ [7] = { itemID = 20638 }; --Leggings of the Demented Mind
+ [8] = { itemID = 20639 }; --Strangely Glyphed Legplates
+ [10] = { itemID = 19131 }; --Snowblind Shoes
+ [11] = { itemID = 20631 }; --Mendicant's Slippers
+ [12] = { itemID = 20634 }; --Boots of Fright
+ [13] = { itemID = 20621 }; --Boots of the Endless Moor
+ [14] = { itemID = 20629 }; --Malignant Footguards
+ [16] = { itemID = 20630 }; --Gauntlets of the Shining Light
+ [17] = { itemID = 20618 }; --Gloves of Delusional Power
+ [15] = { itemID = 20635 }; --Jade Inlaid Vestments
+ [19] = { itemID = 19135 }; --Blacklight Bracer
[20] = {itemID = 122886 }; --Bracers of the Sand Prince
- [21] = { itemID = 20626, droprate = "9.44%" }; --Black Bark Wristbands
+ [21] = { itemID = 20626 }; --Black Bark Wristbands
[23] = {itemID = 122887 }; --Belt of the Sand Prince
- [24] = { itemID = 19134, droprate = "16.89%" }; --Flayed Doomguard Belt
- [25] = { itemID = 20625, droprate = "10.99%" }; --Belt of the Dark Bog
- [27] = { itemID = 20579, droprate = "9.14%" }; --Green Dragonskin Cloak
- [28] = {itemID = 18208, droprate = "11.22%" }; --Drape of Benediction
- [29] = {itemID = 20632, droprate = "13.69%" }; --Mindtear Band
- [30] = {itemID = 18543, droprate = "14.46%" }; --Ring of Entropy
+ [24] = { itemID = 19134 }; --Flayed Doomguard Belt
+ [25] = { itemID = 20625 }; --Belt of the Dark Bog
+ [27] = { itemID = 20579 }; --Green Dragonskin Cloak
+ [28] = {itemID = 18208 }; --Drape of Benediction
+ [29] = {itemID = 20632 }; --Mindtear Band
+ [30] = {itemID = 18543 }; --Ring of Entropy
};
{
Name = "Tank Gear";
- [1] = { itemID = 18547, droprate = "12.93%" }; --Unmelting Ice Girdle
- [3] = { itemID = 20616, droprate = "10.20%" }; --Dragonbone Wristguards
- [5] = { itemID = 20619, droprate = "8.85%" }; --Acid Inscribed Greaves
- [7] = { itemID = 20637, droprate = "10.13%" }; --Acid Inscribed Pauldrons
+ [1] = { itemID = 18547 }; --Unmelting Ice Girdle
+ [3] = { itemID = 20616 }; --Dragonbone Wristguards
+ [5] = { itemID = 20619 }; --Acid Inscribed Greaves
+ [7] = { itemID = 20637 }; --Acid Inscribed Pauldrons
};
};
diff --git a/AtlasLoot_Vanity/vanity.lua b/AtlasLoot_Vanity/vanity.lua
index eead8a1..73f388d 100644
--- a/AtlasLoot_Vanity/vanity.lua
+++ b/AtlasLoot_Vanity/vanity.lua
@@ -3,6 +3,7 @@ local BabbleBoss = AtlasLoot_GetLocaleLibBabble("LibBabble-Boss-3.0")
local BabbleInventory = AtlasLoot_GetLocaleLibBabble("LibBabble-Inventory-3.0")
local BabbleFaction = AtlasLoot_GetLocaleLibBabble("LibBabble-Faction-3.0")
local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
+local WHITE = "|cffFFFFFF"
---------------
--- Tabards ---
@@ -16,12 +17,12 @@ AtlasLoot_Data["Tabards"] = {
[1] = { itemID = 51534 }; --Wrathful Gladiator's Tabard
[2] = { itemID = 49086 }; --Relentless Gladiator's Tabard
[3] = { itemID = 45983 }; --Furious Gladiator's Tabard
- [4] = { itemID = 43349, desc = "=ds=#m32#" }; --Tabard of Brute Force
- [5] = { itemID = 40643, desc = "=ds=#m32#" }; --Tabard of the Achiever
- [6] = { itemID = 43348, desc = "=ds=#m32#" }; --Tabard of the Explorer
- [7] = { itemID = 43300, desc = "=ds=#m32#" }; --Loremaster's Colors
- [8] = { itemID = 49052, desc = "=ds=#m32# =ec1=#m7#" }; --Tabard of Conquest
- [9] = { itemID = 49054, desc = "=ds=#m32# =ec1=#m6#" }; --Tabard of Conquest
+ [4] = { itemID = 43349, desc = "=ds="..AL["Achievement Reward"] }; --Tabard of Brute Force
+ [5] = { itemID = 40643, desc = "=ds="..AL["Achievement Reward"] }; --Tabard of the Achiever
+ [6] = { itemID = 43348, desc = "=ds="..AL["Achievement Reward"] }; --Tabard of the Explorer
+ [7] = { itemID = 43300, desc = "=ds="..AL["Achievement Reward"] }; --Loremaster's Colors
+ [8] = { itemID = 49052, desc = "=ds="..AL["Achievement Reward"].." =ec1="..BabbleFaction["Alliance"] }; --Tabard of Conquest
+ [9] = { itemID = 49054, desc = "=ds="..AL["Achievement Reward"].." =ec1="..BabbleFaction["Horde"] }; --Tabard of Conquest
[11] = { itemID = 46874 }; --Argent Crusader's Tabard
[12] = { itemID = 46817 }; --Silver Covenant Tabard
[13] = { itemID = 46818 }; --Sunreaver Tabard
@@ -74,13 +75,13 @@ AtlasLoot_Data["Tabards"] = {
};
{
Name = "Page 3";
- [1] = { icon = "INV_BannerPVP_02", name = "=q6=#m7#" };
+ [1] = { icon = "INV_BannerPVP_02", name = WHITE..BabbleFaction["Alliance"] };
[2] = { itemID = 15196 }; --Private's Tabard
[3] = { itemID = 15198 }; --Knight's Colors
[4] = { itemID = 20132 }; --Arathor Battle Tabard
[5] = { itemID = 19032 }; --Stormpike Battle Tabard
[6] = { itemID = 19506 }; --Silverwing Battle Tabard
- [8] = { icon = "INV_BannerPVP_01", name = "=q6=#m6#" };
+ [8] = { icon = "INV_BannerPVP_01", name = WHITE..BabbleFaction["Horde"] };
[9] = { itemID = 15197 }; --Scout's Tabard
[10] = { itemID = 15199 }; --Stone Guard's Herald
[11] = { itemID = 20131 }; --Battle Tabard of the Defilers
@@ -88,7 +89,7 @@ AtlasLoot_Data["Tabards"] = {
[13] = { itemID = 19505 }; --Warsong Battle Tabard
[16] = { itemID = 23192 }; --Tabard of the Scarlet Crusade", "0%
[17] = { itemID = 5976 }; --Guild Tabard
- [19] = { icon = "INV_Box_01", name = "=q6=#j29#" };
+ [19] = { icon = "INV_Box_01", name = WHITE..AL["Unattainable Tabards"] };
[20] = { itemID = 36941 }; --Competitor's Tabard
[21] = { itemID = 22999 }; --Tabard of the Agent Dawn
[22] = { itemID = 28788 }; --Tabard of the Protector
@@ -156,7 +157,7 @@ AtlasLoot_Data["VanityPets"] = {
};
{
Name = AL["Quest"].." / "..AL["Crafted"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["Quest"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["Quest"] };
[2] = { itemID = 45022 }; --Argent Gruntling
[3] = { itemID = 44998 }; --Argent Squire
[4] = { itemID = 35350 }; --Chuck's Bucket
@@ -171,7 +172,7 @@ AtlasLoot_Data["VanityPets"] = {
[13] = { itemID = 12529 }; --Smolderweb Carrier
[14] = { itemID = 11474 }; --Sprite Darter Egg
[15] = { itemID = 12264 }; --Worg Carrier
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["Crafted"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["Crafted"] };
[17] = { itemID = 15996 }; --Lifelike Mechanical Toad
[18] = { itemID = 11826 }; --Lil' Smoky
[19] = { itemID = 4401 }; --Mechanical Squirrel Box
@@ -180,7 +181,7 @@ AtlasLoot_Data["VanityPets"] = {
};
{
Name = AL["Rare"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["Achievement"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["Achievement"] };
[2] = { itemID = 44738 }; --Kirin Tor Familiar
[3] = { itemID = 44841 }; --Little Fawn's Salt Lick
[4] = { itemID = 49912 }; --Perky Pug
@@ -189,7 +190,7 @@ AtlasLoot_Data["VanityPets"] = {
[7] = { itemID = 44810 }; --Turkey Cage
[8] = { itemID = 44819 }; --Baby Blizzard Bear
[9] = { itemID = 49362 }; --Onyxian Whelpling
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["Faction"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["Faction"] };
[17] = { itemID = 38628 }; --Nether Ray Fry
[18] = { itemID = 44723 }; --Nurtured Penguin Egg
[19] = { itemID = 46820 }; --Shimmering Wyrmling
@@ -202,7 +203,7 @@ AtlasLoot_Data["VanityPets"] = {
};
{
Name = AL["Rare"];
- [1] = { icon = "INV_Box_01", name = "=q6=#z17#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["World Drop"] };
[2] = { itemID = 8494 }; --Parrot Cage (Hyacinth Macaw)
[3] = { itemID = 43698 }; --Giant Sewer Rat
[4] = { itemID = 34535 }; --Azure Whelpling
@@ -218,7 +219,7 @@ AtlasLoot_Data["VanityPets"] = {
[14] = { itemID = 48124 }; --Razormaw Hatchling
[15] = { itemID = 8499 }; --Tiny Crimson Whelpling
[16] = { itemID = 8498 }; --Tiny Emerald Whelpling
- [18] = { icon = "INV_Box_01", name = "=q6=" .. AL["Dungeon/Raid"] };
+ [18] = { icon = "INV_Box_01", name = WHITE.. AL["Dungeon/Raid"] };
[19] = { itemID = 33993, desc = "=q1=" .. BabbleZone["Zul'Aman"] }; --Mojo
[20] = { itemID = 35504, desc = "=q2=" .. BabbleBoss["Kael'thas Sunstrider"] .. ", =q1=" .. BabbleZone["Magisters' Terrace"] }; --Phoenix Hatchling
[21] = { itemID = 38658, desc = "=q2=" .. BabbleBoss["Prince Tenris Mirkblood"] .. ", =q1=" .. BabbleZone["Karazhan"] }; --Vampiric Batling
@@ -303,7 +304,7 @@ AtlasLoot_Data["Mounts"] = {
Name = "Mounts";
{
Name = AL["Alliance Mounts"].." Page 1";
- [1] = { icon = "inv_misc_tournaments_symbol_nightelf", name = "=q6=" .. BabbleFaction["Darnassus"] .. " #j30#", "=ec1=#m7#" };
+ [1] = { icon = "inv_misc_tournaments_symbol_nightelf", name = WHITE.. BabbleFaction["Darnassus"] .. AL["Mounts"], desc = "=ec1="..BabbleFaction["Alliance"] };
[2] = { itemID = 18766 }; --Reins of the Swift Frostsaber
[3] = { itemID = 18767 }; --Reins of the Swift Mistsaber
[4] = { itemID = 18902 }; --Reins of the Swift Stormsaber
@@ -311,7 +312,7 @@ AtlasLoot_Data["Mounts"] = {
[6] = { itemID = 47100 }; --Reins of the Striped Dawnsaber
[7] = { itemID = 8631 }; --Reins of the Striped Frostsaber
[8] = { itemID = 8629 }; --Reins of the Striped Nightsaber
- [16] = { icon = "inv_misc_tournaments_symbol_gnome", name = "=q6=" .. BabbleFaction["Gnomeregan Exiles"] .. " #j30#", "=ec1=#m7#" };
+ [16] = { icon = "inv_misc_tournaments_symbol_gnome", name = WHITE.. BabbleFaction["Gnomeregan Exiles"] .. AL["Mounts"], desc = "=ec1="..BabbleFaction["Alliance"] };
[17] = { itemID = 18772 }; --Swift Green Mechanostrider
[18] = { itemID = 18773 }; --Swift White Mechanostrider
[19] = { itemID = 18774 }; --Swift Yellow Mechanostrider
@@ -322,21 +323,21 @@ AtlasLoot_Data["Mounts"] = {
};
{
Name = AL["Alliance Mounts"].." Page 2";
- [1] = { icon = "inv_misc_tournaments_symbol_dwarf", name = "=q6=" .. BabbleFaction["Ironforge"] .. " #j30#", "=ec1=#m7#" };
+ [1] = { icon = "inv_misc_tournaments_symbol_dwarf", name = WHITE.. BabbleFaction["Ironforge"] .. AL["Mounts"], desc = "=ec1="..BabbleFaction["Alliance"] };
[2] = { itemID = 18786 }; --Swift Brown Ram
[3] = { itemID = 18787 }; --Swift Gray Ram
[4] = { itemID = 18785 }; --Swift White Ram
[5] = { itemID = 5872 }; --Brown Ram
[6] = { itemID = 5864 }; --Gray Ram
[7] = { itemID = 5873 }; --White Ram
- [9] = { icon = "inv_misc_tournaments_symbol_draenei", name = "=q6=" .. BabbleFaction["Exodar"] .. " #j30#", "=ec1=#m7#" };
+ [9] = { icon = "inv_misc_tournaments_symbol_draenei", name = WHITE.. BabbleFaction["Exodar"] .. AL["Mounts"], desc = "=ec1="..BabbleFaction["Alliance"] };
[10] = { itemID = 29745 }; --Great Blue Elekk
[11] = { itemID = 29746 }; --Great Green Elekk
[12] = { itemID = 29747 }; --Great Purple Elekk
[13] = { itemID = 28481 }; --Brown Elekk
[14] = { itemID = 29744 }; --Gray Elekk
[15] = { itemID = 29743 }; --Purple Elekk
- [16] = { icon = "inv_misc_tournaments_symbol_human", name = "=q6=" .. BabbleFaction["Stormwind"] .. " #j30#", "=ec1=#m7#" };
+ [16] = { icon = "inv_misc_tournaments_symbol_human", name = WHITE.. BabbleFaction["Stormwind"] .. AL["Mounts"], desc = "=ec1="..BabbleFaction["Alliance"] };
[17] = { itemID = 18777 }; --Swift Brown Steed
[18] = { itemID = 18776 }; --Swift Palomino
[19] = { itemID = 18778 }; --Swift White Steed
@@ -347,7 +348,7 @@ AtlasLoot_Data["Mounts"] = {
};
{
Name = AL["Alliance Mounts"].." Page 3";
- [1] = { icon = "INV_BannerPVP_02", name = "=q6=" .. AL["Alliance Flying Mounts"], "=ec1=#m7#" };
+ [1] = { icon = "INV_BannerPVP_02", name = WHITE.. AL["Alliance Flying Mounts"], desc = "=ec1="..BabbleFaction["Alliance"] };
[2] = { itemID = 25473 }; --Swift Blue Gryphon
[3] = { itemID = 25528 }; --Swift Green Gryphon
[4] = { itemID = 25529 }; --Swift Purple Gryphon
@@ -359,7 +360,7 @@ AtlasLoot_Data["Mounts"] = {
[11] = { itemID = 44230 }; --Reins of the Wooly Mammoth
[12] = { itemID = 44235 }; --Reins of the Traveler's Tundra Mammoth
[13] = { itemID = 44689 }; --Armored Snowy Gryphon
- [16] = { icon = "INV_BannerPVP_02", name = "=q6=" .. BabbleFaction["Kurenai"] .. " #j30#", "=ec1=#m7#" };
+ [16] = { icon = "INV_BannerPVP_02", name = WHITE.. BabbleFaction["Kurenai"] .. AL["Mounts"], desc = "=ec1="..BabbleFaction["Alliance"] };
[17] = { itemID = 29227 }; --Reins of the Cobalt War Talbuk
[18] = { itemID = 29229 }; --Reins of the Silver War Talbuk
[19] = { itemID = 29230 }; --Reins of the Tan War Talbuk
@@ -368,15 +369,15 @@ AtlasLoot_Data["Mounts"] = {
[22] = { itemID = 31832 }; --Reins of the Silver Riding Talbuk
[23] = { itemID = 31834 }; --Reins of the Tan Riding Talbuk
[24] = { itemID = 31836 }; --Reins of the White Riding Talbuk
- [26] = { icon = "INV_BannerPVP_02", name = "=q6=" .. BabbleFaction["Wintersaber Trainers"] .. " #j30#", "=ec1=#m7#" };
+ [26] = { icon = "INV_BannerPVP_02", name = WHITE.. BabbleFaction["Wintersaber Trainers"] .. AL["Mounts"], desc = "=ec1="..BabbleFaction["Alliance"] };
[27] = { itemID = 13086 }; --Reins of the Winterspring Frostsaber
- [28] = { icon = "INV_BannerPVP_02", name = "=q6=" .. BabbleFaction["The Silver Covenant"] .. " #j30#", "=ec1=#m7#" };
+ [28] = { icon = "INV_BannerPVP_02", name = WHITE.. BabbleFaction["The Silver Covenant"] .. AL["Mounts"], desc = "=ec1="..BabbleFaction["Alliance"] };
[29] = { itemID = 46815 }; --Quel'dorei Steed
[30] = { itemID = 46813 }; --Silver Covenant Hippogryph
};
{
Name = AL["Horde Mounts"].." Page 1";
- [1] = { icon = "inv_misc_tournaments_symbol_orc", name = "=q6=" .. BabbleFaction["Orgrimmar"] .. " #j30#", "=ec1=#m6#" };
+ [1] = { icon = "inv_misc_tournaments_symbol_orc", name = WHITE.. BabbleFaction["Orgrimmar"] .. AL["Mounts"], desc = "=ec1="..BabbleFaction["Horde"] };
[2] = { itemID = 18796 }; --Horn of the Swift Brown Wolf
[3] = { itemID = 18798 }; --Horn of the Swift Gray Wolf
[4] = { itemID = 18797 }; --Horn of the Swift Timber Wolf
@@ -384,7 +385,7 @@ AtlasLoot_Data["Mounts"] = {
[6] = { itemID = 5668 }; --Horn of the Brown Wolf
[7] = { itemID = 5665 }; --Horn of the Dire Wolf
[8] = { itemID = 1132 }; --Horn of the Timber Wolf
- [16] = { icon = "inv_misc_tournaments_symbol_bloodelf", name = "=q6=" .. BabbleFaction["Silvermoon City"] .. " #j30#", "=ec1=#m6#" };
+ [16] = { icon = "inv_misc_tournaments_symbol_bloodelf", name = WHITE.. BabbleFaction["Silvermoon City"] .. AL["Mounts"], desc = "=ec1="..BabbleFaction["Horde"] };
[17] = { itemID = 29223 }; --Swift Green Hawkstrider
[18] = { itemID = 28936 }; --Swift Pink Hawkstrider
[19] = { itemID = 29224 }; --Swift Purple Hawkstrider
@@ -395,21 +396,21 @@ AtlasLoot_Data["Mounts"] = {
};
{
Name = AL["Horde Mounts"].." Page 2";
- [1] = { icon = "inv_misc_tournaments_symbol_troll", name = "=q6=" .. BabbleFaction["Darkspear Trolls"] .. " #j30#", "=ec1=#m6#" };
+ [1] = { icon = "inv_misc_tournaments_symbol_troll", name = WHITE.. BabbleFaction["Darkspear Trolls"] .. AL["Mounts"], desc = "=ec1="..BabbleFaction["Horde"] };
[2] = { itemID = 18788 }; --Swift Blue Raptor
[3] = { itemID = 18789 }; --Swift Olive Raptor
[4] = { itemID = 18790 }; --Swift Orange Raptor
[5] = { itemID = 8588 }; --Whistle of the Emerald Raptor
[6] = { itemID = 8591 }; --Whistle of the Turquoise Raptor
[7] = { itemID = 8592 }; --Whistle of the Violet Raptor
- [9] = { icon = "inv_misc_tournaments_symbol_tauren", name = "=q6=" .. BabbleFaction["Thunder Bluff"] .. " #j30#", "=ec1=#m6#" };
+ [9] = { icon = "inv_misc_tournaments_symbol_tauren", name = WHITE.. BabbleFaction["Thunder Bluff"] .. AL["Mounts"], desc = "=ec1="..BabbleFaction["Horde"] };
[10] = { itemID = 18794 }; --Great Brown Kodo
[11] = { itemID = 18795 }; --Great Gray Kodo
[12] = { itemID = 18793 }; --Great White Kodo
[13] = { itemID = 15290 }; --Brown Kodo
[14] = { itemID = 15277 }; --Gray Kodo
[15] = { itemID = 46100 }; --White Kodo
- [16] = { icon = "inv_misc_tournaments_symbol_scourge", name = "=q6=" .. BabbleFaction["Undercity"] .. " #j30#", "=ec1=#m6#" };
+ [16] = { icon = "inv_misc_tournaments_symbol_scourge", name = WHITE.. BabbleFaction["Undercity"] .. AL["Mounts"], desc = "=ec1="..BabbleFaction["Horde"] };
[17] = { itemID = 13334 }; --Green Skeletal Warhorse
[18] = { itemID = 47101 }; --Ochre Skeletal Warhorse
[19] = { itemID = 18791 }; --Purple Skeletal Warhorse
@@ -420,7 +421,7 @@ AtlasLoot_Data["Mounts"] = {
};
{
Name = AL["Horde Mounts"].." Page 3";
- [1] = { icon = "INV_BannerPVP_01", name = "=q6=" .. AL["Horde Flying Mounts"], "=ec1=#m6#" };
+ [1] = { icon = "INV_BannerPVP_01", name = WHITE.. AL["Horde Flying Mounts"], desc = "=ec1="..BabbleFaction["Horde"] };
[2] = { itemID = 25531 }; --Swift Green Wind Rider
[3] = { itemID = 25533 }; --Swift Purple Wind Rider
[4] = { itemID = 25477 }; --Swift Red Wind Rider
@@ -432,7 +433,7 @@ AtlasLoot_Data["Mounts"] = {
[11] = { itemID = 44231 }; --Reins of the Wooly Mammoth
[12] = { itemID = 44234 }; --Reins of the Traveler's Tundra Mammoth
[13] = { itemID = 44690 }; --Armored Blue Wind Rider
- [16] = { icon = "INV_BannerPVP_01", name = "=q6=" .. BabbleFaction["The Mag'har"] .. " #j30#", "=ec1=#m6#" };
+ [16] = { icon = "INV_BannerPVP_01", name = WHITE.. BabbleFaction["The Mag'har"] .. AL["Mounts"], desc = "=ec1="..BabbleFaction["Horde"] };
[17] = { itemID = 29102 }; --Reins of the Cobalt War Talbuk
[18] = { itemID = 29104 }; --Reins of the Silver War Talbuk
[19] = { itemID = 29105 }; --Reins of the Tan War Talbuk
@@ -441,48 +442,48 @@ AtlasLoot_Data["Mounts"] = {
[22] = { itemID = 31831 }; --Reins of the Silver Riding Talbuk
[23] = { itemID = 31833 }; --Reins of the Tan Riding Talbuk
[24] = { itemID = 31835 }; --Reins of the White Riding Talbuk
- [26] = { icon = "INV_BannerPVP_02", name = "=q6=Ravasaur Trainers #j30#", "=ec1=#m7#" };
+ [26] = { icon = "INV_BannerPVP_02", name = "=q6=Ravasaur Trainers ", "=ec1="..BabbleFaction["Alliance"] };
[27] = { itemID = 46102 }; --Whistle of the Venomhide Ravasaur
- [28] = { icon = "INV_BannerPVP_02", name = "=q6=" .. BabbleFaction["The Sunreavers"] .. " #j30#", "=ec1=#m7#" };
+ [28] = { icon = "INV_BannerPVP_02", name = WHITE.. BabbleFaction["The Sunreavers"] .. AL["Mounts"], desc = "=ec1="..BabbleFaction["Alliance"] };
[29] = { itemID = 46816 }; --Sunreaver Hawkstrider
[30] = { itemID = 46814 }; --Sunreaver Dragonhawk
};
{
Name = AL["Neutral Faction Mounts"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. BabbleFaction["Netherwing"] .. " #j30#" };
+ [1] = { icon = "INV_Box_01", name = WHITE.. BabbleFaction["Netherwing"] .. AL["Mounts"] };
[2] = { itemID = 32858 }; --Reins of the Azure Netherwing Drake
[3] = { itemID = 32859 }; --Reins of the Cobalt Netherwing Drake
[4] = { itemID = 32857 }; --Reins of the Onyx Netherwing Drake
[5] = { itemID = 32860 }; --Reins of the Purple Netherwing Drake
[6] = { itemID = 32861 }; --Reins of the Veridian Netherwing Drake
[7] = { itemID = 32862 }; --Reins of the Violet Netherwing Drake
- [9] = { icon = "INV_Box_01", name = "=q6=" .. BabbleFaction["Sha'tari Skyguard"] .. " #j30#" };
+ [9] = { icon = "INV_Box_01", name = WHITE.. BabbleFaction["Sha'tari Skyguard"] .. AL["Mounts"] };
[10] = { itemID = 32319 }; --Blue Riding Nether Ray
[11] = { itemID = 32314 }; --Green Riding Nether Ray
[12] = { itemID = 32317 }; --Red Riding Nether Ray
[13] = { itemID = 32316 }; --Purple Riding Nether Ray
[14] = { itemID = 32318 }; --Silver Riding Nether Ray
- [16] = { icon = "INV_Box_01", name = "=q6=" .. BabbleFaction["Cenarion Expedition"] .. " #j30#" };
+ [16] = { icon = "INV_Box_01", name = WHITE.. BabbleFaction["Cenarion Expedition"] .. AL["Mounts"] };
[17] = { itemID = 33999 }; --Cenarion War Hippogryph
- [19] = { icon = "INV_Box_01", name = "=q6=" .. BabbleFaction["The Sons of Hodir"] .. " #j30#" };
+ [19] = { icon = "INV_Box_01", name = WHITE.. BabbleFaction["The Sons of Hodir"] .. AL["Mounts"] };
[20] = { itemID = 43958 }; --Reins of the Ice Mammoth
[21] = { itemID = 44080 }; --Reins of the Ice Mammoth
[22] = { itemID = 43961 }; --Reins of the Grand Ice Mammoth
[23] = { itemID = 44086 }; --Reins of the Grand Ice Mammoth
- [25] = { icon = "INV_Box_01", name = "=q6=" .. BabbleFaction["The Wyrmrest Accord"] .. " #j30#" };
+ [25] = { icon = "INV_Box_01", name = WHITE.. BabbleFaction["The Wyrmrest Accord"] .. AL["Mounts"] };
[26] = { itemID = 43955 }; --Reins of the Red Drake
- [28] = { icon = "INV_Box_01", name = "=q6=" .. BabbleFaction["The Oracles"] .. " #j30#" };
+ [28] = { icon = "INV_Box_01", name = WHITE.. BabbleFaction["The Oracles"] .. AL["Mounts"] };
[29] = { itemID = 44707, desc = AL["Mysterious Egg"] }; --Reins of the Green Proto-Drake
};
{
Name = AL["PvP Mounts"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["Arena Reward"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["Arena Reward"] };
[2] = { itemID = 30609 }; --Swift Nether Drake
[3] = { itemID = 34092 }; --Merciless Nether Drake
[4] = { itemID = 37676 }; --Vengeful Nether Drake
[5] = { itemID = 43516 }; --Brutal Nether Drake
[6] = { itemID = 46171 }; --Deadly Gladiator's Frostwyrm
- [8] = { icon = "INV_Box_01", name = "=q6=" .. AL["Alliance PvP Mounts"] };
+ [8] = { icon = "INV_Box_01", name = WHITE.. AL["Alliance PvP Mounts"] };
[9] = { itemID = 29465 }; --Black Battlestrider
[10] = { itemID = 29467 }; --Black War Ram
[11] = { itemID = 29468 }; --Black War Steed Bridle
@@ -490,10 +491,10 @@ AtlasLoot_Data["Mounts"] = {
[13] = { itemID = 29471 }; --Reins of the Black War Tiger
[14] = { itemID = 19030 }; --Stormpike Battle Charger
[15] = { itemID = 43956 }; --Reins of the Black War Mammoth
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["Halaa PvP Mounts"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["Halaa PvP Mounts"] };
[17] = { itemID = 28915 }; --Reins of the Dark Riding Talbuk
[18] = { itemID = 29228 }; --Reins of the Dark War Talbuk
- [23] = { icon = "INV_Box_01", name = "=q6=" .. AL["Horde PvP Mounts"] };
+ [23] = { icon = "INV_Box_01", name = WHITE.. AL["Horde PvP Mounts"] };
[24] = { itemID = 29466 }; --Black War Kodo
[25] = { itemID = 29469 }; --Horn of the Black War Wolf
[26] = { itemID = 29470 }; --Red Skeletal Warhorse
@@ -504,34 +505,34 @@ AtlasLoot_Data["Mounts"] = {
};
{
Name = AL["Rare Mounts"].." Page 1";
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["Dungeon/Raid"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["Dungeon/Raid"] };
[2] = { itemID = 33809 }; --Amani War Bear
[3] = { itemID = 32458 }; --Ashes of Al'ar
[4] = { itemID = "49098", desc = "=q1=" .. BabbleZone["Trial of the Crusader"] }; --Crusader's Black Warhorse","=q2=" .. AL["A Tribute to Immortality"] ..
[5] = { itemID = "49096", desc = "=q1=" .. BabbleZone["Trial of the Crusader"] }; --Crusader's White Warhorse","=q2=" .. AL["A Tribute to Immortality"] ..
- [6] = { itemID = 13335, desc = "=q2=#n52#, =q1=#z6#", droprate = "0.10%" }; --Deathcharger's Reins
- [7] = { itemID = 30480, desc = "=q2=#n53#, =q1=#z12#", "0.25%" }; --Fiery Warhorse's Reins
+ [6] = { itemID = 13335, desc = "=q2="..BabbleBoss["Baron Rivendare"]..", =q1="..BabbleZone["Stratholme"] }; --Deathcharger's Reins
+ [7] = { itemID = 30480, desc = "=q2="..BabbleBoss["Attumen the Huntsman"]..", =q1="..BabbleZone["Karazhan"], "0.25%" }; --Fiery Warhorse's Reins
[8] = { itemID = 50818, desc = "=q2=" ..BabbleBoss["The Lich King"] .. ", =q1=" .. BabbleZone["Icecrown Citadel"] }; --Invincible's Reins
[9] = { itemID = 45693, desc = "=q2=" .. AL["Alone in the Darkness"] .. ", =q1=" .. BabbleZone["Ulduar"] }; --Mimiron's Head
- [10] = { itemID = 43986, desc = "=q2=#n153#, =q1=#j37# #z38# #j46#" }; --Reins of the Black Drake
- [11] = { itemID = 43954, desc = "=q2=#n153#, =q1=#j38# #z38# #j46#" }; --Reins of the Twilight Drake
+ [10] = { itemID = 43986, desc = "=q2="..BabbleBoss["Sartharion"]..", =q1="..AL["10 Man"].." "..BabbleZone["The Obsidian Sanctum"].." "..AL["Hard Mode"] }; --Reins of the Black Drake
+ [11] = { itemID = 43954, desc = "=q2="..BabbleBoss["Sartharion"]..", =q1="..AL["25 Man"].." "..BabbleZone["The Obsidian Sanctum"].." "..AL["Hard Mode"] }; --Reins of the Twilight Drake
[12] = { itemID = 43953, desc = "=q2=" .. BabbleZone["The Oculus"] }; --Reins of the Blue Drake
- [13] = { itemID = 43952, desc = "=q2=#n154#, =q1=#j38# #z39#" }; --Reins of the Azure Drake
- [14] = { itemID = 44151, desc = "=q2=#n151#, =q1=#j47# #z35#" }; --Reins of the Blue Proto-Drake
- [15] = { itemID = 43951, desc = "=q2=#n152#, =q1=#j47# #z36#" }; --Reins of the Bronze Drake
+ [13] = { itemID = 43952, desc = "=q2="..BabbleBoss["Malygos"]..", =q1="..AL["25 Man"].." "..BabbleZone["The Eye of Eternity"] }; --Reins of the Azure Drake
+ [14] = { itemID = 44151, desc = "=q2="..BabbleBoss["Skadi the Ruthless"]..", =q1="..AL["Heroic"].." "..BabbleZone["Utgarde Pinnacle"] }; --Reins of the Blue Proto-Drake
+ [15] = { itemID = 43951, desc = "=q2="..BabbleBoss["Infinite Corruptor"]..", =q1="..AL["Heroic"].." "..BabbleZone["Old Stratholme"] }; --Reins of the Bronze Drake
[17] = { itemID = "52200", desc = "=q1=" .. BabbleZone["Icecrown Citadel"] }; --Reins of the Crimson Deathcharger","=q2=" .. BabbleBoss["The Lich King"] ..
[18] = { itemID = 44083 }; --Reins of the Grand Black War Mammoth
[19] = { itemID = 43959 }; --Reins of the Grand Black War Mammoth
- [20] = { itemID = 32768, desc = "=q2=#n58#, =q1=#z16#" }; --Reins of the Raven Lord
+ [20] = { itemID = 32768, desc = "=q2="..BabbleBoss["Anzu"]..", =q1="..BabbleZone["Sethekk Halls"] }; --Reins of the Raven Lord
[21] = { itemID = 49046, desc = "=q2=" .. AL["A Tribute to Insanity (50)"] .. ", =q1=" .. BabbleZone["Trial of the Crusader"] }; --Swift Horde Wolf --Horde
[22] = { itemID = 49044, desc = "=q2=" .. AL["A Tribute to Insanity (50)"] .. ", =q1=" .. BabbleZone["Trial of the Crusader"] }; --Swift Alliance Steed --Alliance
- [23] = { itemID = 35513, desc = "=q2=#n59#, =q1=#z30#" }; --Swift White Hawkstrider
- [24] = { itemID = 19872, desc = "=q2=#n33#, =q1=#z8#", "0.43%" }; --Swift Razzashi Raptor
- [25] = { itemID = 19902, desc = "=q2=#n28#, =q1=#z8#", " 0.70%" }; --Swift Zulian Tiger
+ [23] = { itemID = 35513, desc = "=q2="..AL["Crimson Sorcerer"]..", =q1="..BabbleZone["Magisters' Terrace"] }; --Swift White Hawkstrider
+ [24] = { itemID = 19872, desc = "=q2="..BabbleBoss["Bloodlord Mandokir"]..", =q1="..BabbleZone["Zul'Gurub"], "0.43%" }; --Swift Razzashi Raptor
+ [25] = { itemID = 19902, desc = "=q2="..BabbleBoss["High Priest Thekal"]..", =q1="..BabbleZone["Zul'Gurub"], " 0.70%" }; --Swift Zulian Tiger
};
{
Name = AL["Rare Mounts"].." Page 2";
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["Achievement Reward"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["Achievement Reward"] };
[2] = { itemID = 44223 }; --Reins of the Black War Bear
[3] = { itemID = 44224 }; --Reins of the Black War Bear
[4] = { itemID = 44843 }; --Blue Dragonhawk Mount
@@ -543,17 +544,17 @@ AtlasLoot_Data["Mounts"] = {
[10] = { itemID = 44160 }; --Reins of the Red Proto-Drake
[11] = { itemID = 45802 }; --Reins of the Rusted Proto-Drake
[12] = { itemID = 44177 }; --Reins of the Violet Proto-Drake
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["Rare Mounts"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["Rare Mounts"] };
[17] = { itemID = 44168 }; --Reins of the Time-Lost Proto-Drake
[18] = { itemID = 46109 }; --Sea Turtle
- [20] = { itemID = 21218, desc = "=q2=#n11#, =q1=#z11#", droprate = "10%" }; --Blue Qiraji Resonating Crystal
- [21] = { itemID = 21323, desc = "=q2=#n11#, =q1=#z11#", droprate = "11%" }; --Green Qiraji Resonating Crystal
- [22] = { itemID = 21321, desc = "=q2=#n11#, =q1=#z11#", droprate = "1%" }; --Red Qiraji Resonating Crystal
- [23] = { itemID = 21324, desc = "=q2=#n11#, =q1=#z11#", droprate = "12%" }; --Yellow Qiraji Resonating Crystal
+ [20] = { itemID = 21218, desc = "=q2="..AL["Trash Mobs"]..", =q1="..BabbleZone["Ahn'Qiraj"] }; --Blue Qiraji Resonating Crystal
+ [21] = { itemID = 21323, desc = "=q2="..AL["Trash Mobs"]..", =q1="..BabbleZone["Ahn'Qiraj"] }; --Green Qiraji Resonating Crystal
+ [22] = { itemID = 21321, desc = "=q2="..AL["Trash Mobs"]..", =q1="..BabbleZone["Ahn'Qiraj"] }; --Red Qiraji Resonating Crystal
+ [23] = { itemID = 21324, desc = "=q2="..AL["Trash Mobs"]..", =q1="..BabbleZone["Ahn'Qiraj"] }; --Yellow Qiraji Resonating Crystal
};
{
Name = AL["Rare Mounts"].." Page 3";
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["Quest Reward"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["Quest Reward"] };
[2] = { itemID = 21176, desc = AL["Quest Reward"] }; --Black Qiraji Resonating Crystal
[3] = { itemID = 43962, desc = AL["Quest Reward"]..": "..AL["Hyldnir Spoils"] }; --Reins of the White Polar Bear
};
@@ -569,11 +570,11 @@ AtlasLoot_Data["Mounts"] = {
};
{
Name = AL["Promotional Mounts"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["Promotional Mounts"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["Promotional Mounts"] };
[2] = { itemID = 43599 }; --Big Blizzard Bear
[3] = { itemID = 37719 }; --Swift Zhevra
[4] = { itemID = 54860 }; --X-53 Touring Rocket
- [5] = { icon = "INV_Box_01", name = "=q6=" .. AL["Card Game Mounts"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. AL["Card Game Mounts"] };
[6] = { itemID = 54068 }; --Wooly White Rhino
[7] = { itemID = 49282 }; --Big Battle Bear
[8] = { itemID = 49290 }; --Magic Rooster Egg
@@ -585,7 +586,7 @@ AtlasLoot_Data["Mounts"] = {
};
{
Name = AL["World Events"].." Page 1";
- [1] = { icon = "INV_BannerPVP_02", name = "=q6=#m7#" };
+ [1] = { icon = "INV_BannerPVP_02", name = WHITE..BabbleFaction["Alliance"] };
[2] = { itemID = 45591, price = "100 #champseal#" }; --Darnassian Nightsaber
[3] = { itemID = 45590, price = "100 #champseal#" }; --Exodar Elekk
[4] = { itemID = 45589, price = "100 #champseal#" }; --Gnomeregan Mechanostrider
@@ -598,7 +599,7 @@ AtlasLoot_Data["Mounts"] = {
[12] = { itemID = 46747, price = "500 #gold# 5 #champseal#" }; --Turbostrider
[14] = { itemID = 47179, price = "100 #champseal#" }; --Argent Charger
[15] = { itemID = 47180, price = "100 #champseal#" }; --Argent Warhorse
- [16] = { icon = "INV_BannerPVP_01", name = "=q6=#m6#" };
+ [16] = { icon = "INV_BannerPVP_01", name = WHITE..BabbleFaction["Horde"] };
[17] = { itemID = 45593, price = "100 #champseal#" }; --Darkspear Raptor
[18] = { itemID = 45597, price = "100 #champseal#" }; --Forsaken Warhorse
[19] = { itemID = 45595, price = "100 #champseal#" }; --Orgrimmar Wolf
@@ -613,14 +614,14 @@ AtlasLoot_Data["Mounts"] = {
};
{
Name = AL["World Events"].." Page 2";
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["Brewfest"] };
- [2] = { itemID = 37828, desc = "=q2=#n150#" }; --Great Brewfest Kodo
- [3] = { itemID = 33977, desc = "=q2=#n150#" }; --Swift Brewfest Ram
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["Brewfest"] };
+ [2] = { itemID = 37828, desc = "=q2="..AL["Headless Horseman"] }; --Great Brewfest Kodo
+ [3] = { itemID = 33977, desc = "=q2="..AL["Headless Horseman"] }; --Swift Brewfest Ram
[4] = { itemID = 33976 }; --Brewfest Ram
- [6] = { icon = "INV_Box_01", name = "=q6=" .. AL["Hallow's End"] };
- [7] = { itemID = 37012, desc = "=q2=#n136#" }; --The Horseman's Reins
- [8] = { itemID = 37011, desc = "=q2=#n136#" }; --Magic Broom
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["Love is in the Air"] };
+ [6] = { icon = "INV_Box_01", name = WHITE.. AL["Hallow's End"] };
+ [7] = { itemID = 37012, desc = "=q2="..AL["Headless Horseman"] }; --The Horseman's Reins
+ [8] = { itemID = 37011, desc = "=q2="..AL["Headless Horseman"] }; --Magic Broom
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["Love is in the Air"] };
[17] = { itemID = 50250 }; --Big Love Rocket
};
};
diff --git a/AtlasLoot_WorldEvents/worldevents.lua b/AtlasLoot_WorldEvents/worldevents.lua
index ba80c14..03e2626 100644
--- a/AtlasLoot_WorldEvents/worldevents.lua
+++ b/AtlasLoot_WorldEvents/worldevents.lua
@@ -3,7 +3,7 @@ local BabbleBoss = AtlasLoot_GetLocaleLibBabble("LibBabble-Boss-3.0")
local BabbleFaction = AtlasLoot_GetLocaleLibBabble("LibBabble-Faction-3.0")
local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
local BabbleInventory = AtlasLoot_GetLocaleLibBabble("LibBabble-Inventory-3.0")
-
+local WHITE = "|cffFFFFFF"
-- Index
--- Permanent Events
@@ -47,14 +47,14 @@ AtlasLoot_Data["ArgentTournament"] = {
Name = AL["Argent Tournament"];
{
Name = BabbleInventory["Miscellaneous"];
- [1] = { icon = "INV_BannerPVP_02", name = "=q6=#m7#" };
+ [1] = { icon = "INV_BannerPVP_02", name = WHITE..BabbleFaction["Alliance"] };
[2] = { itemID = 45714, price = "1 #champwrit#" }; --Darnassus Commendation Badge
[3] = { itemID = 45715, price = "1 #champwrit#" }; --Exodar Commendation Badge
[4] = { itemID = 45716, price = "1 #champwrit#" }; --Gnomeregan Commendation Badge
[5] = { itemID = 45717, price = "1 #champwrit#" }; --Ironforge Commendation Badge
[6] = { itemID = 45718, price = "1 #champwrit#" }; --Stormwind Commendation Badge
- [15] = { itemID = 46114, desc = "=ds=#m17#" }; --Champion's Writ
- [16] = { icon = "INV_BannerPVP_01", name = "=q6=#m6#" };
+ [15] = { itemID = 46114, desc = "=ds="..AL["Currency"] }; --Champion's Writ
+ [16] = { icon = "INV_BannerPVP_01", name = WHITE..BabbleFaction["Horde"] };
[17] = { itemID = 45719, price = "1 #champwrit#" }; --Orgrimmar Commendation Badge
[18] = { itemID = 45723, price = "1 #champwrit#" }; --Undercity Commendation Badge
[19] = { itemID = 45722, price = "1 #champwrit#" }; --Thunder Bluff Commendation Badge
@@ -63,7 +63,7 @@ AtlasLoot_Data["ArgentTournament"] = {
};
{
Name = AL["Tabards"] .. " / " .. AL["Banner"];
- [1] = { icon = "INV_BannerPVP_02", name = "=q6=#m7#" };
+ [1] = { icon = "INV_BannerPVP_02", name = WHITE..BabbleFaction["Alliance"] };
[2] = { itemID = 45021, price = "15 #champseal#" }; --Darnassus Banner
[3] = { itemID = 45020, price = "15 #champseal#" }; --Exodar Banner
[4] = { itemID = 45019, price = "15 #champseal#" }; --Gnomeregan Banner
@@ -76,7 +76,7 @@ AtlasLoot_Data["ArgentTournament"] = {
[11] = { itemID = 45574, price = "50 #champseal#" }; --Stormwind Tabard
[12] = { itemID = 46817, price = "50 #champseal#" }; --Silver Covenant Tabard
[15] = { itemID = 44990 }; --Champion's Seal
- [16] = { icon = "INV_BannerPVP_01", name = "=q6=#m6#" };
+ [16] = { icon = "INV_BannerPVP_01", name = WHITE..BabbleFaction["Horde"] };
[17] = { itemID = 45014, price = "15 #champseal#" }; --Orgrimmar Banner
[18] = { itemID = 45016, price = "15 #champseal#" }; --Undercity Banner
[19] = { itemID = 45013, price = "15 #champseal#" }; --Thunder Bluff Banner
@@ -88,13 +88,13 @@ AtlasLoot_Data["ArgentTournament"] = {
[25] = { itemID = 45582, price = "50 #champseal#" }; --Sen'jin Tabard
[26] = { itemID = 45585, price = "50 #champseal#" }; --Silvermoon City Tabard
[27] = { itemID = 46818, price = "50 #champseal#" }; --Sunreaver Tabard
- [28] = { icon = "INV_Jewelry_Talisman_08", name = "=q6=" .. BabbleFaction["Argent Crusade"] };
+ [28] = { icon = "INV_Jewelry_Talisman_08", name = WHITE.. BabbleFaction["Argent Crusade"] };
[29] = { itemID = 46843, price = "15 #champseal#" }; --Argent Crusade Banner
[30] = { itemID = 46874, price = "50 #champseal#" }; --Argent Crusader's Tabard
};
{
Name = BabbleInventory["Armor"];
- [1] = { icon = "INV_BannerPVP_02", name = "=q6=#m7#" };
+ [1] = { icon = "INV_BannerPVP_02", name = WHITE..BabbleFaction["Alliance"] };
[2] = { itemID = 45156, price = "10 #champseal#" }; --Sash of Shattering Hearts
[3] = { itemID = 45181, price = "10 #champseal#" }; --Wrap of the Everliving Tree
[4] = { itemID = 45159, price = "10 #champseal#" }; --Treads of Nimble Evasion
@@ -109,7 +109,7 @@ AtlasLoot_Data["ArgentTournament"] = {
[13] = { itemID = 45152, price = "10 #champseal#" }; --Pendant of Azure Dreams
[14] = { itemID = 45131, price = "10 #champseal#" }; --Jouster's Fury
[15] = { itemID = 44990 }; --Champion's Seal
- [16] = { icon = "INV_BannerPVP_01", name = "=q6=#m6#" };
+ [16] = { icon = "INV_BannerPVP_01", name = WHITE..BabbleFaction["Horde"] };
[17] = { itemID = 45209, price = "10 #champseal#" }; --Sash of Trumpted Pride
[18] = { itemID = 45211, price = "10 #champseal#" }; --Waistguard of Equine Fury
[19] = { itemID = 45220, price = "10 #champseal#" }; --Treads of the Earnest Squire
@@ -126,7 +126,7 @@ AtlasLoot_Data["ArgentTournament"] = {
};
{
Name = AL["Weapons"];
- [1] = { icon = "INV_BannerPVP_02", name = "=q6=#m7#" };
+ [1] = { icon = "INV_BannerPVP_02", name = WHITE..BabbleFaction["Alliance"] };
[2] = { itemID = 45078, price = "25 #champseal#" }; --Dagger of Lunar Purity
[3] = { itemID = 45077, price = "25 #champseal#" }; --Dagger of the Rising Moon
[4] = { itemID = 45129, price = "25 #champseal#" }; --Gnomeregan Bonechopper
@@ -136,7 +136,7 @@ AtlasLoot_Data["ArgentTournament"] = {
[8] = { itemID = 45128, price = "25 #champseal#" }; --Silvery Sylvan Stave
[9] = { itemID = 45130, price = "25 #champseal#" }; --Blunderbuss of Khaz Modan
[15] = { itemID = 44990 }; --Champion's Seal
- [16] = { icon = "INV_BannerPVP_01", name = "=q6=#m6#" };
+ [16] = { icon = "INV_BannerPVP_01", name = WHITE..BabbleFaction["Horde"] };
[17] = { itemID = 45214, price = "25 #champseal#" }; --Scalpel of the Royal Apothecary
[18] = { itemID = 45222, price = "25 #champseal#" }; --Spinal Destroyer
[19] = { itemID = 45208, price = "25 #champseal#" }; --Blade of the Keening Banshee
@@ -148,7 +148,7 @@ AtlasLoot_Data["ArgentTournament"] = {
};
{
Name = AL["Vanity Pets"];
- [1] = { icon = "INV_BannerPVP_02", name = "=q6=#m7#" };
+ [1] = { icon = "INV_BannerPVP_02", name = WHITE..BabbleFaction["Alliance"] };
[2] = { itemID = 44998, desc = AL["Quest Reward"] }; --Argent Squire
[4] = { itemID = 44984, price = "40 #champseal#" }; --Ammen Vale Lashling
[5] = { itemID = 44965, price = "40 #champseal#" }; --Teldrassil Sproutling
@@ -156,10 +156,10 @@ AtlasLoot_Data["ArgentTournament"] = {
[7] = { itemID = 44974, price = "40 #champseal#" }; --Elwynn Lamb
[8] = { itemID = 45002, price = "40 #champseal#" }; --Mechanopeep
[9] = { itemID = 46820, price = "40 #champseal#" }; --Shimmering Wyrmling
- [11] = { icon = "INV_Jewelry_Talisman_08", name = "=q6=" .. BabbleFaction["Argent Crusade"] };
+ [11] = { icon = "INV_Jewelry_Talisman_08", name = WHITE.. BabbleFaction["Argent Crusade"] };
[12] = { itemID = 47541, price = "150 #champseal#" }; --Argent Pony Bridle
[15] = { itemID = 44990 }; --Champion's Seal
- [16] = { icon = "INV_BannerPVP_01", name = "=q6=#m6#" };
+ [16] = { icon = "INV_BannerPVP_01", name = WHITE..BabbleFaction["Horde"] };
[17] = { itemID = 45022, desc = AL["Quest Reward"] }; --Argent Gruntling
[19] = { itemID = 44980, price = "40 #champseal#" }; --Mulgore Hatchling
[20] = { itemID = 45606, price = "40 #champseal#" }; --Sen'jin Fetish
@@ -170,7 +170,7 @@ AtlasLoot_Data["ArgentTournament"] = {
};
{
Name = AL["Mounts"];
- [1] = { icon = "INV_BannerPVP_02", name = "=q6=#m7#" };
+ [1] = { icon = "INV_BannerPVP_02", name = WHITE..BabbleFaction["Alliance"] };
[2] = { itemID = 45591, price = "100 #champseal#" }; --Darnassian Nightsaber
[3] = { itemID = 45590, price = "100 #champseal#" }; --Exodar Elekk
[4] = { itemID = 45589, price = "100 #champseal#" }; --Gnomeregan Mechanostrider
@@ -182,7 +182,7 @@ AtlasLoot_Data["ArgentTournament"] = {
[11] = { itemID = 46748, price = "500 #gold# 5 #champseal#" }; --Swift Violet Ram
[12] = { itemID = 46747, price = "500 #gold# 5 #champseal#" }; --Turbostrider
[15] = { itemID = 44990 }; --Champion's Seal
- [16] = { icon = "INV_BannerPVP_01", name = "=q6=#m6#" };
+ [16] = { icon = "INV_BannerPVP_01", name = WHITE..BabbleFaction["Horde"] };
[17] = { itemID = 45593, price = "100 #champseal#" }; --Darkspear Raptor
[18] = { itemID = 45597, price = "100 #champseal#" }; --Forsaken Warhorse
[19] = { itemID = 45595, price = "100 #champseal#" }; --Orgrimmar Wolf
@@ -196,15 +196,15 @@ AtlasLoot_Data["ArgentTournament"] = {
};
{
Name = AL["Mounts"];
- [1] = { icon = "inv_misc_tabardpvp_01", name = "=q6=" .. BabbleFaction["The Silver Covenant"], "=ec1=#m7#" };
+ [1] = { icon = "inv_misc_tabardpvp_01", name = WHITE.. BabbleFaction["The Silver Covenant"], "=ec1="..BabbleFaction["Alliance"] };
[2] = { itemID = 46815, price = "100 #champseal#" }; --Quel'dorei Steed
[3] = { itemID = 46813, price = "150 #champseal#" }; --Silver Covenant Hippogryph
- [5] = { icon = "INV_Jewelry_Talisman_08", name = "=q6=" .. BabbleFaction["Argent Crusade"] };
+ [5] = { icon = "INV_Jewelry_Talisman_08", name = WHITE.. BabbleFaction["Argent Crusade"] };
[6] = { itemID = 47179, price = "100 #champseal#" }; --Argent Charger
[7] = { itemID = 47180, price = "100 #champseal#" }; --Argent Warhorse
[8] = { itemID = 45725, price = "150 #champseal#" }; --Argent Hippogryph
[15] = { itemID = 44990 }; --Champion's Seal
- [16] = { icon = "inv_misc_tabardpvp_02", name = "=q6=" .. BabbleFaction["The Sunreavers"], "=ec1=#m6#" };
+ [16] = { icon = "inv_misc_tabardpvp_02", name = WHITE.. BabbleFaction["The Sunreavers"], "=ec1="..BabbleFaction["Horde"] };
[17] = { itemID = 46816, price = "100 #champseal#" }; --Sunreaver Hawkstrider
[18] = { itemID = 46814, price = "150 #champseal#" }; --Sunreaver Dragonhawk
};
@@ -263,23 +263,23 @@ brewfest.b = {
brewfest.c = {
Name = AL["Brewfest"] .. " 3";
- [1] = { icon = "INV_Cask_04", name = "=q6=#n131#" };
+ [1] = { icon = "INV_Cask_04", name = WHITE..AL["Barleybrew Brewery"] };
[2] = { itemID = 33030 }; --Barleybrew Clear
[3] = { itemID = 33028 }; --Barleybrew Light
[4] = { itemID = 33029 }; --Barleybrew Dark
- [6] = { icon = "INV_Cask_04", name = "=q6=#n132#" };
+ [6] = { icon = "INV_Cask_04", name = WHITE..AL["Thunderbrew Brewery"] };
[7] = { itemID = 33031 }; --Thunder 45
[8] = { itemID = 33032 }; --Thunderbrew Ale
[9] = { itemID = 33033 }; --Thunderbrew Stout
- [11] = { icon = "INV_Cask_04", name = "=q6=#n133#" };
+ [11] = { icon = "INV_Cask_04", name = WHITE..AL["Gordok Brewery"] };
[12] = { itemID = 33034 }; --Gordok Grog
[13] = { itemID = 33036 }; --Mudder's Milk
[14] = { itemID = 33035 }; --Ogre Mead
- [16] = { icon = "INV_Cask_04", name = "=q6=#n134#" };
+ [16] = { icon = "INV_Cask_04", name = WHITE..AL["Drohn's Distillery"] };
[17] = { itemID = 34017 }; --Small Step Brew
[18] = { itemID = 34018 }; --Long Stride Brew
[19] = { itemID = 34019 }; --Path of Brew
- [21] = { icon = "INV_Cask_04", name = "=q6=#n135#" };
+ [21] = { icon = "INV_Cask_04", name = WHITE..AL["T'chali's Voodoo Brewery"] };
[22] = { itemID = 34020 }; --Jungle River Water
[23] = { itemID = 34021 }; --Brewdoo Magic
[24] = { itemID = 34022 }; --Stout Shrunken Head
@@ -287,18 +287,18 @@ brewfest.c = {
brewfest.d = {
Name = AL["Brew of the Month Club"];
- [1] = { itemID = 37488, desc = "=ds=#month1#" }; --Wild Winter Pilsner
- [2] = { itemID = 37489, desc = "=ds=#month2#" }; --Izzard's Ever Flavor
- [3] = { itemID = 37490, desc = "=ds=#month3#" }; --Aromatic Honey Brew
- [4] = { itemID = 37491, desc = "=ds=#month4#" }; --Metok's Bubble Bock
- [5] = { itemID = 37492, desc = "=ds=#month5#" }; --Springtime Stout
- [6] = { itemID = 37493, desc = "=ds=#month6#" }; --Blackrock Lager
- [16] = { itemID = 37494, desc = "=ds=#month7#" }; --Stranglethorn Brew
- [17] = { itemID = 37495, desc = "=ds=#month8#" }; --Draenic Pale Ale
- [18] = { itemID = 37496, desc = "=ds=#month9#" }; --Binary Brew
- [19] = { itemID = 37497, desc = "=ds=#month10#" }; --Autumnal Acorn Ale
- [20] = { itemID = 37498, desc = "=ds=#month11#" }; --Bartlett's Bitter Brew
- [21] = { itemID = 37499, desc = "=ds=#month12#" }; --Lord of Frost's Private Label
+ [1] = { itemID = 37488, desc = "=ds="..AL["January"] }; --Wild Winter Pilsner
+ [2] = { itemID = 37489, desc = "=ds="..AL["February"] }; --Izzard's Ever Flavor
+ [3] = { itemID = 37490, desc = "=ds="..AL["March"] }; --Aromatic Honey Brew
+ [4] = { itemID = 37491, desc = "=ds="..AL["April"] }; --Metok's Bubble Bock
+ [5] = { itemID = 37492, desc = "=ds="..AL["May"] }; --Springtime Stout
+ [6] = { itemID = 37493, desc = "=ds="..AL["June"] }; --Blackrock Lager
+ [16] = { itemID = 37494, desc = "=ds="..AL["July"] }; --Stranglethorn Brew
+ [17] = { itemID = 37495, desc = "=ds="..AL["August"] }; --Draenic Pale Ale
+ [18] = { itemID = 37496, desc = "=ds="..AL["September"] }; --Binary Brew
+ [19] = { itemID = 37497, desc = "=ds="..AL["October"] }; --Autumnal Acorn Ale
+ [20] = { itemID = 37498, desc = "=ds="..AL["November"] }; --Bartlett's Bitter Brew
+ [21] = { itemID = 37499, desc = "=ds="..AL["December"] }; --Lord of Frost's Private Label
};
brewfest.corenCLASSIC = {
@@ -392,16 +392,16 @@ AtlasLoot_Data["ChildrensWeek"] = {
Name = AL["Children's Week"];
{
Name = AL["Children's Week"];
- [1] = { icon = "INV_Box_01", name = "=q6=#z24#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..BabbleZone["Azeroth"] };
[2] = { itemID = 23007 }; --Piglet's Collar
[3] = { itemID = 23015 }; --Rat Cage
[4] = { itemID = 23002 }; --Turtle Box
[5] = { itemID = 23022 }; --Curmudgeon's Payoff
- [7] = { icon = "INV_Box_01", name = "=q6=#z25#" };
+ [7] = { icon = "INV_Box_01", name = WHITE..BabbleZone["Outland"] };
[8] = { itemID = 32616 }; --Egbert's Egg
[9] = { itemID = 32622 }; --Elekk Training Collar
[10] = { itemID = 32617 }; --Sleepy Willy
- [16] = { icon = "INV_Box_01", name = "=q6=#z40#" };
+ [16] = { icon = "INV_Box_01", name = WHITE..BabbleZone["Northrend"] };
[17] = { itemID = 46545 }; --Curious Oracle Hatchling
[18] = { itemID = 46544 }; --Curious Wolvar Pup
};
@@ -443,7 +443,7 @@ AtlasLoot_Data["Winterviel"] = {
[5] = { itemID = 34191 }; --Handful of Snowflakes
[6] = { itemID = 21212 }; --Fresh Holly
[7] = { itemID = 21519 }; --Mistletoe
- [9] = { icon = "INV_Holiday_Christmas_Present_01", name = "=q6=#n129#" };
+ [9] = { icon = "INV_Holiday_Christmas_Present_01", name = WHITE..AL["Smokywood Pastures Vendor"] };
[10] = { itemID = 34262 }; --Pattern: Winter Boots
[11] = { itemID = 34319 }; --Pattern: Red Winter Clothes
[12] = { itemID = 34261 }; --Pattern: Green Winter Clothes
@@ -468,19 +468,19 @@ AtlasLoot_Data["Winterviel"] = {
};
{
Name = "Presents";
- [1] = { icon = "INV_Holiday_Christmas_Present_01", name = "=q6=#x19#" };
+ [1] = { icon = "INV_Holiday_Christmas_Present_01", name = WHITE..AL["Gaily Wrapped Present"] };
[2] = { itemID = 21301 }; --Green Helper Box
[3] = { itemID = 21308 }; --Jingling Bell
[4] = { itemID = 21305 }; --Red Helper Box
[5] = { itemID = 21309 }; --Snowman Kit
- [7] = { icon = "INV_Holiday_Christmas_Present_01", name = "=q6=#x20#" };
+ [7] = { icon = "INV_Holiday_Christmas_Present_01", name = WHITE..AL["Festive Gift"] };
[8] = { itemID = 21328 }; --Wand of Holiday Cheer
[10] = { icon = "INV_Holiday_Christmas_Present_01", name = AL["Winter Veil Gift"] };
[11] = { itemID = 34425 }; --Clockwork Rocket Bot
- [13] = { icon = "INV_Holiday_Christmas_Present_01", name = "=q6=#x22#" };
+ [13] = { icon = "INV_Holiday_Christmas_Present_01", name = WHITE..AL["Gently Shaken Gift"] };
[14] = { itemID = 21235 }; --Winter Veil Roast
[15] = { itemID = 21241 }; --Winter Veil Eggnog
- [16] = { icon = "INV_Holiday_Christmas_Present_01", name = "=q6=#x21#" };
+ [16] = { icon = "INV_Holiday_Christmas_Present_01", name = WHITE..AL["Festive Gift"] };
[17] = { itemID = 21325 }; --Mechanical Greench
[18] = { itemID = 21213 }; --Preserved Holly
[19] = { itemID = 17706 }; --Plans: Edge of Winter
@@ -506,7 +506,7 @@ local HorsemanCLASSIC = {
[3] = { itemID = 2034073 }; --The Horseman's Signet Ring
[4] = { itemID = 2034074 }; --Witching Band
[5] = { itemID = 2038175 }; --The Horseman's Blade
- [16] = { itemID = 34068, droprate = "100%" }; --Weighted Jack-o'-Lantern
+ [16] = { itemID = 34068 }; --Weighted Jack-o'-Lantern
[17] = { itemID = 33226 }; --Tricky Treat
[18] = { itemID = 37012 }; --The Horseman's Reins
[19] = { itemID = 37011 }; --Magic Broom
@@ -521,7 +521,7 @@ local HorsemanTBC = {
[3] = { itemID = 34073 }; --The Horseman's Signet Ring
[4] = { itemID = 34074 }; --Witching Band
[5] = { itemID = 38175 }; --The Horseman's Blade
- [16] = { itemID = 34068, droprate = "100%" }; --Weighted Jack-o'-Lantern
+ [16] = { itemID = 34068 }; --Weighted Jack-o'-Lantern
[17] = { itemID = 33226 }; --Tricky Treat
[18] = { itemID = 37012 }; --The Horseman's Reins
[19] = { itemID = 37011 }; --Magic Broom
@@ -536,7 +536,7 @@ local HorsemanWRATH = {
[3] = { itemID = 49123 }; --The Horseman's Seal
[4] = { itemID = 49124 }; --Wicked Witch's Band
[5] = { itemID = 49128 }; --The Horseman's Baleful Blade
- [16] = { itemID = 34068, droprate = "100%" }; --Weighted Jack-o'-Lantern
+ [16] = { itemID = 34068 }; --Weighted Jack-o'-Lantern
[17] = { itemID = 33226 }; --Tricky Treat
[18] = { itemID = 37012 }; --The Horseman's Reins
[19] = { itemID = 37011 }; --Magic Broom
@@ -558,7 +558,7 @@ local HallowsEnd = {
[13] = { itemID = 37583 }; --G.N.E.R.D.S.
[14] = { itemID = 37582 }; --Pyroblast Cinnamon Ball
[15] = { itemID = 37584 }; --Soothing Spearmint Candy
- [16] = { icon = "INV_Misc_Bag_11", name = "=q6=#x18#" };
+ [16] = { icon = "INV_Misc_Bag_11", name = "=q6=#"..AL["Treat Bag"] };
[17] = { itemID = 33292 }; --Hallowed Helm
[18] = { itemID = 33154 }; --Sinister Squashling
[19] = { itemID = 20410 }; --Hallowed Wand - Bat
@@ -576,7 +576,7 @@ local HallowsEnd = {
local HallowsEndMasks = {
Name = "Masks";
- [1] = { icon = "INV_Misc_Bag_11", name = "=q6=#x18#" };
+ [1] = { icon = "INV_Misc_Bag_11", name = WHITE..AL["Treat Bag"] };
[2] = { itemID = 34003 }; --Flimsy Male Draenei Mask
[3] = { itemID = 20561 }; --Flimsy Male Dwarf Mask
[4] = { itemID = 20391 }; --Flimsy Male Gnome Mask
@@ -674,21 +674,21 @@ AtlasLoot_Data["Valentineday"] = {
};
{
Name = "Page 2";
- [1] = { icon = "INV_Box_02", name = "=q6=" .. AL["Lovely Dress Box"] };
+ [1] = { icon = "INV_Box_02", name = WHITE.. AL["Lovely Dress Box"] };
[2] = { itemID = 22279 }; --Lovely Black Dress
[3] = { itemID = 22276 }; --Lovely Red Dress
[4] = { itemID = 22278 }; --Lovely Blue Dress
[5] = { itemID = 22280 }; --Lovely Purple Dress
- [7] = { icon = "INV_Box_01", name = "=q6=" .. AL["Dinner Suit Box"] };
+ [7] = { icon = "INV_Box_01", name = WHITE.. AL["Dinner Suit Box"] };
[8] = { itemID = 22277 }; --Red Dinner Suit
[9] = { itemID = 22281 }; --Blue Dinner Suit
[10] = { itemID = 22282 }; --Purple Dinner Suit
- [16] = { icon = "INV_ValentinesBoxOfChocolates02", name = "=q6=#x17#" };
+ [16] = { icon = "INV_ValentinesBoxOfChocolates02", name = WHITE..AL["Box of Chocolates"] };
[17] = { itemID = 22237 }; --Dark Desire
[18] = { itemID = 22238 }; --Very Berry Cream
[19] = { itemID = 22236 }; --Buttermilk Deligh
[20] = { itemID = 22239 }; --Sweet Surprise
- [22] = { icon = "inv_valentinescandysack", name = "=q6=" .. AL["Bag of Heart Candies"] };
+ [22] = { icon = "inv_valentinescandysack", name = WHITE.. AL["Bag of Heart Candies"] };
[23] = { itemID = 21816 }; --Heart Candy
[24] = { itemID = 21817 }; --Heart Candy
[25] = { itemID = 21818 }; --Heart Candy
@@ -917,19 +917,19 @@ AtlasLoot_Data["BashirLanding"] = {
Name = "Bash'ir Landing Skyguard";
{
Name = AL["Bash'ir Landing Skyguard Raid"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j16#", "=q1=#n112#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Phase 1"], desc = "=q1="..AL["Aether-tech Assistant"] };
[2] = { itemID = 32596 }; --Unstable Flask of the Elder
[3] = { itemID = 32600 }; --Unstable Flask of the Physician
[4] = { itemID = 32599 }; --Unstable Flask of the Bandit
[5] = { itemID = 32597 }; --Unstable Flask of the Soldier
- [7] = { icon = "INV_Box_01", name = "=q6=#j17#", "=q1=#n113#" };
+ [7] = { icon = "INV_Box_01", name = WHITE..AL["Phase 2"], desc = "=q1="..AL["Aether-tech Adept"] };
[8] = { itemID = 32634 }; --Unstable Amethyst
[9] = { itemID = 32637 }; --Unstable Citrine
[10] = { itemID = 32635 }; --Unstable Peridot
[11] = { itemID = 32636 }; --Unstable Sapphire
[12] = { itemID = 32639 }; --Unstable Talasite
[13] = { itemID = 32638 }; --Unstable Topaz
- [16] = { icon = "INV_Box_01", name = "=q6=#j18#", "=q1=#n114#" };
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Phase 3"], desc = "=q1="..AL["Aether-tech Master"] };
[17] = { itemID = 32641 }; --Imbued Unstable Diamond
[18] = { itemID = 32640 }; --Potent Unstable Diamond
[19] = { itemID = 32759 }; --Accelerator Module
@@ -1031,24 +1031,24 @@ AtlasLoot_Data["ElementalInvasion"] = {
Name = AL["Elemental Invasion"];
{
Name = AL["Elemental Invasion"];
- [1] = { icon = "INV_Box_01", name = "=q6=#n108#", "=q1=#j19#, #z20#" };
- [2] = { itemID = 18671, droprate = "12.18%" }; --Baron Charr's Sceptre
- [3] = { itemID = 19268, droprate = "10.14%" }; --Ace of Elementals
- [4] = { itemID = 18672, droprate = "53.31%" }; --Elemental Ember
- [6] = { icon = "INV_Box_01", name = "=q6=#n109#", "=q1=#j20#, #z21#" };
- [7] = { itemID = 18678, droprate = "12.33%" }; --Tempestria's Frozen Necklace
- [8] = { itemID = 19268, droprate = "5.24%" }; --Ace of Elementals
- [9] = { itemID = 21548, droprate = "25.00%" }; --Pattern: Stormshroud Gloves
- [10] = { itemID = 18679, droprate = "51.01%" }; --Frigid Ring
- [16] = { icon = "INV_Box_01", name = "=q6=#n110#", "=q1=#j22#, #z22#" };
- [17] = { itemID = 18673, droprate = "14.56%" }; --Avalanchion's Stony Hide
- [18] = { itemID = 19268, droprate = "5.89%" }; --Ace of Elementals
- [19] = { itemID = 18674, droprate = "41.50%" }; --Hardened Stone Band
- [21] = { icon = "INV_Box_01", name = "=q6=#n111#", "=q1=#j21#, #z23#" };
- [22] = { itemID = 18676, droprate = "16.76%" }; --Sash of the Windreaver
- [23] = { itemID = 19268, droprate = "9.76%" }; --Ace of Elementals
- [24] = { itemID = 21548, droprate = "36.28%" }; --Pattern: Stormshroud Gloves
- [25] = { itemID = 18677, droprate = "52.47%" }; --Zephyr Cloak
+ [1] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Baron Charr"].."", "=q1="..AL["Fire"]..", "..BabbleZone["Un'Goro Crater"] };
+ [2] = { itemID = 18671 }; --Baron Charr's Sceptre
+ [3] = { itemID = 19268 }; --Ace of Elementals
+ [4] = { itemID = 18672 }; --Elemental Ember
+ [6] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Princess Tempestria"].."", "=q1="..AL["Water"]..", "..BabbleZone["Winterspring"] };
+ [7] = { itemID = 18678 }; --Tempestria's Frozen Necklace
+ [8] = { itemID = 19268 }; --Ace of Elementals
+ [9] = { itemID = 21548 }; --Pattern: Stormshroud Gloves
+ [10] = { itemID = 18679 }; --Frigid Ring
+ [16] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Avalanchion"].."", "=q1="..AL["Earth"]..", "..BabbleZone["Azshara"] };
+ [17] = { itemID = 18673 }; --Avalanchion's Stony Hide
+ [18] = { itemID = 19268 }; --Ace of Elementals
+ [19] = { itemID = 18674 }; --Hardened Stone Band
+ [21] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["The Windreaver"].."", "=q1="..AL["Wind"]..", "..BabbleZone["Silithus"] };
+ [22] = { itemID = 18676 }; --Sash of the Windreaver
+ [23] = { itemID = 19268 }; --Ace of Elementals
+ [24] = { itemID = 21548 }; --Pattern: Stormshroud Gloves
+ [25] = { itemID = 18677 }; --Zephyr Cloak
};
};
@@ -1061,11 +1061,11 @@ AtlasLoot_Data["GurubashiArena"] = {
Name = AL["Gurubashi Arena Booty Run"];
{
Name = AL["Gurubashi Arena Booty Run"];
- [1] = { itemID = 18709, droprate = "5.0%" }; --Arena Wristguards
- [2] = { itemID = 18710, droprate = "6.4%" }; --Arena Bracers
- [3] = { itemID = 18711, droprate = "6.0%" }; --Arena Bands
- [4] = { itemID = 18712, droprate = "6.8%" }; --Arena Vambraces
- [16] = { itemID = 18706, desc = ", =q1=#m2#", droprate = "100%" }; --Arena Master
+ [1] = { itemID = 18709 }; --Arena Wristguards
+ [2] = { itemID = 18710 }; --Arena Bracers
+ [3] = { itemID = 18711 }; --Arena Bands
+ [4] = { itemID = 18712 }; --Arena Vambraces
+ [16] = { itemID = 18706, desc = ", =q1="..AL["This Item Begins a Quest"] }; --Arena Master
[17] = { itemID = 19024 }; --Arena Grand Master
};
};
@@ -1079,15 +1079,15 @@ AtlasLoot_Data["FishingExtravaganza"] = {
Name = "Stranglethorn Fishing";
{
Name = AL["Stranglethorn Fishing Extravaganza"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j24#", "=q1=#j23#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["First Prize"], "=q1="..AL["Master Angler"] };
[2] = { itemID = 19970 }; --Arcanite Fishing Pole
[3] = { itemID = 19979 }; --Hook of the Master Angler
- [5] = { icon = "INV_Box_01", name = "=q6=#j26#" };
+ [5] = { icon = "INV_Box_01", name = WHITE..AL["Rare Fish"] };
[6] = { itemID = 19805 }; --Keefer's Angelfish
[7] = { itemID = 19803 }; --Brownell's Blue Striped Racer
[8] = { itemID = 19806 }; --Dezian Queenfish
[9] = { itemID = 19808 }; --Rockhide Strongfish
- [20] = { icon = "INV_Box_01", name = "=q6=#j25#" };
+ [20] = { icon = "INV_Box_01", name = WHITE..AL["Rare Fish Rewards"] };
[21] = { itemID = 19972 }; --Lucky Fishing Hat
[22] = { itemID = 19969 }; --Nat Pagle's Extreme Anglin' Boots
[23] = { itemID = 19971 }; --High Test Eternium Fishing Line
@@ -1107,73 +1107,73 @@ AtlasLoot_Data["AbyssalCouncil"] = {
Name = AL["Abyssal Council"];
{
Name = AL["Templars"];
- [1] = { icon = "INV_Box_01", name = "=q6=#n96#", "=q1=#j19#" };
- [2] = { itemID = 20657, droprate = "2.31%" }; --Crystal Tipped Stiletto
- [3] = { itemID = 20655, droprate = "13.03%" }; --Abyssal Cloth Handwraps
- [4] = { itemID = 20656, droprate = "12.89%" }; --Abyssal Mail Sabatons
- [5] = { itemID = 20513, droprate = "100%" }; --Abyssal Crest
- [7] = { icon = "INV_Box_01", name = "=q6=#n97#", "=q1=#j20#" };
- [8] = { itemID = 20654, droprate = "2.38%" }; --Amethyst War Staff
- [9] = { itemID = 20652, droprate = "12.94%" }; --Abyssal Cloth Slippers
- [10] = { itemID = 20653, droprate = "13.61%" }; --Abyssal Plate Gauntlets
- [11] = { itemID = 20513, droprate = "100%" }; --Abyssal Crest
- [16] = { icon = "INV_Box_01", name = "=q6=#n98#", "=q1=#j21#" };
- [17] = { itemID = 20660, droprate = "2.22%" }; --Stonecutting Glaive
- [18] = { itemID = 20658, droprate = "13.16%" }; --Abyssal Leather Boots
- [19] = { itemID = 20659, droprate = "12.64%" }; --Abyssal Mail Handguards
- [20] = { itemID = 20513, droprate = "100%" }; --Abyssal Crest
- [22] = { icon = "INV_Box_01", name = "=q6=#n99#", "=q1=#j22#" };
- [23] = { itemID = 20663, droprate = "2.55%" }; --Deep Strike Bow
- [24] = { itemID = 20661, droprate = "13.16%" }; --Abyssal Leather Gloves
- [25] = { itemID = 20662, droprate = "12.93%" }; --Abyssal Plate Greaves
- [26] = { itemID = 20513, droprate = "100%" }; --Abyssal Crest
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Crimson Templar"].."", "=q1="..AL["Fire"] };
+ [2] = { itemID = 20657 }; --Crystal Tipped Stiletto
+ [3] = { itemID = 20655 }; --Abyssal Cloth Handwraps
+ [4] = { itemID = 20656 }; --Abyssal Mail Sabatons
+ [5] = { itemID = 20513 }; --Abyssal Crest
+ [7] = { icon = "INV_Box_01", name = WHITE..AL["Azure Templar"].."", "=q1="..AL["Water"] };
+ [8] = { itemID = 20654 }; --Amethyst War Staff
+ [9] = { itemID = 20652 }; --Abyssal Cloth Slippers
+ [10] = { itemID = 20653 }; --Abyssal Plate Gauntlets
+ [11] = { itemID = 20513 }; --Abyssal Crest
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Hoary Templar"].."", "=q1="..AL["Wind"] };
+ [17] = { itemID = 20660 }; --Stonecutting Glaive
+ [18] = { itemID = 20658 }; --Abyssal Leather Boots
+ [19] = { itemID = 20659 }; --Abyssal Mail Handguards
+ [20] = { itemID = 20513 }; --Abyssal Crest
+ [22] = { icon = "INV_Box_01", name = WHITE..AL["Earthen Templar"].."", "=q1="..AL["Earth"] };
+ [23] = { itemID = 20663 }; --Deep Strike Bow
+ [24] = { itemID = 20661 }; --Abyssal Leather Gloves
+ [25] = { itemID = 20662 }; --Abyssal Plate Greaves
+ [26] = { itemID = 20513 }; --Abyssal Crest
};
{
Name = AL["Dukes"];
- [1] = { icon = "INV_Box_01", name = "=q6=#n100#", "=q1=#j19#" };
- [2] = { itemID = 20665, droprate = "22.50%" }; --Abyssal Leather Leggings
- [3] = { itemID = 20666, droprate = "30.47%" }; --Hardened Steel Warhammer
- [4] = { itemID = 20514, droprate = "100%" }; --Abyssal Signet
- [5] = { itemID = 20664, droprate = "27.08%" }; --Abyssal Cloth Sash
- [6] = { itemID = 21989, droprate = "100%" }; --Cinder of Cynders
- [8] = { icon = "INV_Box_01", name = "=q6=#n101#", "=q1=#j20#" };
- [9] = { itemID = 20668, droprate = "22.40%" }; --Abyssal Mail Legguards
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["The Duke of Cynders"].."", "=q1="..AL["Fire"] };
+ [2] = { itemID = 20665 }; --Abyssal Leather Leggings
+ [3] = { itemID = 20666 }; --Hardened Steel Warhammer
+ [4] = { itemID = 20514 }; --Abyssal Signet
+ [5] = { itemID = 20664 }; --Abyssal Cloth Sash
+ [6] = { itemID = 21989 }; --Cinder of Cynders
+ [8] = { icon = "INV_Box_01", name = WHITE..AL["The Duke of Fathoms"].."", "=q1="..AL["Water"] };
+ [9] = { itemID = 20668 }; --Abyssal Mail Legguards
[10] = { itemID = 20669, price = "29.62%" }; --Darkstone Claymore
- [11] = { itemID = 20514, droprate = "100%" }; --Abyssal Signet
- [12] = { itemID = 20667, droprate = "29.04%" }; --Abyssal Leather Belt
- [16] = { icon = "INV_Box_01", name = "=q6=#n102#", "=q1=#j21#" };
- [17] = { itemID = 20674, droprate = "21.83%" }; --Abyssal Cloth Pants
+ [11] = { itemID = 20514 }; --Abyssal Signet
+ [12] = { itemID = 20667 }; --Abyssal Leather Belt
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["The Duke of Zephyrs"].."", "=q1="..AL["Wind"] };
+ [17] = { itemID = 20674 }; --Abyssal Cloth Pants
[18] = { itemID = 20675, price = "29.73%" }; --Soulrender
- [19] = { itemID = 20514, droprate = "100%" }; --Abyssal Signet
- [20] = { itemID = 20673, droprate = "27.11%" }; --Abyssal Plate Girdle
- [23] = { icon = "INV_Box_01", name = "=q6=#n103#", "=q1=#j22#" };
- [24] = { itemID = 20671, droprate = "22.63%" }; --Abyssal Plate Legplates
- [25] = { itemID = 20672, droprate = "28.90%" }; --Sparkling Crystal Wand
- [26] = { itemID = 20514, droprate = "100%" }; --Abyssal Signet
- [27] = { itemID = 20670, droprate = "28.16%" }; --Abyssal Mail Clutch
+ [19] = { itemID = 20514 }; --Abyssal Signet
+ [20] = { itemID = 20673 }; --Abyssal Plate Girdle
+ [23] = { icon = "INV_Box_01", name = WHITE..AL["The Duke of Shards"].."", "=q1="..AL["Earth"] };
+ [24] = { itemID = 20671 }; --Abyssal Plate Legplates
+ [25] = { itemID = 20672 }; --Sparkling Crystal Wand
+ [26] = { itemID = 20514 }; --Abyssal Signet
+ [27] = { itemID = 20670 }; --Abyssal Mail Clutch
};
{
Name = AL["High Council"];
- [1] = { icon = "INV_Box_01", name = "=q6=#n104#", "=q1=#j19#" };
- [2] = { itemID = 20682, droprate = "22.83%" }; --Elemental Focus Band
- [3] = { itemID = 20515, droprate = "100%" }; --Abyssal Scepter
- [4] = { itemID = 20681, droprate = "24.70%" }; --Abyssal Leather Bracers
- [5] = { itemID = 20680, droprate = "24.21%" }; --Abyssal Mail Pauldrons
- [7] = { icon = "INV_Box_01", name = "=q6=#n105#", "=q1=#j20#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Prince Skaldrenox"].."", "=q1="..AL["Fire"] };
+ [2] = { itemID = 20682 }; --Elemental Focus Band
+ [3] = { itemID = 20515 }; --Abyssal Scepter
+ [4] = { itemID = 20681 }; --Abyssal Leather Bracers
+ [5] = { itemID = 20680 }; --Abyssal Mail Pauldrons
+ [7] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Lord Skwol"].."", "=q1="..AL["Water"] };
[8] = { itemID = 20685, price = "24.48%" }; --Wavefront Necklace
- [9] = { itemID = 20515, droprate = "100%" }; --Abyssal Scepter
- [10] = { itemID = 20684, droprate = "27.68%" }; --Abyssal Mail Armguards
- [11] = { itemID = 20683, droprate = "21.52%" }; --Abyssal Plate Epaulets
- [16] = { icon = "INV_Box_01", name = "=q6=#n106#", "=q1=#j21#" };
- [17] = { itemID = 20691, droprate = "22.08%" }; --Windshear Cape
- [18] = { itemID = 20515, droprate = "100%" }; --Abyssal Scepter
- [19] = { itemID = 20690, droprate = "23.60%" }; --Abyssal Cloth Wristbands
- [20] = { itemID = 20689, droprate = "23.40%" }; --Abyssal Leather Shoulders
- [22] = { icon = "INV_Box_01", name = "=q6=#n107#", "=q1=#j22#" };
- [23] = { itemID = 20688, droprate = "20.64%" }; --Earthen Guard
- [24] = { itemID = 20515, droprate = "100%" }; --Abyssal Scepter
- [25] = { itemID = 20686, droprate = "23.96%" }; --Abyssal Cloth Amice
- [26] = { itemID = 20687, droprate = "23.66%" }; --Abyssal Plate Vambraces
+ [9] = { itemID = 20515 }; --Abyssal Scepter
+ [10] = { itemID = 20684 }; --Abyssal Mail Armguards
+ [11] = { itemID = 20683 }; --Abyssal Plate Epaulets
+ [16] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["High Marshal Whirlaxis"].."", "=q1="..AL["Wind"] };
+ [17] = { itemID = 20691 }; --Windshear Cape
+ [18] = { itemID = 20515 }; --Abyssal Scepter
+ [19] = { itemID = 20690 }; --Abyssal Cloth Wristbands
+ [20] = { itemID = 20689 }; --Abyssal Leather Shoulders
+ [22] = { icon = "INV_Box_01", name = WHITE..BabbleBoss["Baron Kazum"].."", "=q1="..AL["Earth"] };
+ [23] = { itemID = 20688 }; --Earthen Guard
+ [24] = { itemID = 20515 }; --Abyssal Scepter
+ [25] = { itemID = 20686 }; --Abyssal Cloth Amice
+ [26] = { itemID = 20687 }; --Abyssal Plate Vambraces
};
};
@@ -1186,124 +1186,124 @@ AtlasLoot_Data["EthereumPrison"] = {
Name = AL["Ethereum Prison"];
{
Name = AL["Armbreaker Huffaz"];
- [1] = { itemID = 31943, droprate = "10.7%" }; --Ethereum Band
- [3] = { itemID = 31939, droprate = "1.36%" }; --Dark Cloak
- [4] = { itemID = 31938, droprate = "0.4%" }; --Enigmatic Cloak
- [5] = { itemID = 31936, droprate = "0.36%" }; --Fiery Cloak
- [6] = { itemID = 31935, droprate = "1.1%" }; --Frigid Cloak
- [7] = { itemID = 31937, droprate = "0.6%" }; --Living Cloak
- [9] = { itemID = 31957, droprate = "100%" }; --Ethereum Prisoner I.D. Tag
- [18] = { itemID = 31928, droprate = "0.7%" }; --Dark Band
- [19] = { itemID = 31929, droprate = "0.8%" }; --Enigmatic Band
- [20] = { itemID = 31925, droprate = "0.5%" }; --Fiery Band
- [21] = { itemID = 31926, droprate = "1.0%" }; --Frigid Band
- [22] = { itemID = 31927, droprate = "1.3%" }; --Living Band
+ [1] = { itemID = 31943 }; --Ethereum Band
+ [3] = { itemID = 31939 }; --Dark Cloak
+ [4] = { itemID = 31938 }; --Enigmatic Cloak
+ [5] = { itemID = 31936 }; --Fiery Cloak
+ [6] = { itemID = 31935 }; --Frigid Cloak
+ [7] = { itemID = 31937 }; --Living Cloak
+ [9] = { itemID = 31957 }; --Ethereum Prisoner I.D. Tag
+ [18] = { itemID = 31928 }; --Dark Band
+ [19] = { itemID = 31929 }; --Enigmatic Band
+ [20] = { itemID = 31925 }; --Fiery Band
+ [21] = { itemID = 31926 }; --Frigid Band
+ [22] = { itemID = 31927 }; --Living Band
};
{
Name = AL["Fel Tinkerer Zortan"];
- [1] = { itemID = 31573, droprate = "9.7%" }; --Mistshroud Boots
- [3] = { itemID = 31939, droprate = "0.94%" }; --Dark Cloak
- [4] = { itemID = 31938, droprate = "1.0%" }; --Enigmatic Cloak
- [5] = { itemID = 31936, droprate = "0.94%" }; --Fiery Cloak
- [6] = { itemID = 31935, droprate = "0.4%" }; --Frigid Cloak
- [7] = { itemID = 31937, droprate = "0.7%" }; --Living Cloak
- [9] = { itemID = 31957, droprate = "100%" }; --Ethereum Prisoner I.D. Tag
- [18] = { itemID = 31928, droprate = "1.0%" }; --Dark Band
- [19] = { itemID = 31929, droprate = "1.3%" }; --Enigmatic Band
- [20] = { itemID = 31925, droprate = "1.2%" }; --Fiery Band
- [21] = { itemID = 31926, droprate = "1.0%" }; --Frigid Band
- [22] = { itemID = 31927, droprate = "1.2%" }; --Living Band
+ [1] = { itemID = 31573 }; --Mistshroud Boots
+ [3] = { itemID = 31939 }; --Dark Cloak
+ [4] = { itemID = 31938 }; --Enigmatic Cloak
+ [5] = { itemID = 31936 }; --Fiery Cloak
+ [6] = { itemID = 31935 }; --Frigid Cloak
+ [7] = { itemID = 31937 }; --Living Cloak
+ [9] = { itemID = 31957 }; --Ethereum Prisoner I.D. Tag
+ [18] = { itemID = 31928 }; --Dark Band
+ [19] = { itemID = 31929 }; --Enigmatic Band
+ [20] = { itemID = 31925 }; --Fiery Band
+ [21] = { itemID = 31926 }; --Frigid Band
+ [22] = { itemID = 31927 }; --Living Band
};
{
Name = AL["Forgosh"];
- [1] = { itemID = 31565, droprate = "8.5%" }; --Skystalker's Boots
- [3] = { itemID = 31939, droprate = "2.63%" }; --Dark Cloak
- [4] = { itemID = 31938, droprate = "0.29%" }; --Enigmatic Cloak
- [5] = { itemID = 31936, droprate = "0.9%" }; --Fiery Cloak
- [6] = { itemID = 31935, droprate = "0.7%" }; --Frigid Cloak
- [7] = { itemID = 31937, droprate = "1.0%" }; --Living Cloak
- [9] = { itemID = 31957, droprate = "100%" }; --Ethereum Prisoner I.D. Tag
- [18] = { itemID = 31928, droprate = "0.9%" }; --Dark Band
- [19] = { itemID = 31929, droprate = "1.9%" }; --Enigmatic Band
- [20] = { itemID = 31925, droprate = "0.5%" }; --Fiery Band
- [21] = { itemID = 31926, droprate = "1.0%" }; --Frigid Band
- [22] = { itemID = 31927, droprate = "0.7%" }; --Living Band
+ [1] = { itemID = 31565 }; --Skystalker's Boots
+ [3] = { itemID = 31939 }; --Dark Cloak
+ [4] = { itemID = 31938 }; --Enigmatic Cloak
+ [5] = { itemID = 31936 }; --Fiery Cloak
+ [6] = { itemID = 31935 }; --Frigid Cloak
+ [7] = { itemID = 31937 }; --Living Cloak
+ [9] = { itemID = 31957 }; --Ethereum Prisoner I.D. Tag
+ [18] = { itemID = 31928 }; --Dark Band
+ [19] = { itemID = 31929 }; --Enigmatic Band
+ [20] = { itemID = 31925 }; --Fiery Band
+ [21] = { itemID = 31926 }; --Frigid Band
+ [22] = { itemID = 31927 }; --Living Band
};
{
Name = AL["Gul'bor"];
- [1] = { itemID = 31940, droprate = "9.5%" }; --Ethereum Torque
- [3] = { itemID = 31939, droprate = "0.66%" }; --Dark Cloak
- [4] = { itemID = 31938, droprate = "0.66%" }; --Enigmatic Cloak
- [5] = { itemID = 31936, droprate = "1.1%" }; --Fiery Cloak
- [6] = { itemID = 31935, droprate = "1.1%" }; --Frigid Cloak
- [7] = { itemID = 31937, droprate = "0.8%" }; --Living Cloak
- [9] = { itemID = 31957, droprate = "100%" }; --Ethereum Prisoner I.D. Tag
- [18] = { itemID = 31928, droprate = "0.7%" }; --Dark Band
- [19] = { itemID = 31929, droprate = "0.9%" }; --Enigmatic Band
- [20] = { itemID = 31925, droprate = "0.8%" }; --Fiery Band
- [21] = { itemID = 31926, droprate = "0.8%" }; --Frigid Band
- [22] = { itemID = 31927, droprate = "2.0%" }; --Living Band
+ [1] = { itemID = 31940 }; --Ethereum Torque
+ [3] = { itemID = 31939 }; --Dark Cloak
+ [4] = { itemID = 31938 }; --Enigmatic Cloak
+ [5] = { itemID = 31936 }; --Fiery Cloak
+ [6] = { itemID = 31935 }; --Frigid Cloak
+ [7] = { itemID = 31937 }; --Living Cloak
+ [9] = { itemID = 31957 }; --Ethereum Prisoner I.D. Tag
+ [18] = { itemID = 31928 }; --Dark Band
+ [19] = { itemID = 31929 }; --Enigmatic Band
+ [20] = { itemID = 31925 }; --Fiery Band
+ [21] = { itemID = 31926 }; --Frigid Band
+ [22] = { itemID = 31927 }; --Living Band
};
{
Name = AL["Malevus the Mad"];
- [1] = { itemID = 31581, droprate = "10.5%" }; --Slatesteel Boots
- [3] = { itemID = 31939, droprate = "2.46%" }; --Dark Cloak
- [4] = { itemID = 31938, droprate = "0.70%" }; --Enigmatic Cloak
- [5] = { itemID = 31936, droprate = "1.5%" }; --Fiery Cloak
- [6] = { itemID = 31935, droprate = "0.7%" }; --Frigid Cloak
- [7] = { itemID = 31937, droprate = "1.3%" }; --Living Cloak
- [9] = { itemID = 31957, droprate = "100%" }; --Ethereum Prisoner I.D. Tag
- [18] = { itemID = 31928, droprate = "0.5%" }; --Dark Band
- [19] = { itemID = 31929, droprate = "0.8%" }; --Enigmatic Band
- [20] = { itemID = 31925, droprate = "1.75%" }; --Fiery Band
- [21] = { itemID = 31926, droprate = "0.6%" }; --Frigid Band
- [22] = { itemID = 31927, droprate = "1.8%" }; --Living Band
+ [1] = { itemID = 31581 }; --Slatesteel Boots
+ [3] = { itemID = 31939 }; --Dark Cloak
+ [4] = { itemID = 31938 }; --Enigmatic Cloak
+ [5] = { itemID = 31936 }; --Fiery Cloak
+ [6] = { itemID = 31935 }; --Frigid Cloak
+ [7] = { itemID = 31937 }; --Living Cloak
+ [9] = { itemID = 31957 }; --Ethereum Prisoner I.D. Tag
+ [18] = { itemID = 31928 }; --Dark Band
+ [19] = { itemID = 31929 }; --Enigmatic Band
+ [20] = { itemID = 31925 }; --Fiery Band
+ [21] = { itemID = 31926 }; --Frigid Band
+ [22] = { itemID = 31927 }; --Living Band
};
{
Name = AL["Porfus the Gem Gorger"];
- [1] = { itemID = 31557, droprate = "7.9%" }; --Windchanneller's Boots
- [3] = { itemID = 31939, droprate = "1.89%" }; --Dark Cloak
- [4] = { itemID = 31938, droprate = "0.81%" }; --Enigmatic Cloak
- [5] = { itemID = 31936, droprate = "1.0%" }; --Fiery Cloak
- [6] = { itemID = 31935, droprate = "0.7%" }; --Frigid Cloak
- [7] = { itemID = 31937, droprate = "1.1%" }; --Living Cloak
- [9] = { itemID = 31957, droprate = "100%" }; --Ethereum Prisoner I.D. Tag
- [18] = { itemID = 31928, droprate = "0.7%" }; --Dark Band
- [19] = { itemID = 31929, droprate = "0.6%" }; --Enigmatic Band
- [20] = { itemID = 31925, droprate = "1.8%" }; --Fiery Band
- [21] = { itemID = 31926, droprate = "1.0%" }; --Frigid Band
- [22] = { itemID = 31927, droprate = "1.1%" }; --Living Band
+ [1] = { itemID = 31557 }; --Windchanneller's Boots
+ [3] = { itemID = 31939 }; --Dark Cloak
+ [4] = { itemID = 31938 }; --Enigmatic Cloak
+ [5] = { itemID = 31936 }; --Fiery Cloak
+ [6] = { itemID = 31935 }; --Frigid Cloak
+ [7] = { itemID = 31937 }; --Living Cloak
+ [9] = { itemID = 31957 }; --Ethereum Prisoner I.D. Tag
+ [18] = { itemID = 31928 }; --Dark Band
+ [19] = { itemID = 31929 }; --Enigmatic Band
+ [20] = { itemID = 31925 }; --Fiery Band
+ [21] = { itemID = 31926 }; --Frigid Band
+ [22] = { itemID = 31927 }; --Living Band
};
{
Name = AL["Wrathbringer Laz-tarash"];
- [1] = { itemID = 32520, droprate = "10.4%" }; --Manaforged Sphere
- [3] = { itemID = 31939, droprate = "1.06%" }; --Dark Cloak
- [4] = { itemID = 31938, droprate = "1.06%" }; --Enigmatic Cloak
- [5] = { itemID = 31936, droprate = "0.8%" }; --Fiery Cloak
- [6] = { itemID = 31935, droprate = "1.5%" }; --Frigid Cloak
- [7] = { itemID = 31937, droprate = "0.3%" }; --Living Cloak
- [9] = { itemID = 31957, droprate = "100%" }; --Ethereum Prisoner I.D. Tag
- [18] = { itemID = 31928, droprate = "0.7%" }; --Dark Band
- [19] = { itemID = 31929, droprate = "0.7%" }; --Enigmatic Band
- [20] = { itemID = 31925, droprate = "1.2%" }; --Fiery Band
- [21] = { itemID = 31926, droprate = "1.1%" }; --Frigid Band
- [22] = { itemID = 31927, droprate = "1.1%" }; --Living Band
+ [1] = { itemID = 32520 }; --Manaforged Sphere
+ [3] = { itemID = 31939 }; --Dark Cloak
+ [4] = { itemID = 31938 }; --Enigmatic Cloak
+ [5] = { itemID = 31936 }; --Fiery Cloak
+ [6] = { itemID = 31935 }; --Frigid Cloak
+ [7] = { itemID = 31937 }; --Living Cloak
+ [9] = { itemID = 31957 }; --Ethereum Prisoner I.D. Tag
+ [18] = { itemID = 31928 }; --Dark Band
+ [19] = { itemID = 31929 }; --Enigmatic Band
+ [20] = { itemID = 31925 }; --Fiery Band
+ [21] = { itemID = 31926 }; --Frigid Band
+ [22] = { itemID = 31927 }; --Living Band
};
{
Name = AL["Bash'ir Landing Stasis Chambers"];
- [1] = { icon = "INV_Box_01", name = "=q6=#n118#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Trelopades"] };
[2] = { itemID = 32522 }; --Demonic Bulwark
[3] = { itemID = 31941 }; --Mark of the Nexus-King
- [5] = { icon = "INV_Box_01", name = "=q6=#n119#" };
+ [5] = { icon = "INV_Box_01", name = WHITE..AL["King Dorfbruiser"] };
[6] = { itemID = 31577 }; --Slatesteel Shoulders
[7] = { itemID = 31941 }; --Mark of the Nexus-King
- [9] = { icon = "INV_Box_01", name = "=q6=#n120#" };
+ [9] = { icon = "INV_Box_01", name = WHITE..AL["Gorgolon the All-seeing"] };
[10] = { itemID = 31569 }; --Mistshroud Shoulders
[11] = { itemID = 31941 }; --Mark of the Nexus-King
- [16] = { icon = "INV_Box_01", name = "=q6=#n121#" };
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Matron Li-sahar"] };
[17] = { itemID = 31553 }; --Windchanneller's Mantle
[18] = { itemID = 31941 }; --Mark of the Nexus-King
- [20] = { icon = "INV_Box_01", name = "=q6=#n122#" };
+ [20] = { icon = "INV_Box_01", name = WHITE..AL["Solus the Eternal"] };
[21] = { itemID = 31561 }; --Skystalker's Shoulders
[22] = { itemID = 31941 }; --Mark of the Nexus-King
};
@@ -1318,18 +1318,18 @@ AtlasLoot_Data["Shartuul"] = {
Name = AL["Shartuul"];
{
Name = AL["Shartuul"];
- [1] = { itemID = 32941, droprate = "6.0%" }; --Corruptor's Signet
- [3] = { itemID = 32676, droprate = "5.0%" }; --Depleted Cloth Bracers
- [4] = { itemID = 32675, droprate = "7.0%" }; --Depleted Mail Gauntlets
- [5] = { itemID = 32677, droprate = "9.0%" }; --Depleted Cloak
- [6] = { itemID = 32678, droprate = "9.0%" }; --Depleted Ring
- [7] = { itemID = 32672, droprate = "13.0%" }; --Depleted Badge
- [8] = { itemID = 32673, droprate = "6.0%" }; --Depleted Dagger
- [9] = { itemID = 32674, droprate = "14.0%" }; --Depleted Sword
- [10] = { itemID = 32670, droprate = "0.02%" }; --Depleted Two-Handed Axe
- [11] = { itemID = 32671, droprate = "11.0%" }; --Depleted Mace
- [12] = { itemID = 32679, droprate = "6.0%" }; --Depleted Staff
- [16] = { itemID = 32942, droprate = "1.4%" }; --Ring of the Overseer
+ [1] = { itemID = 32941 }; --Corruptor's Signet
+ [3] = { itemID = 32676 }; --Depleted Cloth Bracers
+ [4] = { itemID = 32675 }; --Depleted Mail Gauntlets
+ [5] = { itemID = 32677 }; --Depleted Cloak
+ [6] = { itemID = 32678 }; --Depleted Ring
+ [7] = { itemID = 32672 }; --Depleted Badge
+ [8] = { itemID = 32673 }; --Depleted Dagger
+ [9] = { itemID = 32674 }; --Depleted Sword
+ [10] = { itemID = 32670 }; --Depleted Two-Handed Axe
+ [11] = { itemID = 32671 }; --Depleted Mace
+ [12] = { itemID = 32679 }; --Depleted Staff
+ [16] = { itemID = 32942 }; --Ring of the Overseer
[18] = { itemID = 32655 }; --Crystalweave Bracers
[19] = { itemID = 32656 }; --Crystalhide Handwraps
[20] = { itemID = 32665 }; --Crystalweave Cape
@@ -1353,72 +1353,72 @@ AtlasLoot_Data["Skettis"] = {
{
Name = AL["Darkscreecher Akkarai"];
[1] = { itemID = 32529, price = "17.3%" }; --Heretic's Gauntlets
- [2] = { itemID = 32715, droprate = "100%" }; --Akkarai's Talons
- [4] = { itemID = 31558, droprate = "5.3%" }; --Windchanneller's Bindings
- [5] = { itemID = 31555, droprate = "4.3%" }; --Windchanneller's Ceinture
- [6] = { itemID = 31566, droprate = "6.8%" }; --Skystalker's Bracers
- [7] = { itemID = 31563, droprate = "6.2%" }; --Skystalker's Cord
- [8] = { itemID = 31574, droprate = "4.1%" }; --Mistshroud Bracers
- [9] = { itemID = 31571, droprate = "4.5%" }; --Mistshroud Belt
- [10] = { itemID = 31582, droprate = "6.7%" }; --Slatesteel Bracers
- [11] = { itemID = 31579, droprate = "5.5%" }; --Slatesteel Girdle
- [12] = { itemID = 32514, droprate = "31.5%" }; --Skettis Band
+ [2] = { itemID = 32715 }; --Akkarai's Talons
+ [4] = { itemID = 31558 }; --Windchanneller's Bindings
+ [5] = { itemID = 31555 }; --Windchanneller's Ceinture
+ [6] = { itemID = 31566 }; --Skystalker's Bracers
+ [7] = { itemID = 31563 }; --Skystalker's Cord
+ [8] = { itemID = 31574 }; --Mistshroud Bracers
+ [9] = { itemID = 31571 }; --Mistshroud Belt
+ [10] = { itemID = 31582 }; --Slatesteel Bracers
+ [11] = { itemID = 31579 }; --Slatesteel Girdle
+ [12] = { itemID = 32514 }; --Skettis Band
};
{
Name = AL["Karrog"];
- [1] = { itemID = 32533, droprate = "15.0%" }; --Karrog's Shard
- [2] = { itemID = 32717, droprate = "100%" }; --Karrog's Spine
- [4] = { itemID = 31558, droprate = "5.6%" }; --Windchanneller's Bindings
- [5] = { itemID = 31555, droprate = "6.8%" }; --Windchanneller's Ceinture
- [6] = { itemID = 31566, droprate = "6.0%" }; --Skystalker's Bracers
- [7] = { itemID = 31563, droprate = "8.0%" }; --Skystalker's Cord
- [8] = { itemID = 31574, droprate = "5.6%" }; --Mistshroud Bracers
- [9] = { itemID = 31571, droprate = "3.6%" }; --Mistshroud Belt
- [10] = { itemID = 31582, droprate = "4.3%" }; --Slatesteel Bracers
- [11] = { itemID = 31579, droprate = "5.3%" }; --Slatesteel Girdle
- [12] = { itemID = 32514, droprate = "24.9%" }; --Skettis Band
+ [1] = { itemID = 32533 }; --Karrog's Shard
+ [2] = { itemID = 32717 }; --Karrog's Spine
+ [4] = { itemID = 31558 }; --Windchanneller's Bindings
+ [5] = { itemID = 31555 }; --Windchanneller's Ceinture
+ [6] = { itemID = 31566 }; --Skystalker's Bracers
+ [7] = { itemID = 31563 }; --Skystalker's Cord
+ [8] = { itemID = 31574 }; --Mistshroud Bracers
+ [9] = { itemID = 31571 }; --Mistshroud Belt
+ [10] = { itemID = 31582 }; --Slatesteel Bracers
+ [11] = { itemID = 31579 }; --Slatesteel Girdle
+ [12] = { itemID = 32514 }; --Skettis Band
};
{
Name = AL["Gezzarak the Huntress"];
[1] = { itemID = 32531, price = "16.9%" }; --Gezzarak's Fang
- [2] = { itemID = 32716, droprate = "100%" }; --Gezzarak's Claws
- [4] = { itemID = 31558, droprate = "5.2%" }; --Windchanneller's Bindings
- [5] = { itemID = 31555, droprate = "6.9%" }; --Windchanneller's Ceinture
- [6] = { itemID = 31566, droprate = "5.2%" }; --Skystalker's Bracers
- [7] = { itemID = 31563, droprate = "4.9%" }; --Skystalker's Cord
- [8] = { itemID = 31574, droprate = "5.8%" }; --Mistshroud Bracers
- [9] = { itemID = 31571, droprate = "5.4%" }; --Mistshroud Belt
- [10] = { itemID = 31582, droprate = "6.2%" }; --Slatesteel Bracers
- [11] = { itemID = 31579, droprate = "4.6%" }; --Slatesteel Girdle
- [12] = { itemID = 32514, droprate = "25.7%" }; --Skettis Band
+ [2] = { itemID = 32716 }; --Gezzarak's Claws
+ [4] = { itemID = 31558 }; --Windchanneller's Bindings
+ [5] = { itemID = 31555 }; --Windchanneller's Ceinture
+ [6] = { itemID = 31566 }; --Skystalker's Bracers
+ [7] = { itemID = 31563 }; --Skystalker's Cord
+ [8] = { itemID = 31574 }; --Mistshroud Bracers
+ [9] = { itemID = 31571 }; --Mistshroud Belt
+ [10] = { itemID = 31582 }; --Slatesteel Bracers
+ [11] = { itemID = 31579 }; --Slatesteel Girdle
+ [12] = { itemID = 32514 }; --Skettis Band
};
{
Name = AL["Vakkiz the Windrager"];
- [1] = { itemID = 32532, droprate = "18.1%" }; --Windrager's Coils
- [2] = { itemID = 32718, droprate = "100%" }; --Vakkiz's Scale
- [4] = { itemID = 31558, droprate = "5.0%" }; --Windchanneller's Bindings
- [5] = { itemID = 31555, droprate = "4.4%" }; --Windchanneller's Ceinture
- [6] = { itemID = 31566, droprate = "4.1%" }; --Skystalker's Bracers
- [7] = { itemID = 31563, droprate = "3.9%" }; --Skystalker's Cord
- [8] = { itemID = 31574, droprate = "5.7%" }; --Mistshroud Bracers
- [9] = { itemID = 31571, droprate = "6.3%" }; --Mistshroud Belt
- [10] = { itemID = 31582, droprate = "5.8%" }; --Slatesteel Bracers
- [11] = { itemID = 31579, droprate = "2.7%" }; --Slatesteel Girdle
- [12] = { itemID = 32514, droprate = "28.7%" }; --Skettis Band
+ [1] = { itemID = 32532 }; --Windrager's Coils
+ [2] = { itemID = 32718 }; --Vakkiz's Scale
+ [4] = { itemID = 31558 }; --Windchanneller's Bindings
+ [5] = { itemID = 31555 }; --Windchanneller's Ceinture
+ [6] = { itemID = 31566 }; --Skystalker's Bracers
+ [7] = { itemID = 31563 }; --Skystalker's Cord
+ [8] = { itemID = 31574 }; --Mistshroud Bracers
+ [9] = { itemID = 31571 }; --Mistshroud Belt
+ [10] = { itemID = 31582 }; --Slatesteel Bracers
+ [11] = { itemID = 31579 }; --Slatesteel Girdle
+ [12] = { itemID = 32514 }; --Skettis Band
};
{
Name = AL["Terokk"];
- [1] = { itemID = 32540, droprate = "4.6%" }; --Terokk's Might
- [2] = { itemID = 32541, droprate = "4.6%" }; --Terokk's Wisdom
- [3] = { itemID = 31556, droprate = "14.3%" }; --Windchanneller's Leggings
- [4] = { itemID = 31564, droprate = "13.9%" }; --Skystalker's Leggings
- [5] = { itemID = 31572, droprate = "10.7%" }; --Mistshroud Pants
- [6] = { itemID = 31580, droprate = "11.6%" }; --Slatesteel Leggings
- [7] = { itemID = 32535, droprate = "7.9%" }; --Gift of the Talonpriests
+ [1] = { itemID = 32540 }; --Terokk's Might
+ [2] = { itemID = 32541 }; --Terokk's Wisdom
+ [3] = { itemID = 31556 }; --Windchanneller's Leggings
+ [4] = { itemID = 31564 }; --Skystalker's Leggings
+ [5] = { itemID = 31572 }; --Mistshroud Pants
+ [6] = { itemID = 31580 }; --Slatesteel Leggings
+ [7] = { itemID = 32535 }; --Gift of the Talonpriests
[8] = { itemID = 32534, price = "11.2%" }; --Brooch of the Immortal King
[9] = { itemID = 32782 }; --Time-Lost Figurine
- [10] = { itemID = 32536, desc = "=ds= =q2=#m16#", droprate = "6.7%" }; --Terokk's Gavel
- [11] = { itemID = 32537, desc = "=ds= =q2=#m16#", droprate = "7.9%" }; --Terokk's Gavel
+ [10] = { itemID = 32536, desc = "=ds= =q2="..AL["(has random enchantment)"] }; --Terokk's Gavel
+ [11] = { itemID = 32537, desc = "=ds= =q2="..AL["(has random enchantment)"] }; --Terokk's Gavel
};
{
Name = "Talonpriest Ishaal";
@@ -1451,31 +1451,31 @@ AtlasLoot_Data["ScourgeInvasionEvent"] = {
[8] = { itemID = 22999 }; --Tabard of the Argent Dawn
[9] = { itemID = 43531 }; --Argent Healing Potion
[10] = { itemID = 43530 }; --Argent Mana Potion
- [12] = { itemID = 22484, desc = "=ds=#m17#" }; --Necrotic Rune
+ [12] = { itemID = 22484, desc = "=ds="..AL["Currency"] }; --Necrotic Rune
[16] = { itemID = 40110 }; --Haunted Memento
- [18] = { icon = "INV_Box_01", name = "=q6=" .. AL["Prince Tenris Mirkblood"], "=q5=" .. BabbleZone["Karazhan"] };
- [19] = { itemID = 29434, droprate = "100%" }; --Badge of Justice
+ [18] = { icon = "INV_Box_01", name = WHITE.. AL["Prince Tenris Mirkblood"], "=q5=" .. BabbleZone["Karazhan"] };
+ [19] = { itemID = 29434 }; --Badge of Justice
[20] = { itemID = 39769 }; --Arcanite Ripper
[21] = { itemID = 38658 }; --Vampiric Batling
};
{
Name = "Page 2";
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["Blessed Regalia of Undead Cleansing"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["Blessed Regalia of Undead Cleansing"] };
[2] = { itemID = 43074 }; --Blessed Mantle of Undead Cleansing
[3] = { itemID = 43072 }; --Blessed Robe of Undead Cleansing
[4] = { itemID = 43073 }; --Blessed Gloves of Undead Cleansing
[5] = { itemID = 43075 }; --Blessed Trousers of Undead Cleansing
- [7] = { icon = "INV_Box_01", name = "=q6=" .. AL["Undead Slayer's Blessed Armor"] };
+ [7] = { icon = "INV_Box_01", name = WHITE.. AL["Undead Slayer's Blessed Armor"] };
[8] = { itemID = 43077 }; --Blessed Shoulderpads of Undead Slaying
[9] = { itemID = 43076 }; --Blessed Tunic of Undead Slaying
[10] = { itemID = 43078 }; --Blessed Grips of Undead Slaying
[11] = { itemID = 43079 }; --Blessed Leggings of Undead Slaying
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["Blessed Garb of the Undead Slayer"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["Blessed Garb of the Undead Slayer"] };
[17] = { itemID = 43081 }; --Blessed Pauldrons of Undead Slaying
[18] = { itemID = 43080 }; --Blessed Hauberk of Undead Slaying
[19] = { itemID = 43082 }; --Blessed Handguards of Undead Slaying
[20] = { itemID = 43083 }; --Blessed Greaves of Undead Slaying
- [22] = { icon = "INV_Box_01", name = "=q6=" .. AL["Blessed Battlegear of Undead Slaying"] };
+ [22] = { icon = "INV_Box_01", name = WHITE.. AL["Blessed Battlegear of Undead Slaying"] };
[23] = { itemID = 43068 }; --Blessed Spaulders of Undead Slaying
[24] = { itemID = 43069 }; --Blessed Breastplate of Undead Slaying
[25] = { itemID = 43070 }; --Blessed Gauntlets of Undead Slaying
@@ -1483,27 +1483,27 @@ AtlasLoot_Data["ScourgeInvasionEvent"] = {
};
{
Name = "Page 3";
- [1] = { icon = "INV_Box_01", name = "=q6=#n123#", "=q1=#z6#" };
- [2] = { itemID = 23126, droprate = "27.38%" }; --Waistband of Balzaphon
- [3] = { itemID = 23125, droprate = "19.89%" }; --Chains of the Lich
- [4] = { itemID = 23124, droprate = "24.74%" }; --Staff of Balzaphon
- [6] = { icon = "INV_Box_01", name = "=q6=#n124#", "=q1=#z5#" };
- [7] = { itemID = 23156, droprate = "22.60%" }; --Blackwood's Thigh
- [8] = { itemID = 23132, droprate = "23.80%" }; --Lord Blackwood's Blade
- [9] = { itemID = 23139, droprate = "26.91%" }; --Lord Blackwood's Buckler
- [11] = { icon = "INV_Box_01", name = "=q6=#n125#", "=q1=#z13#" };
- [12] = { itemID = 23127, droprate = "23.56%" }; --Cloak of Revanchion
- [13] = { itemID = 23129, droprate = "22.67%" }; --Bracers of Mending
- [14] = { itemID = 23128, droprate = "30.67%" }; --The Shadow's Grasp
- [16] = { icon = "INV_Box_01", name = "=q6=#n126#", "=q1=#z3# - #z28#" };
- [17] = { itemID = 23170, droprate = "28.94%" }; --The Frozen Clutch
- [18] = { itemID = 23169, droprate = "30.39%" }; --Scorn's Icy Choker
- [19] = { itemID = 23168, droprate = "32.56%" }; --Scorn's Focal Dagger
- [21] = { icon = "INV_Box_01", name = "=q6=#n127#", "=q1=#z26#" };
- [22] = { itemID = 23173, droprate = "43.81%" }; --Abomination Skin Leggings
- [23] = { itemID = 23171, droprate = "49.31%" }; --The Axe of Severing
- [26] = { icon = "INV_Box_01", name = "=q6=#n128#", "=q1=#z27#" };
- [27] = { itemID = 23178, droprate = "39.13%" }; --Mantle of Lady Falther'ess
- [28] = { itemID = 23177, droprate = "46.86%" }; --Lady Falther'ess' Finger
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Balzaphon"], "=q1="..BabbleZone["Stratholme"] };
+ [2] = { itemID = 23126 }; --Waistband of Balzaphon
+ [3] = { itemID = 23125 }; --Chains of the Lich
+ [4] = { itemID = 23124 }; --Staff of Balzaphon
+ [6] = { icon = "INV_Box_01", name = WHITE..AL["Lord Blackwood"], "=q1="..BabbleZone["Scholomance"].."" };
+ [7] = { itemID = 23156 }; --Blackwood's Thigh
+ [8] = { itemID = 23132 }; --Lord Blackwood's Blade
+ [9] = { itemID = 23139 }; --Lord Blackwood's Buckler
+ [11] = { icon = "INV_Box_01", name = WHITE..AL["Revanchion"], "=q1="..BabbleZone["Dire Maul (East)"] };
+ [12] = { itemID = 23127 }; --Cloak of Revanchion
+ [13] = { itemID = 23129 }; --Bracers of Mending
+ [14] = { itemID = 23128 }; --The Shadow's Grasp
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Scorn"], "=q1="..BabbleZone["Scarlet Monastery"].." - "..BabbleZone["Graveyard"] };
+ [17] = { itemID = 23170 }; --The Frozen Clutch
+ [18] = { itemID = 23169 }; --Scorn's Icy Choker
+ [19] = { itemID = 23168 }; --Scorn's Focal Dagger
+ [21] = { icon = "INV_Box_01", name = WHITE..AL["Sever"], "=q1="..BabbleZone["Shadowfang Keep"] };
+ [22] = { itemID = 23173 }; --Abomination Skin Leggings
+ [23] = { itemID = 23171 }; --The Axe of Severing
+ [26] = { icon = "INV_Box_01", name = WHITE..AL["Lady Falther'ess"], "=q1="..BabbleZone["Razorfen Downs"] };
+ [27] = { itemID = 23178 }; --Mantle of Lady Falther'ess
+ [28] = { itemID = 23177 }; --Lady Falther'ess' Finger
};
};
diff --git a/AtlasLoot_WrathoftheLichKing/wrathofthelichking.lua b/AtlasLoot_WrathoftheLichKing/wrathofthelichking.lua
index 972ca25..3a5804e 100644
--- a/AtlasLoot_WrathoftheLichKing/wrathofthelichking.lua
+++ b/AtlasLoot_WrathoftheLichKing/wrathofthelichking.lua
@@ -3,7 +3,7 @@ local BabbleBoss = AtlasLoot_GetLocaleLibBabble("LibBabble-Boss-3.0")
local BabbleInventory = AtlasLoot_GetLocaleLibBabble("LibBabble-Inventory-3.0")
local BabbleFaction = AtlasLoot_GetLocaleLibBabble("LibBabble-Faction-3.0")
local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
-
+local WHITE = "|cffFFFFFF"
-- Index
--- Dungeons & Raids
@@ -115,56 +115,56 @@ AtlasLoot_Data["UtgardeKeep"] = {
Type = "WrathDungeon";
{
Name = BabbleBoss["Prince Keleseth"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35572, droprate = "8%" }; --Reinforced Velvet Helm
- [3] = { itemID = 35571, droprate = "1%" }; --Dragon Stabler's Gauntlets
- [4] = { itemID = 35570, droprate = "8%" }; --Keleseth's Blade of Evocation
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37180, droprate = "1%" }; --Battlemap Hide Helm
- [19] = { itemID = 37178, droprate = "2%" }; --Strategist's Belt
- [20] = { itemID = 37179, droprate = "1%" }; --Infantry Assault Blade
- [21] = { itemID = 37177, droprate = "1%" }; --Wand of the San'layn
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35572 }; --Reinforced Velvet Helm
+ [3] = { itemID = 35571 }; --Dragon Stabler's Gauntlets
+ [4] = { itemID = 35570 }; --Keleseth's Blade of Evocation
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37180 }; --Battlemap Hide Helm
+ [19] = { itemID = 37178 }; --Strategist's Belt
+ [20] = { itemID = 37179 }; --Infantry Assault Blade
+ [21] = { itemID = 37177 }; --Wand of the San'layn
};
{
Name = BabbleBoss["Skarvald the Constructor"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35575, droprate = "1%" }; --Skarvald's Dragonskin Habergeon
- [3] = { itemID = 35574, droprate = "8%" }; --Chestplate of the Northern Lights
- [4] = { itemID = 35573, droprate = "0%" }; --Arm Blade of Augelmir
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37183, droprate = "1%" }; --Bindings of the Tunneler
- [19] = { itemID = 37184, droprate = "1%" }; --Dalronn's Jerkin
- [20] = { itemID = 37182, droprate = "1%" }; --Helmet of the Constructor
- [21] = { itemID = 37181, droprate = "1%" }; --Dagger of Betrayal
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35575 }; --Skarvald's Dragonskin Habergeon
+ [3] = { itemID = 35574 }; --Chestplate of the Northern Lights
+ [4] = { itemID = 35573 }; --Arm Blade of Augelmir
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37183 }; --Bindings of the Tunneler
+ [19] = { itemID = 37184 }; --Dalronn's Jerkin
+ [20] = { itemID = 37182 }; --Helmet of the Constructor
+ [21] = { itemID = 37181 }; --Dagger of Betrayal
};
{
Name = BabbleBoss["Ingvar the Plunderer"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35577, droprate = "8%" }; --Holistic Patchwork Breeches
- [3] = { itemID = 35578, droprate = "6%" }; --Overlaid Chain Spaulders
- [4] = { itemID = 35576, droprate = "7%" }; --Ingvar's Monolithic Cleaver
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35577 }; --Holistic Patchwork Breeches
+ [3] = { itemID = 35578 }; --Overlaid Chain Spaulders
+ [4] = { itemID = 35576 }; --Ingvar's Monolithic Cleaver
[5] = { itemID = 33330 }; --Ingvar's Head
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37194, droprate = "0%" }; --Sharp-Barbed Leather Belt
- [19] = { itemID = 37193, droprate = "8%" }; --Staggering Legplates
- [20] = { itemID = 37192, droprate = "8%" }; --Annhylde's Ring
- [21] = { itemID = 37191, droprate = "9%" }; --Drake-Mounted Crossbow
- [22] = { itemID = 37189, droprate = "9%" }; --Breeches of the Caller
- [23] = { itemID = 37188, droprate = "0%" }; --Plunderer's Helmet
- [24] = { itemID = 37186, droprate = "0%" }; --Unsmashable Heavy Band
- [25] = { itemID = 37190, droprate = "0%" }; --Enraged Feral Staff
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37194 }; --Sharp-Barbed Leather Belt
+ [19] = { itemID = 37193 }; --Staggering Legplates
+ [20] = { itemID = 37192 }; --Annhylde's Ring
+ [21] = { itemID = 37191 }; --Drake-Mounted Crossbow
+ [22] = { itemID = 37189 }; --Breeches of the Caller
+ [23] = { itemID = 37188 }; --Plunderer's Helmet
+ [24] = { itemID = 37186 }; --Unsmashable Heavy Band
+ [25] = { itemID = 37190 }; --Enraged Feral Staff
[26] = { itemID = 41793 }; --Design: Fierce Monarch Topaz
- [27] = { itemID = 43102, droprate = "00%" }; --Frozen Orb
+ [27] = { itemID = 43102 }; --Frozen Orb
};
{
Name = AL["Trash Mobs"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
[2] = { itemID = 35580 }; --Skein Woven Mantle
[3] = { itemID = 35579 }; --Vrykul Shackles
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
[17] = { itemID = 37197 }; --Tattered Castle Drape
[18] = { itemID = 37196 }; --Runecaster's Mantle
};
@@ -180,71 +180,71 @@ AtlasLoot_Data["TheNexus"] = {
Type = "WrathDungeon";
{
Name = BabbleBoss["Grand Magus Telestra"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35602, droprate = "0%" }; --Chiseled Stalagmite Pauldrons
- [3] = { itemID = 35603, droprate = "2%" }; --Greaves of the Blue Flight
- [4] = { itemID = 35601, droprate = "3%" }; --Drakonid Arm Blade
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37153, droprate = "1%" }; --Gloves of the Crystal Gardener
- [19] = { itemID = 37155, droprate = "2%" }; --Frozen Forest Kilt
- [20] = { itemID = 37152, droprate = "2%" }; --Girdle of Ice
- [21] = { itemID = 37151, droprate = "2%" }; --Band of Frosted Thorns
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35602 }; --Chiseled Stalagmite Pauldrons
+ [3] = { itemID = 35603 }; --Greaves of the Blue Flight
+ [4] = { itemID = 35601 }; --Drakonid Arm Blade
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37153 }; --Gloves of the Crystal Gardener
+ [19] = { itemID = 37155 }; --Frozen Forest Kilt
+ [20] = { itemID = 37152 }; --Girdle of Ice
+ [21] = { itemID = 37151 }; --Band of Frosted Thorns
};
{
Name = BabbleBoss["Anomalus"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35599, droprate = "1%" }; --Gauntlets of Serpent Scales
- [3] = { itemID = 35600, droprate = "9%" }; --Cleated Ice Boots
- [4] = { itemID = 35598, droprate = "9%" }; --Tome of the Lore Keepers
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37149, droprate = "1%" }; --Helm of Anomalus
- [19] = { itemID = 37144, droprate = "2%" }; --Hauberk of the Arcane Wraith
- [20] = { itemID = 37150, droprate = "2%" }; --Rift Striders
- [21] = { itemID = 37141, droprate = "1%" }; --Amulet of Dazzling Light
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35599 }; --Gauntlets of Serpent Scales
+ [3] = { itemID = 35600 }; --Cleated Ice Boots
+ [4] = { itemID = 35598 }; --Tome of the Lore Keepers
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37149 }; --Helm of Anomalus
+ [19] = { itemID = 37144 }; --Hauberk of the Arcane Wraith
+ [20] = { itemID = 37150 }; --Rift Striders
+ [21] = { itemID = 37141 }; --Amulet of Dazzling Light
};
{
Name = BabbleBoss["Ormorok the Tree-Shaper"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35605, droprate = "9%" }; --Belt of Draconic Runes
- [3] = { itemID = 35604, droprate = "9%" }; --Insulating Bindings
- [4] = { itemID = 35617, droprate = "8%" }; --Wand of Shimmering Scales
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35605 }; --Belt of Draconic Runes
+ [3] = { itemID = 35604 }; --Insulating Bindings
+ [4] = { itemID = 35617 }; --Wand of Shimmering Scales
[6] = { itemID = 21524 }; --Red Winter Hat
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37139, droprate = "1%" }; --Spaulders of the Careless Thief
- [19] = { itemID = 37138, droprate = "1%" }; --Bands of Channeled Energy
- [20] = { itemID = 37135, droprate = "1%" }; --Arcane-Shielded Helm
- [21] = { itemID = 37134, droprate = "0%" }; --Telestra's Journal
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37139 }; --Spaulders of the Careless Thief
+ [19] = { itemID = 37138 }; --Bands of Channeled Energy
+ [20] = { itemID = 37135 }; --Arcane-Shielded Helm
+ [21] = { itemID = 37134 }; --Telestra's Journal
[23] = { itemID = 21524 }; --Red Winter Hat
};
{
Name = BabbleBoss["Commander Kolurg"];
- [1] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [2] = { itemID = 37728, droprate = "0%" }; --Cloak of the Enemy
- [3] = { itemID = 37731, droprate = "0%" }; --Opposed Stasis Leggings
- [4] = { itemID = 37730, droprate = "9%" }; --Cleric's Linen Shoes
- [5] = { itemID = 37729, droprate = "0%" }; --Grips of Sculptured Icicles
+ [1] = { itemID = 47241 }; --Emblem of Triumph
+ [2] = { itemID = 37728 }; --Cloak of the Enemy
+ [3] = { itemID = 37731 }; --Opposed Stasis Leggings
+ [4] = { itemID = 37730 }; --Cleric's Linen Shoes
+ [5] = { itemID = 37729 }; --Grips of Sculptured Icicles
};
{
Name = BabbleBoss["Keristrasza"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35596, droprate = "9%" }; --Attuned Crystalline Boots
- [3] = { itemID = 35595, droprate = "0%" }; --Glacier Sharpened Vileblade
- [4] = { itemID = 35597, droprate = "0%" }; --Band of Glittering Permafrost
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37172, droprate = "9%" }; --Gloves of Glistening Runes
- [19] = { itemID = 37170, droprate = "0%" }; --Interwoven Scale Bracers
- [20] = { itemID = 37171, droprate = "9%" }; --Flame-Bathed Steel Girdle
- [21] = { itemID = 37169, droprate = "8%" }; --War Mace of Unrequited Love
- [22] = { itemID = 37165, droprate = "0%" }; --Crystal-Infused Tunic
- [23] = { itemID = 37167, droprate = "0%" }; --Dragon Slayer's Sabatons
- [24] = { itemID = 37166, droprate = "0%" }; --Sphere of Red Dragon's Blood
- [25] = { itemID = 37162, droprate = "0%" }; --Bulwark of the Noble Protector
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35596 }; --Attuned Crystalline Boots
+ [3] = { itemID = 35595 }; --Glacier Sharpened Vileblade
+ [4] = { itemID = 35597 }; --Band of Glittering Permafrost
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37172 }; --Gloves of Glistening Runes
+ [19] = { itemID = 37170 }; --Interwoven Scale Bracers
+ [20] = { itemID = 37171 }; --Flame-Bathed Steel Girdle
+ [21] = { itemID = 37169 }; --War Mace of Unrequited Love
+ [22] = { itemID = 37165 }; --Crystal-Infused Tunic
+ [23] = { itemID = 37167 }; --Dragon Slayer's Sabatons
+ [24] = { itemID = 37166 }; --Sphere of Red Dragon's Blood
+ [25] = { itemID = 37162 }; --Bulwark of the Noble Protector
[26] = { itemID = 41794 }; --Design: Deadly Monarch Topaz
- [27] = { itemID = 43102, droprate = "00%" }; --Frozen Orb
+ [27] = { itemID = 43102 }; --Frozen Orb
};
}
@@ -258,53 +258,53 @@ AtlasLoot_Data["AzjolNerub"] = {
Type = "WrathDungeon";
{
Name = BabbleBoss["Krik'thir the Gatewatcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35657, droprate = "0%" }; --Exquisite Spider-Silk Footwraps
- [3] = { itemID = 35656, droprate = "2%" }; --Aura Focused Gauntlets
- [4] = { itemID = 35655, droprate = "0%" }; --Cobweb Machete
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37218, droprate = "1%" }; --Stone-Worn Footwraps
- [19] = { itemID = 37219, droprate = "1%" }; --Custodian's Chestpiece
- [20] = { itemID = 37217, droprate = "2%" }; --Golden Limb Bands
- [21] = { itemID = 37216, droprate = "2%" }; --Facade Shield of Glyphs
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35657 }; --Exquisite Spider-Silk Footwraps
+ [3] = { itemID = 35656 }; --Aura Focused Gauntlets
+ [4] = { itemID = 35655 }; --Cobweb Machete
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37218 }; --Stone-Worn Footwraps
+ [19] = { itemID = 37219 }; --Custodian's Chestpiece
+ [20] = { itemID = 37217 }; --Golden Limb Bands
+ [21] = { itemID = 37216 }; --Facade Shield of Glyphs
};
{
Name = BabbleBoss["Hadronox"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35660, droprate = "0%" }; --Spinneret Epaulets
- [3] = { itemID = 35659, droprate = "0%" }; --Treads of Aspiring Heights
- [4] = { itemID = 35658, droprate = "9%" }; --Life-Staff of the Web Lair
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37222, droprate = "1%" }; --Egg Sac Robes
- [19] = { itemID = 37230, droprate = "1%" }; --Grotto Mist Gloves
- [20] = { itemID = 37221, droprate = "0%" }; --Hollowed Mandible Legplates
- [21] = { itemID = 37220, droprate = "0%" }; --Essence of Gossamer
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35660 }; --Spinneret Epaulets
+ [3] = { itemID = 35659 }; --Treads of Aspiring Heights
+ [4] = { itemID = 35658 }; --Life-Staff of the Web Lair
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37222 }; --Egg Sac Robes
+ [19] = { itemID = 37230 }; --Grotto Mist Gloves
+ [20] = { itemID = 37221 }; --Hollowed Mandible Legplates
+ [21] = { itemID = 37220 }; --Essence of Gossamer
};
{
Name = BabbleBoss["Anub'arak"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35663, droprate = "9%" }; --Charmed Silken Cord
- [3] = { itemID = 35662, droprate = "9%" }; --Wing Cover Girdle
- [4] = { itemID = 35661, droprate = "8%" }; --Signet of Arachnathid Command
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35663 }; --Charmed Silken Cord
+ [3] = { itemID = 35662 }; --Wing Cover Girdle
+ [4] = { itemID = 35661 }; --Signet of Arachnathid Command
[6] = { itemID = 43411 }; --Anub'arak's Broken Husk
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37242, droprate = "9%" }; --Sash of the Servant
- [19] = { itemID = 37240, droprate = "9%" }; --Flamebeard's Bracers
- [20] = { itemID = 37241, droprate = "9%" }; --Ancient Aligned Girdle
- [21] = { itemID = 37238, droprate = "9%" }; --Rod of the Fallen Monarch
- [22] = { itemID = 37236, droprate = "0%" }; --Insect Vestments
- [23] = { itemID = 37237, droprate = "0%" }; --Chitin Shell Greathelm
- [24] = { itemID = 37232, droprate = "9%" }; --Ring of the Traitor King
- [25] = { itemID = 37235, droprate = "1%" }; --Crypt Lord's Deft Blade
- [26] = { itemID = 41796, droprate = "2%" }; --Design: Infused Twilight Opal
- [27] = { itemID = 43102, droprate = "00%" }; --Frozen Orb
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37242 }; --Sash of the Servant
+ [19] = { itemID = 37240 }; --Flamebeard's Bracers
+ [20] = { itemID = 37241 }; --Ancient Aligned Girdle
+ [21] = { itemID = 37238 }; --Rod of the Fallen Monarch
+ [22] = { itemID = 37236 }; --Insect Vestments
+ [23] = { itemID = 37237 }; --Chitin Shell Greathelm
+ [24] = { itemID = 37232 }; --Ring of the Traitor King
+ [25] = { itemID = 37235 }; --Crypt Lord's Deft Blade
+ [26] = { itemID = 41796 }; --Design: Infused Twilight Opal
+ [27] = { itemID = 43102 }; --Frozen Orb
};
{
Name = AL["Trash Mobs"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j3#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
[2] = { itemID = 37243 }; --Treasure Seeker's Belt
[3] = { itemID = 37625 }; --Web Winder Gloves
[4] = { itemID = 37624 }; --Stained-Glass Shard Ring
@@ -321,78 +321,78 @@ AtlasLoot_Data["Ahnkahet"] = {
Type = "WrathDungeon";
{
Name = BabbleBoss["Elder Nadox"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35607, droprate = "0%" }; --Ahn'kahar Handwraps
- [3] = { itemID = 35608, droprate = "9%" }; --Crawler-Emblem Belt
- [4] = { itemID = 35606, droprate = "1%" }; --Blade of Nadox
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37594, droprate = "2%" }; --Elder Headpiece
- [19] = { itemID = 37593, droprate = "3%" }; --Sprinting Shoulderpads
- [20] = { itemID = 37592, droprate = "2%" }; --Brood Plague Helmet
- [21] = { itemID = 37591, droprate = "2%" }; --Nerubian Shield Ring
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35607 }; --Ahn'kahar Handwraps
+ [3] = { itemID = 35608 }; --Crawler-Emblem Belt
+ [4] = { itemID = 35606 }; --Blade of Nadox
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37594 }; --Elder Headpiece
+ [19] = { itemID = 37593 }; --Sprinting Shoulderpads
+ [20] = { itemID = 37592 }; --Brood Plague Helmet
+ [21] = { itemID = 37591 }; --Nerubian Shield Ring
};
{
Name = BabbleBoss["Prince Taldaram"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35611, droprate = "0%" }; --Gloves of the Blood Prince
- [3] = { itemID = 35610, droprate = "1%" }; --Slasher's Amulet
- [4] = { itemID = 35609, droprate = "9%" }; --Talisman of Scourge Command
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37613, droprate = "1%" }; --Flame Sphere Bindings
- [19] = { itemID = 37614, droprate = "1%" }; --Gauntlets of the Plundering Geist
- [20] = { itemID = 37612, droprate = "0%" }; --Bonegrinder Breastplate
- [21] = { itemID = 37595, droprate = "1%" }; --Necklace of Taldaram
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35611 }; --Gloves of the Blood Prince
+ [3] = { itemID = 35610 }; --Slasher's Amulet
+ [4] = { itemID = 35609 }; --Talisman of Scourge Command
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37613 }; --Flame Sphere Bindings
+ [19] = { itemID = 37614 }; --Gauntlets of the Plundering Geist
+ [20] = { itemID = 37612 }; --Bonegrinder Breastplate
+ [21] = { itemID = 37595 }; --Necklace of Taldaram
};
{
Name = BabbleBoss["Amanitar"] .. " (" .. AL["Heroic"] .. ")";
- [1] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [2] = { itemID = 43287, droprate = "1%" }; --Silken Bridge Handwraps
- [3] = { itemID = 43286, droprate = "3%" }; --Legguards of Swarming Attacks
- [4] = { itemID = 43285, droprate = "2%" }; --Amulet of the Spell Flinger
- [5] = { itemID = 43284, droprate = "2%" }; --Amanitar Skullbow
+ [1] = { itemID = 47241 }; --Emblem of Triumph
+ [2] = { itemID = 43287 }; --Silken Bridge Handwraps
+ [3] = { itemID = 43286 }; --Legguards of Swarming Attacks
+ [4] = { itemID = 43285 }; --Amulet of the Spell Flinger
+ [5] = { itemID = 43284 }; --Amanitar Skullbow
};
{
Name = BabbleBoss["Jedoga Shadowseeker"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 43278, droprate = "0%" }; --Cloak of the Darkcaster
- [3] = { itemID = 43279, droprate = "9%" }; --Battlechest of the Twilight Cult
- [4] = { itemID = 43277, droprate = "8%" }; --Jedoga's Greatring
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 43278 }; --Cloak of the Darkcaster
+ [3] = { itemID = 43279 }; --Battlechest of the Twilight Cult
+ [4] = { itemID = 43277 }; --Jedoga's Greatring
[6] = { itemID = 21524 }; --Red Winter Hat
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 43283, droprate = "1%" }; --Subterranean Waterfall Shroud
- [19] = { itemID = 43280, droprate = "1%" }; --Faceguard of the Hammer Clan
- [20] = { itemID = 43282, droprate = "2%" }; --Shadowseeker's Pendant
- [21] = { itemID = 43281, droprate = "2%" }; --Edge of Oblivion
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 43283 }; --Subterranean Waterfall Shroud
+ [19] = { itemID = 43280 }; --Faceguard of the Hammer Clan
+ [20] = { itemID = 43282 }; --Shadowseeker's Pendant
+ [21] = { itemID = 43281 }; --Edge of Oblivion
[23] = { itemID = 21524 }; --Red Winter Hat
};
{
Name = BabbleBoss["Herald Volazj"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35612, droprate = "9%" }; --Mantle of Echoing Bats
- [3] = { itemID = 35613, droprate = "1%" }; --Pyramid Embossed Belt
- [4] = { itemID = 35614, droprate = "1%" }; --Volazj's Sabatons
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37622, droprate = "9%" }; --Skirt of the Old Kingdom
- [19] = { itemID = 37623, droprate = "9%" }; --Fiery Obelisk Handguards
- [20] = { itemID = 37620, droprate = "8%" }; --Bracers of the Herald
- [21] = { itemID = 37619, droprate = "8%" }; --Wand of Ahnkahet
- [22] = { itemID = 37616, droprate = "9%" }; --Kilt of the Forgotten One
- [23] = { itemID = 37618, droprate = "0%" }; --Greaves of Ancient Evil
- [24] = { itemID = 37617, droprate = "9%" }; --Staff of Sinister Claws
- [25] = { itemID = 37615, droprate = "9%" }; --Titanium Compound Bow
- [26] = { itemID = 41790, droprate = "7%" }; --Design: Precise Scarlet Ruby
- [27] = { itemID = 43102, droprate = "00%" }; --Frozen Orb
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35612 }; --Mantle of Echoing Bats
+ [3] = { itemID = 35613 }; --Pyramid Embossed Belt
+ [4] = { itemID = 35614 }; --Volazj's Sabatons
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37622 }; --Skirt of the Old Kingdom
+ [19] = { itemID = 37623 }; --Fiery Obelisk Handguards
+ [20] = { itemID = 37620 }; --Bracers of the Herald
+ [21] = { itemID = 37619 }; --Wand of Ahnkahet
+ [22] = { itemID = 37616 }; --Kilt of the Forgotten One
+ [23] = { itemID = 37618 }; --Greaves of Ancient Evil
+ [24] = { itemID = 37617 }; --Staff of Sinister Claws
+ [25] = { itemID = 37615 }; --Titanium Compound Bow
+ [26] = { itemID = 41790 }; --Design: Precise Scarlet Ruby
+ [27] = { itemID = 43102 }; --Frozen Orb
};
{
Name = AL["Trash Mobs"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
[2] = { itemID = 35616 }; --Spored Tendrils Spaulders
[3] = { itemID = 35615 }; --Glowworm Cavern Bindings
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
[17] = { itemID = 37625 }; --Web Winder Gloves
[18] = { itemID = 37624 }; --Stained-Glass Shard Ring
};
@@ -408,68 +408,68 @@ AtlasLoot_Data["DrakTharonKeep"] = {
Type = "WrathDungeon";
{
Name = BabbleBoss["Trollgore"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35620, droprate = "3%" }; --Berserker's Horns
- [3] = { itemID = 35619, droprate = "8%" }; --Infection Resistant Legguards
- [4] = { itemID = 35618, droprate = "0%" }; --Troll Butcherer
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37715, droprate = "1%" }; --Cowl of the Dire Troll
- [19] = { itemID = 37714, droprate = "2%" }; --Batrider's Cord
- [20] = { itemID = 37717, droprate = "2%" }; --Legs of Physical Regeneration
- [21] = { itemID = 37712, droprate = "2%" }; --Terrace Defence Boots
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35620 }; --Berserker's Horns
+ [3] = { itemID = 35619 }; --Infection Resistant Legguards
+ [4] = { itemID = 35618 }; --Troll Butcherer
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37715 }; --Cowl of the Dire Troll
+ [19] = { itemID = 37714 }; --Batrider's Cord
+ [20] = { itemID = 37717 }; --Legs of Physical Regeneration
+ [21] = { itemID = 37712 }; --Terrace Defence Boots
};
{
Name = BabbleBoss["Novos the Summoner"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35632, droprate = "2%" }; --Robes of Novos
- [3] = { itemID = 35631, droprate = "8%" }; --Crystal Pendant of Warding
- [4] = { itemID = 35630, droprate = "0%" }; --Summoner's Stone Gavel
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37722, droprate = "2%" }; --Breastplate of Undeath
- [19] = { itemID = 37718, droprate = "1%" }; --Temple Crystal Fragment
- [20] = { itemID = 37721, droprate = "2%" }; --Cursed Lich Blade
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35632 }; --Robes of Novos
+ [3] = { itemID = 35631 }; --Crystal Pendant of Warding
+ [4] = { itemID = 35630 }; --Summoner's Stone Gavel
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37722 }; --Breastplate of Undeath
+ [19] = { itemID = 37718 }; --Temple Crystal Fragment
+ [20] = { itemID = 37721 }; --Cursed Lich Blade
};
{
Name = BabbleBoss["King Dred"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35635, droprate = "8%" }; --Stable Master's Breeches
- [3] = { itemID = 35634, droprate = "8%" }; --Scabrous-Hide Helm
- [4] = { itemID = 35633, droprate = "1%" }; --Staff of the Great Reptile
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37725, droprate = "1%" }; --Savage Wound Wrap
- [19] = { itemID = 37724, droprate = "1%" }; --Handler's Arm Strap
- [20] = { itemID = 37726, droprate = "1%" }; --King Dred's Helm
- [21] = { itemID = 37723, droprate = "1%" }; --Incisor Fragment
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35635 }; --Stable Master's Breeches
+ [3] = { itemID = 35634 }; --Scabrous-Hide Helm
+ [4] = { itemID = 35633 }; --Staff of the Great Reptile
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37725 }; --Savage Wound Wrap
+ [19] = { itemID = 37724 }; --Handler's Arm Strap
+ [20] = { itemID = 37726 }; --King Dred's Helm
+ [21] = { itemID = 37723 }; --Incisor Fragment
};
{
Name = BabbleBoss["The Prophet Tharon'ja"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35638, droprate = "3%" }; --Helmet of Living Flesh
- [3] = { itemID = 35637, droprate = "8%" }; --Muradin's Lost Greaves
- [4] = { itemID = 35636, droprate = "0%" }; --Tharon'ja's Aegis
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37798, droprate = "9%" }; --Overlook Handguards
- [19] = { itemID = 37791, droprate = "0%" }; --Leggings of the Winged Serpent
- [20] = { itemID = 37788, droprate = "1%" }; --Limb Regeneration Bracers
- [21] = { itemID = 37784, droprate = "9%" }; --Keystone Great-Ring
- [22] = { itemID = 37735, droprate = "1%" }; --Ziggurat Imprinted Chestguard
- [23] = { itemID = 37732, droprate = "0%" }; --Spectral Seal of the Prophet
- [24] = { itemID = 37734, droprate = "1%" }; --Talisman of Troll Divinity
- [25] = { itemID = 37733, droprate = "1%" }; --Mojo Masked Crusher
- [26] = { itemID = 41795, droprate = "4%" }; --Design: Timeless Forest Emerald
- [27] = { itemID = 43102, droprate = "00%" }; --Frozen Orb
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35638 }; --Helmet of Living Flesh
+ [3] = { itemID = 35637 }; --Muradin's Lost Greaves
+ [4] = { itemID = 35636 }; --Tharon'ja's Aegis
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37798 }; --Overlook Handguards
+ [19] = { itemID = 37791 }; --Leggings of the Winged Serpent
+ [20] = { itemID = 37788 }; --Limb Regeneration Bracers
+ [21] = { itemID = 37784 }; --Keystone Great-Ring
+ [22] = { itemID = 37735 }; --Ziggurat Imprinted Chestguard
+ [23] = { itemID = 37732 }; --Spectral Seal of the Prophet
+ [24] = { itemID = 37734 }; --Talisman of Troll Divinity
+ [25] = { itemID = 37733 }; --Mojo Masked Crusher
+ [26] = { itemID = 41795 }; --Design: Timeless Forest Emerald
+ [27] = { itemID = 43102 }; --Frozen Orb
};
{
Name = AL["Trash Mobs"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
[2] = { itemID = 35641 }; --Scytheclaw Boots
[3] = { itemID = 35640 }; --Darkweb Bindings
[4] = { itemID = 35639 }; --Brighthelm of Guarding
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
[17] = { itemID = 37799 }; --Reanimator's Cloak
[18] = { itemID = 37800 }; --Aviary Guardsman's Hauberk
[19] = { itemID = 37801 }; --Waistguard of the Risen Knight
@@ -486,96 +486,96 @@ AtlasLoot_Data["TheVioletHold"] = {
Type = "WrathDungeon";
{
Name = BabbleBoss["Erekem"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 43363, droprate = "3%" }; --Screeching Cape
- [3] = { itemID = 43375, droprate = "5%" }; --Trousers of the Arakkoa
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 43406, droprate = "9%" }; --Cloak of the Gushing Wound
- [19] = { itemID = 43405, droprate = "9%" }; --Sabatons of Erekem
- [20] = { itemID = 43407, droprate = "0%" }; --Stormstrike Mace
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 43363 }; --Screeching Cape
+ [3] = { itemID = 43375 }; --Trousers of the Arakkoa
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 43406 }; --Cloak of the Gushing Wound
+ [19] = { itemID = 43405 }; --Sabatons of Erekem
+ [20] = { itemID = 43407 }; --Stormstrike Mace
};
{
Name = BabbleBoss["Zuramat the Obliterator"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 43353, droprate = "4%" }; --Void Sentry Legplates
- [3] = { itemID = 43358, droprate = "1%" }; --Pendant of Shadow Beams
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 43403, droprate = "8%" }; --Shroud of Darkness
- [19] = { itemID = 43402, droprate = "8%" }; --The Obliterator Greaves
- [20] = { itemID = 43404, droprate = "8%" }; --Zuramat's Necklace
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 43353 }; --Void Sentry Legplates
+ [3] = { itemID = 43358 }; --Pendant of Shadow Beams
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 43403 }; --Shroud of Darkness
+ [19] = { itemID = 43402 }; --The Obliterator Greaves
+ [20] = { itemID = 43404 }; --Zuramat's Necklace
};
{
Name = BabbleBoss["Xevozz"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35644, droprate = "3%" }; --Xevozz's Belt
- [3] = { itemID = 35642, droprate = "2%" }; --Riot Shield
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37867, droprate = "9%" }; --Footwraps of Teleportation
- [19] = { itemID = 37868, droprate = "9%" }; --Girdle of the Ethereal
- [20] = { itemID = 37861, droprate = "9%" }; --Necklace of Arcane Spheres
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35644 }; --Xevozz's Belt
+ [3] = { itemID = 35642 }; --Riot Shield
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37867 }; --Footwraps of Teleportation
+ [19] = { itemID = 37868 }; --Girdle of the Ethereal
+ [20] = { itemID = 37861 }; --Necklace of Arcane Spheres
};
{
Name = BabbleBoss["Ichoron"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35647, droprate = "4%" }; --Handguards of Rapid Pursuit
- [3] = { itemID = 35643, droprate = "0%" }; --Spaulders of Ichoron
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 43401, droprate = "8%" }; --Water-Drenched Robe
- [19] = { itemID = 37862, droprate = "8%" }; --Gauntlets of the Water Revenant
- [20] = { itemID = 37869, droprate = "8%" }; --Globule Signet
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35647 }; --Handguards of Rapid Pursuit
+ [3] = { itemID = 35643 }; --Spaulders of Ichoron
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 43401 }; --Water-Drenched Robe
+ [19] = { itemID = 37862 }; --Gauntlets of the Water Revenant
+ [20] = { itemID = 37869 }; --Globule Signet
};
{
Name = BabbleBoss["Moragg"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 43387, droprate = "3%" }; --Shoulderplates of the Beholder
- [3] = { itemID = 43382, droprate = "3%" }; --Band of Eyes
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 43410, droprate = "9%" }; --Moragg's Chestguard
- [19] = { itemID = 43408, droprate = "9%" }; --Solitare of Reflecting Beams
- [20] = { itemID = 43409, droprate = "0%" }; --Saliva Corroded Pike
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 43387 }; --Shoulderplates of the Beholder
+ [3] = { itemID = 43382 }; --Band of Eyes
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 43410 }; --Moragg's Chestguard
+ [19] = { itemID = 43408 }; --Solitare of Reflecting Beams
+ [20] = { itemID = 43409 }; --Saliva Corroded Pike
};
{
Name = BabbleBoss["Lavanthor"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35646, droprate = "4%" }; --Lava Burn Gloves
- [3] = { itemID = 35645, droprate = "5%" }; --Prison Warden's Shotgun
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37870, droprate = "0%" }; --Twin-Headed Boots
- [19] = { itemID = 37872, droprate = "0%" }; --Lavanthor's Talisman
- [20] = { itemID = 37871, droprate = "9%" }; --The Key
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35646 }; --Lava Burn Gloves
+ [3] = { itemID = 35645 }; --Prison Warden's Shotgun
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37870 }; --Twin-Headed Boots
+ [19] = { itemID = 37872 }; --Lavanthor's Talisman
+ [20] = { itemID = 37871 }; --The Key
};
{
Name = BabbleBoss["Cyanigosa"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35650, droprate = "1%" }; --Boots of the Portal Guardian
- [3] = { itemID = 35651, droprate = "1%" }; --Plate Claws of the Dragon
- [4] = { itemID = 35649, droprate = "1%" }; --Jailer's Baton
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37884, droprate = "0%" }; --Azure Cloth Bindings
- [19] = { itemID = 37886, droprate = "1%" }; --Handgrips of the Savage Emissary
- [20] = { itemID = 43500, droprate = "0%" }; --Bolstered Legplates
- [21] = { itemID = 37883, droprate = "1%" }; --Staff of Trickery
- [22] = { itemID = 37876, droprate = "2%" }; --Cyanigosa's Leggings
- [23] = { itemID = 37875, droprate = "1%" }; --Spaulders of the Violet Hold
- [24] = { itemID = 37874, droprate = "1%" }; --Gauntlets of Capture
- [25] = { itemID = 37873, droprate = "0%" }; --Mark of the War Prisoner
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35650 }; --Boots of the Portal Guardian
+ [3] = { itemID = 35651 }; --Plate Claws of the Dragon
+ [4] = { itemID = 35649 }; --Jailer's Baton
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37884 }; --Azure Cloth Bindings
+ [19] = { itemID = 37886 }; --Handgrips of the Savage Emissary
+ [20] = { itemID = 43500 }; --Bolstered Legplates
+ [21] = { itemID = 37883 }; --Staff of Trickery
+ [22] = { itemID = 37876 }; --Cyanigosa's Leggings
+ [23] = { itemID = 37875 }; --Spaulders of the Violet Hold
+ [24] = { itemID = 37874 }; --Gauntlets of Capture
+ [25] = { itemID = 37873 }; --Mark of the War Prisoner
[26] = { itemID = 41791 }; --Design: Thick Autumn's Glow
- [27] = { itemID = 43102, droprate = "00%" }; --Frozen Orb
+ [27] = { itemID = 43102 }; --Frozen Orb
};
{
Name = AL["Trash Mobs"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
[2] = { itemID = 35654 }; --Bindings of the Bastille
[3] = { itemID = 35653 }; --Dungeon Girdle
[4] = { itemID = 35652 }; --Incessant Torch
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
[17] = { itemID = 35654 }; --Bindings of the Bastille
[18] = { itemID = 37890 }; --Chain Gang Legguards
[19] = { itemID = 37891 }; --Cast Iron Shackles
@@ -595,75 +595,75 @@ AtlasLoot_Data["Gundrak"] = {
Type = "WrathDungeon";
{
Name = BabbleBoss["Slad'ran"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35584, droprate = "8%" }; --Embroidered Gown of Zul'drak
- [3] = { itemID = 35585, droprate = "9%" }; --Cannibal's Legguards
- [4] = { itemID = 35583, droprate = "8%" }; --Witch Doctor's Wildstaff
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37629, droprate = "1%" }; --Slithering Slippers
- [19] = { itemID = 37628, droprate = "0%" }; --Slad'ran's Coiled Cord
- [20] = { itemID = 37627, droprate = "0%" }; --Snake Den Spaulders
- [21] = { itemID = 37626, droprate = "0%" }; --Wand of Sseratus
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35584 }; --Embroidered Gown of Zul'drak
+ [3] = { itemID = 35585 }; --Cannibal's Legguards
+ [4] = { itemID = 35583 }; --Witch Doctor's Wildstaff
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37629 }; --Slithering Slippers
+ [19] = { itemID = 37628 }; --Slad'ran's Coiled Cord
+ [20] = { itemID = 37627 }; --Snake Den Spaulders
+ [21] = { itemID = 37626 }; --Wand of Sseratus
};
{
Name = BabbleBoss["Drakkari Colossus"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35591, droprate = "5%" }; --Shoulderguards of the Ice Troll
- [3] = { itemID = 35592, droprate = "6%" }; --Hauberk of Totemic Mastery
- [4] = { itemID = 35590, droprate = "6%" }; --Drakkari Hunting Bow
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37637, droprate = "0%" }; --Living Mojo Belt
- [19] = { itemID = 37636, droprate = "1%" }; --Helm of Cheated Fate
- [20] = { itemID = 37634, droprate = "0%" }; --Bracers of the Divine Elemental
- [21] = { itemID = 37635, droprate = "0%" }; --Pauldrons of the Colossus
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35591 }; --Shoulderguards of the Ice Troll
+ [3] = { itemID = 35592 }; --Hauberk of Totemic Mastery
+ [4] = { itemID = 35590 }; --Drakkari Hunting Bow
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37637 }; --Living Mojo Belt
+ [19] = { itemID = 37636 }; --Helm of Cheated Fate
+ [20] = { itemID = 37634 }; --Bracers of the Divine Elemental
+ [21] = { itemID = 37635 }; --Pauldrons of the Colossus
};
{
Name = BabbleBoss["Moorabi"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35588, droprate = "9%" }; --Forlorn Breastplate of War
- [3] = { itemID = 35589, droprate = "9%" }; --Arcane Focal Signet
- [4] = { itemID = 35587, droprate = "0%" }; --Frozen Scepter of Necromancy
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37630, droprate = "1%" }; --Shroud of Moorabi
- [19] = { itemID = 37633, droprate = "2%" }; --Ground Tremor Helm
- [20] = { itemID = 37632, droprate = "2%" }; --Mojo Frenzy Greaves
- [21] = { itemID = 37631, droprate = "2%" }; --Fist of the Deity
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35588 }; --Forlorn Breastplate of War
+ [3] = { itemID = 35589 }; --Arcane Focal Signet
+ [4] = { itemID = 35587 }; --Frozen Scepter of Necromancy
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37630 }; --Shroud of Moorabi
+ [19] = { itemID = 37633 }; --Ground Tremor Helm
+ [20] = { itemID = 37632 }; --Mojo Frenzy Greaves
+ [21] = { itemID = 37631 }; --Fist of the Deity
};
{
Name = BabbleBoss["Eck the Ferocious"] .. " (" .. AL["Heroic"] .. ")";
- [1] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [2] = { itemID = 43313, droprate = "3%" }; --Leggings of the Ruins Dweller
- [3] = { itemID = 43312, droprate = "3%" }; --Gorloc Muddy Footwraps
- [4] = { itemID = 43311, droprate = "2%" }; --Helmet of the Shrine
- [5] = { itemID = 43310, droprate = "3%" }; --Engraved Chestplate of Eck
+ [1] = { itemID = 47241 }; --Emblem of Triumph
+ [2] = { itemID = 43313 }; --Leggings of the Ruins Dweller
+ [3] = { itemID = 43312 }; --Gorloc Muddy Footwraps
+ [4] = { itemID = 43311 }; --Helmet of the Shrine
+ [5] = { itemID = 43310 }; --Engraved Chestplate of Eck
};
{
Name = BabbleBoss["Gal'darah"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 43305, droprate = "8%" }; --Shroud of Akali
- [3] = { itemID = 43309, droprate = "1%" }; --Amulet of the Stampede
- [4] = { itemID = 43306, droprate = "0%" }; --Gal'darah's Signet
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37643, droprate = "9%" }; --Sash of Blood Removal
- [19] = { itemID = 37644, droprate = "9%" }; --Gored Hide Legguards
- [20] = { itemID = 37645, droprate = "9%" }; --Horn-Tipped Gauntlets
- [21] = { itemID = 37642, droprate = "8%" }; --Hemorrhaging Circle
- [22] = { itemID = 37641, droprate = "9%" }; --Arcane Flame Altar-Garb
- [23] = { itemID = 37640, droprate = "0%" }; --Boots of Transformation
- [24] = { itemID = 37639, droprate = "0%" }; --Grips of the Beast God
- [25] = { itemID = 37638, droprate = "0%" }; --Offering of Sacrifice
- [26] = { itemID = 43102, droprate = "00%" }; --Frozen Orb
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 43305 }; --Shroud of Akali
+ [3] = { itemID = 43309 }; --Amulet of the Stampede
+ [4] = { itemID = 43306 }; --Gal'darah's Signet
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37643 }; --Sash of Blood Removal
+ [19] = { itemID = 37644 }; --Gored Hide Legguards
+ [20] = { itemID = 37645 }; --Horn-Tipped Gauntlets
+ [21] = { itemID = 37642 }; --Hemorrhaging Circle
+ [22] = { itemID = 37641 }; --Arcane Flame Altar-Garb
+ [23] = { itemID = 37640 }; --Boots of Transformation
+ [24] = { itemID = 37639 }; --Grips of the Beast God
+ [25] = { itemID = 37638 }; --Offering of Sacrifice
+ [26] = { itemID = 43102 }; --Frozen Orb
};
{
Name = AL["Trash Mobs"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
[2] = { itemID = 35594 }; --Snowmelt Silken Cinch
[3] = { itemID = 35593 }; --Steel Bear Trap Bracers
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
[17] = { itemID = 37647 }; --Cloak of Bloodied Waters
[18] = { itemID = 37648 }; --Belt of Tasseled Lanterns
[19] = { itemID = 37646 }; --Burning Skull Pendant
@@ -680,68 +680,68 @@ AtlasLoot_Data["HallsofStone"] = {
Type = "WrathDungeon";
{
Name = BabbleBoss["Maiden of Grief"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 38614, droprate = "8%" }; --Embrace of Sorrow
- [3] = { itemID = 38613, droprate = "9%" }; --Chain of Fiery Orbs
- [4] = { itemID = 38611, droprate = "9%" }; --Ringlet of Repose
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 38616, droprate = "1%" }; --Maiden's Girdle
- [19] = { itemID = 38615, droprate = "1%" }; --Lightning-Charged Gloves
- [20] = { itemID = 38617, droprate = "2%" }; --Woeful Band
- [21] = { itemID = 38618, droprate = "2%" }; --Hammer of Grief
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 38614 }; --Embrace of Sorrow
+ [3] = { itemID = 38613 }; --Chain of Fiery Orbs
+ [4] = { itemID = 38611 }; --Ringlet of Repose
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 38616 }; --Maiden's Girdle
+ [19] = { itemID = 38615 }; --Lightning-Charged Gloves
+ [20] = { itemID = 38617 }; --Woeful Band
+ [21] = { itemID = 38618 }; --Hammer of Grief
};
{
Name = BabbleBoss["Krystallus"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35673, droprate = "9%" }; --Leggings of Burning Gleam
- [3] = { itemID = 35672, droprate = "0%" }; --Hollow Geode Helm
- [4] = { itemID = 35670, droprate = "6%" }; --Brann's Lost Mining Helmet
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37652, droprate = "8%" }; --Spaulders of Krystallus
- [19] = { itemID = 37650, droprate = "7%" }; --Shardling Legguards
- [20] = { itemID = 37651, droprate = "7%" }; --The Prospector's Prize
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35673 }; --Leggings of Burning Gleam
+ [3] = { itemID = 35672 }; --Hollow Geode Helm
+ [4] = { itemID = 35670 }; --Brann's Lost Mining Helmet
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37652 }; --Spaulders of Krystallus
+ [19] = { itemID = 37650 }; --Shardling Legguards
+ [20] = { itemID = 37651 }; --The Prospector's Prize
};
{
Name = BabbleBoss["The Tribunal of Ages"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35677, droprate = "5%" }; --Cosmos Vestments
- [3] = { itemID = 35676, droprate = "6%" }; --Constellation Leggings
- [4] = { itemID = 35675, droprate = "4%" }; --Linked Armor of the Sphere
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37655, droprate = "6%" }; --Mantle of the Tribunal
- [19] = { itemID = 37656, droprate = "6%" }; --Raging Construct Bands
- [20] = { itemID = 37654, droprate = "4%" }; --Sabatons of the Ages
- [21] = { itemID = 37653, droprate = "6%" }; --Sword of Justice
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35677 }; --Cosmos Vestments
+ [3] = { itemID = 35676 }; --Constellation Leggings
+ [4] = { itemID = 35675 }; --Linked Armor of the Sphere
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37655 }; --Mantle of the Tribunal
+ [19] = { itemID = 37656 }; --Raging Construct Bands
+ [20] = { itemID = 37654 }; --Sabatons of the Ages
+ [21] = { itemID = 37653 }; --Sword of Justice
};
{
Name = BabbleBoss["Sjonnir The Ironshaper"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35679, droprate = "8%" }; --Static Cowl
- [3] = { itemID = 35678, droprate = "8%" }; --Ironshaper's Legplates
- [4] = { itemID = 35680, droprate = "9%" }; --Amulet of Wills
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37669, droprate = "8%" }; --Leggings of the Stone Halls
- [19] = { itemID = 37668, droprate = "8%" }; --Bands of the Stoneforge
- [20] = { itemID = 37670, droprate = "8%" }; --Sjonnir's Girdle
- [21] = { itemID = 37667, droprate = "8%" }; --The Fleshshaper
- [22] = { itemID = 37666, droprate = "9%" }; --Boots of the Whirling Mist
- [23] = { itemID = 37658, droprate = "9%" }; --Sun-Emblazoned Chestplate
- [24] = { itemID = 37657, droprate = "9%" }; --Spark of Life
- [25] = { itemID = 37660, droprate = "8%" }; --Forge Ember
- [26] = { itemID = 41792, droprate = "5%" }; --Design: Deft Monarch Topaz
- [27] = { itemID = 43102, droprate = "00%" }; --Frozen Orb
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35679 }; --Static Cowl
+ [3] = { itemID = 35678 }; --Ironshaper's Legplates
+ [4] = { itemID = 35680 }; --Amulet of Wills
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37669 }; --Leggings of the Stone Halls
+ [19] = { itemID = 37668 }; --Bands of the Stoneforge
+ [20] = { itemID = 37670 }; --Sjonnir's Girdle
+ [21] = { itemID = 37667 }; --The Fleshshaper
+ [22] = { itemID = 37666 }; --Boots of the Whirling Mist
+ [23] = { itemID = 37658 }; --Sun-Emblazoned Chestplate
+ [24] = { itemID = 37657 }; --Spark of Life
+ [25] = { itemID = 37660 }; --Forge Ember
+ [26] = { itemID = 41792 }; --Design: Deft Monarch Topaz
+ [27] = { itemID = 43102 }; --Frozen Orb
};
{
Name = AL["Trash Mobs"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 35682, droprate = ".44%" }; --Rune Giant Bindings
- [3] = { itemID = 35683, droprate = ".46%" }; --Palladium Ring
- [4] = { itemID = 35681, droprate = ".41%" }; --Unrelenting Blade
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 35682 }; --Rune Giant Bindings
+ [3] = { itemID = 35683 }; --Palladium Ring
+ [4] = { itemID = 35681 }; --Unrelenting Blade
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
[17] = { itemID = 37673 }; --Dark Runic Mantle
[18] = { itemID = 37672 }; --Patina-Coated Breastplate
[19] = { itemID = 37671 }; --Refined Ore Gloves
@@ -758,79 +758,79 @@ AtlasLoot_Data["HallsofLightning"] = {
Type = "WrathDungeon";
{
Name = BabbleBoss["General Bjarngrim"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 36982, droprate = "2%" }; --Mantle of Electrical Charges
- [3] = { itemID = 36979, droprate = "2%" }; --Bjarngrim Family Signet
- [4] = { itemID = 36980, droprate = "2%" }; --Hewn Sparring Quarterstaff
- [5] = { itemID = 36981, droprate = "3%" }; --Hardened Vrykul Throwing Axe
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37825, droprate = "1%" }; --Traditionally Dyed Handguards
- [19] = { itemID = 37818, droprate = "1%" }; --Patroller's War-Kilt
- [20] = { itemID = 37814, droprate = "1%" }; --Iron Dwarf Smith Pauldrons
- [21] = { itemID = 37826, droprate = "2%" }; --The General's Steel Girdle
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 36982 }; --Mantle of Electrical Charges
+ [3] = { itemID = 36979 }; --Bjarngrim Family Signet
+ [4] = { itemID = 36980 }; --Hewn Sparring Quarterstaff
+ [5] = { itemID = 36981 }; --Hardened Vrykul Throwing Axe
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37825 }; --Traditionally Dyed Handguards
+ [19] = { itemID = 37818 }; --Patroller's War-Kilt
+ [20] = { itemID = 37814 }; --Iron Dwarf Smith Pauldrons
+ [21] = { itemID = 37826 }; --The General's Steel Girdle
};
{
Name = BabbleBoss["Volkhan"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 36983, droprate = "2%" }; --Cape of Seething Steam
- [3] = { itemID = 36985, droprate = "3%" }; --Volkhan's Hood
- [4] = { itemID = 36986, droprate = "2%" }; --Kilt of Molten Golems
- [5] = { itemID = 36984, droprate = "2%" }; --Eternally Folded Blade
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37840, droprate = "1%" }; --Shroud of Reverberation
- [19] = { itemID = 37843, droprate = "1%" }; --Giant-Hair Woven Gloves
- [20] = { itemID = 37842, droprate = "1%" }; --Belt of Vivacity
- [21] = { itemID = 37841, droprate = "1%" }; --Slag Footguards
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 36983 }; --Cape of Seething Steam
+ [3] = { itemID = 36985 }; --Volkhan's Hood
+ [4] = { itemID = 36986 }; --Kilt of Molten Golems
+ [5] = { itemID = 36984 }; --Eternally Folded Blade
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37840 }; --Shroud of Reverberation
+ [19] = { itemID = 37843 }; --Giant-Hair Woven Gloves
+ [20] = { itemID = 37842 }; --Belt of Vivacity
+ [21] = { itemID = 37841 }; --Slag Footguards
};
{
Name = BabbleBoss["Ionar"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 39536, droprate = "2%" }; --Thundercloud Grasps
- [3] = { itemID = 39657, droprate = "1%" }; --Tornado Cuffs
- [4] = { itemID = 39534, droprate = "1%" }; --Pauldrons of the Lightning Revenant
- [5] = { itemID = 39535, droprate = "1%" }; --Ionar's Girdle
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37846, droprate = "0%" }; --Charged-Bolt Grips
- [19] = { itemID = 37845, droprate = "1%" }; --Cord of Swirling Winds
- [20] = { itemID = 37826, droprate = "2%" }; --The General's Steel Girdle
- [21] = { itemID = 37844, droprate = "1%" }; --Winged Talisman
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 39536 }; --Thundercloud Grasps
+ [3] = { itemID = 39657 }; --Tornado Cuffs
+ [4] = { itemID = 39534 }; --Pauldrons of the Lightning Revenant
+ [5] = { itemID = 39535 }; --Ionar's Girdle
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37846 }; --Charged-Bolt Grips
+ [19] = { itemID = 37845 }; --Cord of Swirling Winds
+ [20] = { itemID = 37826 }; --The General's Steel Girdle
+ [21] = { itemID = 37844 }; --Winged Talisman
};
{
Name = BabbleBoss["Loken"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 36991, droprate = "2%" }; --Raiments of the Titans
- [3] = { itemID = 36996, droprate = "2%" }; --Hood of the Furtive Assassin
- [4] = { itemID = 36992, droprate = "2%" }; --Leather-Braced Chain Leggings
- [5] = { itemID = 36995, droprate = "2%" }; --Fists of Loken
- [6] = { itemID = 36988, droprate = "2%" }; --Chaotic Spiral Amulet
- [7] = { itemID = 36993, droprate = "8%" }; --Seal of the Pantheon
- [8] = { itemID = 36994, droprate = "1%" }; --Projectile Activator
- [9] = { itemID = 36989, droprate = "1%" }; --Ancient Measuring Rod
- [10] = { itemID = 41799, droprate = "1%" }; --Design: Eternal Earthsiege Diamond
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 36991 }; --Raiments of the Titans
+ [3] = { itemID = 36996 }; --Hood of the Furtive Assassin
+ [4] = { itemID = 36992 }; --Leather-Braced Chain Leggings
+ [5] = { itemID = 36995 }; --Fists of Loken
+ [6] = { itemID = 36988 }; --Chaotic Spiral Amulet
+ [7] = { itemID = 36993 }; --Seal of the Pantheon
+ [8] = { itemID = 36994 }; --Projectile Activator
+ [9] = { itemID = 36989 }; --Ancient Measuring Rod
+ [10] = { itemID = 41799 }; --Design: Eternal Earthsiege Diamond
[12] = { itemID = 43151 }; --Loken's Tongue
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37854, droprate = "8%" }; --Woven Bracae Leggings
- [19] = { itemID = 37853, droprate = "8%" }; --Advanced Tooled-Leather Bands
- [20] = { itemID = 37855, droprate = "9%" }; --Mail Girdle of the Audient Earth
- [21] = { itemID = 37852, droprate = "8%" }; --Colossal Skull-Clad Cleaver
- [22] = { itemID = 37851, droprate = "9%" }; --Ornate Woolen Stola
- [23] = { itemID = 37850, droprate = "9%" }; --Flowing Sash of Order
- [24] = { itemID = 37849, droprate = "9%" }; --Planetary Helm
- [25] = { itemID = 37848, droprate = "8%" }; --Lightning Giant Staff
- [26] = { itemID = 41799, droprate = "1%" }; --Design: Eternal Earthsiege Diamond
- [27] = { itemID = 43102, droprate = "00%" }; --Frozen Orb
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37854 }; --Woven Bracae Leggings
+ [19] = { itemID = 37853 }; --Advanced Tooled-Leather Bands
+ [20] = { itemID = 37855 }; --Mail Girdle of the Audient Earth
+ [21] = { itemID = 37852 }; --Colossal Skull-Clad Cleaver
+ [22] = { itemID = 37851 }; --Ornate Woolen Stola
+ [23] = { itemID = 37850 }; --Flowing Sash of Order
+ [24] = { itemID = 37849 }; --Planetary Helm
+ [25] = { itemID = 37848 }; --Lightning Giant Staff
+ [26] = { itemID = 41799 }; --Design: Eternal Earthsiege Diamond
+ [27] = { itemID = 43102 }; --Frozen Orb
};
{
Name = AL["Trash Mobs"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
[2] = { itemID = 36997 }; --Sash of the Hardened Watcher
[3] = { itemID = 37000 }; --Storming Vortex Bracers
[4] = { itemID = 36999 }; --Boots of the Terrestrial Guardian
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
[17] = { itemID = 37858 }; --Awakened Handguards
[18] = { itemID = 37857 }; --Helm of the Lightning Halls
[19] = { itemID = 37856 }; --Librarian's Paper Cutter
@@ -848,74 +848,74 @@ AtlasLoot_Data["CoTStratholme"] = {
Type = "WrathDungeon";
{
Name = BabbleBoss["Meathook"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 37083, droprate = "3%" }; --Kilt of Sewn Flesh
- [3] = { itemID = 37082, droprate = "2%" }; --Slaughterhouse Sabatons
- [4] = { itemID = 37079, droprate = "3%" }; --Enchanted Wire Stitching
- [5] = { itemID = 37081, droprate = "2%" }; --Meathook's Slicer
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37680, droprate = "2%" }; --Belt of Unified Souls
- [19] = { itemID = 37678, droprate = "2%" }; --Bile-Cured Gloves
- [20] = { itemID = 37679, droprate = "1%" }; --Spaulders of the Abomination
- [21] = { itemID = 37675, droprate = "3%" }; --Legplates of Steel Implants
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 37083 }; --Kilt of Sewn Flesh
+ [3] = { itemID = 37082 }; --Slaughterhouse Sabatons
+ [4] = { itemID = 37079 }; --Enchanted Wire Stitching
+ [5] = { itemID = 37081 }; --Meathook's Slicer
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37680 }; --Belt of Unified Souls
+ [19] = { itemID = 37678 }; --Bile-Cured Gloves
+ [20] = { itemID = 37679 }; --Spaulders of the Abomination
+ [21] = { itemID = 37675 }; --Legplates of Steel Implants
};
{
Name = BabbleBoss["Salramm the Fleshcrafter"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 37084, droprate = "2%" }; --Flowing Cloak of Command
- [3] = { itemID = 37095, droprate = "3%" }; --Waistband of the Thuzadin
- [4] = { itemID = 37088, droprate = "2%" }; --Spiked Metal Cilice
- [5] = { itemID = 37086, droprate = "3%" }; --Tome of Salramm
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37684, droprate = "2%" }; --Forgotten Shadow Hood
- [19] = { itemID = 37682, droprate = "2%" }; --Bindings of Dark Will
- [20] = { itemID = 37683, droprate = "2%" }; --Necromancer's Amulet
- [21] = { itemID = 37681, droprate = "2%" }; --Gavel of the Fleshcrafter
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 37084 }; --Flowing Cloak of Command
+ [3] = { itemID = 37095 }; --Waistband of the Thuzadin
+ [4] = { itemID = 37088 }; --Spiked Metal Cilice
+ [5] = { itemID = 37086 }; --Tome of Salramm
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37684 }; --Forgotten Shadow Hood
+ [19] = { itemID = 37682 }; --Bindings of Dark Will
+ [20] = { itemID = 37683 }; --Necromancer's Amulet
+ [21] = { itemID = 37681 }; --Gavel of the Fleshcrafter
};
{
Name = BabbleBoss["Chrono-Lord Epoch"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 37106, droprate = "3%" }; --Ouroboros Belt
- [3] = { itemID = 37105, droprate = "4%" }; --Treads of Altered History
- [4] = { itemID = 37096, droprate = "2%" }; --Necklace of the Chrono-Lord
- [5] = { itemID = 37099, droprate = "2%" }; --Sempiternal Staff
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37687, droprate = "3%" }; --Gloves of Distorted Time
- [19] = { itemID = 37686, droprate = "3%" }; --Cracked Epoch Grasps
- [20] = { itemID = 37688, droprate = "3%" }; --Legplates of the Infinite Drakonid
- [21] = { itemID = 37685, droprate = "3%" }; --Mobius Band
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 37106 }; --Ouroboros Belt
+ [3] = { itemID = 37105 }; --Treads of Altered History
+ [4] = { itemID = 37096 }; --Necklace of the Chrono-Lord
+ [5] = { itemID = 37099 }; --Sempiternal Staff
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37687 }; --Gloves of Distorted Time
+ [19] = { itemID = 37686 }; --Cracked Epoch Grasps
+ [20] = { itemID = 37688 }; --Legplates of the Infinite Drakonid
+ [21] = { itemID = 37685 }; --Mobius Band
};
{
Name = BabbleBoss["Infinite Corruptor"] .. " (" .. AL["Heroic"] .. ")";
- [1] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [2] = { itemID = 43951, droprate = "00%" }; --Reins of the Bronze Drake
+ [1] = { itemID = 47241 }; --Emblem of Triumph
+ [2] = { itemID = 43951 }; --Reins of the Bronze Drake
};
{
Name = BabbleBoss["Mal'Ganis"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 37113, droprate = "6%" }; --Demonic Fabric Bands
- [3] = { itemID = 37114, droprate = "9%" }; --Gloves of Northern Lordaeron
- [4] = { itemID = 37110, droprate = "8%" }; --Gauntlets of Dark Conversion
- [5] = { itemID = 37109, droprate = "8%" }; --Discarded Silver Hand Spaulders
- [6] = { itemID = 37111, droprate = "4%" }; --Soul Preserver
- [7] = { itemID = 37108, droprate = "6%" }; --Dreadlord's Blade
- [8] = { itemID = 37112, droprate = "9%" }; --Beguiling Scepter
- [9] = { itemID = 37107, droprate = "8%" }; --Leeka's Shield
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37696, droprate = "1%" }; --Plague-Infected Bracers
- [19] = { itemID = 37695, droprate = "1%" }; --Legguards of Nature's Power
- [20] = { itemID = 37694, droprate = "1%" }; --Band of Guile
- [21] = { itemID = 37693, droprate = "1%" }; --Greed
- [22] = { itemID = 43085, droprate = "0%" }; --Royal Crest of Lordaeron
- [23] = { itemID = 37691, droprate = "4%" }; --Mantle of Deceit
- [24] = { itemID = 37690, droprate = "4%" }; --Pauldrons of Destiny
- [25] = { itemID = 37689, droprate = "4%" }; --Pendant of the Nathrezim
- [26] = { itemID = 37692, droprate = "4%" }; --Pierce's Pistol
- [27] = { itemID = 43102, droprate = "00%" }; --Frozen Orb
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 37113 }; --Demonic Fabric Bands
+ [3] = { itemID = 37114 }; --Gloves of Northern Lordaeron
+ [4] = { itemID = 37110 }; --Gauntlets of Dark Conversion
+ [5] = { itemID = 37109 }; --Discarded Silver Hand Spaulders
+ [6] = { itemID = 37111 }; --Soul Preserver
+ [7] = { itemID = 37108 }; --Dreadlord's Blade
+ [8] = { itemID = 37112 }; --Beguiling Scepter
+ [9] = { itemID = 37107 }; --Leeka's Shield
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37696 }; --Plague-Infected Bracers
+ [19] = { itemID = 37695 }; --Legguards of Nature's Power
+ [20] = { itemID = 37694 }; --Band of Guile
+ [21] = { itemID = 37693 }; --Greed
+ [22] = { itemID = 43085 }; --Royal Crest of Lordaeron
+ [23] = { itemID = 37691 }; --Mantle of Deceit
+ [24] = { itemID = 37690 }; --Pauldrons of Destiny
+ [25] = { itemID = 37689 }; --Pendant of the Nathrezim
+ [26] = { itemID = 37692 }; --Pierce's Pistol
+ [27] = { itemID = 43102 }; --Frozen Orb
};
{
Name = AL["Trash Mobs"];
@@ -935,79 +935,79 @@ AtlasLoot_Data["UtgardePinnacle"] = {
Type = "WrathDungeon";
{
Name = BabbleBoss["Skadi the Ruthless"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 37043, droprate = "4%" }; --Tear-Linked Gauntlets
- [3] = { itemID = 37040, droprate = "3%" }; --Svala's Bloodied Shackles
- [4] = { itemID = 37037, droprate = "2%" }; --Ritualistic Athame
- [5] = { itemID = 37038, droprate = "1%" }; --Brazier Igniter
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37370, droprate = "1%" }; --Cuffs of the Trussed Hall
- [19] = { itemID = 37369, droprate = "2%" }; --Sorrowgrave's Breeches
- [20] = { itemID = 37368, droprate = "2%" }; --Silent Spectator Shoulderpads
- [21] = { itemID = 37367, droprate = "2%" }; --Echoing Stompers
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 37043 }; --Tear-Linked Gauntlets
+ [3] = { itemID = 37040 }; --Svala's Bloodied Shackles
+ [4] = { itemID = 37037 }; --Ritualistic Athame
+ [5] = { itemID = 37038 }; --Brazier Igniter
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37370 }; --Cuffs of the Trussed Hall
+ [19] = { itemID = 37369 }; --Sorrowgrave's Breeches
+ [20] = { itemID = 37368 }; --Silent Spectator Shoulderpads
+ [21] = { itemID = 37367 }; --Echoing Stompers
};
{
Name = BabbleBoss["King Ymiron"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 37048, droprate = "4%" }; --Shroud of Resurrection
- [3] = { itemID = 37052, droprate = "1%" }; --Reanimated Armor
- [4] = { itemID = 37051, droprate = "1%" }; --Seal of Valgarde
- [5] = { itemID = 37050, droprate = "4%" }; --Trophy Gatherer
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37374, droprate = "2%" }; --Ravenous Leggings of the Furbolg
- [19] = { itemID = 37373, droprate = "1%" }; --Massive Spaulders of the Jormungar
- [20] = { itemID = 37376, droprate = "1%" }; --Ferocious Pauldrons of the Rhino
- [21] = { itemID = 37371, droprate = "2%" }; --Ring of the Frenzied Wolvar
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 37048 }; --Shroud of Resurrection
+ [3] = { itemID = 37052 }; --Reanimated Armor
+ [4] = { itemID = 37051 }; --Seal of Valgarde
+ [5] = { itemID = 37050 }; --Trophy Gatherer
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37374 }; --Ravenous Leggings of the Furbolg
+ [19] = { itemID = 37373 }; --Massive Spaulders of the Jormungar
+ [20] = { itemID = 37376 }; --Ferocious Pauldrons of the Rhino
+ [21] = { itemID = 37371 }; --Ring of the Frenzied Wolvar
};
{
Name = BabbleBoss["Svala Sorrowgrave"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 37055, droprate = "3%" }; --Silken Amice of the Ymirjar
- [3] = { itemID = 37057, droprate = "3%" }; --Drake Rider's Tunic
- [4] = { itemID = 37056, droprate = "2%" }; --Harpooner's Striders
- [5] = { itemID = 37053, droprate = "0%" }; --Amulet of Deflected Blows
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 37055 }; --Silken Amice of the Ymirjar
+ [3] = { itemID = 37057 }; --Drake Rider's Tunic
+ [4] = { itemID = 37056 }; --Harpooner's Striders
+ [5] = { itemID = 37053 }; --Amulet of Deflected Blows
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
[18] = { itemID = 44151 }; --Reins of the Blue Proto-Drake
- [19] = { itemID = 37389, droprate = "1%" }; --Crenelation Leggings
- [20] = { itemID = 37379, droprate = "2%" }; --Skadi's Iron Belt
- [21] = { itemID = 37377, droprate = "1%" }; --Netherbreath Spellblade
- [22] = { itemID = 37384, droprate = "1%" }; --Staff of Wayward Principles
+ [19] = { itemID = 37389 }; --Crenelation Leggings
+ [20] = { itemID = 37379 }; --Skadi's Iron Belt
+ [21] = { itemID = 37377 }; --Netherbreath Spellblade
+ [22] = { itemID = 37384 }; --Staff of Wayward Principles
};
{
Name = BabbleBoss["Gortok Palehoof"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 37067, droprate = "9%" }; --Ceremonial Pyre Mantle
- [3] = { itemID = 37062, droprate = "1%" }; --Crown of Forgotten Kings
- [4] = { itemID = 37066, droprate = "3%" }; --Ancient Royal Legguards
- [5] = { itemID = 37058, droprate = "2%" }; --Signet of Ranulf
- [6] = { itemID = 37064, droprate = "4%" }; --Vestige of Haldor
- [7] = { itemID = 37060, droprate = "0%" }; --Jeweled Coronation Sword
- [8] = { itemID = 37065, droprate = "0%" }; --Ymiron's Blade
- [9] = { itemID = 37061, droprate = "3%" }; --Tor's Crest
- [10] = { itemID = 41797, droprate = "0%" }; --Design: Austere Earthsiege Diamond
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37408, droprate = "9%" }; --Girdle of Bane
- [19] = { itemID = 37409, droprate = "9%" }; --Gilt-Edged Leather Gauntlets
- [20] = { itemID = 37407, droprate = "0%" }; --Sovereign's Belt
- [21] = { itemID = 37401, droprate = "8%" }; --Red Sword of Courage
- [22] = { itemID = 37398, droprate = "0%" }; --Mantle of Discarded Ways
- [23] = { itemID = 37395, droprate = "0%" }; --Ornamented Plate Regalia
- [24] = { itemID = 37397, droprate = "0%" }; --Gold Amulet of Kings
- [25] = { itemID = 37390, droprate = "0%" }; --Meteorite Whetstone
- [26] = { itemID = 41797, droprate = "0%" }; --Design: Austere Earthsiege Diamond
- [27] = { itemID = 43102, droprate = "00%" }; --Frozen Orb
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 37067 }; --Ceremonial Pyre Mantle
+ [3] = { itemID = 37062 }; --Crown of Forgotten Kings
+ [4] = { itemID = 37066 }; --Ancient Royal Legguards
+ [5] = { itemID = 37058 }; --Signet of Ranulf
+ [6] = { itemID = 37064 }; --Vestige of Haldor
+ [7] = { itemID = 37060 }; --Jeweled Coronation Sword
+ [8] = { itemID = 37065 }; --Ymiron's Blade
+ [9] = { itemID = 37061 }; --Tor's Crest
+ [10] = { itemID = 41797 }; --Design: Austere Earthsiege Diamond
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37408 }; --Girdle of Bane
+ [19] = { itemID = 37409 }; --Gilt-Edged Leather Gauntlets
+ [20] = { itemID = 37407 }; --Sovereign's Belt
+ [21] = { itemID = 37401 }; --Red Sword of Courage
+ [22] = { itemID = 37398 }; --Mantle of Discarded Ways
+ [23] = { itemID = 37395 }; --Ornamented Plate Regalia
+ [24] = { itemID = 37397 }; --Gold Amulet of Kings
+ [25] = { itemID = 37390 }; --Meteorite Whetstone
+ [26] = { itemID = 41797 }; --Design: Austere Earthsiege Diamond
+ [27] = { itemID = 43102 }; --Frozen Orb
};
{
Name = AL["Trash Mobs"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
[2] = { itemID = 37070 }; --Tundra Wolf Boots
[3] = { itemID = 37069 }; --Dragonflayer Seer's Bindings
[4] = { itemID = 37068 }; --Berserker's Sabatons
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
[17] = { itemID = 37587 }; --Ymirjar Physician's Robe
[18] = { itemID = 37590 }; --Bands of Fading Light
[19] = { itemID = 37410 }; --Tracker's Balanced Knives
@@ -1024,80 +1024,80 @@ AtlasLoot_Data["TheOculus"] = {
Type = "WrathDungeon";
{
Name = BabbleBoss["Drakos the Interrogator"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 36945, droprate = "1%" }; --Verdisa's Cuffs of Dreaming
- [3] = { itemID = 36946, droprate = "3%" }; --Runic Cage Chestpiece
- [4] = { itemID = 36943, droprate = "1%" }; --Timeless Beads of Eternos
- [5] = { itemID = 36944, droprate = "5%" }; --Lifeblade of Belgaristrasz
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37258, droprate = "2%" }; --Drakewing Raiments
- [19] = { itemID = 37256, droprate = "3%" }; --Scaled Armor of Drakos
- [20] = { itemID = 37257, droprate = "3%" }; --Band of Torture
- [21] = { itemID = 37255, droprate = "3%" }; --The Interrogator
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 36945 }; --Verdisa's Cuffs of Dreaming
+ [3] = { itemID = 36946 }; --Runic Cage Chestpiece
+ [4] = { itemID = 36943 }; --Timeless Beads of Eternos
+ [5] = { itemID = 36944 }; --Lifeblade of Belgaristrasz
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37258 }; --Drakewing Raiments
+ [19] = { itemID = 37256 }; --Scaled Armor of Drakos
+ [20] = { itemID = 37257 }; --Band of Torture
+ [21] = { itemID = 37255 }; --The Interrogator
};
{
Name = BabbleBoss["Mage-Lord Urom"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 36947, droprate = "1%" }; --Centrifuge Core Cloak
- [3] = { itemID = 36949, droprate = "1%" }; --Gloves of the Azure-Lord
- [4] = { itemID = 36948, droprate = "2%" }; --Horned Helm of Varos
- [5] = { itemID = 36950, droprate = "3%" }; --Wing Commander's Breastplate
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37261, droprate = "2%" }; --Gloves of Radiant Light
- [19] = { itemID = 37262, droprate = "1%" }; --Azure Ringmail Leggings
- [20] = { itemID = 37263, droprate = "1%" }; --Legplates of the Oculus Guardian
- [21] = { itemID = 37260, droprate = "1%" }; --Cloudstrider's Waraxe
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 36947 }; --Centrifuge Core Cloak
+ [3] = { itemID = 36949 }; --Gloves of the Azure-Lord
+ [4] = { itemID = 36948 }; --Horned Helm of Varos
+ [5] = { itemID = 36950 }; --Wing Commander's Breastplate
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37261 }; --Gloves of Radiant Light
+ [19] = { itemID = 37262 }; --Azure Ringmail Leggings
+ [20] = { itemID = 37263 }; --Legplates of the Oculus Guardian
+ [21] = { itemID = 37260 }; --Cloudstrider's Waraxe
};
{
Name = BabbleBoss["Varos Cloudstrider"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 36954, droprate = "1%" }; --The Conjurer's Slippers
- [3] = { itemID = 36951, droprate = "0%" }; --Sidestepping Handguards
- [4] = { itemID = 36953, droprate = "1%" }; --Spaulders of Skillful Maneuvers
- [5] = { itemID = 36952, droprate = "8%" }; --Girdle of Obscuring
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 36954 }; --The Conjurer's Slippers
+ [3] = { itemID = 36951 }; --Sidestepping Handguards
+ [4] = { itemID = 36953 }; --Spaulders of Skillful Maneuvers
+ [5] = { itemID = 36952 }; --Girdle of Obscuring
[7] = { itemID = 21525 }; --Green Winter Hat
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37289, droprate = "8%" }; --Sash of Phantasmal Images
- [19] = { itemID = 37288, droprate = "8%" }; --Catalytic Bands
- [20] = { itemID = 37195, droprate = "0%" }; --Band of Enchanted Growth
- [21] = { itemID = 37264, droprate = "0%" }; --Pendulum of Telluric Currents
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37289 }; --Sash of Phantasmal Images
+ [19] = { itemID = 37288 }; --Catalytic Bands
+ [20] = { itemID = 37195 }; --Band of Enchanted Growth
+ [21] = { itemID = 37264 }; --Pendulum of Telluric Currents
[23] = { itemID = 21525 }; --Green Winter Hat
};
{
Name = BabbleBoss["Ley-Guardian Eregos"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 36973, droprate = "8%" }; --Vestments of the Scholar
- [3] = { itemID = 36971, droprate = "7%" }; --Headguard of Westrift
- [4] = { itemID = 36969, droprate = "4%" }; --Helm of the Ley-Guardian
- [5] = { itemID = 36974, droprate = "8%" }; --Eredormu's Ornamented Chestguard
- [6] = { itemID = 36961, droprate = "7%" }; --Dragonflight Great-Ring
- [7] = { itemID = 36972, droprate = "5%" }; --Tome of Arcane Phenomena
- [8] = { itemID = 36962, droprate = "7%" }; --Wyrmclaw Battleaxe
- [9] = { itemID = 36975, droprate = "7%" }; --Malygos's Favor
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 36973 }; --Vestments of the Scholar
+ [3] = { itemID = 36971 }; --Headguard of Westrift
+ [4] = { itemID = 36969 }; --Helm of the Ley-Guardian
+ [5] = { itemID = 36974 }; --Eredormu's Ornamented Chestguard
+ [6] = { itemID = 36961 }; --Dragonflight Great-Ring
+ [7] = { itemID = 36972 }; --Tome of Arcane Phenomena
+ [8] = { itemID = 36962 }; --Wyrmclaw Battleaxe
+ [9] = { itemID = 36975 }; --Malygos's Favor
[10] = { itemID = 41798 }; --Design: Bracing Earthsiege Diamond
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
- [18] = { itemID = 37361, droprate = "4%" }; --Cuffs of Winged Levitation
- [19] = { itemID = 37363, droprate = "3%" }; --Gauntlets of Dragon Wrath
- [20] = { itemID = 37362, droprate = "3%" }; --Leggings of Protective Auras
- [21] = { itemID = 37360, droprate = "4%" }; --Staff of Draconic Combat
- [22] = { itemID = 37291, droprate = "4%" }; --Ancient Dragon Spirit Cape
- [23] = { itemID = 37294, droprate = "4%" }; --Crown of Unbridled Magic
- [24] = { itemID = 37293, droprate = "5%" }; --Mask of the Watcher
- [25] = { itemID = 37292, droprate = "5%" }; --Ley-Guardian's Legguards
- [26] = { itemID = 43102, droprate = "00%" }; --Frozen Orb
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
+ [18] = { itemID = 37361 }; --Cuffs of Winged Levitation
+ [19] = { itemID = 37363 }; --Gauntlets of Dragon Wrath
+ [20] = { itemID = 37362 }; --Leggings of Protective Auras
+ [21] = { itemID = 37360 }; --Staff of Draconic Combat
+ [22] = { itemID = 37291 }; --Ancient Dragon Spirit Cape
+ [23] = { itemID = 37294 }; --Crown of Unbridled Magic
+ [24] = { itemID = 37293 }; --Mask of the Watcher
+ [25] = { itemID = 37292 }; --Ley-Guardian's Legguards
+ [26] = { itemID = 43102 }; --Frozen Orb
[28] = { itemID = 52676, "=ds=" .. AL["Random Heroic Reward"] }; --Cache of the Ley-Guardian
};
{
Name = AL["Trash Mobs"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
- [2] = { itemID = 36978, droprate = ".45%" }; --Ley-Whelphide Belt
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
+ [2] = { itemID = 36978 }; --Ley-Whelphide Belt
[3] = { itemID = 36977 }; --Bindings of the Construct
[4] = { itemID = 36976 }; --Ring-Lord's Leggings
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
[17] = { itemID = 37366 }; --Drake-Champion's Bracers
[18] = { itemID = 37365 }; --Bands of the Sky Ring
[19] = { itemID = 37290 }; --Dragon Prow Amulet
@@ -1115,7 +1115,7 @@ AtlasLoot_Data["ForgeofSouls"] = {
Type = "WrathDungeon";
{
Name = BabbleBoss["Bronjahm"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
[2] = { itemID = 49788 }; --Cold Sweat Grips
[3] = { itemID = 49785 }; --Bewildering Shoulderpads
[4] = { itemID = 49786 }; --Robes of the Cheating Heart
@@ -1124,7 +1124,7 @@ AtlasLoot_Data["ForgeofSouls"] = {
[7] = { itemID = 49783 }; --Lucky Old Sun
[9] = { itemID = 50317 }; --Papa's New Bag
[10] = { itemID = 50316 }; --Papa's Brand New Bag
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
[17] = { itemID = 50193 }; --Very Fashionable Shoulders
[18] = { itemID = 50197 }; --Eyes of Bewilderment
[19] = { itemID = 50194 }; --Weeping Gauntlets
@@ -1176,14 +1176,14 @@ AtlasLoot_Data["PitofSaron"] = {
Type = "WrathDungeon";
{
Name = BabbleBoss["Forgemaster Garfrost"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
[2] = { itemID = 49805 }; --Ice-Steeped Sandals
[3] = { itemID = 49806 }; --Flayer's Black Belt
[4] = { itemID = 49804 }; --Polished Mirror Helm
[5] = { itemID = 49803 }; --Ring of Carnelian and Bone
[6] = { itemID = 49802 }; --Garfrost's Two-Ton Hammer
[7] = { itemID = 49801 }; --Unspeakable Secret
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
[17] = { itemID = 50233 }; --Spurned Val'kyr Shoulderguards
[18] = { itemID = 50234 }; --Shoulderplates of Frozen Blood
[19] = { itemID = 50230 }; --Malykriss Vambraces
@@ -1193,14 +1193,14 @@ AtlasLoot_Data["PitofSaron"] = {
};
{
Name = AL["Krick and Ick"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
[2] = { itemID = 49809 }; --Wristguards of Subterranean Moss
[3] = { itemID = 49810 }; --Scabrous Zombie Leather Belt
[4] = { itemID = 49811 }; --Black Dragonskin Breeches
[5] = { itemID = 49808 }; --Bent Gold Belt
[6] = { itemID = 49812 }; --Purloined Wedding Ring
[7] = { itemID = 49807 }; --Krick's Beetle Stabber
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
[17] = { itemID = 50266 }; --Ancient Polar Bear Hide
[18] = { itemID = 50263 }; --Braid of Salt and Fire
[19] = { itemID = 50264 }; --Chewed Leather Wristguards
@@ -1250,14 +1250,14 @@ AtlasLoot_Data["HallsofReflection"] = {
Type = "WrathDungeon";
{
Name = BabbleBoss["Falric"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
[2] = { itemID = 49832 }; --Eerie Runeblade Polisher
[3] = { itemID = 49828 }; --Marwyn's Macabre Fingertips
[4] = { itemID = 49830 }; --Fallen Sentry's Hood
[5] = { itemID = 49831 }; --Muddied Boots of Brill
[6] = { itemID = 49829 }; --Valonforth's Tarnished Pauldrons
[7] = { itemID = 49827 }; --Ghoulslicer
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
[17] = { itemID = 50292 }; --Bracer of Worn Molars
[18] = { itemID = 50293 }; --Spaulders of Black Betrayal
[19] = { itemID = 50295 }; --Spiked Toestompers
@@ -1267,14 +1267,14 @@ AtlasLoot_Data["HallsofReflection"] = {
};
{
Name = BabbleBoss["Marwyn"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
[2] = { itemID = 49834 }; --Frayed Abomination Stitching Shoulders
[3] = { itemID = 49838 }; --Carpal Tunnelers
[4] = { itemID = 49837 }; --Mitts of Burning Hail
[5] = { itemID = 49836 }; --Frostsworn Bone Leggings
[6] = { itemID = 49833 }; --Splintered Icecrown Parapet
[7] = { itemID = 49835 }; --Splintered Door of the Citadel
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
[17] = { itemID = 50298 }; --Sightless Crown of Ulmaas
[18] = { itemID = 50299 }; --Suspiciously Soft Gloves
[19] = { itemID = 50300 }; --Choking Hauberk
@@ -1314,12 +1314,12 @@ AtlasLoot_Data["HallsofReflection"] = {
};
{
Name = AL["Trash Mobs"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
[2] = { itemID = 49854 }; --Mantle of Tattered Feathers
[3] = { itemID = 49855 }; --Plated Grips of Korth'azz
[4] = { itemID = 49853 }; --Titanium Links of Lore
[5] = { itemID = 49852 }; --Coffin Nail
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
[17] = { itemID = 50318 }; --Ghostly Wristwraps
[18] = { itemID = 50315 }; --Seven-Fingered Claws
[19] = { itemID = 50319 }; --Unsharpened Ice Razor
@@ -1346,26 +1346,26 @@ AtlasLoot_Data["TrialoftheChampion"] = {
Type = "WrathDungeon";
{
Name = AL["Faction Champions"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
[2] = { itemID = 47173 }; --Bindings of the Wicked
[3] = { itemID = 47170 }; --Belt of Fierce Competition
[4] = { itemID = 47174 }; --Binding of the Tranquil Glade
[5] = { itemID = 47175 }; --Scale Boots of the Outlander
[6] = { itemID = 47172 }; --Helm of the Bested Gallant
[7] = { itemID = 47171 }; --Legguards of Abandoned Fealty
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
[18] = { itemID = 47249 }; --Leggings of the Snowy Bramble
[19] = { itemID = 47248 }; --Treads of Dismal Fortune
[20] = { itemID = 47250 }; --Pauldrons of the Deafening Gale
[21] = { itemID = 47244 }; --Chestguard of the Ravenous Fiend
[22] = { itemID = 47243 }; --Mark of the Relentless
[23] = { itemID = 47493 }; --Edge of Ruin
- [24] = { itemID = 44990, droprate = "00%" }; --Champion's Seal
+ [24] = { itemID = 44990 }; --Champion's Seal
};
{
Name = BabbleBoss["Argent Confessor Paletress"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
[2] = { itemID = 47181 }; --Belt of the Churning Blaze
[3] = { itemID = 47218 }; --The Confessor's Binding
[4] = { itemID = 47185 }; --Leggings of the Haggard Apprentice
@@ -1378,8 +1378,8 @@ AtlasLoot_Data["TrialoftheChampion"] = {
[11] = { itemID = 47219 }; --Brilliant Hailstone Amulet
[12] = { itemID = 47213 }; --Abyssal Rune
[13] = { itemID = 47214 }; --Banner of Victory
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
[18] = { itemID = 47498 }; --Gloves of Dismal Fortune
[19] = { itemID = 47496 }; --Armbands of the Wary Lookout
[20] = { itemID = 47245 }; --Pauldrons of Concealed Loathing
@@ -1392,11 +1392,11 @@ AtlasLoot_Data["TrialoftheChampion"] = {
[27] = { itemID = 47512 }; --Sinner's Confession
[28] = { itemID = 47500 }; --Peacekeeper Blade
[29] = { itemID = 47522 }; --Marrowstrike
- [30] = { itemID = 44990, droprate = "00%" }; --Champion's Seal
+ [30] = { itemID = 44990 }; --Champion's Seal
};
{
Name = BabbleBoss["Eadric the Pure"];
- [1] = { icon = "INV_Box_01", name = "=q6=#j1#" };
+ [1] = { icon = "INV_Box_01", name = WHITE..AL["Normal Mode"] };
[2] = { itemID = 47181 }; --Belt of the Churning Blaze
[3] = { itemID = 47185 }; --Leggings of the Haggard Apprentice
[4] = { itemID = 47210 }; --Mantle of Gnarled Overgrowth
@@ -1409,8 +1409,8 @@ AtlasLoot_Data["TrialoftheChampion"] = {
[11] = { itemID = 47199 }; --Greaves of the Grand Paladin
[12] = { itemID = 47200 }; --Signet of Purity
[13] = { itemID = 47213 }; --Abyssal Rune
- [16] = { icon = "INV_Box_01", name = "=q6=#j3#" };
- [17] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Heroic Mode"] };
+ [17] = { itemID = 47241 }; --Emblem of Triumph
[18] = { itemID = 47501 }; --Kurisu's Indecision
[19] = { itemID = 47496 }; --Armbands of the Wary Lookout
[20] = { itemID = 47498 }; --Gloves of Dismal Fortune
@@ -1423,7 +1423,7 @@ AtlasLoot_Data["TrialoftheChampion"] = {
[27] = { itemID = 47500 }; --Peacekeeper Blade
[28] = { itemID = 47509 }; --Mariel's Sorrow
[29] = { itemID = 47508 }; --Aledar's Battlestar
- [30] = { itemID = 44990, droprate = "00%" }; --Champion's Seal
+ [30] = { itemID = 44990 }; --Champion's Seal
};
{
Name = BabbleBoss["The Black Knight"];
@@ -1442,7 +1442,7 @@ AtlasLoot_Data["TrialoftheChampion"] = {
};
{
Name = BabbleBoss["The Black Knight"] .. " (" .. AL["Heroic"] .. ")";
- [1] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
+ [1] = { itemID = 47241 }; --Emblem of Triumph
[2] = { itemID = 47564 }; --Gaze of the Unknown
[3] = { itemID = 47527 }; --Embrace of Madness
[4] = { itemID = 47560 }; --Boots of the Crackling Flame
@@ -1456,8 +1456,8 @@ AtlasLoot_Data["TrialoftheChampion"] = {
[16] = { itemID = 47569 }; --Spectral Kris
[17] = { itemID = 49682 }; --Black Knight's Rondel
[18] = { itemID = 47568 }; --True-aim Long Rifle
- [20] = { itemID = 43102, droprate = "00%" }; --Frozen Orb
- [22] = { itemID = 44990, droprate = "00%" }; --Champion's Seal
+ [20] = { itemID = 43102 }; --Frozen Orb
+ [22] = { itemID = 44990 }; --Champion's Seal
};
};
@@ -1471,462 +1471,462 @@ AtlasLoot_Data["VaultofArchavon"] = {
Type = "WrathRaid";
{
Name = BabbleBoss["Archavon the Stone Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
[2] = { itemID = 39492 }; --Heroes' Frostfire Robe
[3] = { itemID = 39495 }; --Heroes' Frostfire Gloves
[4] = { itemID = 39493 }; --Heroes' Frostfire Leggings
- [6] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
+ [6] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
[7] = { itemID = 39515 }; --Heroes' Robe of Faith
[8] = { itemID = 39519 }; --Heroes' Gloves of Faith
[9] = { itemID = 39517 }; --Heroes' Leggings of Faith
- [11] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
+ [11] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
[12] = { itemID = 39523 }; --Heroes' Raiments of Faith
[13] = { itemID = 39530 }; --Heroes' Handwraps of Faith
[14] = { itemID = 39528 }; --Heroes' Pants of Faith
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
[17] = { itemID = 41950 }; --Hateful Gladiator's Silk Raiment
[18] = { itemID = 41969 }; --Hateful Gladiator's Silk Handguards
[19] = { itemID = 41957 }; --Hateful Gladiator's Silk Trousers
- [21] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
+ [21] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
[22] = { itemID = 41857 }; --Hateful Gladiator's Mooncloth Robe
[23] = { itemID = 41872 }; --Hateful Gladiator's Mooncloth Gloves
[24] = { itemID = 41862 }; --Hateful Gladiator's Mooncloth Leggings
- [26] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
+ [26] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
[27] = { itemID = 41919 }; --Hateful Gladiator's Satin Robe
[28] = { itemID = 41938 }; --Hateful Gladiator's Satin Gloves
[29] = { itemID = 41925 }; --Hateful Gladiator's Satin Leggings
};
{
Name = BabbleBoss["Archavon the Stone Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
[2] = { itemID = 39497 }; --Heroes' Plagueheart Robe
[3] = { itemID = 39500 }; --Heroes' Plagueheart Gloves
[4] = { itemID = 39498 }; --Heroes' Plagueheart Leggings
- [6] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
+ [6] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
[7] = { itemID = 39547 }; --Heroes' Dreamwalker Vestments
[8] = { itemID = 39544 }; --Heroes' Dreamwalker Gloves
[9] = { itemID = 39546 }; --Heroes' Dreamwalker Trousers
- [11] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
+ [11] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
[12] = { itemID = 39554 }; --Heroes' Dreamwalker Raiments
[13] = { itemID = 39557 }; --Heroes' Dreamwalker Handgrips
[14] = { itemID = 39555 }; --Heroes' Dreamwalker Legguards
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
[17] = { itemID = 42001 }; --Hateful Gladiator's Felweave Raiment
[18] = { itemID = 42015 }; --Hateful Gladiator's Felweave Handguards
[19] = { itemID = 42003 }; --Hateful Gladiator's Felweave Trousers
- [21] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
+ [21] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
[22] = { itemID = 41314 }; --Hateful Gladiator's Wyrmhide Robes
[23] = { itemID = 41291 }; --Hateful Gladiator's Wyrmhide Gloves
[24] = { itemID = 41302 }; --Hateful Gladiator's Wyrmhide Legguards
- [26] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
+ [26] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
[27] = { itemID = 41659 }; --Hateful Gladiator's Dragonhide Robes
[28] = { itemID = 41771 }; --Hateful Gladiator's Dragonhide Gloves
[29] = { itemID = 41665 }; --Hateful Gladiator's Dragonhide Legguards
};
{
Name = BabbleBoss["Archavon the Stone Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
[2] = { itemID = 39538 }; --Heroes' Dreamwalker Robe
[3] = { itemID = 39543 }; --Heroes' Dreamwalker Handguards
[4] = { itemID = 39539 }; --Heroes' Dreamwalker Leggings
- [6] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
+ [6] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
[7] = { itemID = 39558 }; --Heroes' Bonescythe Breastplate
[8] = { itemID = 39560 }; --Heroes' Bonescythe Gauntlets
[9] = { itemID = 39564 }; --Heroes' Bonescythe Legplates
- [11] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
+ [11] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
[12] = { itemID = 39579 }; --Heroes' Crypstalker Tunic
[13] = { itemID = 39582 }; --Heroes' Crypstalker Handguards
[14] = { itemID = 39580 }; --Heroes' Crypstalker Legguards
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
[17] = { itemID = 41308 }; --Hateful Gladiator's Kodohide Robes
[18] = { itemID = 41284 }; --Hateful Gladiator's Kodohide Gloves
[19] = { itemID = 41296 }; --Hateful Gladiator's Kodohide Legguards
- [21] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
+ [21] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
[22] = { itemID = 41648 }; --Hateful Gladiator's Leather Tunic
[23] = { itemID = 41765 }; --Hateful Gladiator's Leather Gloves
[24] = { itemID = 41653 }; --Hateful Gladiator's Leather Legguards
- [26] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
+ [26] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
[27] = { itemID = 41085 }; --Hateful Gladiator's Chain Armor
[28] = { itemID = 41141 }; --Hateful Gladiator's Chain Gauntlets
[29] = { itemID = 41203 }; --Hateful Gladiator's Chain Leggings
};
{
Name = BabbleBoss["Archavon the Stone Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
[2] = { itemID = 39592 }; --Heroes' Earthshatter Hauberk
[3] = { itemID = 39593 }; --Heroes' Earthshatter Gloves
[4] = { itemID = 39595 }; --Heroes' Earthshatter Kilt
- [6] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
+ [6] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
[7] = { itemID = 39597 }; --Heroes' Earthshatter Chestguard
[8] = { itemID = 39601 }; --Heroes' Earthshatter Grips
[9] = { itemID = 39603 }; --Heroes' Earthshatter War-Kilt
- [11] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
+ [11] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
[12] = { itemID = 39588 }; --Heroes' Earthshatter Tunic
[13] = { itemID = 39591 }; --Heroes' Earthshatter Handguards
[14] = { itemID = 39589 }; --Heroes' Earthshatter Legguards
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
[17] = { itemID = 40989 }; --Hateful Gladiator's Mail Armor
[18] = { itemID = 41005 }; --Hateful Gladiator's Mail Gauntlets
[19] = { itemID = 41031 }; --Hateful Gladiator's Mail Leggings
- [21] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
+ [21] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
[22] = { itemID = 41079 }; --Hateful Gladiator's Linked Armor
[23] = { itemID = 41135 }; --Hateful Gladiator's Linked Gauntlets
[24] = { itemID = 41162 }; --Hateful Gladiator's Linked Leggings
- [26] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
+ [26] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
[27] = { itemID = 40988 }; --Hateful Gladiator's Ringmail Armor
[28] = { itemID = 40999 }; --Hateful Gladiator's Ringmail Gauntlets
[29] = { itemID = 41025 }; --Hateful Gladiator's Ringmail Leggings
};
{
Name = BabbleBoss["Archavon the Stone Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
[2] = { itemID = 39617 }; --Heroes' Scourgeborne Battleplate
[3] = { itemID = 39618 }; --Heroes' Scourgeborne Gauntlets
[4] = { itemID = 39620 }; --Heroes' Scourgeborne Legplates
- [6] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["Tanking"] };
+ [6] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["Tanking"] };
[7] = { itemID = 39623 }; --Heroes' Scourgeborne Chestguard
[8] = { itemID = 39624 }; --Heroes' Scourgeborne Handguards
[9] = { itemID = 39626 }; --Heroes' Scourgeborne Legguards
- [11] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
+ [11] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
[12] = { itemID = 39629 }; --Heroes' Redemption Tunic
[13] = { itemID = 39632 }; --Heroes' Redemption Gloves
[14] = { itemID = 39630 }; --Heroes' Redemption Greaves
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
[17] = { itemID = 40781 }; --Hateful Gladiator's Dreadplate Chestpiece
[18] = { itemID = 40803 }; --Hateful Gladiator's Dreadplate Gauntlets
[19] = { itemID = 40841 }; --Hateful Gladiator's Dreadplate Legguards
- [26] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
+ [26] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
[27] = { itemID = 40904 }; --Hateful Gladiator's Ornamented Chestguard
[28] = { itemID = 40925 }; --Hateful Gladiator's Ornamented Gloves
[29] = { itemID = 40937 }; --Hateful Gladiator's Ornamented Legplates
};
{
Name = BabbleBoss["Archavon the Stone Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
[2] = { itemID = 39633 }; --Heroes' Redemption Chestpiece
[3] = { itemID = 39634 }; --Heroes' Redemption Gauntlets
[4] = { itemID = 39636 }; --Heroes' Redemption Legplates
- [6] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Protection"] };
+ [6] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Protection"] };
[7] = { itemID = 39638 }; --Heroes' Redemption Breastplate
[8] = { itemID = 39639 }; --Heroes' Redemption Handguards
[9] = { itemID = 39641 }; --Heroes' Redemption Legguards
- [11] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
+ [11] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
[12] = { itemID = 39606 }; --Heroes' Dreadnaught Battleplate
[13] = { itemID = 39609 }; --Heroes' Dreadnaught Gauntlets
[14] = { itemID = 39607 }; --Heroes' Dreadnaught Legplates
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
[17] = { itemID = 40782 }; --Hateful Gladiator's Scaled Chestpiece
[18] = { itemID = 40802 }; --Hateful Gladiator's Scaled Gauntlets
[19] = { itemID = 40842 }; --Hateful Gladiator's Scaled Legguards
- [26] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
+ [26] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
[27] = { itemID = 40783 }; --Hateful Gladiator's Plate Chestpiece
[28] = { itemID = 40801 }; --Hateful Gladiator's Plate Gauntlets
[29] = { itemID = 40840 }; --Hateful Gladiator's Plate Legguards
};
{
Name = BabbleBoss["Archavon the Stone Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["Protection"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["Protection"] };
[2] = { itemID = 39611 }; --Heroes' Dreadnaught Breastplate
[3] = { itemID = 39622 }; --Heroes' Dreadnaught Handguards
[4] = { itemID = 39612 }; --Heroes' Dreadnaught Legguards
- [6] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
+ [6] = { itemID = 47241 }; --Emblem of Triumph
[7] = { itemID = 43959 }; --Reins of the Grand Black War Mammoth
[8] = { itemID = 44083 }; --Reins of the Grand Black War Mammoth
};
{
Name = BabbleBoss["Archavon the Stone Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
[2] = { itemID = 40418 }; --Valorous Frostfire Robe
[3] = { itemID = 40415 }; --Valorous Frostfire Gloves
[4] = { itemID = 40417 }; --Valorous Frostfire Leggings
- [6] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
+ [6] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
[7] = { itemID = 40449 }; --Valorous Robe of Faith
[8] = { itemID = 40445 }; --Valorous Gloves of Faith
[9] = { itemID = 40448 }; --Valorous Leggings of Faith
- [11] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
+ [11] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
[12] = { itemID = 40458 }; --Valorous Raiments of Faith
[13] = { itemID = 40454 }; --Valorous Handwraps of Faith
[14] = { itemID = 40457 }; --Valorous Pants of Faith
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
[17] = { itemID = 41951 }; --Deadly Gladiator's Silk Raiment
[18] = { itemID = 41970 }; --Deadly Gladiator's Silk Handguards
[19] = { itemID = 41958 }; --Deadly Gladiator's Silk Trousers
- [21] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
+ [21] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
[22] = { itemID = 41858 }; --Deadly Gladiator's Mooncloth Robe
[23] = { itemID = 41873 }; --Deadly Gladiator's Mooncloth Gloves
[24] = { itemID = 41863 }; --Deadly Gladiator's Mooncloth Leggings
- [26] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
+ [26] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
[27] = { itemID = 41920 }; --Deadly Gladiator's Satin Robe
[28] = { itemID = 41939 }; --Deadly Gladiator's Satin Gloves
[29] = { itemID = 41926 }; --Deadly Gladiator's Satin Leggings
};
{
Name = BabbleBoss["Archavon the Stone Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
[2] = { itemID = 40423 }; --Valorous Plagueheart Robe
[3] = { itemID = 40420 }; --Valorous Plagueheart Gloves
[4] = { itemID = 40422 }; --Valorous Plagueheart Leggings
- [6] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
+ [6] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
[7] = { itemID = 40469 }; --Valorous Dreamwalker Vestments
[8] = { itemID = 40466 }; --Valorous Dreamwalker Gloves
[9] = { itemID = 40468 }; --Valorous Dreamwalker Trousers
- [11] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
+ [11] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
[12] = { itemID = 40471 }; --Valorous Dreamwalker Raiments
[13] = { itemID = 40472 }; --Valorous Dreamwalker Handgrips
[14] = { itemID = 40493 }; --Valorous Dreamwalker Legguards
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
[17] = { itemID = 41997 }; --Deadly Gladiator's Felweave Raiment
[18] = { itemID = 42016 }; --Deadly Gladiator's Felweave Handguards
[19] = { itemID = 42004 }; --Deadly Gladiator's Felweave Trousers
- [21] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
+ [21] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
[22] = { itemID = 41315 }; --Deadly Gladiator's Wyrmhide Robes
[23] = { itemID = 41292 }; --Deadly Gladiator's Wyrmhide Gloves
[24] = { itemID = 41303 }; --Deadly Gladiator's Wyrmhide Legguards
- [26] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
+ [26] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
[27] = { itemID = 41660 }; --Deadly Gladiator's Dragonhide Robes
[28] = { itemID = 41772 }; --Deadly Gladiator's Dragonhide Gloves
[29] = { itemID = 41666 }; --Deadly Gladiator's Dragonhide Legguards
};
{
Name = BabbleBoss["Archavon the Stone Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
[2] = { itemID = 40463 }; --Valorous Dreamwalker Robe
[3] = { itemID = 40460 }; --Valorous Dreamwalker Handguards
[4] = { itemID = 40462 }; --Valorous Dreamwalker Leggings
- [6] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
+ [6] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
[7] = { itemID = 40495 }; --Valorous Bonescythe Breastplate
[8] = { itemID = 40496 }; --Valorous Bonescythe Gauntlets
[9] = { itemID = 40500 }; --Valorous Bonescythe Legplates
- [11] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
+ [11] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
[12] = { itemID = 40503 }; --Valorous Crypstalker Tunic
[13] = { itemID = 40504 }; --Valorous Crypstalker Handguards
[14] = { itemID = 40506 }; --Valorous Crypstalker Legguards
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
[17] = { itemID = 41309 }; --Deadly Gladiator's Kodohide Robes
[18] = { itemID = 41286 }; --Deadly Gladiator's Kodohide Gloves
[19] = { itemID = 41297 }; --Deadly Gladiator's Kodohide Legguards
- [21] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
+ [21] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
[22] = { itemID = 41649 }; --Deadly Gladiator's Leather Tunic
[23] = { itemID = 41766 }; --Deadly Gladiator's Leather Gloves
[24] = { itemID = 41654 }; --Deadly Gladiator's Leather Legguards
- [26] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
+ [26] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
[27] = { itemID = 41086 }; --Deadly Gladiator's Chain Armor
[28] = { itemID = 41142 }; --Deadly Gladiator's Chain Gauntlets
[29] = { itemID = 41204 }; --Deadly Gladiator's Chain Leggings
};
{
Name = BabbleBoss["Archavon the Stone Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
[2] = { itemID = 40514 }; --Valorous Earthshatter Hauberk
[3] = { itemID = 40515 }; --Valorous Earthshatter Gloves
[4] = { itemID = 40517 }; --Valorous Earthshatter Kilt
- [6] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
+ [6] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
[7] = { itemID = 40523 }; --Valorous Earthshatter Chestguard
[8] = { itemID = 40520 }; --Valorous Earthshatter Grips
[9] = { itemID = 40522 }; --Valorous Earthshatter War-Kilt
- [11] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
+ [11] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
[12] = { itemID = 40508 }; --Valorous Earthshatter Tunic
[13] = { itemID = 40509 }; --Valorous Earthshatter Handguards
[14] = { itemID = 40512 }; --Valorous Earthshatter Legguards
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
[17] = { itemID = 40991 }; --Deadly Gladiator's Mail Armor
[18] = { itemID = 41006 }; --Deadly Gladiator's Mail Gauntlets
[19] = { itemID = 41032 }; --Deadly Gladiator's Mail Leggings
- [21] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
+ [21] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
[22] = { itemID = 41080 }; --Deadly Gladiator's Linked Armor
[23] = { itemID = 41136 }; --Deadly Gladiator's Linked Gauntlets
[24] = { itemID = 41198 }; --Deadly Gladiator's Linked Leggings
- [26] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
+ [26] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
[27] = { itemID = 40990 }; --Deadly Gladiator's Ringmail Armor
[28] = { itemID = 41000 }; --Deadly Gladiator's Ringmail Gauntlets
[29] = { itemID = 41026 }; --Deadly Gladiator's Ringmail Leggings
};
{
Name = BabbleBoss["Archavon the Stone Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
[2] = { itemID = 40550 }; --Valorous Scourgeborne Battleplate
[3] = { itemID = 40552 }; --Valorous Scourgeborne Gauntlets
[4] = { itemID = 40556 }; --Valorous Scourgeborne Legplates
- [6] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["Tanking"] };
+ [6] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["Tanking"] };
[7] = { itemID = 40559 }; --Valorous Scourgeborne Chestguard
[8] = { itemID = 40563 }; --Valorous Scourgeborne Handguards
[9] = { itemID = 40567 }; --Valorous Scourgeborne Legguards
- [11] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
+ [11] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
[12] = { itemID = 40569 }; --Valorous Redemption Tunic
[13] = { itemID = 40570 }; --Valorous Redemption Gloves
[14] = { itemID = 40572 }; --Valorous Redemption Greaves
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
[17] = { itemID = 40784 }; --Deadly Gladiator's Dreadplate Chestpiece
[18] = { itemID = 40806 }; --Deadly Gladiator's Dreadplate Gauntlets
[19] = { itemID = 40845 }; --Deadly Gladiator's Dreadplate Legguards
- [26] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
+ [26] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
[27] = { itemID = 40905 }; --Deadly Gladiator's Ornamented Chestguard
[28] = { itemID = 40926 }; --Deadly Gladiator's Ornamented Gloves
[29] = { itemID = 40938 }; --Deadly Gladiator's Ornamented Legplates
};
{
Name = BabbleBoss["Archavon the Stone Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
[2] = { itemID = 40574 }; --Valorous Redemption Chestpiece
[3] = { itemID = 40575 }; --Valorous Redemption Gauntlets
[4] = { itemID = 40577 }; --Valorous Redemption Legplates
- [6] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Protection"] };
+ [6] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Protection"] };
[7] = { itemID = 40579 }; --Valorous Redemption Breastplate
[8] = { itemID = 40580 }; --Valorous Redemption Handguards
[9] = { itemID = 40583 }; --Valorous Redemption Legguards
- [11] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
+ [11] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
[12] = { itemID = 40525 }; --Valorous Dreadnaught Battleplate
[13] = { itemID = 40527 }; --Valorous Dreadnaught Gauntlets
[14] = { itemID = 40529 }; --Valorous Dreadnaught Legplates
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
[17] = { itemID = 40785 }; --Deadly Gladiator's Scaled Chestpiece
[18] = { itemID = 40805 }; --Deadly Gladiator's Scaled Gauntlets
[19] = { itemID = 40846 }; --Deadly Gladiator's Scaled Legguards
- [26] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
+ [26] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
[27] = { itemID = 40786 }; --Deadly Gladiator's Plate Chestpiece
[28] = { itemID = 40804 }; --Deadly Gladiator's Plate Gauntlets
[29] = { itemID = 40844 }; --Deadly Gladiator's Plate Legguards
};
{
Name = BabbleBoss["Archavon the Stone Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["Protection"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["Protection"] };
[2] = { itemID = 40544 }; --Valorous Dreadnaught Breastplate
[3] = { itemID = 40545 }; --Valorous Dreadnaught Handguards
[4] = { itemID = 40547 }; --Valorous Dreadnaught Legguards
- [6] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
+ [6] = { itemID = 47241 }; --Emblem of Triumph
[7] = { itemID = 43959 }; --Reins of the Grand Black War Mammoth
[8] = { itemID = 44083 }; --Reins of the Grand Black War Mammoth
};
{
Name = BabbleBoss["Emalon the Storm Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
[2] = { itemID = 46131 }; --Valorous Kirin'dor Gauntlets
[3] = { itemID = 45367 }; --Valorous Kirin'dor Leggings
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
[6] = { itemID = 45387 }; --Valorous Gloves of Sanctification
[7] = { itemID = 45388 }; --Valorous Leggings of Sanctification
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
[10] = { itemID = 45392 }; --Valorous Handwraps of Sanctification
[11] = { itemID = 45394 }; --Valorous Pants of Sanctification
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
[14] = { itemID = 45419 }; --Valorous Deathbringer Gloves
[15] = { itemID = 45420 }; --Valorous Deathbringer Leggings
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
[17] = { itemID = 41970 }; --Deadly Gladiator's Silk Handguards
[18] = { itemID = 41958 }; --Deadly Gladiator's Silk Trousers
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
[21] = { itemID = 41873 }; --Deadly Gladiator's Mooncloth Gloves
[22] = { itemID = 41863 }; --Deadly Gladiator's Mooncloth Leggings
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
[25] = { itemID = 41939 }; --Deadly Gladiator's Satin Gloves
[26] = { itemID = 41926 }; --Deadly Gladiator's Satin Leggings
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
[29] = { itemID = 42016 }; --Deadly Gladiator's Felweave Handguards
[30] = { itemID = 42004 }; --Deadly Gladiator's Felweave Trousers
};
{
Name = BabbleBoss["Emalon the Storm Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
[2] = { itemID = 45351 }; --Valorous Nightsong Gloves
[3] = { itemID = 45353 }; --Valorous Nightsong Trousers
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
[6] = { itemID = 45355 }; --Valorous Nightsong Handgrips
[7] = { itemID = 45357 }; --Valorous Nightsong Legguards
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
[10] = { itemID = 45345 }; --Valorous Nightsong Handguards
[11] = { itemID = 45347 }; --Valorous Nightsong Leggings
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
[14] = { itemID = 45397 }; --Valorous Terrorblade Gauntlets
[15] = { itemID = 45399 }; --Valorous Terrorblade Legplates
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
[17] = { itemID = 41292 }; --Deadly Gladiator's Wyrmhide Gloves
[18] = { itemID = 41303 }; --Deadly Gladiator's Wyrmhide Legguards
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
[21] = { itemID = 41772 }; --Deadly Gladiator's Dragonhide Gloves
[22] = { itemID = 41666 }; --Deadly Gladiator's Dragonhide Legguards
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
[25] = { itemID = 41286 }; --Deadly Gladiator's Kodohide Gloves
[26] = { itemID = 41297 }; --Deadly Gladiator's Kodohide Legguards
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
[29] = { itemID = 41766 }; --Deadly Gladiator's Leather Gloves
[30] = { itemID = 41654 }; --Deadly Gladiator's Leather Legguards
};
{
Name = BabbleBoss["Emalon the Storm Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
[2] = { itemID = 45360 }; --Valorous Scourgestalker Handguards
[3] = { itemID = 45362 }; --Valorous Scourgestalker Legguards
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
[6] = { itemID = 45406 }; --Valorous Worldbreaker Gloves
[7] = { itemID = 45409 }; --Valorous Worldbreaker Kilt
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
[10] = { itemID = 45414 }; --Valorous Worldbreaker Grips
[11] = { itemID = 45416 }; --Valorous Worldbreaker War-Kilt
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
[14] = { itemID = 45401 }; --Valorous Worldbreaker Handguards
[15] = { itemID = 45403 }; --Valorous Worldbreaker Legguards
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
[17] = { itemID = 41142 }; --Deadly Gladiator's Chain Gauntlets
[18] = { itemID = 41204 }; --Deadly Gladiator's Chain Leggings
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
[21] = { itemID = 41006 }; --Deadly Gladiator's Mail Gauntlets
[22] = { itemID = 41032 }; --Deadly Gladiator's Mail Leggings
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
[25] = { itemID = 41136 }; --Deadly Gladiator's Linked Gauntlets
[26] = { itemID = 41198 }; --Deadly Gladiator's Linked Leggings
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
[29] = { itemID = 41000 }; --Deadly Gladiator's Ringmail Gauntlets
[30] = { itemID = 41026 }; --Deadly Gladiator's Ringmail Leggings
};
{
Name = BabbleBoss["Emalon the Storm Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
[2] = { itemID = 45341 }; --Valorous Darkruned Gauntlets
[3] = { itemID = 45343 }; --Valorous Darkruned Legplates
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["Tanking"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["Tanking"] };
[6] = { itemID = 45337 }; --Valorous Darkruned Handguards
[7] = { itemID = 45338 }; --Valorous Darkruned Legguards
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
[10] = { itemID = 45370 }; --Valorous Aegis Gloves
[11] = { itemID = 45371 }; --Valorous Aegis Greaves
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
[14] = { itemID = 45376 }; --Valorous Aegis Gauntlets
[15] = { itemID = 45379 }; --Valorous Aegis Legplates
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
[17] = { itemID = 40806 }; --Deadly Gladiator's Dreadplate Gauntlets
[18] = { itemID = 40845 }; --Deadly Gladiator's Dreadplate Legguards
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
[25] = { itemID = 40926 }; --Deadly Gladiator's Ornamented Gloves
[26] = { itemID = 40938 }; --Deadly Gladiator's Ornamented Legplates
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
[29] = { itemID = 40805 }; --Deadly Gladiator's Scaled Gauntlets
[30] = { itemID = 40846 }; --Deadly Gladiator's Scaled Legguards
};
{
Name = BabbleBoss["Emalon the Storm Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Protection"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Protection"] };
[2] = { itemID = 45383 }; --Valorous Aegis Handguards
[3] = { itemID = 45384 }; --Valorous Aegis Legguards
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
[6] = { itemID = 45430 }; --Valorous Siegebreaker Gauntlets
[7] = { itemID = 45432 }; --Valorous Siegebreaker Legplates
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["Protection"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["Protection"] };
[10] = { itemID = 45426 }; --Valorous Siegebreaker Handguards
[11] = { itemID = 45427 }; --Valorous Siegebreaker Legguards
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
[21] = { itemID = 40804 }; --Deadly Gladiator's Plate Gauntlets
[22] = { itemID = 40844 }; --Deadly Gladiator's Plate Legguards
};
{
Name = BabbleBoss["Emalon the Storm Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Cloth"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Cloth"] };
[2] = { itemID = 41908 }; --Deadly Gladiator's Cuffs of Dominance
[3] = { itemID = 41897 }; --Deadly Gladiator's Cord of Dominance
[4] = { itemID = 41902 }; --Deadly Gladiator's Treads of Dominance
[6] = { itemID = 41892 }; --Deadly Gladiator's Cuffs of Salvation
[7] = { itemID = 41880 }; --Deadly Gladiator's Cord of Salvation
[8] = { itemID = 41884 }; --Deadly Gladiator's Treads of Salvation
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Leather"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Leather"] };
[17] = { itemID = 41639 }; --Deadly Gladiator's Armwraps of Dominance
[18] = { itemID = 41629 }; --Deadly Gladiator's Belt of Dominance
[19] = { itemID = 41634 }; --Deadly Gladiator's Boots of Dominance
@@ -1939,7 +1939,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
};
{
Name = BabbleBoss["Emalon the Storm Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Mail"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Mail"] };
[2] = { itemID = 41064 }; --Deadly Gladiator's Wristguards of Dominance
[3] = { itemID = 41069 }; --Deadly Gladiator's Waistguard of Dominance
[4] = { itemID = 41074 }; --Deadly Gladiator's Sabatons of Dominance
@@ -1949,7 +1949,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
[10] = { itemID = 41224 }; --Deadly Gladiator's Wristguards of Triumph
[11] = { itemID = 41234 }; --Deadly Gladiator's Waistguard of Triumph
[12] = { itemID = 41229 }; --Deadly Gladiator's Sabatons of Triumph
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Plate"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Plate"] };
[17] = { itemID = 40982 }; --Deadly Gladiator's Bracers of Salvation
[18] = { itemID = 40974 }; --Deadly Gladiator's Girdle of Salvation
[19] = { itemID = 40975 }; --Deadly Gladiator's Greaves of Salvation
@@ -1959,7 +1959,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
};
{
Name = BabbleBoss["Emalon the Storm Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Back"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Back"] };
[2] = { itemID = 42064 }; --Deadly Gladiator's Cloak of Ascendancy
[3] = { itemID = 42066 }; --Deadly Gladiator's Cloak of Deliverance
[4] = { itemID = 42062 }; --Deadly Gladiator's Cloak of Dominance
@@ -1967,10 +1967,10 @@ AtlasLoot_Data["VaultofArchavon"] = {
[6] = { itemID = 42063 }; --Deadly Gladiator's Cloak of Subjugation
[7] = { itemID = 42067 }; --Deadly Gladiator's Cloak of Triumph
[8] = { itemID = 42068 }; --Deadly Gladiator's Cloak of Victory
- [11] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
+ [11] = { itemID = 47241 }; --Emblem of Triumph
[12] = { itemID = 43959 }; --Reins of the Grand Black War Mammoth
[13] = { itemID = 44083 }; --Reins of the Grand Black War Mammoth
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Neck"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Neck"] };
[17] = { itemID = 42030 }; --Deadly Gladiator's Pendant of Ascendancy
[18] = { itemID = 42032 }; --Deadly Gladiator's Pendant of Deliverance
[19] = { itemID = 42029 }; --Deadly Gladiator's Pendant of Dominance
@@ -1978,140 +1978,140 @@ AtlasLoot_Data["VaultofArchavon"] = {
[21] = { itemID = 42031 }; --Deadly Gladiator's Pendant of Subjugation
[22] = { itemID = 42027 }; --Deadly Gladiator's Pendant of Triumph
[23] = { itemID = 42028 }; --Deadly Gladiator's Pendant of Victory
- [26] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Ring"] };
+ [26] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Ring"] };
[27] = { itemID = 42114 }; --Deadly Gladiator's Band of Ascendancy
[28] = { itemID = 42115 }; --Deadly Gladiator's Band of Victory
};
{
Name = BabbleBoss["Emalon the Storm Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
[2] = { itemID = 46132 }; --Conqueror's Kirin'dor Gauntlets
[3] = { itemID = 46133 }; --Conqueror's Kirin'dor Leggings
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
[6] = { itemID = 46188 }; --Conqueror's Gloves of Sanctification
[7] = { itemID = 46195 }; --Conqueror's Leggings of Sanctification
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
[10] = { itemID = 46163 }; --Conqueror's Handwraps of Sanctification
[11] = { itemID = 46170 }; --Conqueror's Pants of Sanctification
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
[14] = { itemID = 46135 }; --Conqueror's Deathbringer Gloves
[15] = { itemID = 46139 }; --Conqueror's Deathbringer Leggings
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
[17] = { itemID = 41971 }; --Furious Gladiator's Silk Handguards
[18] = { itemID = 41959 }; --Furious Gladiator's Silk Trousers
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
[21] = { itemID = 41874 }; --Furious Gladiator's Mooncloth Gloves
[22] = { itemID = 41864 }; --Furious Gladiator's Mooncloth Leggings
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
[25] = { itemID = 41940 }; --Furious Gladiator's Satin Gloves
[26] = { itemID = 41927 }; --Furious Gladiator's Satin Leggings
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
[29] = { itemID = 42017 }; --Furious Gladiator's Felweave Handguards
[30] = { itemID = 42005 }; --Furious Gladiator's Felweave Trousers
};
{
Name = BabbleBoss["Emalon the Storm Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
[2] = { itemID = 46189 }; --Conqueror's Nightsong Gloves
[3] = { itemID = 46192 }; --Conqueror's Nightsong Trousers
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
[6] = { itemID = 46158 }; --Conqueror's Nightsong Handgrips
[7] = { itemID = 46160 }; --Conqueror's Nightsong Legguards
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
[10] = { itemID = 46183 }; --Conqueror's Nightsong Handguards
[11] = { itemID = 46185 }; --Conqueror's Nightsong Leggings
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
[14] = { itemID = 46124 }; --Conqueror's Terrorblade Gauntlets
[15] = { itemID = 46126 }; --Conqueror's Terrorblade Legplates
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
[17] = { itemID = 41293 }; --Furious Gladiator's Wyrmhide Gloves
[18] = { itemID = 41304 }; --Furious Gladiator's Wyrmhide Legguards
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
[21] = { itemID = 41773 }; --Furious Gladiator's Dragonhide Gloves
[22] = { itemID = 41667 }; --Furious Gladiator's Dragonhide Legguards
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
[25] = { itemID = 41287 }; --Furious Gladiator's Kodohide Gloves
[26] = { itemID = 41298 }; --Furious Gladiator's Kodohide Legguards
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
[29] = { itemID = 41767 }; --Furious Gladiator's Leather Gloves
[30] = { itemID = 41655 }; --Furious Gladiator's Leather Legguards
};
{
Name = BabbleBoss["Emalon the Storm Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
[2] = { itemID = 46142 }; --Conqueror's Scourgestalker Handguards
[3] = { itemID = 46144 }; --Conqueror's Scourgestalker Legguards
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
[6] = { itemID = 46207 }; --Conqueror's Worldbreaker Gloves
[7] = { itemID = 46210 }; --Conqueror's Worldbreaker Kilt
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
[10] = { itemID = 46200 }; --Conqueror's Worldbreaker Grips
[11] = { itemID = 46208 }; --Conqueror's Worldbreaker War-Kilt
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
[14] = { itemID = 46199 }; --Conqueror's Worldbreaker Handguards
[15] = { itemID = 46202 }; --Conqueror's Worldbreaker Legguards
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
[17] = { itemID = 41143 }; --Furious Gladiator's Chain Gauntlets
[18] = { itemID = 41205 }; --Furious Gladiator's Chain Leggings
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
[21] = { itemID = 41007 }; --Furious Gladiator's Mail Gauntlets
[22] = { itemID = 41033 }; --Furious Gladiator's Mail Leggings
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
[25] = { itemID = 41137 }; --Furious Gladiator's Linked Gauntlets
[26] = { itemID = 41199 }; --Furious Gladiator's Linked Leggings
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
[29] = { itemID = 41001 }; --Furious Gladiator's Ringmail Gauntlets
[30] = { itemID = 41027 }; --Furious Gladiator's Ringmail Leggings
};
{
Name = BabbleBoss["Emalon the Storm Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
[2] = { itemID = 46113 }; --Conqueror's Darkruned Gauntlets
[3] = { itemID = 46116 }; --Conqueror's Darkruned Legplates
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["Tanking"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["Tanking"] };
[6] = { itemID = 46119 }; --Conqueror's Darkruned Handguards
[7] = { itemID = 46121 }; --Conqueror's Darkruned Legguards
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
[10] = { itemID = 46179 }; --Conqueror's Aegis Gloves
[11] = { itemID = 46181 }; --Conqueror's Aegis Greaves
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
[14] = { itemID = 46155 }; --Conqueror's Aegis Gauntlets
[15] = { itemID = 46153 }; --Conqueror's Aegis Legplates
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
[17] = { itemID = 40809 }; --Furious Gladiator's Dreadplate Gauntlets
[18] = { itemID = 40848 }; --Furious Gladiator's Dreadplate Legguards
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
[25] = { itemID = 40927 }; --Furious Gladiator's Ornamented Gloves
[26] = { itemID = 40939 }; --Furious Gladiator's Ornamented Legplates
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
[29] = { itemID = 40808 }; --Furious Gladiator's Scaled Gauntlets
[30] = { itemID = 40849 }; --Furious Gladiator's Scaled Legguards
};
{
Name = BabbleBoss["Emalon the Storm Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Protection"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Protection"] };
[2] = { itemID = 46174 }; --Conqueror's Aegis Handguards
[3] = { itemID = 46176 }; --Conqueror's Aegis Legguards
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
[6] = { itemID = 46148 }; --Conqueror's Siegebreaker Gauntlets
[7] = { itemID = 46150 }; --Conqueror's Siegebreaker Legplates
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["Protection"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["Protection"] };
[10] = { itemID = 46164 }; --Conqueror's Siegebreaker Handguards
[11] = { itemID = 46169 }; --Conqueror's Siegebreaker Legguards
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
[21] = { itemID = 40807 }; --Furious Gladiator's Plate Gauntlets
[22] = { itemID = 40847 }; --Furious Gladiator's Plate Legguards
};
{
Name = BabbleBoss["Emalon the Storm Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Cloth"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Cloth"] };
[2] = { itemID = 41909 }; --Furious Gladiator's Cuffs of Dominance
[3] = { itemID = 41898 }; --Furious Gladiator's Cord of Dominance
[4] = { itemID = 41903 }; --Furious Gladiator's Slippers of Dominance
[6] = { itemID = 41893 }; --Furious Gladiator's Cuffs of Salvation
[7] = { itemID = 41881 }; --Furious Gladiator's Cord of Salvation
[8] = { itemID = 41885 }; --Furious Gladiator's Slippers of Salvation
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Leather"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Leather"] };
[17] = { itemID = 41640 }; --Furious Gladiator's Armwraps of Dominance
[18] = { itemID = 41630 }; --Furious Gladiator's Belt of Dominance
[19] = { itemID = 41635 }; --Furious Gladiator's Boots of Dominance
@@ -2124,7 +2124,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
};
{
Name = BabbleBoss["Emalon the Storm Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Mail"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Mail"] };
[2] = { itemID = 41065 }; --Furious Gladiator's Wristguards of Dominance
[3] = { itemID = 41070 }; --Furious Gladiator's Waistguard of Dominance
[4] = { itemID = 41075 }; --Furious Gladiator's Sabatons of Dominance
@@ -2134,7 +2134,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
[10] = { itemID = 41225 }; --Furious Gladiator's Wristguards of Triumph
[11] = { itemID = 41235 }; --Furious Gladiator's Waistguard of Triumph
[12] = { itemID = 41230 }; --Furious Gladiator's Sabatons of Triumph
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Plate"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Plate"] };
[17] = { itemID = 40983 }; --Furious Gladiator's Bracers of Salvation
[18] = { itemID = 40976 }; --Furious Gladiator's Girdle of Salvation
[19] = { itemID = 40977 }; --Furious Gladiator's Greaves of Salvation
@@ -2144,7 +2144,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
};
{
Name = BabbleBoss["Emalon the Storm Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Back"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Back"] };
[2] = { itemID = 42071 }; --Furious Gladiator's Cloak of Ascendancy
[3] = { itemID = 42073 }; --Furious Gladiator's Cloak of Deliverance
[4] = { itemID = 42069 }; --Furious Gladiator's Cloak of Dominance
@@ -2152,10 +2152,10 @@ AtlasLoot_Data["VaultofArchavon"] = {
[6] = { itemID = 42070 }; --Furious Gladiator's Cloak of Subjugation
[7] = { itemID = 42074 }; --Furious Gladiator's Cloak of Triumph
[8] = { itemID = 42075 }; --Furious Gladiator's Cloak of Victory
- [11] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
+ [11] = { itemID = 47241 }; --Emblem of Triumph
[12] = { itemID = 43959 }; --Reins of the Grand Black War Mammoth
[13] = { itemID = 44083 }; --Reins of the Grand Black War Mammoth
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Neck"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Neck"] };
[17] = { itemID = 42037 }; --Furious Gladiator's Pendant of Ascendancy
[18] = { itemID = 42039 }; --Furious Gladiator's Pendant of Deliverance
[19] = { itemID = 42036 }; --Furious Gladiator's Pendant of Dominance
@@ -2164,140 +2164,140 @@ AtlasLoot_Data["VaultofArchavon"] = {
[22] = { itemID = 46373 }; --Furious Gladiator's Pendant of Sundering
[23] = { itemID = 42034 }; --Furious Gladiator's Pendant of Triumph
[24] = { itemID = 42035 }; --Furious Gladiator's Pendant of Victory
- [26] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Ring"] };
+ [26] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Ring"] };
[27] = { itemID = 42116 }; --Furious Gladiator's Band of Dominance
[28] = { itemID = 42117 }; --Furious Gladiator's Band of Triumph
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
[2] = { itemID = 47752 }; --Khadgar's Gauntlets of Conquest
[3] = { itemID = 47750 }; --Khadgar's Leggings of Conquest
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
[6] = { itemID = 47982 }; --Velen's Gloves of Conquest
[7] = { itemID = 47980 }; --Velen's Leggings of Conquest
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
[10] = { itemID = 48072 }; --Velen's Handwraps of Conquest
[11] = { itemID = 48074 }; --Velen's Pants of Conquest
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
[14] = { itemID = 47783 }; --Kel'Thuzad's Gloves of Conquest
[15] = { itemID = 47785 }; --Kel'Thuzad's Leggings of Conquest
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
[17] = { itemID = 41971 }; --Furious Gladiator's Silk Handguards
[18] = { itemID = 41959 }; --Furious Gladiator's Silk Trousers
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
[21] = { itemID = 41874 }; --Furious Gladiator's Mooncloth Gloves
[22] = { itemID = 41864 }; --Furious Gladiator's Mooncloth Leggings
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
[25] = { itemID = 41940 }; --Furious Gladiator's Satin Gloves
[26] = { itemID = 41927 }; --Furious Gladiator's Satin Leggings
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
[29] = { itemID = 42017 }; --Furious Gladiator's Felweave Handguards
[30] = { itemID = 42005 }; --Furious Gladiator's Felweave Trousers
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
[2] = { itemID = 48162 }; --Stormrage's Gloves of Conquest
[3] = { itemID = 48160 }; --Stormrage's Trousers of Conquest
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
[6] = { itemID = 48213 }; --Stormrage's Handgrips of Conquest
[7] = { itemID = 48215 }; --Stormrage's Legguards of Conquest
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
[10] = { itemID = 48132 }; --Stormrage's Handguards of Conquest
[11] = { itemID = 48130 }; --Stormrage's Leggings of Conquest
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
[14] = { itemID = 48222 }; --VanCleef's Gauntlets of Conquest
[15] = { itemID = 48220 }; --VanCleef's Legplates of Conquest
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
[17] = { itemID = 41293 }; --Furious Gladiator's Wyrmhide Gloves
[18] = { itemID = 41304 }; --Furious Gladiator's Wyrmhide Legguards
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
[21] = { itemID = 41773 }; --Furious Gladiator's Dragonhide Gloves
[22] = { itemID = 41667 }; --Furious Gladiator's Dragonhide Legguards
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
[25] = { itemID = 41287 }; --Furious Gladiator's Kodohide Gloves
[26] = { itemID = 41298 }; --Furious Gladiator's Kodohide Legguards
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
[29] = { itemID = 41767 }; --Furious Gladiator's Leather Gloves
[30] = { itemID = 41655 }; --Furious Gladiator's Leather Legguards
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
[2] = { itemID = 48254 }; --Windrunner's Handguards of Conquest
[3] = { itemID = 48252 }; --Windrunner's Legguards of Conquest
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
[6] = { itemID = 48312 }; --Nobundo's Gloves of Conquest
[7] = { itemID = 48314 }; --Nobundo's Kilt of Conquest
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
[10] = { itemID = 48342 }; --Nobundo's Grips of Conquest
[11] = { itemID = 48344 }; --Nobundo's War-Kilt of Conquest
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
[14] = { itemID = 48284 }; --Nobundo's Handguards of Conquest
[15] = { itemID = 48282 }; --Nobundo's Legguards of Conquest
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
[17] = { itemID = 41143 }; --Furious Gladiator's Chain Gauntlets
[18] = { itemID = 41205 }; --Furious Gladiator's Chain Leggings
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
[21] = { itemID = 41007 }; --Furious Gladiator's Mail Gauntlets
[22] = { itemID = 41033 }; --Furious Gladiator's Mail Leggings
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
[25] = { itemID = 41137 }; --Furious Gladiator's Linked Gauntlets
[26] = { itemID = 41199 }; --Furious Gladiator's Linked Leggings
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
[29] = { itemID = 41001 }; --Furious Gladiator's Ringmail Gauntlets
[30] = { itemID = 41027 }; --Furious Gladiator's Ringmail Leggings
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
[2] = { itemID = 48480 }; --Thassarian's Gauntlets of Conquest
[3] = { itemID = 48476 }; --Thassarian's Legplates of Conquest
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["Tanking"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["Tanking"] };
[6] = { itemID = 48537 }; --Thassarian's Handguards of Conquest
[7] = { itemID = 48533 }; --Thassarian's Legguards of Conquest
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
[10] = { itemID = 48574 }; --Turalyon's Gloves of Conquest
[11] = { itemID = 48568 }; --Turalyon's Greaves of Conquest
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
[14] = { itemID = 48603 }; --Turalyon's Gauntlets of Conquest
[15] = { itemID = 48605 }; --Turalyon's Legplates of Conquest
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
[17] = { itemID = 40809 }; --Furious Gladiator's Dreadplate Gauntlets
[18] = { itemID = 40848 }; --Furious Gladiator's Dreadplate Legguards
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
[25] = { itemID = 40927 }; --Furious Gladiator's Ornamented Gloves
[26] = { itemID = 40939 }; --Furious Gladiator's Ornamented Legplates
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
[29] = { itemID = 40808 }; --Furious Gladiator's Scaled Gauntlets
[30] = { itemID = 40849 }; --Furious Gladiator's Scaled Legguards
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Protection"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Protection"] };
[2] = { itemID = 48633 }; --Turalyon's Handguards of Conquest
[3] = { itemID = 48635 }; --Turalyon's Legguards of Conquest
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
[6] = { itemID = 48375 }; --Wrynn's Gauntlets of Conquest
[7] = { itemID = 48373 }; --Wrynn's Legplates of Conquest
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["Protection"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["Protection"] };
[10] = { itemID = 48449 }; --Wrynn's Handguards of Conquest
[11] = { itemID = 48445 }; --Wrynn's Legguards of Conquest
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
[21] = { itemID = 40807 }; --Furious Gladiator's Plate Gauntlets
[22] = { itemID = 40847 }; --Furious Gladiator's Plate Legguards
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Cloth"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Cloth"] };
[2] = { itemID = 41909 }; --Furious Gladiator's Cuffs of Dominance
[3] = { itemID = 41898 }; --Furious Gladiator's Cord of Dominance
[4] = { itemID = 41903 }; --Furious Gladiator's Slippers of Dominance
[6] = { itemID = 41893 }; --Furious Gladiator's Cuffs of Salvation
[7] = { itemID = 41881 }; --Furious Gladiator's Cord of Salvation
[8] = { itemID = 41885 }; --Furious Gladiator's Slippers of Salvation
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Leather"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Leather"] };
[17] = { itemID = 41640 }; --Furious Gladiator's Armwraps of Dominance
[18] = { itemID = 41630 }; --Furious Gladiator's Belt of Dominance
[19] = { itemID = 41635 }; --Furious Gladiator's Boots of Dominance
@@ -2310,7 +2310,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Mail"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Mail"] };
[2] = { itemID = 41065 }; --Furious Gladiator's Wristguards of Dominance
[3] = { itemID = 41070 }; --Furious Gladiator's Waistguard of Dominance
[4] = { itemID = 41075 }; --Furious Gladiator's Sabatons of Dominance
@@ -2320,7 +2320,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
[10] = { itemID = 41225 }; --Furious Gladiator's Wristguards of Triumph
[11] = { itemID = 41235 }; --Furious Gladiator's Waistguard of Triumph
[12] = { itemID = 41230 }; --Furious Gladiator's Sabatons of Triumph
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Plate"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Plate"] };
[17] = { itemID = 40983 }; --Furious Gladiator's Bracers of Salvation
[18] = { itemID = 40976 }; --Furious Gladiator's Girdle of Salvation
[19] = { itemID = 40977 }; --Furious Gladiator's Greaves of Salvation
@@ -2330,7 +2330,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Back"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Back"] };
[2] = { itemID = 42071 }; --Furious Gladiator's Cloak of Ascendancy
[3] = { itemID = 42073 }; --Furious Gladiator's Cloak of Deliverance
[4] = { itemID = 42069 }; --Furious Gladiator's Cloak of Dominance
@@ -2338,10 +2338,10 @@ AtlasLoot_Data["VaultofArchavon"] = {
[6] = { itemID = 42070 }; --Furious Gladiator's Cloak of Subjugation
[7] = { itemID = 42074 }; --Furious Gladiator's Cloak of Triumph
[8] = { itemID = 42075 }; --Furious Gladiator's Cloak of Victory
- [11] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
+ [11] = { itemID = 47241 }; --Emblem of Triumph
[12] = { itemID = 43959 }; --Reins of the Grand Black War Mammoth
[13] = { itemID = 44083 }; --Reins of the Grand Black War Mammoth
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Neck"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Neck"] };
[17] = { itemID = 42037 }; --Furious Gladiator's Pendant of Ascendancy
[18] = { itemID = 42039 }; --Furious Gladiator's Pendant of Deliverance
[19] = { itemID = 42036 }; --Furious Gladiator's Pendant of Dominance
@@ -2350,133 +2350,133 @@ AtlasLoot_Data["VaultofArchavon"] = {
[22] = { itemID = 46373 }; --Furious Gladiator's Pendant of Sundering
[23] = { itemID = 42034 }; --Furious Gladiator's Pendant of Triumph
[24] = { itemID = 42035 }; --Furious Gladiator's Pendant of Victory
- [26] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Ring"] };
+ [26] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Ring"] };
[27] = { itemID = 42116 }; --Furious Gladiator's Band of Dominance
[28] = { itemID = 42117 }; --Furious Gladiator's Band of Triumph
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
[2] = { itemID = 47753 }; --Khadgar's Gauntlets of Triumph
[3] = { itemID = 47755 }; --Khadgar's Leggings of Triumph
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
[6] = { itemID = 47983 }; --Velen's Gloves of Triumph
[7] = { itemID = 47985 }; --Velen's Leggings of Triumph
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
[10] = { itemID = 48077 }; --Velen's Handwraps of Triumph
[11] = { itemID = 48079 }; --Velen's Pants of Triumph
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
[14] = { itemID = 47782 }; --Kel'Thuzad's Gloves of Triumph
[15] = { itemID = 47780 }; --Kel'Thuzad's Leggings of Triumph
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
[17] = { itemID = 41972 }; --Relentless Gladiator's Silk Handguards
[18] = { itemID = 41960 }; --Relentless Gladiator's Silk Trousers
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
[21] = { itemID = 41875 }; --Relentless Gladiator's Mooncloth Gloves
[22] = { itemID = 41865 }; --Relentless Gladiator's Mooncloth Leggings
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
[25] = { itemID = 41941 }; --Relentless Gladiator's Satin Gloves
[26] = { itemID = 41928 }; --Relentless Gladiator's Satin Leggings
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
[29] = { itemID = 42018 }; --Relentless Gladiator's Felweave Handguards
[30] = { itemID = 42006 }; --Relentless Gladiator's Felweave Trousers
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
[2] = { itemID = 48163 }; --Stormrage's Gloves of Triumph
[3] = { itemID = 48165 }; --Stormrage's Trousers of Triumph
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
[6] = { itemID = 48212 }; --Stormrage's Handgrips of Triumph
[7] = { itemID = 48210 }; --Stormrage's Legguards of Triumph
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
[10] = { itemID = 48133 }; --Stormrage's Handguards of Triumph
[11] = { itemID = 48135 }; --Stormrage's Leggings of Triumph
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
[14] = { itemID = 48224 }; --VanCleef's Gauntlets of Triumph
[15] = { itemID = 48226 }; --VanCleef's Legplates of Triumph
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
[17] = { itemID = 41294 }; --Relentless Gladiator's Wyrmhide Gloves
[18] = { itemID = 41305 }; --Relentless Gladiator's Wyrmhide Legguards
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
[21] = { itemID = 41774 }; --Relentless Gladiator's Dragonhide Gloves
[22] = { itemID = 41668 }; --Relentless Gladiator's Dragonhide Legguards
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
[25] = { itemID = 41288 }; --Relentless Gladiator's Kodohide Gloves
[26] = { itemID = 41299 }; --Relentless Gladiator's Kodohide Legguards
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
[29] = { itemID = 41768 }; --Relentless Gladiator's Leather Gloves
[30] = { itemID = 41656 }; --Relentless Gladiator's Leather Legguards
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
[2] = { itemID = 48256 }; --Windrunner's Handguards of Triumph
[3] = { itemID = 48258 }; --Windrunner's Legguards of Triumph
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
[6] = { itemID = 48317 }; --Nobundo's Gloves of Triumph
[7] = { itemID = 48319 }; --Nobundo's Kilt of Triumph
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
[10] = { itemID = 48347 }; --Nobundo's Grips of Triumph
[11] = { itemID = 48349 }; --Nobundo's War-Kilt of Triumph
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
[14] = { itemID = 48286 }; --Nobundo's Handguards of Triumph
[15] = { itemID = 48288 }; --Nobundo's Legguards of Triumph
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
[17] = { itemID = 41144 }; --Relentless Gladiator's Chain Gauntlets
[18] = { itemID = 41206 }; --Relentless Gladiator's Chain Leggings
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
[21] = { itemID = 41008 }; --Relentless Gladiator's Mail Gauntlets
[22] = { itemID = 41034 }; --Relentless Gladiator's Mail Leggings
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
[25] = { itemID = 41138 }; --Relentless Gladiator's Linked Gauntlets
[26] = { itemID = 41200 }; --Relentless Gladiator's Linked Leggings
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
[29] = { itemID = 41002 }; --Relentless Gladiator's Ringmail Gauntlets
[30] = { itemID = 41028 }; --Relentless Gladiator's Ringmail Leggings
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
[2] = { itemID = 48482 }; --Thassarian's Gauntlets of Triumph
[3] = { itemID = 48484 }; --Thassarian's Legplates of Triumph
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["Tanking"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["Tanking"] };
[6] = { itemID = 48539 }; --Thassarian's Handguards of Triumph
[7] = { itemID = 48541 }; --Thassarian's Legguards of Triumph
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
[10] = { itemID = 48576 }; --Turalyon's Gloves of Triumph
[11] = { itemID = 48578 }; --Turalyon's Greaves of Triumph
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
[14] = { itemID = 48608 }; --Turalyon's Gauntlets of Triumph
[15] = { itemID = 48610 }; --Turalyon's Legplates of Triumph
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
[17] = { itemID = 40811 }; --Relentless Gladiator's Dreadplate Gauntlets
[18] = { itemID = 40851 }; --Relentless Gladiator's Dreadplate Legguards
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
[25] = { itemID = 40928 }; --Relentless Gladiator's Ornamented Gloves
[26] = { itemID = 40940 }; --Relentless Gladiator's Ornamented Legplates
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
[29] = { itemID = 40812 }; --Relentless Gladiator's Scaled Gauntlets
[30] = { itemID = 40852 }; --Relentless Gladiator's Scaled Legguards
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Protection"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Protection"] };
[2] = { itemID = 48640 }; --Turalyon's Handguards of Triumph
[3] = { itemID = 48638 }; --Turalyon's Legguards of Triumph
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
[6] = { itemID = 48377 }; --Wrynn's Gauntlets of Triumph
[7] = { itemID = 48379 }; --Wrynn's Legplates of Triumph
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["Protection"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["Protection"] };
[10] = { itemID = 48452 }; --Wrynn's Handguards of Triumph
[11] = { itemID = 48446 }; --Wrynn's Legguards of Triumph
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
[21] = { itemID = 40810 }; --Relentless Gladiator's Plate Gauntlets
[22] = { itemID = 40850 }; --Relentless Gladiator's Plate Legguards
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Cloth"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Cloth"] };
[2] = { itemID = 41910 }; --Relentless Gladiator's Cuffs of Dominance
[3] = { itemID = 41899 }; --Relentless Gladiator's Cord of Dominance
[4] = { itemID = 41904 }; --Relentless Gladiator's Treads of Dominance
@@ -2486,7 +2486,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
[10] = { itemID = 49181 }; --Relentless Gladiator's Cuffs of Alacrity
[11] = { itemID = 49179 }; --Relentless Gladiator's Cord of Alacrity
[12] = { itemID = 49183 }; --Relentless Gladiator's Treads of Alacrity
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Leather"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Leather"] };
[17] = { itemID = 41641 }; --Relentless Gladiator's Armwraps of Dominance
[18] = { itemID = 41631 }; --Relentless Gladiator's Belt of Dominance
[19] = { itemID = 41636 }; --Relentless Gladiator's Boots of Dominance
@@ -2499,7 +2499,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Mail"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Mail"] };
[2] = { itemID = 41066 }; --Relentless Gladiator's Wristguards of Dominance
[3] = { itemID = 41071 }; --Relentless Gladiator's Waistguard of Dominance
[4] = { itemID = 41076 }; --Relentless Gladiator's Sabatons of Dominance
@@ -2509,7 +2509,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
[10] = { itemID = 41226 }; --Relentless Gladiator's Wristguards of Triumph
[11] = { itemID = 41236 }; --Relentless Gladiator's Waistguard of Triumph
[12] = { itemID = 41231 }; --Relentless Gladiator's Sabatons of Triumph
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Plate"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Plate"] };
[17] = { itemID = 40984 }; --Relentless Gladiator's Bracers of Salvation
[18] = { itemID = 40978 }; --Relentless Gladiator's Girdle of Salvation
[19] = { itemID = 40979 }; --Relentless Gladiator's Greaves of Salvation
@@ -2519,7 +2519,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Back"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Back"] };
[2] = { itemID = 42078 }; --Relentless Gladiator's Cloak of Ascendancy
[3] = { itemID = 42080 }; --Relentless Gladiator's Cloak of Deliverance
[4] = { itemID = 42076 }; --Relentless Gladiator's Cloak of Dominance
@@ -2527,10 +2527,10 @@ AtlasLoot_Data["VaultofArchavon"] = {
[6] = { itemID = 42077 }; --Relentless Gladiator's Cloak of Subjugation
[7] = { itemID = 42081 }; --Relentless Gladiator's Cloak of Triumph
[8] = { itemID = 42082 }; --Relentless Gladiator's Cloak of Victory
- [11] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
+ [11] = { itemID = 47241 }; --Emblem of Triumph
[12] = { itemID = 43959 }; --Reins of the Grand Black War Mammoth
[13] = { itemID = 44083 }; --Reins of the Grand Black War Mammoth
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Neck"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Neck"] };
[17] = { itemID = 42044 }; --Relentless Gladiator's Pendant of Ascendancy
[18] = { itemID = 42046 }; --Relentless Gladiator's Pendant of Deliverance
[19] = { itemID = 42043 }; --Relentless Gladiator's Pendant of Dominance
@@ -2539,140 +2539,140 @@ AtlasLoot_Data["VaultofArchavon"] = {
[22] = { itemID = 46374 }; --Relentless Gladiator's Pendant of Sundering
[23] = { itemID = 42041 }; --Relentless Gladiator's Pendant of Triumph
[24] = { itemID = 42042 }; --Relentless Gladiator's Pendant of Victory
- [26] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Ring"] };
+ [26] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Ring"] };
[27] = { itemID = 42118 }; --Relentless Gladiator's Band of Ascendancy
[28] = { itemID = 42119 }; --Relentless Gladiator's Band of Victory
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
[2] = { itemID = 47773 }; --Sunstrider's Gauntlets of Conquest
[3] = { itemID = 47775 }; --Sunstrider's Leggings of Conquest
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
[6] = { itemID = 48067 }; --Zabra's Gloves of Conquest
[7] = { itemID = 48069 }; --Zabra's Leggings of Conquest
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
[10] = { itemID = 48097 }; --Zabra's Handwraps of Conquest
[11] = { itemID = 48099 }; --Zabra's Pants of Conquest
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
[14] = { itemID = 47802 }; --Gul'dan's Gloves of Conquest
[15] = { itemID = 47800 }; --Gul'dan's Leggings of Conquest
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
[17] = { itemID = 41971 }; --Furious Gladiator's Silk Handguards
[18] = { itemID = 41959 }; --Furious Gladiator's Silk Trousers
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
[21] = { itemID = 41874 }; --Furious Gladiator's Mooncloth Gloves
[22] = { itemID = 41864 }; --Furious Gladiator's Mooncloth Leggings
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
[25] = { itemID = 41940 }; --Furious Gladiator's Satin Gloves
[26] = { itemID = 41927 }; --Furious Gladiator's Satin Leggings
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
[29] = { itemID = 42017 }; --Furious Gladiator's Felweave Handguards
[30] = { itemID = 42005 }; --Furious Gladiator's Felweave Trousers
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
[2] = { itemID = 48183 }; --Runetotem's Gloves of Conquest
[3] = { itemID = 48185 }; --Runetotem's Trousers of Conquest
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
[6] = { itemID = 48192 }; --Runetotem's Handgrips of Conquest
[7] = { itemID = 48190 }; --Runetotem's Legguards of Conquest
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
[10] = { itemID = 48153 }; --Runetotem's Handguards of Conquest
[11] = { itemID = 48155 }; --Runetotem's Leggings of Conquest
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
[14] = { itemID = 48244 }; --Garona's Gauntlets of Conquest
[15] = { itemID = 48246 }; --Garona's Legplates of Conquest
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
[17] = { itemID = 41293 }; --Furious Gladiator's Wyrmhide Gloves
[18] = { itemID = 41304 }; --Furious Gladiator's Wyrmhide Legguards
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
[21] = { itemID = 41773 }; --Furious Gladiator's Dragonhide Gloves
[22] = { itemID = 41667 }; --Furious Gladiator's Dragonhide Legguards
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
[25] = { itemID = 41287 }; --Furious Gladiator's Kodohide Gloves
[26] = { itemID = 41298 }; --Furious Gladiator's Kodohide Legguards
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
[29] = { itemID = 41767 }; --Furious Gladiator's Leather Gloves
[30] = { itemID = 41655 }; --Furious Gladiator's Leather Legguards
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
[2] = { itemID = 48276 }; --Windrunner's Handguards of Conquest
[3] = { itemID = 48278 }; --Windrunner's Legguards of Conquest
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
[6] = { itemID = 48337 }; --Thrall's Gloves of Conquest
[7] = { itemID = 48339 }; --Thrall's Kilt of Conquest
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
[10] = { itemID = 48367 }; --Thrall's Grips of Conquest
[11] = { itemID = 48369 }; --Thrall's War-Kilt of Conquest
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
[14] = { itemID = 48296 }; --Thrall's Handguards of Conquest
[15] = { itemID = 48298 }; --Thrall's Legguards of Conquest
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
[17] = { itemID = 41143 }; --Furious Gladiator's Chain Gauntlets
[18] = { itemID = 41205 }; --Furious Gladiator's Chain Leggings
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
[21] = { itemID = 41007 }; --Furious Gladiator's Mail Gauntlets
[22] = { itemID = 41033 }; --Furious Gladiator's Mail Leggings
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
[25] = { itemID = 41137 }; --Furious Gladiator's Linked Gauntlets
[26] = { itemID = 41199 }; --Furious Gladiator's Linked Leggings
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
[29] = { itemID = 41001 }; --Furious Gladiator's Ringmail Gauntlets
[30] = { itemID = 41027 }; --Furious Gladiator's Ringmail Leggings
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
[2] = { itemID = 48502 }; --Koltira's Gauntlets of Conquest
[3] = { itemID = 48504 }; --Koltira's Legplates of Conquest
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["Tanking"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["Tanking"] };
[6] = { itemID = 48559 }; --Koltira's Handguards of Conquest
[7] = { itemID = 48561 }; --Koltira's Legguards of Conquest
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
[10] = { itemID = 48598 }; --Liadrin's Gloves of Conquest
[11] = { itemID = 48596 }; --Liadrin's Greaves of Conquest
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
[14] = { itemID = 48630 }; --Liadrin's Gauntlets of Conquest
[15] = { itemID = 48628 }; --Liadrin's Legplates of Conquest
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
[17] = { itemID = 40809 }; --Furious Gladiator's Dreadplate Gauntlets
[18] = { itemID = 40848 }; --Furious Gladiator's Dreadplate Legguards
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
[25] = { itemID = 40927 }; --Furious Gladiator's Ornamented Gloves
[26] = { itemID = 40939 }; --Furious Gladiator's Ornamented Legplates
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
[29] = { itemID = 40808 }; --Furious Gladiator's Scaled Gauntlets
[30] = { itemID = 40849 }; --Furious Gladiator's Scaled Legguards
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Protection"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Protection"] };
[2] = { itemID = 48653 }; --Liadrin's Handguards of Conquest
[3] = { itemID = 48655 }; --Liadrin's Legguards of Conquest
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
[6] = { itemID = 48387 }; --Hellscream's Gauntlets of Conquest
[7] = { itemID = 48389 }; --Hellscream's Legplates of Conquest
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["Protection"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["Protection"] };
[10] = { itemID = 48457 }; --Hellscream's Handguards of Conquest
[11] = { itemID = 48459 }; --Hellscream's Legguards of Conquest
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
[21] = { itemID = 40807 }; --Furious Gladiator's Plate Gauntlets
[22] = { itemID = 40847 }; --Furious Gladiator's Plate Legguards
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Cloth"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Cloth"] };
[2] = { itemID = 41909 }; --Furious Gladiator's Cuffs of Dominance
[3] = { itemID = 41898 }; --Furious Gladiator's Cord of Dominance
[4] = { itemID = 41903 }; --Furious Gladiator's Slippers of Dominance
[6] = { itemID = 41893 }; --Furious Gladiator's Cuffs of Salvation
[7] = { itemID = 41881 }; --Furious Gladiator's Cord of Salvation
[8] = { itemID = 41885 }; --Furious Gladiator's Slippers of Salvation
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Leather"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Leather"] };
[17] = { itemID = 41640 }; --Furious Gladiator's Armwraps of Dominance
[18] = { itemID = 41630 }; --Furious Gladiator's Belt of Dominance
[19] = { itemID = 41635 }; --Furious Gladiator's Boots of Dominance
@@ -2685,7 +2685,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Mail"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Mail"] };
[2] = { itemID = 41065 }; --Furious Gladiator's Wristguards of Dominance
[3] = { itemID = 41070 }; --Furious Gladiator's Waistguard of Dominance
[4] = { itemID = 41075 }; --Furious Gladiator's Sabatons of Dominance
@@ -2695,7 +2695,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
[10] = { itemID = 41225 }; --Furious Gladiator's Wristguards of Triumph
[11] = { itemID = 41235 }; --Furious Gladiator's Waistguard of Triumph
[12] = { itemID = 41230 }; --Furious Gladiator's Sabatons of Triumph
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Plate"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Plate"] };
[17] = { itemID = 40983 }; --Furious Gladiator's Bracers of Salvation
[18] = { itemID = 40976 }; --Furious Gladiator's Girdle of Salvation
[19] = { itemID = 40977 }; --Furious Gladiator's Greaves of Salvation
@@ -2705,7 +2705,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Back"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Back"] };
[2] = { itemID = 42071 }; --Furious Gladiator's Cloak of Ascendancy
[3] = { itemID = 42073 }; --Furious Gladiator's Cloak of Deliverance
[4] = { itemID = 42069 }; --Furious Gladiator's Cloak of Dominance
@@ -2713,10 +2713,10 @@ AtlasLoot_Data["VaultofArchavon"] = {
[6] = { itemID = 42070 }; --Furious Gladiator's Cloak of Subjugation
[7] = { itemID = 42074 }; --Furious Gladiator's Cloak of Triumph
[8] = { itemID = 42075 }; --Furious Gladiator's Cloak of Victory
- [11] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
+ [11] = { itemID = 47241 }; --Emblem of Triumph
[12] = { itemID = 43959 }; --Reins of the Grand Black War Mammoth
[13] = { itemID = 44083 }; --Reins of the Grand Black War Mammoth
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Neck"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Neck"] };
[17] = { itemID = 42037 }; --Furious Gladiator's Pendant of Ascendancy
[18] = { itemID = 42039 }; --Furious Gladiator's Pendant of Deliverance
[19] = { itemID = 42036 }; --Furious Gladiator's Pendant of Dominance
@@ -2725,133 +2725,133 @@ AtlasLoot_Data["VaultofArchavon"] = {
[22] = { itemID = 46373 }; --Furious Gladiator's Pendant of Sundering
[23] = { itemID = 42034 }; --Furious Gladiator's Pendant of Triumph
[24] = { itemID = 42035 }; --Furious Gladiator's Pendant of Victory
- [26] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Ring"] };
+ [26] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Ring"] };
[27] = { itemID = 42116 }; --Furious Gladiator's Band of Dominance
[28] = { itemID = 42117 }; --Furious Gladiator's Band of Triumph
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
[2] = { itemID = 47772 }; --Sunstrider's Gauntlets of Triumph
[3] = { itemID = 47770 }; --Sunstrider's Leggings of Triumph
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
[6] = { itemID = 48066 }; --Zabra's Gloves of Triumph
[7] = { itemID = 48064 }; --Zabra's Leggings of Triumph
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
[10] = { itemID = 48096 }; --Zabra's Handwraps of Triumph
[11] = { itemID = 48094 }; --Zabra's Pants of Triumph
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
[14] = { itemID = 47803 }; --Gul'dan's Gloves of Triumph
[15] = { itemID = 47805 }; --Gul'dan's Leggings of Triumph
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
[17] = { itemID = 41972 }; --Relentless Gladiator's Silk Handguards
[18] = { itemID = 41960 }; --Relentless Gladiator's Silk Trousers
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
[21] = { itemID = 41875 }; --Relentless Gladiator's Mooncloth Gloves
[22] = { itemID = 41865 }; --Relentless Gladiator's Mooncloth Leggings
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
[25] = { itemID = 41941 }; --Relentless Gladiator's Satin Gloves
[26] = { itemID = 41928 }; --Relentless Gladiator's Satin Leggings
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
[29] = { itemID = 42018 }; --Relentless Gladiator's Felweave Handguards
[30] = { itemID = 42006 }; --Relentless Gladiator's Felweave Trousers
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
[2] = { itemID = 48182 }; --Runetotem's Gloves of Triumph
[3] = { itemID = 48180 }; --Runetotem's Trousers of Triumph
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
[6] = { itemID = 48193 }; --Runetotem's Handgrips of Triumph
[7] = { itemID = 48195 }; --Runetotem's Legguards of Triumph
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
[10] = { itemID = 48152 }; --Runetotem's Handguards of Triumph
[11] = { itemID = 48150 }; --Runetotem's Leggings of Triumph
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
[14] = { itemID = 48241 }; --Garona's Gauntlets of Triumph
[15] = { itemID = 48239 }; --Garona's Legplates of Triumph
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
[17] = { itemID = 41294 }; --Relentless Gladiator's Wyrmhide Gloves
[18] = { itemID = 41305 }; --Relentless Gladiator's Wyrmhide Legguards
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
[21] = { itemID = 41774 }; --Relentless Gladiator's Dragonhide Gloves
[22] = { itemID = 41668 }; --Relentless Gladiator's Dragonhide Legguards
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
[25] = { itemID = 41288 }; --Relentless Gladiator's Kodohide Gloves
[26] = { itemID = 41299 }; --Relentless Gladiator's Kodohide Legguards
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
[29] = { itemID = 41768 }; --Relentless Gladiator's Leather Gloves
[30] = { itemID = 41656 }; --Relentless Gladiator's Leather Legguards
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
[2] = { itemID = 48273 }; --Windrunner's Handguards of Triumph
[3] = { itemID = 48271 }; --Windrunner's Legguards of Triumph
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
[6] = { itemID = 48334 }; --Thrall's Gloves of Triumph
[7] = { itemID = 48332 }; --Thrall's Kilt of Triumph
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
[10] = { itemID = 48364 }; --Thrall's Grips of Triumph
[11] = { itemID = 48362 }; --Thrall's War-Kilt of Triumph
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
[14] = { itemID = 48301 }; --Thrall's Handguards of Triumph
[15] = { itemID = 48303 }; --Thrall's Legguards of Triumph
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
[17] = { itemID = 41144 }; --Relentless Gladiator's Chain Gauntlets
[18] = { itemID = 41206 }; --Relentless Gladiator's Chain Leggings
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
[21] = { itemID = 41008 }; --Relentless Gladiator's Mail Gauntlets
[22] = { itemID = 41034 }; --Relentless Gladiator's Mail Leggings
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
[25] = { itemID = 41138 }; --Relentless Gladiator's Linked Gauntlets
[26] = { itemID = 41200 }; --Relentless Gladiator's Linked Leggings
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
[29] = { itemID = 41002 }; --Relentless Gladiator's Ringmail Gauntlets
[30] = { itemID = 41028 }; --Relentless Gladiator's Ringmail Leggings
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
[2] = { itemID = 48499 }; --Koltira's Gauntlets of Triumph
[3] = { itemID = 48497 }; --Koltira's Legplates of Triumph
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["Tanking"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["Tanking"] };
[6] = { itemID = 48556 }; --Koltira's Handguards of Triumph
[7] = { itemID = 48554 }; --Koltira's Legguards of Triumph
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
[10] = { itemID = 48593 }; --Liadrin's Gloves of Triumph
[11] = { itemID = 48591 }; --Liadrin's Greaves of Triumph
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
[14] = { itemID = 48625 }; --Liadrin's Gauntlets of Triumph
[15] = { itemID = 48623 }; --Liadrin's Legplates of Triumph
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
[17] = { itemID = 40811 }; --Relentless Gladiator's Dreadplate Gauntlets
[18] = { itemID = 40851 }; --Relentless Gladiator's Dreadplate Legguards
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
[25] = { itemID = 40928 }; --Relentless Gladiator's Ornamented Gloves
[26] = { itemID = 40940 }; --Relentless Gladiator's Ornamented Legplates
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
[29] = { itemID = 40812 }; --Relentless Gladiator's Scaled Gauntlets
[30] = { itemID = 40852 }; --Relentless Gladiator's Scaled Legguards
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Protection"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Protection"] };
[2] = { itemID = 48658 }; --Liadrin's Handguards of Triumph
[3] = { itemID = 48660 }; --Liadrin's Legguards of Triumph
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
[6] = { itemID = 48392 }; --Hellscream's Gauntlets of Triumph
[7] = { itemID = 48394 }; --Hellscream's Legplates of Triumph
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["Protection"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["Protection"] };
[10] = { itemID = 48462 }; --Hellscream's Handguards of Triumph
[11] = { itemID = 48464 }; --Hellscream's Legguards of Triumph
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
[21] = { itemID = 40810 }; --Relentless Gladiator's Plate Gauntlets
[22] = { itemID = 40850 }; --Relentless Gladiator's Plate Legguards
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Cloth"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Cloth"] };
[2] = { itemID = 41910 }; --Relentless Gladiator's Cuffs of Dominance
[3] = { itemID = 41899, "=ds=#s19#" }; --Relentless Gladiator's Cord of Dominance
[4] = { itemID = 41904 }; --Relentless Gladiator's Treads of Dominance
@@ -2861,7 +2861,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
[10] = { itemID = 49181 }; --Relentless Gladiator's Cuffs of Alacrity
[11] = { itemID = 49179 }; --Relentless Gladiator's Cord of Alacrity
[12] = { itemID = 49183 }; --Relentless Gladiator's Treads of Alacrity
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Leather"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Leather"] };
[17] = { itemID = 41641 }; --Relentless Gladiator's Armwraps of Dominance
[18] = { itemID = 41631 }; --Relentless Gladiator's Belt of Dominance
[19] = { itemID = 41636 }; --Relentless Gladiator's Boots of Dominance
@@ -2874,7 +2874,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Mail"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Mail"] };
[2] = { itemID = 41066 }; --Relentless Gladiator's Wristguards of Dominance
[3] = { itemID = 41071 }; --Relentless Gladiator's Waistguard of Dominance
[4] = { itemID = 41076 }; --Relentless Gladiator's Sabatons of Dominance
@@ -2884,7 +2884,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
[10] = { itemID = 41226 }; --Relentless Gladiator's Wristguards of Triumph
[11] = { itemID = 41236 }; --Relentless Gladiator's Waistguard of Triumph
[12] = { itemID = 41231 }; --Relentless Gladiator's Sabatons of Triumph
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Plate"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Plate"] };
[17] = { itemID = 40984 }; --Relentless Gladiator's Bracers of Salvation
[18] = { itemID = 40978 }; --Relentless Gladiator's Girdle of Salvation
[19] = { itemID = 40979 }; --Relentless Gladiator's Greaves of Salvation
@@ -2894,7 +2894,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
};
{
Name = BabbleBoss["Koralon the Flame Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Back"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Back"] };
[2] = { itemID = 42078 }; --Relentless Gladiator's Cloak of Ascendancy
[3] = { itemID = 42080 }; --Relentless Gladiator's Cloak of Deliverance
[4] = { itemID = 42076 }; --Relentless Gladiator's Cloak of Dominance
@@ -2902,10 +2902,10 @@ AtlasLoot_Data["VaultofArchavon"] = {
[6] = { itemID = 42077 }; --Relentless Gladiator's Cloak of Subjugation
[7] = { itemID = 42081 }; --Relentless Gladiator's Cloak of Triumph
[8] = { itemID = 42082 }; --Relentless Gladiator's Cloak of Victory
- [11] = { itemID = 47241, droprate = "00%" }; --Emblem of Triumph
+ [11] = { itemID = 47241 }; --Emblem of Triumph
[12] = { itemID = 43959 }; --Reins of the Grand Black War Mammoth
[13] = { itemID = 44083 }; --Reins of the Grand Black War Mammoth
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Neck"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Neck"] };
[17] = { itemID = 42044 }; --Relentless Gladiator's Pendant of Ascendancy
[18] = { itemID = 42046 }; --Relentless Gladiator's Pendant of Deliverance
[19] = { itemID = 42043 }; --Relentless Gladiator's Pendant of Dominance
@@ -2914,133 +2914,133 @@ AtlasLoot_Data["VaultofArchavon"] = {
[22] = { itemID = 46374 }; --Relentless Gladiator's Pendant of Sundering
[23] = { itemID = 42041 }; --Relentless Gladiator's Pendant of Triumph
[24] = { itemID = 42042 }; --Relentless Gladiator's Pendant of Victory
- [26] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Ring"] };
+ [26] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Ring"] };
[27] = { itemID = 42118 }; --Relentless Gladiator's Band of Ascendancy
[28] = { itemID = 42119 }; --Relentless Gladiator's Band of Victory
};
{
Name = BabbleBoss["Toravon the Ice Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
[2] = { itemID = 50275 }; --Bloodmage Gloves
[3] = { itemID = 50277 }; --Bloodmage Leggings
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
[6] = { itemID = 50766 }; --Crimson Acolyte Gloves
[7] = { itemID = 50769 }; --Crimson Acolyte Leggings
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
[10] = { itemID = 50391 }; --Crimson Acolyte Handwraps
[11] = { itemID = 50393 }; --Crimson Acolyte Pants
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
[14] = { itemID = 50240 }; --Dark Coven Gloves
[15] = { itemID = 50242 }; --Dark Coven Leggings
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
[17] = { itemID = 41972 }; --Relentless Gladiator's Silk Handguards
[18] = { itemID = 41960 }; --Relentless Gladiator's Silk Trousers
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
[21] = { itemID = 41875 }; --Relentless Gladiator's Mooncloth Gloves
[22] = { itemID = 41865 }; --Relentless Gladiator's Mooncloth Leggings
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
[25] = { itemID = 41941 }; --Relentless Gladiator's Satin Gloves
[26] = { itemID = 41928 }; --Relentless Gladiator's Satin Leggings
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
[29] = { itemID = 42018 }; --Relentless Gladiator's Felweave Handguards
[30] = { itemID = 42006 }; --Relentless Gladiator's Felweave Trousers
};
{
Name = BabbleBoss["Toravon the Ice Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
[2] = { itemID = 50822 }; --Lasherweave's Gloves
[3] = { itemID = 50820 }; --Lasherweave's Trousers
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
[6] = { itemID = 50827 }; --Lasherweave's Handgrips
[7] = { itemID = 50825 }; --Lasherweave's Legguards
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
[10] = { itemID = 50107 }; --Lasherweave's Gauntlets
[11] = { itemID = 50109 }; --Lasherweave's Legplates
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
[14] = { itemID = 50088 }; --Shadowblade Gauntlets
[15] = { itemID = 50090 }; --Shadowblade Legplates
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
[17] = { itemID = 41294 }; --Relentless Gladiator's Wyrmhide Gloves
[18] = { itemID = 41305 }; --Relentless Gladiator's Wyrmhide Legguards
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
[21] = { itemID = 41774 }; --Relentless Gladiator's Dragonhide Gloves
[22] = { itemID = 41668 }; --Relentless Gladiator's Dragonhide Legguards
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
[25] = { itemID = 41288 }; --Relentless Gladiator's Kodohide Gloves
[26] = { itemID = 41299 }; --Relentless Gladiator's Kodohide Legguards
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
[29] = { itemID = 41768 }; --Relentless Gladiator's Leather Gloves
[30] = { itemID = 41656 }; --Relentless Gladiator's Leather Legguards
};
{
Name = BabbleBoss["Toravon the Ice Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
[2] = { itemID = 50114 }; --Ahn'Kahar Blood Hunter's Handguards
[3] = { itemID = 50116 }; --Ahn'Kahar Blood Hunter's Legguards
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
[6] = { itemID = 50842 }; --Frost Witch's Gloves
[7] = { itemID = 50844 }; --Frost Witch's Kilt
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
[10] = { itemID = 50831 }; --Frost Witch's Grips
[11] = { itemID = 50833 }; --Frost Witch's War-Kilt
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
[14] = { itemID = 50836 }; --Frost Witch's Handguards
[15] = { itemID = 50838 }; --Frost Witch's Legguards
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
[17] = { itemID = 41144 }; --Relentless Gladiator's Chain Gauntlets
[18] = { itemID = 41206 }; --Relentless Gladiator's Chain Leggings
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
[21] = { itemID = 41008 }; --Relentless Gladiator's Mail Gauntlets
[22] = { itemID = 41034 }; --Relentless Gladiator's Mail Leggings
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
[25] = { itemID = 41138 }; --Relentless Gladiator's Linked Gauntlets
[26] = { itemID = 41200 }; --Relentless Gladiator's Linked Leggings
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
[29] = { itemID = 41002 }; --Relentless Gladiator's Ringmail Gauntlets
[30] = { itemID = 41028 }; --Relentless Gladiator's Ringmail Leggings
};
{
Name = BabbleBoss["Toravon the Ice Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
[2] = { itemID = 50095 }; --Scourgelord Gauntlets
[3] = { itemID = 50097 }; --Scourgelord Legplates
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["Tanking"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["Tanking"] };
[6] = { itemID = 50856 }; --Scourgelord Handguards
[7] = { itemID = 50854 }; --Scourgelord Legguards
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
[10] = { itemID = 50868 }; --Lightsworn Gloves
[11] = { itemID = 50866 }; --Lightsworn Greaves
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
[14] = { itemID = 50327 }; --Lightsworn Gauntlets
[15] = { itemID = 50325 }; --Lightsworn Legplates
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
[17] = { itemID = 40811 }; --Relentless Gladiator's Dreadplate Gauntlets
[18] = { itemID = 40851 }; --Relentless Gladiator's Dreadplate Legguards
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
[25] = { itemID = 40928 }; --Relentless Gladiator's Ornamented Gloves
[26] = { itemID = 40940 }; --Relentless Gladiator's Ornamented Legplates
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
[29] = { itemID = 40812 }; --Relentless Gladiator's Scaled Gauntlets
[30] = { itemID = 40852 }; --Relentless Gladiator's Scaled Legguards
};
{
Name = BabbleBoss["Toravon the Ice Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Protection"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Protection"] };
[2] = { itemID = 50863 }; --Lightsworn Handguards
[3] = { itemID = 50861 }; --Lightsworn Legguards
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
[6] = { itemID = 50079 }; --Ymirjar Lord's Gauntlets
[7] = { itemID = 50081 }; --Ymirjar Lord's Legplates
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["Protection"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["Protection"] };
[10] = { itemID = 50849 }; --Ymirjar Lord's Handguards
[11] = { itemID = 50847 }; --Ymirjar Lord's Legguards
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
[21] = { itemID = 40810 }; --Relentless Gladiator's Plate Gauntlets
[22] = { itemID = 40850 }; --Relentless Gladiator's Plate Legguards
};
{
Name = BabbleBoss["Toravon the Ice Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Cloth"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Cloth"] };
[2] = { itemID = 41910 }; --Relentless Gladiator's Cuffs of Dominance
[3] = { itemID = 41899 }; --Relentless Gladiator's Cord of Dominance
[4] = { itemID = 41904 }; --Relentless Gladiator's Treads of Dominance
@@ -3050,7 +3050,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
[10] = { itemID = 49181 }; --Relentless Gladiator's Cuffs of Alacrity
[11] = { itemID = 49179 }; --Relentless Gladiator's Cord of Alacrity
[12] = { itemID = 49183 }; --Relentless Gladiator's Treads of Alacrity
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Leather"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Leather"] };
[17] = { itemID = 41641 }; --Relentless Gladiator's Armwraps of Dominance
[18] = { itemID = 41631 }; --Relentless Gladiator's Belt of Dominance
[19] = { itemID = 41636 }; --Relentless Gladiator's Boots of Dominance
@@ -3063,7 +3063,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
};
{
Name = BabbleBoss["Toravon the Ice Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Mail"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Mail"] };
[2] = { itemID = 41066 }; --Relentless Gladiator's Wristguards of Dominance
[3] = { itemID = 41071 }; --Relentless Gladiator's Waistguard of Dominance
[4] = { itemID = 41076 }; --Relentless Gladiator's Sabatons of Dominance
@@ -3073,7 +3073,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
[10] = { itemID = 41226 }; --Relentless Gladiator's Wristguards of Triumph
[11] = { itemID = 41236 }; --Relentless Gladiator's Waistguard of Triumph
[12] = { itemID = 41231 }; --Relentless Gladiator's Sabatons of Triumph
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Plate"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Plate"] };
[17] = { itemID = 40984 }; --Relentless Gladiator's Bracers of Salvation
[18] = { itemID = 40978 }; --Relentless Gladiator's Girdle of Salvation
[19] = { itemID = 40979 }; --Relentless Gladiator's Greaves of Salvation
@@ -3083,7 +3083,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
};
{
Name = BabbleBoss["Toravon the Ice Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Back"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Back"] };
[2] = { itemID = 42078 }; --Relentless Gladiator's Cloak of Ascendancy
[3] = { itemID = 42080 }; --Relentless Gladiator's Cloak of Deliverance
[4] = { itemID = 42076 }; --Relentless Gladiator's Cloak of Dominance
@@ -3091,10 +3091,10 @@ AtlasLoot_Data["VaultofArchavon"] = {
[6] = { itemID = 42077 }; --Relentless Gladiator's Cloak of Subjugation
[7] = { itemID = 42081 }; --Relentless Gladiator's Cloak of Triumph
[8] = { itemID = 42082 }; --Relentless Gladiator's Cloak of Victory
- [11] = { itemID = 49426, droprate = "00%" }; --Emblem of Frost
+ [11] = { itemID = 49426 }; --Emblem of Frost
[12] = { itemID = 43959 }; --Reins of the Grand Black War Mammoth
[13] = { itemID = 44083 }; --Reins of the Grand Black War Mammoth
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Neck"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Neck"] };
[17] = { itemID = 42044 }; --Relentless Gladiator's Pendant of Ascendancy
[18] = { itemID = 42046 }; --Relentless Gladiator's Pendant of Deliverance
[19] = { itemID = 42043 }; --Relentless Gladiator's Pendant of Dominance
@@ -3103,133 +3103,133 @@ AtlasLoot_Data["VaultofArchavon"] = {
[22] = { itemID = 46374 }; --Relentless Gladiator's Pendant of Sundering
[23] = { itemID = 42041 }; --Relentless Gladiator's Pendant of Triumph
[24] = { itemID = 42042 }; --Relentless Gladiator's Pendant of Victory
- [26] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Ring"] };
+ [26] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Ring"] };
[27] = { itemID = 42118 }; --Relentless Gladiator's Band of Ascendancy
[28] = { itemID = 42119 }; --Relentless Gladiator's Band of Victory
};
{
Name = BabbleBoss["Toravon the Ice Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
[2] = { itemID = 51159 }; --Sanctified Bloodmage Gloves
[3] = { itemID = 51157 }; --Sanctified Bloodmage Leggings
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
[6] = { itemID = 51179 }; --Sanctified Crimson Acolyte Gloves
[7] = { itemID = 51177 }; --Sanctified Crimson Acolyte Leggings
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
[10] = { itemID = 51183 }; --Sanctified Crimson Acolyte Handwraps
[11] = { itemID = 51181 }; --Sanctified Crimson Acolyte Pants
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
[14] = { itemID = 51209 }; --Sanctified Dark Coven Gloves
[15] = { itemID = 51207 }; --Sanctified Dark Coven Leggings
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["MAGE"] };
[17] = { itemID = 51464 }; --Wrathful Gladiator's Silk Handguards
[18] = { itemID = 51466 }; --Wrathful Gladiator's Silk Trousers
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Holy"] };
[21] = { itemID = 51483 }; --Wrathful Gladiator's Mooncloth Gloves
[22] = { itemID = 51485 }; --Wrathful Gladiator's Mooncloth Leggings
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PRIEST"], desc = "=q5=" .. AL["Shadow"] };
[25] = { itemID = 51488 }; --Wrathful Gladiator's Satin Gloves
[26] = { itemID = 51490 }; --Wrathful Gladiator's Satin Leggings
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARLOCK"] };
[29] = { itemID = 51537 }; --Wrathful Gladiator's Felweave Handguards
[30] = { itemID = 51539 }; --Wrathful Gladiator's Felweave Trousers
};
{
Name = BabbleBoss["Toravon the Ice Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
[2] = { itemID = 51148 }; --Sanctified Lasherweave's Gloves
[3] = { itemID = 51146 }; --Sanctified Lasherweave's Trousers
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
[6] = { itemID = 51144 }; --Sanctified Lasherweave's Handgrips
[7] = { itemID = 51142 }; --Sanctified Lasherweave's Legguards
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
[10] = { itemID = 51138 }; --Sanctified Lasherweave's Gauntlets
[11] = { itemID = 51136 }; --Sanctified Lasherweave's Legplates
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
[14] = { itemID = 51188 }; --Sanctified Shadowblade Gauntlets
[15] = { itemID = 51186 }; --Sanctified Shadowblade Legplates
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Balance"] };
[17] = { itemID = 51434 }; --Wrathful Gladiator's Wyrmhide Gloves
[18] = { itemID = 51436 }; --Wrathful Gladiator's Wyrmhide Legguards
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Feral"] };
[21] = { itemID = 51426 }; --Wrathful Gladiator's Dragonhide Gloves
[22] = { itemID = 51428 }; --Wrathful Gladiator's Dragonhide Legguards
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DRUID"], desc = "=q5=" .. AL["Restoration"] };
[25] = { itemID = 51420 }; --Wrathful Gladiator's Kodohide Gloves
[26] = { itemID = 51422 }; --Wrathful Gladiator's Kodohide Legguards
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["ROGUE"] };
[29] = { itemID = 51493 }; --Wrathful Gladiator's Leather Gloves
[30] = { itemID = 51495 }; --Wrathful Gladiator's Leather Legguards
};
{
Name = BabbleBoss["Toravon the Ice Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
[2] = { itemID = 51154 }; --Sanctified Ahn'Kahar Blood Hunter's Handguards
[3] = { itemID = 51152 }; --Sanctified Ahn'Kahar Blood Hunter's Legguards
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
[6] = { itemID = 51201 }; --Sanctified Frost Witch's Gloves
[7] = { itemID = 51203 }; --Sanctified Frost Witch's Kilt
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
[10] = { itemID = 51196 }; --Sanctified Frost Witch's Grips
[11] = { itemID = 51198 }; --Sanctified Frost Witch's War-Kilt
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
[14] = { itemID = 51191 }; --Sanctified Frost Witch's Handguards
[15] = { itemID = 51193 }; --Sanctified Frost Witch's Legguards
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["HUNTER"] };
[17] = { itemID = 51459 }; --Wrathful Gladiator's Chain Gauntlets
[18] = { itemID = 51461 }; --Wrathful Gladiator's Chain Leggings
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Elemental"] };
[21] = { itemID = 51510 }; --Wrathful Gladiator's Mail Gauntlets
[22] = { itemID = 51512 }; --Wrathful Gladiator's Mail Leggings
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Enhancement"] };
[25] = { itemID = 51504 }; --Wrathful Gladiator's Linked Gauntlets
[26] = { itemID = 51506 }; --Wrathful Gladiator's Linked Leggings
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["SHAMAN"], desc = "=q5=" .. AL["Restoration"] };
[29] = { itemID = 51498 }; --Wrathful Gladiator's Ringmail Gauntlets
[30] = { itemID = 51500 }; --Wrathful Gladiator's Ringmail Leggings
};
{
Name = BabbleBoss["Toravon the Ice Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
[2] = { itemID = 51128 }; --Sanctified Scourgelord Gauntlets
[3] = { itemID = 51126 }; --Sanctified Scourgelord Legplates
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["Tanking"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["Tanking"] };
[6] = { itemID = 51132 }; --Sanctified Scourgelord Handguards
[7] = { itemID = 51131 }; --Sanctified Scourgelord Legguards
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
[10] = { itemID = 51169 }; --Sanctified Lightsworn Gloves
[11] = { itemID = 51168 }; --Sanctified Lightsworn Greaves
- [13] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
+ [13] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
[14] = { itemID = 51163 }; --Sanctified Lightsworn Gauntlets
[15] = { itemID = 51161 }; --Sanctified Lightsworn Legplates
- [16] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"], desc = "=q5=" .. AL["DPS"] };
[17] = { itemID = 51414 }; --Wrathful Gladiator's Dreadplate Gauntlets
[18] = { itemID = 51416 }; --Wrathful Gladiator's Dreadplate Legguards
- [24] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
+ [24] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Holy"] };
[25] = { itemID = 51469 }; --Wrathful Gladiator's Ornamented Gloves
[26] = { itemID = 51471 }; --Wrathful Gladiator's Ornamented Legplates
- [28] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
+ [28] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Retribution"] };
[29] = { itemID = 51475 }; --Wrathful Gladiator's Scaled Gauntlets
[30] = { itemID = 51477 }; --Wrathful Gladiator's Scaled Legguards
};
{
Name = BabbleBoss["Toravon the Ice Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Protection"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["PALADIN"], desc = "=q5=" .. AL["Protection"] };
[2] = { itemID = 51172 }; --Sanctified Lightsworn Handguards
[3] = { itemID = 51171 }; --Sanctified Lightsworn Legguards
- [5] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
+ [5] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
[6] = { itemID = 51213 }; --Ymirjar Lord's Gauntlets
[7] = { itemID = 51211 }; --Ymirjar Lord's Legplates
- [9] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["Protection"] };
+ [9] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["Protection"] };
[10] = { itemID = 51217 }; --Ymirjar Lord's Handguards
[11] = { itemID = 51216 }; --Ymirjar Lord's Legguards
- [20] = { icon = "INV_Box_01", name = "=q6=" .. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
+ [20] = { icon = "INV_Box_01", name = WHITE.. LOCALIZED_CLASS_NAMES_MALE["WARRIOR"], desc = "=q5=" .. AL["DPS"] };
[21] = { itemID = 51542 }; --Wrathful Gladiator's Plate Gauntlets
[22] = { itemID = 51544 }; --Wrathful Gladiator's Plate Legguards
};
{
Name = BabbleBoss["Toravon the Ice Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Cloth"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Cloth"] };
[2] = { itemID = 51329 }; --Wrathful Gladiator's Cuffs of Dominance
[3] = { itemID = 51327 }; --Wrathful Gladiator's Cord of Dominance
[4] = { itemID = 51328 }; --Wrathful Gladiator's Treads of Dominance
@@ -3239,7 +3239,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
[10] = { itemID = 51339 }; --Wrathful Gladiator's Cuffs of Alacrity
[11] = { itemID = 51337 }; --Wrathful Gladiator's Cord of Alacrity
[12] = { itemID = 51338 }; --Wrathful Gladiator's Treads of Alacrity
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Leather"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Leather"] };
[17] = { itemID = 51345 }; --Wrathful Gladiator's Armwraps of Dominance
[18] = { itemID = 51343 }; --Wrathful Gladiator's Belt of Dominance
[19] = { itemID = 51344 }; --Wrathful Gladiator's Boots of Dominance
@@ -3252,7 +3252,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
};
{
Name = BabbleBoss["Toravon the Ice Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Mail"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Mail"] };
[2] = { itemID = 51376 }; --Wrathful Gladiator's Wristguards of Dominance
[3] = { itemID = 51374 }; --Wrathful Gladiator's Waistguard of Dominance
[4] = { itemID = 51375 }; --Wrathful Gladiator's Sabatons of Dominance
@@ -3262,7 +3262,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
[10] = { itemID = 51352 }; --Wrathful Gladiator's Wristguards of Triumph
[11] = { itemID = 51350 }; --Wrathful Gladiator's Waistguard of Triumph
[12] = { itemID = 51351 }; --Wrathful Gladiator's Sabatons of Triumph
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Plate"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Plate"] };
[17] = { itemID = 51361 }; --Wrathful Gladiator's Bracers of Salvation
[18] = { itemID = 51359 }; --Wrathful Gladiator's Girdle of Salvation
[19] = { itemID = 51360 }; --Wrathful Gladiator's Greaves of Salvation
@@ -3272,7 +3272,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
};
{
Name = BabbleBoss["Toravon the Ice Watcher"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Back"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Back"] };
[2] = { itemID = 51334 }; --Wrathful Gladiator's Cloak of Ascendancy
[3] = { itemID = 51348 }; --Wrathful Gladiator's Cloak of Deliverance
[4] = { itemID = 51330 }; --Wrathful Gladiator's Cloak of Dominance
@@ -3280,10 +3280,10 @@ AtlasLoot_Data["VaultofArchavon"] = {
[6] = { itemID = 51332 }; --Wrathful Gladiator's Cloak of Subjugation
[7] = { itemID = 51354 }; --Wrathful Gladiator's Cloak of Triumph
[8] = { itemID = 51356 }; --Wrathful Gladiator's Cloak of Victory
- [11] = { itemID = 49426, droprate = "00%" }; --Emblem of Frost
+ [11] = { itemID = 49426 }; --Emblem of Frost
[12] = { itemID = 43959 }; --Reins of the Grand Black War Mammoth
[13] = { itemID = 44083 }; --Reins of the Grand Black War Mammoth
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Neck"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Neck"] };
[17] = { itemID = 51335 }; --Wrathful Gladiator's Pendant of Ascendancy
[18] = { itemID = 51349 }; --Wrathful Gladiator's Pendant of Deliverance
[19] = { itemID = 51331 }; --Wrathful Gladiator's Pendant of Dominance
@@ -3292,7 +3292,7 @@ AtlasLoot_Data["VaultofArchavon"] = {
[22] = { itemID = 51353 }; --Wrathful Gladiator's Pendant of Sundering
[23] = { itemID = 51355 }; --Wrathful Gladiator's Pendant of Triumph
[24] = { itemID = 51357 }; --Wrathful Gladiator's Pendant of Victory
- [26] = { icon = "INV_Box_01", name = "=q6=" .. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Ring"] };
+ [26] = { icon = "INV_Box_01", name = WHITE.. AL["PvP Non-Set Epics"], desc = "=q5=" .. BabbleInventory["Ring"] };
[27] = { itemID = 51336 }; --Wrathful Gladiator's Band of Dominance
[28] = { itemID = 51358 }; --Wrathful Gladiator's Band of Triumph
};
@@ -3312,173 +3312,173 @@ AtlasLoot_Data["Naxxramas80"] = {
Type = "WrathRaid";
{
Name = BabbleBoss["Patchwerk"];
- [1] = { itemID = 39272, droprate = "0%" }; --Drape of Surgery
- [2] = { itemID = 39273, droprate = "0%" }; --Sullen Cloth Boots
- [3] = { itemID = 39275, droprate = "0%" }; --Contagion Gloves
- [4] = { itemID = 39274, droprate = "0%" }; --Retcher's Shoulderpads
- [5] = { itemID = 39267, droprate = "3%" }; --Abomination Shoulderblades
- [6] = { itemID = 39262, droprate = "4%" }; --Gauntlets of Combined Strength
- [7] = { itemID = 39261, droprate = "3%" }; --Tainted Girdle of Mending
- [8] = { itemID = 39271, droprate = "0%" }; --Blade of Dormant Memories
- [9] = { itemID = 39270, droprate = "3%" }; --Hatestrike
+ [1] = { itemID = 39272 }; --Drape of Surgery
+ [2] = { itemID = 39273 }; --Sullen Cloth Boots
+ [3] = { itemID = 39275 }; --Contagion Gloves
+ [4] = { itemID = 39274 }; --Retcher's Shoulderpads
+ [5] = { itemID = 39267 }; --Abomination Shoulderblades
+ [6] = { itemID = 39262 }; --Gauntlets of Combined Strength
+ [7] = { itemID = 39261 }; --Tainted Girdle of Mending
+ [8] = { itemID = 39271 }; --Blade of Dormant Memories
+ [9] = { itemID = 39270 }; --Hatestrike
};
{
Name = BabbleBoss["Patchwerk"];
- [1] = { itemID = 40271, droprate = "9%" }; --Sash of Solitude
+ [1] = { itemID = 40271 }; --Sash of Solitude
[2] = { itemID = 40269 }; --Boots of Persuasion
[3] = { itemID = 40260 }; --Belt of the Tortured
[4] = { itemID = 40270 }; --Boots of Septic Wounds
[5] = { itemID = 40262 }; --Gloves of Calculated Risk
[6] = { itemID = 40272 }; --Girdle of the Gambit
[7] = { itemID = 40261 }; --Crude Discolored Battlegrips
- [8] = { itemID = 40263, droprate = "9%" }; --Fleshless Girdle
+ [8] = { itemID = 40263 }; --Fleshless Girdle
[9] = { itemID = 40259 }; --Waistguard of Divine Grace
- [10] = { itemID = 40071, droprate = "1%" }; --Chains of Adoration
- [11] = { itemID = 40065, droprate = "1%" }; --Fool's Trial
- [12] = { itemID = 40069, droprate = "1%" }; --Heritage
- [13] = { itemID = 40064, droprate = "1%" }; --Thunderstorm Amulet
- [14] = { itemID = 40080, droprate = "1%" }; --Lost Jewel
- [15] = { itemID = 40075, droprate = "1%" }; --Ruthlessness
- [16] = { itemID = 40107, droprate = "1%" }; --Sand-Worn Band
- [17] = { itemID = 40074, droprate = "2%" }; --Strong-Handed Ring
+ [10] = { itemID = 40071 }; --Chains of Adoration
+ [11] = { itemID = 40065 }; --Fool's Trial
+ [12] = { itemID = 40069 }; --Heritage
+ [13] = { itemID = 40064 }; --Thunderstorm Amulet
+ [14] = { itemID = 40080 }; --Lost Jewel
+ [15] = { itemID = 40075 }; --Ruthlessness
+ [16] = { itemID = 40107 }; --Sand-Worn Band
+ [17] = { itemID = 40074 }; --Strong-Handed Ring
[18] = { itemID = 40273 }; --Surplus Limb
[19] = { itemID = 40267 }; --Totem of Hex
- [20] = { itemID = 40268, droprate = "9%" }; --Libram of Tolerance
+ [20] = { itemID = 40268 }; --Libram of Tolerance
[21] = { itemID = 40264 }; --Split Greathammer
[22] = { itemID = 40266 }; --Hero's Surrender
- [23] = { itemID = 40265, droprate = "9%" }; --Arrowsong
+ [23] = { itemID = 40265 }; --Arrowsong
};
{
Name = BabbleBoss["Grobbulus"];
- [1] = { itemID = 39284, droprate = "8%" }; --Miasma Mantle
- [2] = { itemID = 39285, droprate = "0%" }; --Handgrips of Turmoil
- [3] = { itemID = 39283, droprate = "0%" }; --Putrescent Bands
+ [1] = { itemID = 39284 }; --Miasma Mantle
+ [2] = { itemID = 39285 }; --Handgrips of Turmoil
+ [3] = { itemID = 39283 }; --Putrescent Bands
[4] = { itemID = 39279 }; --Blistered Belt of Decay
[5] = { itemID = 39278 }; --Bands of Anxiety
- [6] = { itemID = 39280, droprate = "0%" }; --Leggings of Innumerable Barbs
- [7] = { itemID = 39282, droprate = "0%" }; --Bone-Linked Amulet
+ [6] = { itemID = 39280 }; --Leggings of Innumerable Barbs
+ [7] = { itemID = 39282 }; --Bone-Linked Amulet
[8] = { itemID = 39277 }; --Sealing Ring of Grobbulus
- [9] = { itemID = 39281, droprate = "9%" }; --Infection Repulser
+ [9] = { itemID = 39281 }; --Infection Repulser
[10] = { itemID = 39276 }; --The Skull of Ruin
};
{
Name = BabbleBoss["Grobbulus"];
- [1] = { itemID = 40250, droprate = "1%" }; --Aged Winter Cloak
- [2] = { itemID = 40254, droprate = "1%" }; --Cloak of Averted Crisis
- [3] = { itemID = 40252, droprate = "1%" }; --Cloak of the Shadowed Sun
- [4] = { itemID = 40253, droprate = "1%" }; --Shawl of the Old Maid
- [5] = { itemID = 40251, droprate = "1%" }; --Shroud of Luminosity
- [6] = { itemID = 40287, droprate = "9%" }; --Cowl of Vanity
+ [1] = { itemID = 40250 }; --Aged Winter Cloak
+ [2] = { itemID = 40254 }; --Cloak of Averted Crisis
+ [3] = { itemID = 40252 }; --Cloak of the Shadowed Sun
+ [4] = { itemID = 40253 }; --Shawl of the Old Maid
+ [5] = { itemID = 40251 }; --Shroud of Luminosity
+ [6] = { itemID = 40287 }; --Cowl of Vanity
[7] = { itemID = 40286 }; --Mantle of the Corrupted
- [8] = { itemID = 40351, droprate = "9%" }; --Mantle of the Fatigued Sage
+ [8] = { itemID = 40351 }; --Mantle of the Fatigued Sage
[9] = { itemID = 40289 }; --Sympathetic Amice
- [10] = { itemID = 40277, droprate = "8%" }; --Tunic of Indulgence
+ [10] = { itemID = 40277 }; --Tunic of Indulgence
[11] = { itemID = 40285 }; --Desecrated Past
- [12] = { itemID = 40288, droprate = "9%" }; --Spaulders of Incoherence
+ [12] = { itemID = 40288 }; --Spaulders of Incoherence
[13] = { itemID = 40283 }; --Fallout Impervious Tunic
[14] = { itemID = 40282 }; --Slime Stream Bands
[15] = { itemID = 40275 }; --Depraved Linked Belt
[16] = { itemID = 40279 }; --Chestguard of the Exhausted
- [17] = { itemID = 40274, droprate = "8%" }; --Bracers of Liberation
+ [17] = { itemID = 40274 }; --Bracers of Liberation
[18] = { itemID = 40278 }; --Girdle of Chivalry
- [19] = { itemID = 40257, droprate = "1%" }; --Defender's Code
- [20] = { itemID = 40255, droprate = "1%" }; --Dying Curse
- [21] = { itemID = 40258, droprate = "1%" }; --Forethought Talisman
- [22] = { itemID = 40256, droprate = "1%" }; --Grim Toll
- [23] = { itemID = 40281, droprate = "9%" }; --Twilight Mist
+ [19] = { itemID = 40257 }; --Defender's Code
+ [20] = { itemID = 40255 }; --Dying Curse
+ [21] = { itemID = 40258 }; --Forethought Talisman
+ [22] = { itemID = 40256 }; --Grim Toll
+ [23] = { itemID = 40281 }; --Twilight Mist
[24] = { itemID = 40280 }; --Origin of Nightmares
[25] = { itemID = 40284 }; --Plague Igniter
};
{
Name = BabbleBoss["Gluth"];
- [1] = { itemID = 39272, droprate = "0%" }; --Drape of Surgery
- [2] = { itemID = 39284, droprate = "8%" }; --Miasma Mantle
- [3] = { itemID = 39396, droprate = ".43%" }; --Gown of Blaumeux
- [4] = { itemID = 39309, droprate = "0%" }; --Leggings of the Instructor
- [5] = { itemID = 39237, droprate = "0%" }; --Spaulders of Resumed Battle
+ [1] = { itemID = 39272 }; --Drape of Surgery
+ [2] = { itemID = 39284 }; --Miasma Mantle
+ [3] = { itemID = 39396 }; --Gown of Blaumeux
+ [4] = { itemID = 39309 }; --Leggings of the Instructor
+ [5] = { itemID = 39237 }; --Spaulders of Resumed Battle
[6] = { itemID = 39279 }; --Blistered Belt of Decay
- [7] = { itemID = 39191, droprate = "1%" }; --Splint-Bound Leggings
- [8] = { itemID = 39215, droprate = "1%" }; --Boots of the Follower
+ [7] = { itemID = 39191 }; --Splint-Bound Leggings
+ [8] = { itemID = 39215 }; --Boots of the Follower
[9] = { itemID = 39294 }; --Arc-Scorched Helmet
- [10] = { itemID = 39248, droprate = "0%" }; --Tunic of the Lost Pack
- [11] = { itemID = 39194, droprate = "0%" }; --Rusted-Link Spiked Gauntlets
- [12] = { itemID = 39251, droprate = "0%" }; --Necrogenic Belt
- [13] = { itemID = 39379, droprate = "0%" }; --Spectral Rider's Girdle
- [14] = { itemID = 39188, droprate = "0%" }; --Chivalric Chestguard
- [15] = { itemID = 39345, droprate = "0%" }; --Girdle of the Ascended Phantom
- [16] = { itemID = 39146, droprate = "0%" }; --Collar of Dissolution
- [17] = { itemID = 39232, droprate = "0%" }; --Pendant of Lost Vocations
- [18] = { itemID = 39193, droprate = "1%" }; --Band of Neglected Pleas
- [19] = { itemID = 39388, droprate = "0%" }; --Spirit-World Glass
- [20] = { itemID = 39200, droprate = "1%" }; --Grieving Spellblade
- [21] = { itemID = 39344, droprate = "0%" }; --Slayer of the Lifeless
- [22] = { itemID = 39281, droprate = "9%" }; --Infection Repulser
- [23] = { itemID = 39394, droprate = ".44%" }; --Charmed Cierge
+ [10] = { itemID = 39248 }; --Tunic of the Lost Pack
+ [11] = { itemID = 39194 }; --Rusted-Link Spiked Gauntlets
+ [12] = { itemID = 39251 }; --Necrogenic Belt
+ [13] = { itemID = 39379 }; --Spectral Rider's Girdle
+ [14] = { itemID = 39188 }; --Chivalric Chestguard
+ [15] = { itemID = 39345 }; --Girdle of the Ascended Phantom
+ [16] = { itemID = 39146 }; --Collar of Dissolution
+ [17] = { itemID = 39232 }; --Pendant of Lost Vocations
+ [18] = { itemID = 39193 }; --Band of Neglected Pleas
+ [19] = { itemID = 39388 }; --Spirit-World Glass
+ [20] = { itemID = 39200 }; --Grieving Spellblade
+ [21] = { itemID = 39344 }; --Slayer of the Lifeless
+ [22] = { itemID = 39281 }; --Infection Repulser
+ [23] = { itemID = 39394 }; --Charmed Cierge
};
{
Name = BabbleBoss["Gluth"];
- [1] = { itemID = 40622, droprate = "9%" }; --Spaulders of the Lost Conqueror
- [2] = { itemID = 40623, droprate = "0%" }; --Spaulders of the Lost Protector
- [3] = { itemID = 40624, droprate = "8%" }; --Spaulders of the Lost Vanquisher
+ [1] = { itemID = 40622 }; --Spaulders of the Lost Conqueror
+ [2] = { itemID = 40623 }; --Spaulders of the Lost Protector
+ [3] = { itemID = 40624 }; --Spaulders of the Lost Vanquisher
[4] = { itemID = 40610 }; --Chestguard of the Lost Conqueror
[5] = { itemID = 40611 }; --Chestguard of the Lost Protector
- [6] = { itemID = 40612, droprate = "2%" }; --Chestguard of the Lost Vanquisher
- [7] = { itemID = 40619, droprate = "7%" }; --Leggings of the Lost Conqueror
- [8] = { itemID = 40620, droprate = "8%" }; --Leggings of the Lost Protector
- [9] = { itemID = 40621, droprate = "6%" }; --Leggings of the Lost Vanquisher
+ [6] = { itemID = 40612 }; --Chestguard of the Lost Vanquisher
+ [7] = { itemID = 40619 }; --Leggings of the Lost Conqueror
+ [8] = { itemID = 40620 }; --Leggings of the Lost Protector
+ [9] = { itemID = 40621 }; --Leggings of the Lost Vanquisher
};
{
Name = BabbleBoss["Gluth"];
[1] = { itemID = 40247 }; --Cowl of Innocent Delight
[2] = { itemID = 40289 }; --Sympathetic Amice
- [3] = { itemID = 40602, droprate = "9%" }; --Robes of Mutation
- [4] = { itemID = 39733, droprate = "9%" }; --Gloves of Token Respect
+ [3] = { itemID = 40602 }; --Robes of Mutation
+ [4] = { itemID = 39733 }; --Gloves of Token Respect
[5] = { itemID = 40303 }; --Wraps of the Persecuted
- [6] = { itemID = 40326, droprate = "0%" }; --Boots of Forlorn Wishes
+ [6] = { itemID = 40326 }; --Boots of Forlorn Wishes
[7] = { itemID = 40296 }; --Cover of Silence
[8] = { itemID = 39768 }; --Cowl of the Perished
[9] = { itemID = 40319 }; --Chestpiece of Suspicion
[10] = { itemID = 40260 }; --Belt of the Tortured
[11] = { itemID = 40205 }; --Stalk-Skin Belt
[12] = { itemID = 40270 }; --Boots of Septic Wounds
- [13] = { itemID = 40193, droprate = "0%" }; --Tunic of Masked Suffering
+ [13] = { itemID = 40193 }; --Tunic of Masked Suffering
[14] = { itemID = 40209 }; --Bindings of the Decrepit
[15] = { itemID = 40302 }; --Benefactor's Gauntlets
[16] = { itemID = 39718 }; --Corpse Scarab Handguards
- [17] = { itemID = 40242, droprate = "9%" }; --Grotesque Handgrips
- [18] = { itemID = 39760, droprate = "8%" }; --Helm of Diminished Pride
+ [17] = { itemID = 40242 }; --Grotesque Handgrips
+ [18] = { itemID = 39760 }; --Helm of Diminished Pride
[19] = { itemID = 40185 }; --Shoulderguards of Opportunity
- [20] = { itemID = 40203, droprate = "8%" }; --Breastplate of Tormented Rage
- [21] = { itemID = 40332, droprate = "9%" }; --Abetment Bracers
+ [20] = { itemID = 40203 }; --Breastplate of Tormented Rage
+ [21] = { itemID = 40332 }; --Abetment Bracers
[22] = { itemID = 40188 }; --Gauntlets of the Disobediant
[23] = { itemID = 40259 }; --Waistguard of Divine Grace
[24] = { itemID = 40204 }; --Legguards of the Apostle
- [25] = { itemID = 39717, droprate = "3%" }; --Inexorable Sabatons
+ [25] = { itemID = 39717 }; --Inexorable Sabatons
[26] = { itemID = 40206 }; --Iron-Spring Jumpers
- [27] = { itemID = 40297, droprate = "7%" }; --Sabatons of Endurance
+ [27] = { itemID = 40297 }; --Sabatons of Endurance
[28] = { itemID = 40350 }; --Urn of Lost Memories
[29] = { itemID = 40191 }; --Libram of Radiance
};
{
Name = BabbleBoss["Gluth"];
- [1] = { itemID = 40281, droprate = "9%" }; --Twilight Mist
- [2] = { itemID = 39714, droprate = "4%" }; --Webbed Death
+ [1] = { itemID = 40281 }; --Twilight Mist
+ [2] = { itemID = 39714 }; --Webbed Death
[3] = { itemID = 39730 }; --Widow's Fury
[4] = { itemID = 40343 }; --Armageddon
- [5] = { itemID = 40239, droprate = "9%" }; --The Hand of Nerub
+ [5] = { itemID = 40239 }; --The Hand of Nerub
[6] = { itemID = 40280 }; --Origin of Nightmares
- [7] = { itemID = 39716, droprate = "4%" }; --Shield of Assimilation
- [8] = { itemID = 40265, droprate = "9%" }; --Arrowsong
+ [7] = { itemID = 39716 }; --Shield of Assimilation
+ [8] = { itemID = 40265 }; --Arrowsong
[9] = { itemID = 40346 }; --Final Voyage
- [16] = { itemID = 40637, droprate = "7%" }; --Mantle of the Lost Conqueror
- [17] = { itemID = 40638, droprate = "8%" }; --Mantle of the Lost Protector
- [18] = { itemID = 40639, droprate = "6%" }; --Mantle of the Lost Vanquisher
- [19] = { itemID = 40625, droprate = "7%" }; --Breastplate of the Lost Conqueror
- [20] = { itemID = 40626, droprate = "9%" }; --Breastplate of the Lost Protector
- [21] = { itemID = 40627, droprate = "4%" }; --Breastplate of the Lost Vanquisher
- [22] = { itemID = 40634, droprate = "6%" }; --Legplates of the Lost Conqueror
- [23] = { itemID = 40635, droprate = "8%" }; --Legplates of the Lost Protector
- [24] = { itemID = 40636, droprate = "6%" }; --Legplates of the Lost Vanquisher
+ [16] = { itemID = 40637 }; --Mantle of the Lost Conqueror
+ [17] = { itemID = 40638 }; --Mantle of the Lost Protector
+ [18] = { itemID = 40639 }; --Mantle of the Lost Vanquisher
+ [19] = { itemID = 40625 }; --Breastplate of the Lost Conqueror
+ [20] = { itemID = 40626 }; --Breastplate of the Lost Protector
+ [21] = { itemID = 40627 }; --Breastplate of the Lost Vanquisher
+ [22] = { itemID = 40634 }; --Legplates of the Lost Conqueror
+ [23] = { itemID = 40635 }; --Legplates of the Lost Protector
+ [24] = { itemID = 40636 }; --Legplates of the Lost Vanquisher
};
{
Name = BabbleBoss["Thaddius"];
@@ -3487,9 +3487,9 @@ AtlasLoot_Data["Naxxramas80"] = {
[3] = { itemID = 39293 }; --Blackened Legplates of Feugen
[4] = { itemID = 39292 }; --Repelling Charge
[5] = { itemID = 39291 }; --Torment of the Banished
- [16] = { itemID = 40619, droprate = "7%" }; --Leggings of the Lost Conqueror
- [17] = { itemID = 40620, droprate = "8%" }; --Leggings of the Lost Protector
- [18] = { itemID = 40621, droprate = "6%" }; --Leggings of the Lost Vanquisher
+ [16] = { itemID = 40619 }; --Leggings of the Lost Conqueror
+ [17] = { itemID = 40620 }; --Leggings of the Lost Protector
+ [18] = { itemID = 40621 }; --Leggings of the Lost Vanquisher
};
{
Name = BabbleBoss["Thaddius"];
@@ -3501,148 +3501,148 @@ AtlasLoot_Data["Naxxramas80"] = {
[6] = { itemID = 40302 }; --Benefactor's Gauntlets
[7] = { itemID = 40298 }; --Faceguard of the Succumbed
[8] = { itemID = 40294 }; --Riveted Abomination Leggings
- [9] = { itemID = 40297, droprate = "7%" }; --Sabatons of Endurance
+ [9] = { itemID = 40297 }; --Sabatons of Endurance
[10] = { itemID = 40300 }; --Spire of Sunset
- [16] = { itemID = 40634, droprate = "6%" }; --Legplates of the Lost Conqueror
- [17] = { itemID = 40635, droprate = "8%" }; --Legplates of the Lost Protector
- [18] = { itemID = 40636, droprate = "6%" }; --Legplates of the Lost Vanquisher
+ [16] = { itemID = 40634 }; --Legplates of the Lost Conqueror
+ [17] = { itemID = 40635 }; --Legplates of the Lost Protector
+ [18] = { itemID = 40636 }; --Legplates of the Lost Vanquisher
};
{
Name = BabbleBoss["Anub'Rekhan"];
- [1] = { itemID = 39192, droprate = "0%" }; --Gloves of Dark Gestures
- [2] = { itemID = 39190, droprate = "0%" }; --Agonal Sash
- [3] = { itemID = 39191, droprate = "1%" }; --Splint-Bound Leggings
- [4] = { itemID = 39189, droprate = "0%" }; --Boots of Persistence
- [5] = { itemID = 39188, droprate = "0%" }; --Chivalric Chestguard
- [6] = { itemID = 39139, droprate = "1%" }; --Ravaging Sabatons
- [7] = { itemID = 39146, droprate = "0%" }; --Collar of Dissolution
- [8] = { itemID = 39193, droprate = "1%" }; --Band of Neglected Pleas
- [9] = { itemID = 39141, droprate = "0%" }; --Deflection Band
- [10] = { itemID = 39140, droprate = "1%" }; --Knife of Incision
+ [1] = { itemID = 39192 }; --Gloves of Dark Gestures
+ [2] = { itemID = 39190 }; --Agonal Sash
+ [3] = { itemID = 39191 }; --Splint-Bound Leggings
+ [4] = { itemID = 39189 }; --Boots of Persistence
+ [5] = { itemID = 39188 }; --Chivalric Chestguard
+ [6] = { itemID = 39139 }; --Ravaging Sabatons
+ [7] = { itemID = 39146 }; --Collar of Dissolution
+ [8] = { itemID = 39193 }; --Band of Neglected Pleas
+ [9] = { itemID = 39141 }; --Deflection Band
+ [10] = { itemID = 39140 }; --Knife of Incision
};
{
Name = BabbleBoss["Anub'Rekhan"];
[1] = { itemID = 39719 }; --Mantle of the Locusts
- [2] = { itemID = 39721, droprate = "9%" }; --Sash of the Parlor
+ [2] = { itemID = 39721 }; --Sash of the Parlor
[3] = { itemID = 39720 }; --Leggings of Atrophy
[4] = { itemID = 39722 }; --Swarm Bindings
- [5] = { itemID = 39701, droprate = "9%" }; --Dawnwalkers
+ [5] = { itemID = 39701 }; --Dawnwalkers
[6] = { itemID = 39702 }; --Arachnoid Gold Band
[7] = { itemID = 39718 }; --Corpse Scarab Handguards
- [8] = { itemID = 39704, droprate = "9%" }; --Pauldrons of Unnatural Death
- [9] = { itemID = 39703, droprate = "9%" }; --Rescinding Grips
- [10] = { itemID = 39717, droprate = "3%" }; --Inexorable Sabatons
+ [8] = { itemID = 39704 }; --Pauldrons of Unnatural Death
+ [9] = { itemID = 39703 }; --Rescinding Grips
+ [10] = { itemID = 39717 }; --Inexorable Sabatons
[11] = { itemID = 39706 }; --Sabatons of Sudden Reprisal
- [12] = { itemID = 40071, droprate = "1%" }; --Chains of Adoration
- [13] = { itemID = 40065, droprate = "1%" }; --Fool's Trial
- [14] = { itemID = 40069, droprate = "1%" }; --Heritage
- [15] = { itemID = 40064, droprate = "1%" }; --Thunderstorm Amulet
- [16] = { itemID = 40080, droprate = "1%" }; --Lost Jewel
- [17] = { itemID = 40075, droprate = "1%" }; --Ruthlessness
- [18] = { itemID = 40107, droprate = "1%" }; --Sand-Worn Band
- [19] = { itemID = 40074, droprate = "2%" }; --Strong-Handed Ring
- [20] = { itemID = 39714, droprate = "4%" }; --Webbed Death
- [21] = { itemID = 40208, droprate = "0%" }; --Cryptfiend's Bite
- [22] = { itemID = 39716, droprate = "4%" }; --Shield of Assimilation
- [23] = { itemID = 39712, droprate = "4%" }; --Gemmed Wand of the Nerubians
+ [12] = { itemID = 40071 }; --Chains of Adoration
+ [13] = { itemID = 40065 }; --Fool's Trial
+ [14] = { itemID = 40069 }; --Heritage
+ [15] = { itemID = 40064 }; --Thunderstorm Amulet
+ [16] = { itemID = 40080 }; --Lost Jewel
+ [17] = { itemID = 40075 }; --Ruthlessness
+ [18] = { itemID = 40107 }; --Sand-Worn Band
+ [19] = { itemID = 40074 }; --Strong-Handed Ring
+ [20] = { itemID = 39714 }; --Webbed Death
+ [21] = { itemID = 40208 }; --Cryptfiend's Bite
+ [22] = { itemID = 39716 }; --Shield of Assimilation
+ [23] = { itemID = 39712 }; --Gemmed Wand of the Nerubians
};
{
Name = BabbleBoss["Grand Widow Faerlina"];
- [1] = { itemID = 39216, droprate = "0%" }; --Sash of Mortal Desire
- [2] = { itemID = 39215, droprate = "1%" }; --Boots of the Follower
- [3] = { itemID = 39196, droprate = "1%" }; --Boots of the Worshiper
- [4] = { itemID = 39217, droprate = "1%" }; --Avenging Combat Leggings
- [5] = { itemID = 39194, droprate = "0%" }; --Rusted-Link Spiked Gauntlets
- [6] = { itemID = 39198, droprate = "0%" }; --Frostblight Pauldrons
- [7] = { itemID = 39195, droprate = "1%" }; --Bracers of Lost Sentiments
- [8] = { itemID = 39197, droprate = "0%" }; --Gauntlets of the Master
- [9] = { itemID = 39199, droprate = "1%" }; --Watchful Eye
- [10] = { itemID = 39200, droprate = "1%" }; --Grieving Spellblade
+ [1] = { itemID = 39216 }; --Sash of Mortal Desire
+ [2] = { itemID = 39215 }; --Boots of the Follower
+ [3] = { itemID = 39196 }; --Boots of the Worshiper
+ [4] = { itemID = 39217 }; --Avenging Combat Leggings
+ [5] = { itemID = 39194 }; --Rusted-Link Spiked Gauntlets
+ [6] = { itemID = 39198 }; --Frostblight Pauldrons
+ [7] = { itemID = 39195 }; --Bracers of Lost Sentiments
+ [8] = { itemID = 39197 }; --Gauntlets of the Master
+ [9] = { itemID = 39199 }; --Watchful Eye
+ [10] = { itemID = 39200 }; --Grieving Spellblade
};
{
Name = BabbleBoss["Grand Widow Faerlina"];
[1] = { itemID = 39732 }; --Faerlina's Madness
[2] = { itemID = 39731 }; --Punctilious Bindings
- [3] = { itemID = 39733, droprate = "9%" }; --Gloves of Token Respect
+ [3] = { itemID = 39733 }; --Gloves of Token Respect
[4] = { itemID = 39735 }; --Belt of False Dignity
- [5] = { itemID = 39756, droprate = "9%" }; --Tunic of Prejudice
- [6] = { itemID = 39727, droprate = "0%" }; --Dislocating Handguards
+ [5] = { itemID = 39756 }; --Tunic of Prejudice
+ [6] = { itemID = 39727 }; --Dislocating Handguards
[7] = { itemID = 39724 }; --Cult's Chestguard
[8] = { itemID = 39734 }; --Atonement Greaves
- [9] = { itemID = 39723, droprate = "3%" }; --Fire-Scorched Greathelm
- [10] = { itemID = 39725, droprate = "1%" }; --Epaulets of the Grieving Servant
+ [9] = { itemID = 39723 }; --Fire-Scorched Greathelm
+ [10] = { itemID = 39725 }; --Epaulets of the Grieving Servant
[11] = { itemID = 39729 }; --Bracers of the Tyrant
- [12] = { itemID = 39726, droprate = "4%" }; --Callous-Hearted Gauntlets
- [13] = { itemID = 40071, droprate = "1%" }; --Chains of Adoration
- [14] = { itemID = 40065, droprate = "1%" }; --Fool's Trial
- [15] = { itemID = 40069, droprate = "1%" }; --Heritage
- [16] = { itemID = 40064, droprate = "1%" }; --Thunderstorm Amulet
- [17] = { itemID = 40080, droprate = "1%" }; --Lost Jewel
- [18] = { itemID = 40075, droprate = "1%" }; --Ruthlessness
- [19] = { itemID = 40107, droprate = "1%" }; --Sand-Worn Band
- [20] = { itemID = 40108, droprate = "1%" }; --Seized Beauty
- [21] = { itemID = 40074, droprate = "2%" }; --Strong-Handed Ring
+ [12] = { itemID = 39726 }; --Callous-Hearted Gauntlets
+ [13] = { itemID = 40071 }; --Chains of Adoration
+ [14] = { itemID = 40065 }; --Fool's Trial
+ [15] = { itemID = 40069 }; --Heritage
+ [16] = { itemID = 40064 }; --Thunderstorm Amulet
+ [17] = { itemID = 40080 }; --Lost Jewel
+ [18] = { itemID = 40075 }; --Ruthlessness
+ [19] = { itemID = 40107 }; --Sand-Worn Band
+ [20] = { itemID = 40108 }; --Seized Beauty
+ [21] = { itemID = 40074 }; --Strong-Handed Ring
[22] = { itemID = 39757 }; --Idol of Worship
[23] = { itemID = 39728 }; --Totem of Misery
[24] = { itemID = 39730 }; --Widow's Fury
};
{
Name = BabbleBoss["Maexxna"];
- [1] = { itemID = 39225, droprate = "0%" }; --Cloak of Armed Strife
- [2] = { itemID = 39230, droprate = "1%" }; --Spaulders of the Monstrosity
- [3] = { itemID = 39224, droprate = "0%" }; --Leggings of Discord
- [4] = { itemID = 39228, droprate = "0%" }; --Web Cocoon Grips
- [5] = { itemID = 39232, droprate = "0%" }; --Pendant of Lost Vocations
- [6] = { itemID = 39231, droprate = "0%" }; --Timeworn Silken Band
- [7] = { itemID = 39229, droprate = "1%" }; --Embrace of the Spider
- [8] = { itemID = 39226, droprate = "0%" }; --Maexxna's Femur
- [9] = { itemID = 39221, droprate = "0%" }; --Wraith Spear
- [10] = { itemID = 39233, droprate = "0%" }; --Aegis of Damnation
+ [1] = { itemID = 39225 }; --Cloak of Armed Strife
+ [2] = { itemID = 39230 }; --Spaulders of the Monstrosity
+ [3] = { itemID = 39224 }; --Leggings of Discord
+ [4] = { itemID = 39228 }; --Web Cocoon Grips
+ [5] = { itemID = 39232 }; --Pendant of Lost Vocations
+ [6] = { itemID = 39231 }; --Timeworn Silken Band
+ [7] = { itemID = 39229 }; --Embrace of the Spider
+ [8] = { itemID = 39226 }; --Maexxna's Femur
+ [9] = { itemID = 39221 }; --Wraith Spear
+ [10] = { itemID = 39233 }; --Aegis of Damnation
};
{
Name = BabbleBoss["Maexxna"];
- [1] = { itemID = 40250, desc = "-q4-Aged Winter Cloak", droprate = "1%" };
- [2] = { itemID = 40254, droprate = "1%" }; --Cloak of Averted Crisis
- [3] = { itemID = 40252, droprate = "1%" }; --Cloak of the Shadowed Sun
- [4] = { itemID = 40253, droprate = "1%" }; --Shawl of the Old Maid
- [5] = { itemID = 40251, droprate = "1%" }; --Shroud of Luminosity
+ [1] = { itemID = 40250, desc = "-q4-Aged Winter Cloak" };
+ [2] = { itemID = 40254 }; --Cloak of Averted Crisis
+ [3] = { itemID = 40252 }; --Cloak of the Shadowed Sun
+ [4] = { itemID = 40253 }; --Shawl of the Old Maid
+ [5] = { itemID = 40251 }; --Shroud of Luminosity
[6] = { itemID = 40062 }; --Digested Silken Robes
[7] = { itemID = 40060 }; --Distorted Limbs
[8] = { itemID = 39768 }; --Cowl of the Perished
[9] = { itemID = 40063 }; --Mantle of Shattered Kinship
- [10] = { itemID = 39765, droprate = "9%" }; --Sinner's Bindings
+ [10] = { itemID = 39765 }; --Sinner's Bindings
[11] = { itemID = 39761 }; --Infectious Skitterer Leggings
- [12] = { itemID = 40061, droprate = "9%" }; --Quivering Tunic
+ [12] = { itemID = 40061 }; --Quivering Tunic
[13] = { itemID = 39762 }; --Torn Web Wrapping
- [14] = { itemID = 39760, droprate = "8%" }; --Helm of Diminished Pride
+ [14] = { itemID = 39760 }; --Helm of Diminished Pride
[15] = { itemID = 39767 }; --Undiminished Battleplate
[16] = { itemID = 39764 }; --Bindings of the Hapless Prey
[17] = { itemID = 39759 }; --Ablative Chitin Girdle
- [18] = { itemID = 40257, droprate = "1%" }; --Defender's Code
- [19] = { itemID = 40255, droprate = "1%" }; --Dying Curse
- [20] = { itemID = 40258, droprate = "1%" }; --Forethought Talisman
- [21] = { itemID = 40256, droprate = "1%" }; --Grim Toll
- [22] = { itemID = 39766, droprate = "9%" }; --Matriarch's Spawn
+ [18] = { itemID = 40257 }; --Defender's Code
+ [19] = { itemID = 40255 }; --Dying Curse
+ [20] = { itemID = 40258 }; --Forethought Talisman
+ [21] = { itemID = 40256 }; --Grim Toll
+ [22] = { itemID = 39766 }; --Matriarch's Spawn
[23] = { itemID = 39763 }; --Wraith Strike
[24] = { itemID = 39758 }; --The Jawbone
};
{
Name = BabbleBoss["Instructor Razuvious"];
- [1] = { itemID = 39297, droprate = "0%" }; --Cloak of Darkening
- [2] = { itemID = 39310, droprate = "0%" }; --Mantle of the Extensive Mind
- [3] = { itemID = 39309, droprate = "0%" }; --Leggings of the Instructor
- [4] = { itemID = 39299, droprate = "0%" }; --Rapid Attack Gloves
- [5] = { itemID = 39308, droprate = "0%" }; --Girdle of Lenience
- [6] = { itemID = 39307, droprate = "0%" }; --Iron Rings of Endurance
- [7] = { itemID = 39306, droprate = "0%" }; --Plated Gloves of Relief
- [8] = { itemID = 39298, droprate = "0%" }; --Waistguard of the Tutor
- [9] = { itemID = 39311, droprate = "0%" }; --Scepter of Murmuring Spirits
- [10] = { itemID = 39296, droprate = "0%" }; --Accursed Bow of the Elite
+ [1] = { itemID = 39297 }; --Cloak of Darkening
+ [2] = { itemID = 39310 }; --Mantle of the Extensive Mind
+ [3] = { itemID = 39309 }; --Leggings of the Instructor
+ [4] = { itemID = 39299 }; --Rapid Attack Gloves
+ [5] = { itemID = 39308 }; --Girdle of Lenience
+ [6] = { itemID = 39307 }; --Iron Rings of Endurance
+ [7] = { itemID = 39306 }; --Plated Gloves of Relief
+ [8] = { itemID = 39298 }; --Waistguard of the Tutor
+ [9] = { itemID = 39311 }; --Scepter of Murmuring Spirits
+ [10] = { itemID = 39296 }; --Accursed Bow of the Elite
};
{
Name = BabbleBoss["Instructor Razuvious"];
[1] = { itemID = 40325 }; --Bindings of the Expansive Mind
- [2] = { itemID = 40326, droprate = "0%" }; --Boots of Forlorn Wishes
+ [2] = { itemID = 40326 }; --Boots of Forlorn Wishes
[3] = { itemID = 40305 }; --Spaulders of Egotism
[4] = { itemID = 40319 }; --Chestpiece of Suspicion
[5] = { itemID = 40323 }; --Esteemed Bindings
@@ -3654,39 +3654,39 @@ AtlasLoot_Data["Naxxramas80"] = {
[11] = { itemID = 40317 }; --Girdle of Razuvious
[12] = { itemID = 40318 }; --Legplates of Double Strikes
[13] = { itemID = 40320 }; --Faithful Steel Sabatons
- [14] = { itemID = 40071, droprate = "1%" }; --Chains of Adoration
- [15] = { itemID = 40065, droprate = "1%" }; --Fool's Trial
- [16] = { itemID = 40069, droprate = "1%" }; --Heritage
- [17] = { itemID = 40064, droprate = "1%" }; --Thunderstorm Amulet
- [18] = { itemID = 40080, droprate = "1%" }; --Lost Jewel
- [19] = { itemID = 40075, droprate = "1%" }; --Ruthlessness
- [20] = { itemID = 40107, droprate = "1%" }; --Sand-Worn Band
- [21] = { itemID = 40074, droprate = "2%" }; --Strong-Handed Ring
+ [14] = { itemID = 40071 }; --Chains of Adoration
+ [15] = { itemID = 40065 }; --Fool's Trial
+ [16] = { itemID = 40069 }; --Heritage
+ [17] = { itemID = 40064 }; --Thunderstorm Amulet
+ [18] = { itemID = 40080 }; --Lost Jewel
+ [19] = { itemID = 40075 }; --Ruthlessness
+ [20] = { itemID = 40107 }; --Sand-Worn Band
+ [21] = { itemID = 40074 }; --Strong-Handed Ring
[22] = { itemID = 40321 }; --Idol of the Shooting Star
[23] = { itemID = 40322 }; --Totem of Dueling
};
{
Name = BabbleBoss["Gothik the Harvester"];
- [1] = { itemID = 39390, droprate = "0%" }; --Resurgent Phantom Bindings
- [2] = { itemID = 39386, droprate = "9%" }; --Tunic of Dislocation
- [3] = { itemID = 39391, droprate = "1%" }; --Heinous Mail Chestguard
- [4] = { itemID = 39379, droprate = "0%" }; --Spectral Rider's Girdle
- [5] = { itemID = 39345, droprate = "0%" }; --Girdle of the Ascended Phantom
- [6] = { itemID = 39369, droprate = "0%" }; --Sabatons of Deathlike Gloom
- [7] = { itemID = 39392, droprate = "0%" }; --Veiled Amulet of Life
- [8] = { itemID = 39389, droprate = "0%" }; --Signet of the Malevolent
- [9] = { itemID = 39388, droprate = "0%" }; --Spirit-World Glass
- [10] = { itemID = 39344, droprate = "0%" }; --Slayer of the Lifeless
+ [1] = { itemID = 39390 }; --Resurgent Phantom Bindings
+ [2] = { itemID = 39386 }; --Tunic of Dislocation
+ [3] = { itemID = 39391 }; --Heinous Mail Chestguard
+ [4] = { itemID = 39379 }; --Spectral Rider's Girdle
+ [5] = { itemID = 39345 }; --Girdle of the Ascended Phantom
+ [6] = { itemID = 39369 }; --Sabatons of Deathlike Gloom
+ [7] = { itemID = 39392 }; --Veiled Amulet of Life
+ [8] = { itemID = 39389 }; --Signet of the Malevolent
+ [9] = { itemID = 39388 }; --Spirit-World Glass
+ [10] = { itemID = 39344 }; --Slayer of the Lifeless
};
{
Name = BabbleBoss["Gothik the Harvester"];
- [1] = { itemID = 40250, desc = "-q4-Aged Winter Cloak", droprate = "1%" };
- [2] = { itemID = 40254, droprate = "1%" }; --Cloak of Averted Crisis
- [3] = { itemID = 40252, droprate = "1%" }; --Cloak of the Shadowed Sun
- [4] = { itemID = 40253, droprate = "1%" }; --Shawl of the Old Maid
- [5] = { itemID = 40251, droprate = "1%" }; --Shroud of Luminosity
- [6] = { itemID = 40339, droprate = "9%" }; --Gothik's Cowl
- [7] = { itemID = 40338, droprate = "9%" }; --Bindings of Yearning
+ [1] = { itemID = 40250, desc = "-q4-Aged Winter Cloak" };
+ [2] = { itemID = 40254 }; --Cloak of Averted Crisis
+ [3] = { itemID = 40252 }; --Cloak of the Shadowed Sun
+ [4] = { itemID = 40253 }; --Shawl of the Old Maid
+ [5] = { itemID = 40251 }; --Shroud of Luminosity
+ [6] = { itemID = 40339 }; --Gothik's Cowl
+ [7] = { itemID = 40338 }; --Bindings of Yearning
[8] = { itemID = 40329 }; --Hood of the Exodus
[9] = { itemID = 40341 }; --Shackled Cinch
[10] = { itemID = 40333 }; --Leggings of Fleeting Moments
@@ -3694,225 +3694,225 @@ AtlasLoot_Data["Naxxramas80"] = {
[12] = { itemID = 40331 }; --Leggings of Failed Escape
[13] = { itemID = 40328 }; --Helm of Vital Protection
[14] = { itemID = 40334 }; --Burdened Shoulderplates
- [15] = { itemID = 40332, droprate = "9%" }; --Abetment Bracers
+ [15] = { itemID = 40332 }; --Abetment Bracers
[16] = { itemID = 40330 }; --Bracers of Unrelenting Attack
- [17] = { itemID = 40257, droprate = "1%" }; --Defender's Code
- [18] = { itemID = 40255, droprate = "1%" }; --Dying Curse
- [19] = { itemID = 40258, droprate = "1%" }; --Forethought Talisman
- [20] = { itemID = 40256, droprate = "1%" }; --Grim Toll
+ [17] = { itemID = 40257 }; --Defender's Code
+ [18] = { itemID = 40255 }; --Dying Curse
+ [19] = { itemID = 40258 }; --Forethought Talisman
+ [20] = { itemID = 40256 }; --Grim Toll
[21] = { itemID = 40342 }; --Idol of Awakening
- [22] = { itemID = 40337, droprate = "9%" }; --Libram of Resurgence
- [23] = { itemID = 40336, droprate = "9%" }; --Life and Death
+ [22] = { itemID = 40337 }; --Libram of Resurgence
+ [23] = { itemID = 40336 }; --Life and Death
[24] = { itemID = 40335 }; --Touch of Horror
};
{
Name = BabbleBoss["The Four Horsemen"];
- [1] = { itemID = 39396, droprate = "2%" }; --Gown of Blaumeux
- [2] = { itemID = 39397, droprate = "2%" }; --Pauldrons of Havoc
- [3] = { itemID = 39395, droprate = "2%" }; --Thane's Tainted Greathelm
- [4] = { itemID = 39393, droprate = "2%" }; --Claymore of Ancient Power
- [5] = { itemID = 39394, droprate = "2%" }; --Charmed Cierge
- [16] = { itemID = 40610, droprate = "8%" }; --Chestguard of the Lost Conqueror
- [17] = { itemID = 40611, droprate = "9%" }; --Chestguard of the Lost Protector
- [18] = { itemID = 40612, droprate = "5%" }; --Chestguard of the Lost Vanquisher
+ [1] = { itemID = 39396 }; --Gown of Blaumeux
+ [2] = { itemID = 39397 }; --Pauldrons of Havoc
+ [3] = { itemID = 39395 }; --Thane's Tainted Greathelm
+ [4] = { itemID = 39393 }; --Claymore of Ancient Power
+ [5] = { itemID = 39394 }; --Charmed Cierge
+ [16] = { itemID = 40610 }; --Chestguard of the Lost Conqueror
+ [17] = { itemID = 40611 }; --Chestguard of the Lost Protector
+ [18] = { itemID = 40612 }; --Chestguard of the Lost Vanquisher
};
{
Name = BabbleBoss["The Four Horsemen"];
- [1] = { itemID = 40349, droprate = "1%" }; --Gloves of Peaceful Death
- [2] = { itemID = 40344, droprate = "0%" }; --Helm of the Grave
- [3] = { itemID = 40352, droprate = "0%" }; --Leggings of Voracious Shadows
+ [1] = { itemID = 40349 }; --Gloves of Peaceful Death
+ [2] = { itemID = 40344 }; --Helm of the Grave
+ [3] = { itemID = 40352 }; --Leggings of Voracious Shadows
[4] = { itemID = 40347 }; --Zeliek's Gauntlets
- [5] = { itemID = 40350, droprate = "0%" }; --Urn of Lost Memories
- [6] = { itemID = 40345, droprate = "0%" }; --Broken Promise
+ [5] = { itemID = 40350 }; --Urn of Lost Memories
+ [6] = { itemID = 40345 }; --Broken Promise
[8] = { itemID = 40343 }; --Armageddon
- [7] = { itemID = 40348, droprate = "0%" }; --Damnation
- [9] = { itemID = 40346, droprate = "0%" }; --Final Voyage
- [16] = { itemID = 40625, droprate = "0%" }; --Breastplate of the Lost Conqueror
- [17] = { itemID = 40626, droprate = "0%" }; --Breastplate of the Lost Protector
- [18] = { itemID = 40627, droprate = "0%" }; --Breastplate of the Lost Vanquisher
+ [7] = { itemID = 40348 }; --Damnation
+ [9] = { itemID = 40346 }; --Final Voyage
+ [16] = { itemID = 40625 }; --Breastplate of the Lost Conqueror
+ [17] = { itemID = 40626 }; --Breastplate of the Lost Protector
+ [18] = { itemID = 40627 }; --Breastplate of the Lost Vanquisher
};
{
Name = BabbleBoss["Noth the Plaguebringer"];
- [1] = { itemID = 39241, droprate = "0%" }; --Dark Shroud of the Scourge
- [2] = { itemID = 39242, droprate = "0%" }; --Robes of Hoarse Breaths
- [3] = { itemID = 39240, droprate = "0%" }; --Noth's Curse
- [4] = { itemID = 39237, droprate = "0%" }; --Spaulders of Resumed Battle
- [5] = { itemID = 39243, droprate = "0%" }; --Handgrips of the Foredoomed
- [6] = { itemID = 39236, droprate = "0%" }; --Trespasser's Boots
- [7] = { itemID = 39239, droprate = "0%" }; --Chestplate of the Risen Soldier
- [8] = { itemID = 39235, droprate = "0%" }; --Bone-Framed Bracers
- [9] = { itemID = 39234, droprate = "0%" }; --Plague-Impervious Boots
- [10] = { itemID = 39244, droprate = "0%" }; --Ring of the Fated
+ [1] = { itemID = 39241 }; --Dark Shroud of the Scourge
+ [2] = { itemID = 39242 }; --Robes of Hoarse Breaths
+ [3] = { itemID = 39240 }; --Noth's Curse
+ [4] = { itemID = 39237 }; --Spaulders of Resumed Battle
+ [5] = { itemID = 39243 }; --Handgrips of the Foredoomed
+ [6] = { itemID = 39236 }; --Trespasser's Boots
+ [7] = { itemID = 39239 }; --Chestplate of the Risen Soldier
+ [8] = { itemID = 39235 }; --Bone-Framed Bracers
+ [9] = { itemID = 39234 }; --Plague-Impervious Boots
+ [10] = { itemID = 39244 }; --Ring of the Fated
};
{
Name = BabbleBoss["Noth the Plaguebringer"];
- [1] = { itemID = 40602, droprate = "9%" }; --Robes of Mutation
+ [1] = { itemID = 40602 }; --Robes of Mutation
[2] = { itemID = 40198 }; --Bands of Impurity
[3] = { itemID = 40197 }; --Gloves of the Fallen Wizard
[4] = { itemID = 40186 }; --Thrusting Bands
[5] = { itemID = 40200 }; --Belt of Potent Chanting
- [6] = { itemID = 40193, droprate = "0%" }; --Tunic of Masked Suffering
+ [6] = { itemID = 40193 }; --Tunic of Masked Suffering
[7] = { itemID = 40196 }; --Legguards of the Undisturbed
[8] = { itemID = 40184 }; --Crippled Treads
[9] = { itemID = 40185 }; --Shoulderguards of Opportunity
[10] = { itemID = 40188 }; --Gauntlets of the Disobediant
[11] = { itemID = 40187 }; --Poignant Sabatons
- [12] = { itemID = 40071, droprate = "1%" }; --Chains of Adoration
- [13] = { itemID = 40065, droprate = "1%" }; --Fool's Trial
- [14] = { itemID = 40069, droprate = "1%" }; --Heritage
- [15] = { itemID = 40064, droprate = "1%" }; --Thunderstorm Amulet
- [16] = { itemID = 40080, droprate = "1%" }; --Lost Jewel
- [17] = { itemID = 40075, droprate = "1%" }; --Ruthlessness
- [18] = { itemID = 40107, droprate = "1%" }; --Sand-Worn Band
- [29] = { itemID = 40074, droprate = "2%" }; --Strong-Handed Ring
+ [12] = { itemID = 40071 }; --Chains of Adoration
+ [13] = { itemID = 40065 }; --Fool's Trial
+ [14] = { itemID = 40069 }; --Heritage
+ [15] = { itemID = 40064 }; --Thunderstorm Amulet
+ [16] = { itemID = 40080 }; --Lost Jewel
+ [17] = { itemID = 40075 }; --Ruthlessness
+ [18] = { itemID = 40107 }; --Sand-Worn Band
+ [29] = { itemID = 40074 }; --Strong-Handed Ring
[20] = { itemID = 40192 }; --Accursed Spine
[21] = { itemID = 40191 }; --Libram of Radiance
- [22] = { itemID = 40189, droprate = "9%" }; --Angry Dread
+ [22] = { itemID = 40189 }; --Angry Dread
[23] = { itemID = 40190 }; --Spinning Fate
};
{
Name = BabbleBoss["Heigan the Unclean"];
[1] = { itemID = 39252 }; --Preceptor's Bindings
- [2] = { itemID = 39254, droprate = "0%" }; --Saltarello Shoes
+ [2] = { itemID = 39254 }; --Saltarello Shoes
[3] = { itemID = 39247 }; --Cuffs of Dark Shadows
- [4] = { itemID = 39248, droprate = "0%" }; --Tunic of the Lost Pack
- [5] = { itemID = 39251, droprate = "0%" }; --Necrogenic Belt
+ [4] = { itemID = 39248 }; --Tunic of the Lost Pack
+ [5] = { itemID = 39251 }; --Necrogenic Belt
[6] = { itemID = 39249 }; --Shoulderplates of Bloodshed
[7] = { itemID = 39246 }; --Amulet of Autopsy
- [8] = { itemID = 39250, droprate = "0%" }; --Ring of Holy Cleansing
+ [8] = { itemID = 39250 }; --Ring of Holy Cleansing
[9] = { itemID = 39245 }; --Demise
[10] = { itemID = 39255 }; --Staff of the Plague Beast
};
{
Name = BabbleBoss["Heigan the Unclean"];
- [1] = { itemID = 40250, droprate = "1%" }; --Aged Winter Cloak
- [2] = { itemID = 40254, droprate = "1%" }; --Cloak of Averted Crisis
- [3] = { itemID = 40252, droprate = "1%" }; --Cloak of the Shadowed Sun
- [4] = { itemID = 40253, droprate = "1%" }; --Shawl of the Old Maid
- [5] = { itemID = 40251, droprate = "1%" }; --Shroud of Luminosity
+ [1] = { itemID = 40250 }; --Aged Winter Cloak
+ [2] = { itemID = 40254 }; --Cloak of Averted Crisis
+ [3] = { itemID = 40252 }; --Cloak of the Shadowed Sun
+ [4] = { itemID = 40253 }; --Shawl of the Old Maid
+ [5] = { itemID = 40251 }; --Shroud of Luminosity
[6] = { itemID = 40234 }; --Heigan's Putrid Vestments
- [7] = { itemID = 40236, droprate = "9%" }; --Serene Echoes
+ [7] = { itemID = 40236 }; --Serene Echoes
[8] = { itemID = 40238 }; --Gloves of the Dancing Bear
[9] = { itemID = 40205 }; --Stalk-Skin Belt
- [10] = { itemID = 40235, droprate = "0%" }; --Helm of Pilgrimage
+ [10] = { itemID = 40235 }; --Helm of Pilgrimage
[11] = { itemID = 40209 }; --Bindings of the Decrepit
[12] = { itemID = 40201 }; --Leggings of Colossal Strides
- [13] = { itemID = 40237, droprate = "0%" }; --Eruption-Scared Boots
- [14] = { itemID = 40203, droprate = "8%" }; --Breastplate of Tormented Rage
+ [13] = { itemID = 40237 }; --Eruption-Scared Boots
+ [14] = { itemID = 40203 }; --Breastplate of Tormented Rage
[15] = { itemID = 40210 }; --Chestguard of Bitter Charms
[16] = { itemID = 40204 }; --Legguards of the Apostle
[17] = { itemID = 40206 }; --Iron-Spring Jumpers
- [18] = { itemID = 40257, droprate = "1%" }; --Defender's Code
- [19] = { itemID = 40255, droprate = "1%" }; --Dying Curse
- [20] = { itemID = 40258, droprate = "1%" }; --Forethought Talisman
- [21] = { itemID = 40256, droprate = "1%" }; --Grim Toll
+ [18] = { itemID = 40257 }; --Defender's Code
+ [19] = { itemID = 40255 }; --Dying Curse
+ [20] = { itemID = 40258 }; --Forethought Talisman
+ [21] = { itemID = 40256 }; --Grim Toll
[22] = { itemID = 40207 }; --Sigil of Awareness
- [23] = { itemID = 40208, droprate = "0%" }; --Cryptfiend's Bite
+ [23] = { itemID = 40208 }; --Cryptfiend's Bite
[24] = { itemID = 40233 }; --The Undeath Carrier
};
{
Name = BabbleBoss["Loatheb"];
- [1] = { itemID = 39259, droprate = "0%" }; --Fungi-Stained Coverings
- [2] = { itemID = 39260, droprate = "0%" }; --Helm of the Corrupted Mind
- [3] = { itemID = 39258, droprate = "0%" }; --Legplates of Inescapable Death
- [4] = { itemID = 39257, droprate = "0%" }; --Loatheb's Shadow
- [5] = { itemID = 39256, droprate = "0%" }; --Sulfur Stave
- [16] = { itemID = 40622, droprate = "9%" }; --Spaulders of the Lost Conqueror
- [17] = { itemID = 40623, droprate = "0%" }; --Spaulders of the Lost Protector
- [18] = { itemID = 40624, droprate = "8%" }; --Spaulders of the Lost Vanquisher
+ [1] = { itemID = 39259 }; --Fungi-Stained Coverings
+ [2] = { itemID = 39260 }; --Helm of the Corrupted Mind
+ [3] = { itemID = 39258 }; --Legplates of Inescapable Death
+ [4] = { itemID = 39257 }; --Loatheb's Shadow
+ [5] = { itemID = 39256 }; --Sulfur Stave
+ [16] = { itemID = 40622 }; --Spaulders of the Lost Conqueror
+ [17] = { itemID = 40623 }; --Spaulders of the Lost Protector
+ [18] = { itemID = 40624 }; --Spaulders of the Lost Vanquisher
};
{
Name = BabbleBoss["Loatheb"];
[1] = { itemID = 40247 }; --Cowl of Innocent Delight
[2] = { itemID = 40246 }; --Boots of Impetuous Ideals
- [3] = { itemID = 40249, droprate = "0%" }; --Vest of Vitality
- [4] = { itemID = 40243, droprate = "0%" }; --Footwraps of Vile Deceit
- [5] = { itemID = 40242, droprate = "9%" }; --Grotesque Handgrips
- [6] = { itemID = 40241, droprate = "0%" }; --Girdle of Unity
+ [3] = { itemID = 40249 }; --Vest of Vitality
+ [4] = { itemID = 40243 }; --Footwraps of Vile Deceit
+ [5] = { itemID = 40242 }; --Grotesque Handgrips
+ [6] = { itemID = 40241 }; --Girdle of Unity
[7] = { itemID = 40240 }; --Greaves of Turbulence
- [8] = { itemID = 40244, droprate = "0%" }; --The Impossible Dream
- [9] = { itemID = 40239, droprate = "9%" }; --The Hand of Nerub
- [10] = { itemID = 40245, droprate = "0%" }; --Fading Glow
- [16] = { itemID = 40637, droprate = "7%" }; --Mantle of the Lost Conqueror
- [17] = { itemID = 40638, droprate = "8%" }; --Mantle of the Lost Protector
- [18] = { itemID = 40639, droprate = "6%" }; --Mantle of the Lost Vanquisher
+ [8] = { itemID = 40244 }; --The Impossible Dream
+ [9] = { itemID = 40239 }; --The Hand of Nerub
+ [10] = { itemID = 40245 }; --Fading Glow
+ [16] = { itemID = 40637 }; --Mantle of the Lost Conqueror
+ [17] = { itemID = 40638 }; --Mantle of the Lost Protector
+ [18] = { itemID = 40639 }; --Mantle of the Lost Vanquisher
};
{
Name = BabbleBoss["Sapphiron"];
- [1] = { itemID = 39415, droprate = "9%" }; --Shroud of the Citadel
- [2] = { itemID = 39404, droprate = "8%" }; --Cloak of Mastery
- [3] = { itemID = 39409, droprate = "8%" }; --Cowl of Winged Fear
- [4] = { itemID = 39408, droprate = "9%" }; --Leggings of Sapphiron
- [5] = { itemID = 39399, droprate = "7%" }; --Helm of the Vast Legions
- [6] = { itemID = 39405, droprate = "8%" }; --Helmet of the Inner Sanctum
- [7] = { itemID = 39403, droprate = "7%" }; --Helm of the Unsubmissive
- [8] = { itemID = 39398, droprate = "9%" }; --Massive Skeletal Ribcage
- [9] = { itemID = 39401, droprate = "9%" }; --Circle of Death
- [10] = { itemID = 39407, droprate = "8%" }; --Circle of Life
- [11] = { itemID = 44569, droprate = "1%" }; --Key to the Focusing Iris
+ [1] = { itemID = 39415 }; --Shroud of the Citadel
+ [2] = { itemID = 39404 }; --Cloak of Mastery
+ [3] = { itemID = 39409 }; --Cowl of Winged Fear
+ [4] = { itemID = 39408 }; --Leggings of Sapphiron
+ [5] = { itemID = 39399 }; --Helm of the Vast Legions
+ [6] = { itemID = 39405 }; --Helmet of the Inner Sanctum
+ [7] = { itemID = 39403 }; --Helm of the Unsubmissive
+ [8] = { itemID = 39398 }; --Massive Skeletal Ribcage
+ [9] = { itemID = 39401 }; --Circle of Death
+ [10] = { itemID = 39407 }; --Circle of Life
+ [11] = { itemID = 44569 }; --Key to the Focusing Iris
[12] = { itemID = 44582 }; --Key to the Focusing Iris
};
{
Name = BabbleBoss["Sapphiron"];
- [1] = { itemID = 40381, droprate = "9%" }; --Sympathy
- [2] = { itemID = 40380, droprate = "8%" }; --Gloves of Grandeur
- [3] = { itemID = 40376, droprate = "9%" }; --Legwraps of the Defeated Dragon
- [4] = { itemID = 40362, droprate = "7%" }; --Gloves of Fast Reactions
- [5] = { itemID = 40379, droprate = "9%" }; --Legguards of the Boneyard
- [6] = { itemID = 40367, droprate = "8%" }; --Boots of the Great Construct
- [7] = { itemID = 40366, droprate = "8%" }; --Platehelm of the Great Wyrm
- [8] = { itemID = 40377, droprate = "8%" }; --Noble Birthright Pauldrons
- [9] = { itemID = 40365, droprate = "9%" }; --Breastplate of Frozen Pain
- [10] = { itemID = 40363, droprate = "8%" }; -- Bone-Inlaid Legguards
- [11] = { itemID = 40378, droprate = "9%" }; --Ceaseless Pity
- [12] = { itemID = 40374, droprate = "9%" }; --Cosmic Lights
- [13] = { itemID = 40369, droprate = "8%" }; --Icy Blast Amulet
- [14] = { itemID = 40370, droprate = "8%" }; --Gatekeeper
- [15] = { itemID = 40375, droprate = "0%" }; --Ring of Decaying Beauty
- [16] = { itemID = 40371, droprate = "8%" }; --Bandit's Insignia
- [17] = { itemID = 40373, droprate = "8%" }; --Extract of Necromatic Power
- [18] = { itemID = 40372, droprate = "9%" }; --Rune of Repulsion
- [19] = { itemID = 40382, droprate = "0%" }; --Soul of the Dead
- [20] = { itemID = 40368, droprate = "9%" }; --Murder
- [22] = { itemID = 44577, droprate = "2%" }; --Heroic Key to the Focusing Iris
+ [1] = { itemID = 40381 }; --Sympathy
+ [2] = { itemID = 40380 }; --Gloves of Grandeur
+ [3] = { itemID = 40376 }; --Legwraps of the Defeated Dragon
+ [4] = { itemID = 40362 }; --Gloves of Fast Reactions
+ [5] = { itemID = 40379 }; --Legguards of the Boneyard
+ [6] = { itemID = 40367 }; --Boots of the Great Construct
+ [7] = { itemID = 40366 }; --Platehelm of the Great Wyrm
+ [8] = { itemID = 40377 }; --Noble Birthright Pauldrons
+ [9] = { itemID = 40365 }; --Breastplate of Frozen Pain
+ [10] = { itemID = 40363 }; -- Bone-Inlaid Legguards
+ [11] = { itemID = 40378 }; --Ceaseless Pity
+ [12] = { itemID = 40374 }; --Cosmic Lights
+ [13] = { itemID = 40369 }; --Icy Blast Amulet
+ [14] = { itemID = 40370 }; --Gatekeeper
+ [15] = { itemID = 40375 }; --Ring of Decaying Beauty
+ [16] = { itemID = 40371 }; --Bandit's Insignia
+ [17] = { itemID = 40373 }; --Extract of Necromatic Power
+ [18] = { itemID = 40372 }; --Rune of Repulsion
+ [19] = { itemID = 40382 }; --Soul of the Dead
+ [20] = { itemID = 40368 }; --Murder
+ [22] = { itemID = 44577 }; --Heroic Key to the Focusing Iris
[23] = { itemID = 44581 }; --Heroic Key to the Focusing Iris
};
{
Name = BabbleBoss["Kel'Thuzad"];
- [1] = { itemID = 39425, droprate = "9%" }; --Cloak of the Dying
- [2] = { itemID = 39421, droprate = "9%" }; --Gem of Imprisoned Vassals
- [3] = { itemID = 39416, droprate = "8%" }; --Kel'Thuzad's Reach
- [4] = { itemID = 39424, droprate = "9%" }; --The Soulblade
- [5] = { itemID = 39420, droprate = "8%" }; --Anarchy
- [6] = { itemID = 39417, droprate = "8%" }; --Death's Bite
- [7] = { itemID = 39423, droprate = "8%" }; --Hammer of the Astral Plane
- [8] = { itemID = 39422, droprate = "9%" }; --Staff of the Plaguehound
- [9] = { itemID = 39426, droprate = "9%" }; --Wand of the Archlich
- [10] = { itemID = 39419, droprate = "9%" }; --Nerubian Conquerer
- [16] = { itemID = 40616, droprate = "8%" }; --Helm of the Lost Conqueror
- [17] = { itemID = 40617, droprate = "8%" }; --Helm of the Lost Protector
- [18] = { itemID = 40618, droprate = "8%" }; --Helm of the Lost Vanquisher
+ [1] = { itemID = 39425 }; --Cloak of the Dying
+ [2] = { itemID = 39421 }; --Gem of Imprisoned Vassals
+ [3] = { itemID = 39416 }; --Kel'Thuzad's Reach
+ [4] = { itemID = 39424 }; --The Soulblade
+ [5] = { itemID = 39420 }; --Anarchy
+ [6] = { itemID = 39417 }; --Death's Bite
+ [7] = { itemID = 39423 }; --Hammer of the Astral Plane
+ [8] = { itemID = 39422 }; --Staff of the Plaguehound
+ [9] = { itemID = 39426 }; --Wand of the Archlich
+ [10] = { itemID = 39419 }; --Nerubian Conquerer
+ [16] = { itemID = 40616 }; --Helm of the Lost Conqueror
+ [17] = { itemID = 40617 }; --Helm of the Lost Protector
+ [18] = { itemID = 40618 }; --Helm of the Lost Vanquisher
};
{
Name = BabbleBoss["Kel'Thuzad"];
- [1] = { itemID = 40405, droprate = "8%" }; --Cape of the Unworthy Wizard
- [2] = { itemID = 40403, droprate = "8%" }; --Drape of the Deadly Foe
- [3] = { itemID = 40398, droprate = "8%" }; --Leggings of Mortal Arrogance
- [4] = { itemID = 40387, droprate = "8%" }; --Boundless Ambition
- [5] = { itemID = 40399, droprate = "7%" }; --Signet of Manifested Pain
- [6] = { itemID = 40383, droprate = "8%" }; --Calamity's Grasp
- [7] = { itemID = 40386, droprate = "7%" }; --Sinister Revenge
- [8] = { itemID = 40396, droprate = "8%" }; --The Turning Tide
- [9] = { itemID = 40402, droprate = "8%" }; --Last Laugh
- [10] = { itemID = 40384, droprate = "7%" }; --Betrayer of Humanity
- [11] = { itemID = 40395, droprate = "8%" }; --Torch of Holy Fire
- [12] = { itemID = 40388, droprate = "8%" }; --Journey's End
- [13] = { itemID = 40401, droprate = "7%" }; --Voice of Reason
- [14] = { itemID = 40400, droprate = "8%" }; --Wall of Terror
- [15] = { itemID = 40385, droprate = "7%" }; --Envoy of Mortality
- [16] = { itemID = 40631, droprate = "4%" }; --Crown of the Lost Conqueror
- [17] = { itemID = 40632, droprate = "7%" }; --Crown of the Lost Protector
- [18] = { itemID = 40633, droprate = "3%" }; --Crown of the Lost Vanquisher
+ [1] = { itemID = 40405 }; --Cape of the Unworthy Wizard
+ [2] = { itemID = 40403 }; --Drape of the Deadly Foe
+ [3] = { itemID = 40398 }; --Leggings of Mortal Arrogance
+ [4] = { itemID = 40387 }; --Boundless Ambition
+ [5] = { itemID = 40399 }; --Signet of Manifested Pain
+ [6] = { itemID = 40383 }; --Calamity's Grasp
+ [7] = { itemID = 40386 }; --Sinister Revenge
+ [8] = { itemID = 40396 }; --The Turning Tide
+ [9] = { itemID = 40402 }; --Last Laugh
+ [10] = { itemID = 40384 }; --Betrayer of Humanity
+ [11] = { itemID = 40395 }; --Torch of Holy Fire
+ [12] = { itemID = 40388 }; --Journey's End
+ [13] = { itemID = 40401 }; --Voice of Reason
+ [14] = { itemID = 40400 }; --Wall of Terror
+ [15] = { itemID = 40385 }; --Envoy of Mortality
+ [16] = { itemID = 40631 }; --Crown of the Lost Conqueror
+ [17] = { itemID = 40632 }; --Crown of the Lost Protector
+ [18] = { itemID = 40633 }; --Crown of the Lost Vanquisher
};
{
Name = AL["Trash Mobs"];
@@ -3945,62 +3945,62 @@ AtlasLoot_Data["Sartharion"] = {
Type = "WrathRaid";
{
Name = BabbleBoss["Sartharion"];
- [1] = { itemID = 40428, droprate = "8%" }; --Titan's Outlook
- [2] = { itemID = 40427, droprate = "8%" }; --Circle of Arcane Streams
- [3] = { itemID = 40426, droprate = "9%" }; --Signet of the Accord
+ [1] = { itemID = 40428 }; --Titan's Outlook
+ [2] = { itemID = 40427 }; --Circle of Arcane Streams
+ [3] = { itemID = 40426 }; --Signet of the Accord
[4] = { itemID = 40433 }; --Wyrmrest Band
- [5] = { itemID = 40430, droprate = "8%" }; --Majestic Dragon Figurine
- [6] = { itemID = 40429, droprate = "8%" }; --Crimson Steel
- [7] = { itemID = 43345, droprate = "00%" }; --Dragon Hide Bag
- [8] = { itemID = 43347, droprate = "00%" }; --Satchel of Spoils
- [10] = { icon = "INV_Box_01", name = "=q6=" .. AL["Bonus Loot"], desc = "=q5=" .. AL["One Drake Left"] };
+ [5] = { itemID = 40430 }; --Majestic Dragon Figurine
+ [6] = { itemID = 40429 }; --Crimson Steel
+ [7] = { itemID = 43345 }; --Dragon Hide Bag
+ [8] = { itemID = 43347 }; --Satchel of Spoils
+ [10] = { icon = "INV_Box_01", name = WHITE.. AL["Bonus Loot"], desc = "=q5=" .. AL["One Drake Left"] };
[11] = { itemID = 43988 }; --Gale-Proof Cloak
[12] = { itemID = 43990 }; --Blade-Scarred Tunic
[13] = { itemID = 43991 }; --Legguards of Composure
[14] = { itemID = 43989 }; --Remembrance Girdle
[15] = { itemID = 43992 }; --Volitant Amulet
- [16] = { itemID = 40613, droprate = "8%" }; --Gloves of the Lost Conqueror
- [17] = { itemID = 40614, droprate = "9%" }; --Gloves of the Lost Protector
- [18] = { itemID = 40615, droprate = "7%" }; --Gloves of the Lost Vanquisher
- [20] = { icon = "INV_Box_01", name = "=q6=" .. AL["Bonus Loot"], desc = "=q5=" .. AL["Two Drakes Left"] };
- [21] = { itemID = 43995, droprate = ".00%" }; --Enamored Cowl
+ [16] = { itemID = 40613 }; --Gloves of the Lost Conqueror
+ [17] = { itemID = 40614 }; --Gloves of the Lost Protector
+ [18] = { itemID = 40615 }; --Gloves of the Lost Vanquisher
+ [20] = { icon = "INV_Box_01", name = WHITE.. AL["Bonus Loot"], desc = "=q5=" .. AL["Two Drakes Left"] };
+ [21] = { itemID = 43995 }; --Enamored Cowl
[22] = { itemID = 43998 }; --Chestguard of Flagrant Prowess
[23] = { itemID = 43996 }; --Sabatons of Firmament
[24] = { itemID = 43994 }; --Belabored Legplates
[25] = { itemID = 43993 }; --Greatring of Collision
- [27] = { icon = "INV_Box_01", name = "=q6=" .. AL["Bonus Loot"], desc = "=q5=" .. AL["Three Drakes Left"] };
- [28] = { itemID = 43986, droprate = "00%" }; --Reins of the Black Drake
+ [27] = { icon = "INV_Box_01", name = WHITE.. AL["Bonus Loot"], desc = "=q5=" .. AL["Three Drakes Left"] };
+ [28] = { itemID = 43986 }; --Reins of the Black Drake
};
{
Name = BabbleBoss["Sartharion"];
- [1] = { itemID = 40437, droprate = "6%" }; --Concealment Shoulderpads
- [2] = { itemID = 40439, droprate = "9%" }; --Mantle of the Eternal Sentinel
- [3] = { itemID = 40451, droprate = "6%" }; --Hyaline Helm of the Sniper
- [4] = { itemID = 40438, droprate = "9%" }; --Council Chamber Epaulets
- [5] = { itemID = 40453, droprate = "7%" }; --Chestplate of the Great Aspects
- [6] = { itemID = 40446, droprate = "7%" }; --Dragon Brood Legguards
+ [1] = { itemID = 40437 }; --Concealment Shoulderpads
+ [2] = { itemID = 40439 }; --Mantle of the Eternal Sentinel
+ [3] = { itemID = 40451 }; --Hyaline Helm of the Sniper
+ [4] = { itemID = 40438 }; --Council Chamber Epaulets
+ [5] = { itemID = 40453 }; --Chestplate of the Great Aspects
+ [6] = { itemID = 40446 }; --Dragon Brood Legguards
[7] = { itemID = 40433 }; --Wyrmrest Band
- [8] = { itemID = 40431, droprate = "7%" }; --Fury of the Five Flights
- [9] = { itemID = 40432, droprate = "9%" }; --Illustration of the Dragon Soul
- [10] = { itemID = 40455, droprate = "9%" }; --Staff of Restraint
- [11] = { itemID = 43345, droprate = "00%" }; --Dragon Hide Bag
- [12] = { itemID = 43346, droprate = "00%" }; --Large Satchel of Spoils
- [13] = { itemID = 40628, droprate = "1%" }; --Gauntlets of the Lost Conqueror
- [14] = { itemID = 40629, droprate = "3%" }; --Gauntlets of the Lost Protector
- [15] = { itemID = 40630, droprate = "7%" }; --Gauntlets of the Lost Vanquisher
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["Bonus Loot"], desc = "=q5=" .. AL["One Drake Left"] };
+ [8] = { itemID = 40431 }; --Fury of the Five Flights
+ [9] = { itemID = 40432 }; --Illustration of the Dragon Soul
+ [10] = { itemID = 40455 }; --Staff of Restraint
+ [11] = { itemID = 43345 }; --Dragon Hide Bag
+ [12] = { itemID = 43346 }; --Large Satchel of Spoils
+ [13] = { itemID = 40628 }; --Gauntlets of the Lost Conqueror
+ [14] = { itemID = 40629 }; --Gauntlets of the Lost Protector
+ [15] = { itemID = 40630 }; --Gauntlets of the Lost Vanquisher
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["Bonus Loot"], desc = "=q5=" .. AL["One Drake Left"] };
[17] = { itemID = 44002 }; --The Sanctum's Flowing Vestments
[18] = { itemID = 44003 }; --Upstanding Spaulders
[19] = { itemID = 44004 }; --Bountiful Gauntlets
[20] = { itemID = 44000 }; --Dragonstorm Breastplate
- [22] = { icon = "INV_Box_01", name = "=q6=" .. AL["Bonus Loot"], desc = "=q5=" .. AL["Two Drakes Left"] };
+ [22] = { icon = "INV_Box_01", name = WHITE.. AL["Bonus Loot"], desc = "=q5=" .. AL["Two Drakes Left"] };
[23] = { itemID = 44005 }; --Pennant Cloak
[24] = { itemID = 44008 }; --Unsullied Cuffs
[25] = { itemID = 44007 }; --Headpiece of Reconciliation
[26] = { itemID = 44011 }; --Leggings of the Honored
[27] = { itemID = 44006 }; --Obsidian Greathelm
- [29] = { icon = "INV_Box_01", name = "=q6=" .. AL["Bonus Loot"], desc = "=q5=" .. AL["Three Drakes Left"] };
- [30] = { itemID = 43954, droprate = "00%" }; --Reins of the Twilight Drake
+ [29] = { icon = "INV_Box_01", name = WHITE.. AL["Bonus Loot"], desc = "=q5=" .. AL["Three Drakes Left"] };
+ [30] = { itemID = 43954 }; --Reins of the Twilight Drake
};
};
---------------------------
@@ -4013,19 +4013,19 @@ AtlasLoot_Data["Malygos"] = {
Type = "WrathRaid";
{
Name = BabbleBoss["Malygos"];
- [1] = { itemID = 40526, droprate = "2%" }; --Gown of the Spell-Weaver
- [2] = { itemID = 40519, droprate = "2%" }; --Footsteps of Malygos
- [3] = { itemID = 40511, droprate = "3%" }; --Focusing Energy Epaulets
- [4] = { itemID = 40486, droprate = "2%" }; --Necklace of the Glittering Chamber
- [5] = { itemID = 40474, droprate = "0%" }; --Surge Needle Ring
- [6] = { itemID = 40491, droprate = "1%" }; --Hailstorm
- [7] = { itemID = 40488, droprate = "2%" }; --Ice Spire Scepter
- [8] = { itemID = 40489, droprate = "2%" }; --Greatstaff of the Nexus
- [9] = { itemID = 40497, droprate = "0%" }; --Black Ice
- [10] = { itemID = 40475, droprate = "1%" }; --Barricade of Eternity
+ [1] = { itemID = 40526 }; --Gown of the Spell-Weaver
+ [2] = { itemID = 40519 }; --Footsteps of Malygos
+ [3] = { itemID = 40511 }; --Focusing Energy Epaulets
+ [4] = { itemID = 40486 }; --Necklace of the Glittering Chamber
+ [5] = { itemID = 40474 }; --Surge Needle Ring
+ [6] = { itemID = 40491 }; --Hailstorm
+ [7] = { itemID = 40488 }; --Ice Spire Scepter
+ [8] = { itemID = 40489 }; --Greatstaff of the Nexus
+ [9] = { itemID = 40497 }; --Black Ice
+ [10] = { itemID = 40475 }; --Barricade of Eternity
[11] = { itemID = 43952 }; --Reins of the Azure Drake
- [13] = { itemID = 44569, droprate = "1%" }; --Key to the Focusing Iris
- [16] = { itemID = 44650, droprate = "00%" }; --Heart of Magic
+ [13] = { itemID = 44569 }; --Key to the Focusing Iris
+ [16] = { itemID = 44650 }; --Heart of Magic
[17] = { itemID = 44658 }; --Chain of the Ancient Wyrm
[18] = { itemID = 44660 }; --Drakescale Collar
[19] = { itemID = 44659 }; --Pendant of the Dragonsworn
@@ -4037,25 +4037,25 @@ AtlasLoot_Data["Malygos"] = {
[2] = { itemID = 40555 }; --Mantle of Dissemination
[3] = { itemID = 40194 }; --Blanketing Robes of Snow
[4] = { itemID = 40561 }; --Leash of Heedless Magic
- [5] = { itemID = 40560, droprate = "0%" }; --Leggings of the Wanton Spellcaster
+ [5] = { itemID = 40560 }; --Leggings of the Wanton Spellcaster
[6] = { itemID = 40558 }; --Arcanic Tramplers
- [7] = { itemID = 40594, droprate = "0%" }; --Spaulders of Catatonia
+ [7] = { itemID = 40594 }; --Spaulders of Catatonia
[8] = { itemID = 40539 }; --Chestguard of the Recluse
[9] = { itemID = 40541 }; --Frosted Adroit Handguards
- [10] = { itemID = 40566, droprate = "1%" }; --Unravelling Strands of Sanity
+ [10] = { itemID = 40566 }; --Unravelling Strands of Sanity
[11] = { itemID = 40543 }; --Blue Aspect Helm
[12] = { itemID = 40588 }; --Tunic of the Artifact Guardian
[13] = { itemID = 40564 }; --Winter Spectacle Gloves
[14] = { itemID = 40549 }; --Boots of the Renewed Flight
[15] = { itemID = 40590 }; --Elevated Lair Pauldrons
[16] = { itemID = 40589 }; --Legplates of Sovereignty
- [17] = { itemID = 40592, droprate = "0%" }; --Boots of Healing Energies
+ [17] = { itemID = 40592 }; --Boots of Healing Energies
[18] = { itemID = 40591 }; --Melancholy Sabatons
[19] = { itemID = 40532 }; --Living Ice Crystals
[20] = { itemID = 40531 }; --Mark of Norgannon
[21] = { itemID = 43952 }; --Reins of the Azure Drake
- [23] = { itemID = 44577, droprate = "2%" }; --Heroic Key to the Focusing Iris
- [25] = { itemID = 44650, droprate = "00%" }; --Heart of Magic
+ [23] = { itemID = 44577 }; --Heroic Key to the Focusing Iris
+ [25] = { itemID = 44650 }; --Heart of Magic
[26] = { itemID = 44664 }; --Favor of the Dragon Queen
[27] = { itemID = 44662 }; --Life-Binder's Locket
[28] = { itemID = 44665 }; --Nexus War Champion Beads
@@ -4072,128 +4072,128 @@ AtlasLoot_Data["Ulduar"] = {
Type = "WrathRaid";
{
Name = BabbleBoss["Flame Leviathan"];
- [1] = { itemID = 45289, droprate = "2%" }; --Lifespark Visage
- [2] = { itemID = 45291, droprate = "7%" }; --Combustion Bracers
- [3] = { itemID = 45288, droprate = "2%" }; --Firestrider Chestguard
- [4] = { itemID = 45283, droprate = "9%" }; --Flamewatch Armguards
- [5] = { itemID = 45285, droprate = "8%" }; --Might of the Leviathan
- [6] = { itemID = 45292, droprate = "8%" }; --Energy Siphon
- [7] = { itemID = 45286, droprate = "7%" }; --Pyrite Infuser
- [8] = { itemID = 45284, droprate = "9%" }; --Kinetic Ripper
- [9] = { itemID = 45287, droprate = "7%" }; --Firesoul
- [10] = { itemID = 45282, droprate = "9%" }; --Ironsoul
- [16] = { icon = "INV_Box_01", name = "=q6=#j53#" };
- [17] = { itemID = 45293, droprate = ".18%" }; --Handguards of Potent Cures
+ [1] = { itemID = 45289 }; --Lifespark Visage
+ [2] = { itemID = 45291 }; --Combustion Bracers
+ [3] = { itemID = 45288 }; --Firestrider Chestguard
+ [4] = { itemID = 45283 }; --Flamewatch Armguards
+ [5] = { itemID = 45285 }; --Might of the Leviathan
+ [6] = { itemID = 45292 }; --Energy Siphon
+ [7] = { itemID = 45286 }; --Pyrite Infuser
+ [8] = { itemID = 45284 }; --Kinetic Ripper
+ [9] = { itemID = 45287 }; --Firesoul
+ [10] = { itemID = 45282 }; --Ironsoul
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Hard Mode"] };
+ [17] = { itemID = 45293 }; --Handguards of Potent Cures
[18] = { itemID = 45300 }; --Mantle of Fiery Vengeance
- [19] = { itemID = 45295, droprate = ".25%" }; --Gilded Steel Legplates
- [20] = { itemID = 45297, droprate = ".11%" }; --Shimmering Seal
- [21] = { itemID = 45296, droprate = ".36%" }; --Twirling Blades
+ [19] = { itemID = 45295 }; --Gilded Steel Legplates
+ [20] = { itemID = 45297 }; --Shimmering Seal
+ [21] = { itemID = 45296 }; --Twirling Blades
};
{
Name = BabbleBoss["Flame Leviathan"];
- [1] = { itemID = 45038, droprate = "0%" }; --Fragment of Val'anyr
+ [1] = { itemID = 45038 }; --Fragment of Val'anyr
[2] = { itemID = 46017 }; --Val'anyr, Hammer of Ancient Kings
- [4] = { itemID = 45117, droprate = "9%" }; --Constructor's Handwraps
- [5] = { itemID = 45119, droprate = "0%" }; --Embrace of the Leviathan
- [6] = { itemID = 45108, droprate = "9%" }; --Mechanist's Bindings
- [7] = { itemID = 45118, droprate = "0%" }; --Steamworker's Goggles
- [8] = { itemID = 45109, droprate = "8%" }; --Gloves of the Fiery Behemoth
- [9] = { itemID = 45107, droprate = "7%" }; --Iron Riveted War Helm
- [10] = { itemID = 45111, droprate = "8%" }; --Mimiron's Inferno Couplings
- [11] = { itemID = 45116, droprate = "9%" }; --Freya's Choker of Warding
- [12] = { itemID = 45113, droprate = "9%" }; --Glowing Ring of Reclamation
- [13] = { itemID = 45106, droprate = "6%" }; --Strength of the Automaton
- [14] = { itemID = 45112, droprate = "9%" }; --The Leviathan's Coil
- [15] = { itemID = 45115, droprate = "8%" }; --Overcharged Fuel Rod
- [16] = { itemID = 45114, droprate = "8%" }; --Steamcaller's Totem
- [17] = { itemID = 45110, droprate = "8%" }; --Titanguard
- [18] = { itemID = 45086, droprate = "8%" }; --Rising Sun
- [20] = { icon = "INV_Box_01", name = "=q6=#j53#" };
- [21] = { itemID = 45135, droprate = ".27%" }; --Boots of Fiery Resolution
+ [4] = { itemID = 45117 }; --Constructor's Handwraps
+ [5] = { itemID = 45119 }; --Embrace of the Leviathan
+ [6] = { itemID = 45108 }; --Mechanist's Bindings
+ [7] = { itemID = 45118 }; --Steamworker's Goggles
+ [8] = { itemID = 45109 }; --Gloves of the Fiery Behemoth
+ [9] = { itemID = 45107 }; --Iron Riveted War Helm
+ [10] = { itemID = 45111 }; --Mimiron's Inferno Couplings
+ [11] = { itemID = 45116 }; --Freya's Choker of Warding
+ [12] = { itemID = 45113 }; --Glowing Ring of Reclamation
+ [13] = { itemID = 45106 }; --Strength of the Automaton
+ [14] = { itemID = 45112 }; --The Leviathan's Coil
+ [15] = { itemID = 45115 }; --Overcharged Fuel Rod
+ [16] = { itemID = 45114 }; --Steamcaller's Totem
+ [17] = { itemID = 45110 }; --Titanguard
+ [18] = { itemID = 45086 }; --Rising Sun
+ [20] = { icon = "INV_Box_01", name = WHITE..AL["Hard Mode"] };
+ [21] = { itemID = 45135 }; --Boots of Fiery Resolution
[22] = { itemID = 45136 }; --Shoulderpads of Dormant Energies
[23] = { itemID = 45134 }; --Plated Leggings of Ruination
[24] = { itemID = 45133 }; --Pendant of Fiery Havoc
- [25] = { itemID = 45132, droprate = ".11%" }; --Golden Saronite Dragon
+ [25] = { itemID = 45132 }; --Golden Saronite Dragon
};
{
Name = BabbleBoss["Razorscale"];
- [1] = { itemID = 45306, droprate = "0%" }; --Binding of the Dragon Matriarch
- [2] = { itemID = 45302, droprate = "9%" }; --Treads of the Invader
- [3] = { itemID = 45301, droprate = "0%" }; --Bracers of the Smothering Inferno
- [4] = { itemID = 45307, droprate = "0%" }; --Ironscale Leggings
- [5] = { itemID = 45299, droprate = "9%" }; --Dragonsteel Faceplate
- [6] = { itemID = 45305, droprate = "9%" }; --Breastplate of the Afterlife
- [7] = { itemID = 45304, droprate = "9%" }; --Stormtempered Girdle
- [8] = { itemID = 45303, droprate = "0%" }; --Band of Draconic Guile
- [9] = { itemID = 45308, droprate = "1%" }; --Eye of the Broodmother
- [10] = { itemID = 45298, droprate = "0%" }; --Razorscale Talon
+ [1] = { itemID = 45306 }; --Binding of the Dragon Matriarch
+ [2] = { itemID = 45302 }; --Treads of the Invader
+ [3] = { itemID = 45301 }; --Bracers of the Smothering Inferno
+ [4] = { itemID = 45307 }; --Ironscale Leggings
+ [5] = { itemID = 45299 }; --Dragonsteel Faceplate
+ [6] = { itemID = 45305 }; --Breastplate of the Afterlife
+ [7] = { itemID = 45304 }; --Stormtempered Girdle
+ [8] = { itemID = 45303 }; --Band of Draconic Guile
+ [9] = { itemID = 45308 }; --Eye of the Broodmother
+ [10] = { itemID = 45298 }; --Razorscale Talon
};
{
Name = BabbleBoss["Razorscale"];
- [1] = { itemID = 45038, droprate = "0%" }; --Fragment of Val'anyr
+ [1] = { itemID = 45038 }; --Fragment of Val'anyr
[2] = { itemID = 46017 }; --Val'anyr, Hammer of Ancient Kings
- [4] = { itemID = 45138, droprate = "0%" }; --Drape of the Drakerider
- [5] = { itemID = 45150, droprate = "0%" }; --Collar of the Wyrmhunter
- [6] = { itemID = 45146, droprate = "0%" }; --Shackles of the Odalisque
- [7] = { itemID = 45149, droprate = "1%" }; --Bracers of the Broodmother
- [8] = { itemID = 45141, droprate = "9%" }; --Proto-hide Leggings
- [9] = { itemID = 45151, droprate = "9%" }; --Belt of the Fallen Wyrm
- [10] = { itemID = 45143, droprate = "0%" }; --Saronite Mesh Legguards
- [11] = { itemID = 45140, droprate = "9%" }; --Razorscale Shoulderguards
- [12] = { itemID = 45139, droprate = "9%" }; --Dragonslayer's Brace
- [13] = { itemID = 45148, droprate = "9%" }; --Living Flame
- [14] = { itemID = 45510, droprate = "9%" }; --Libram of Discord
- [15] = { itemID = 45144, droprate = "9%" }; --Sigil of Deflection
- [16] = { itemID = 45142, droprate = "9%" }; --Remorse
- [17] = { itemID = 45147, droprate = "9%" }; --Guiding Star
- [18] = { itemID = 45137, droprate = "8%" }; --Veranus' Bane
+ [4] = { itemID = 45138 }; --Drape of the Drakerider
+ [5] = { itemID = 45150 }; --Collar of the Wyrmhunter
+ [6] = { itemID = 45146 }; --Shackles of the Odalisque
+ [7] = { itemID = 45149 }; --Bracers of the Broodmother
+ [8] = { itemID = 45141 }; --Proto-hide Leggings
+ [9] = { itemID = 45151 }; --Belt of the Fallen Wyrm
+ [10] = { itemID = 45143 }; --Saronite Mesh Legguards
+ [11] = { itemID = 45140 }; --Razorscale Shoulderguards
+ [12] = { itemID = 45139 }; --Dragonslayer's Brace
+ [13] = { itemID = 45148 }; --Living Flame
+ [14] = { itemID = 45510 }; --Libram of Discord
+ [15] = { itemID = 45144 }; --Sigil of Deflection
+ [16] = { itemID = 45142 }; --Remorse
+ [17] = { itemID = 45147 }; --Guiding Star
+ [18] = { itemID = 45137 }; --Veranus' Bane
};
{
Name = BabbleBoss["Ignis the Furnace Master"];
- [1] = { itemID = 45317, droprate = "0%" }; --Shawl of the Caretaker
- [2] = { itemID = 45318, droprate = "9%" }; --Drape of Fuming Anger
- [3] = { itemID = 45312, droprate = "0%" }; --Gloves of Smoldering Touch
- [4] = { itemID = 45316, droprate = "9%" }; --Armbraces of the Vibrant Flame
- [5] = { itemID = 45321, droprate = "1%" }; --Pauldrons of Tempered Will
- [6] = { itemID = 45310, droprate = "0%" }; --Gauntlets of the Iron Furnace
- [7] = { itemID = 45313, droprate = "9%" }; --Furnace Stone
- [8] = { itemID = 45314, droprate = "9%" }; --Igniter Rod
- [9] = { itemID = 45311, droprate = "0%" }; --Relentless Edge
- [10] = { itemID = 45309, droprate = "9%" }; --Rifle of the Platinum Guard
+ [1] = { itemID = 45317 }; --Shawl of the Caretaker
+ [2] = { itemID = 45318 }; --Drape of Fuming Anger
+ [3] = { itemID = 45312 }; --Gloves of Smoldering Touch
+ [4] = { itemID = 45316 }; --Armbraces of the Vibrant Flame
+ [5] = { itemID = 45321 }; --Pauldrons of Tempered Will
+ [6] = { itemID = 45310 }; --Gauntlets of the Iron Furnace
+ [7] = { itemID = 45313 }; --Furnace Stone
+ [8] = { itemID = 45314 }; --Igniter Rod
+ [9] = { itemID = 45311 }; --Relentless Edge
+ [10] = { itemID = 45309 }; --Rifle of the Platinum Guard
};
{
Name = BabbleBoss["Ignis the Furnace Master"];
- [1] = { itemID = 45038, droprate = "0%" }; --Fragment of Val'anyr
+ [1] = { itemID = 45038 }; --Fragment of Val'anyr
[2] = { itemID = 46017 }; --Val'anyr, Hammer of Ancient Kings
- [4] = { itemID = 45186, droprate = "8%" }; --Soot-Covered Mantle
- [5] = { itemID = 45185, droprate = "0%" }; --Flamewrought Cinch
- [6] = { itemID = 45162, droprate = "8%" }; --Flamestalker Boots
- [7] = { itemID = 45164, droprate = "9%" }; --Helm of the Furnace Master
- [8] = { itemID = 45187, droprate = "9%" }; --Wristguards of the Firetender
- [9] = { itemID = 45167, droprate = "9%" }; --Lifeforge Breastplate
- [10] = { itemID = 45161, droprate = "9%" }; --Girdle of Embers
- [11] = { itemID = 45166, droprate = "0%" }; --Charred Saronite Greaves
- [12] = { itemID = 45157, droprate = "0%" }; --Cindershard Ring
- [13] = { itemID = 45168, droprate = "0%" }; --Pyrelight Circle
- [14] = { itemID = 45158, droprate = "9%" }; --Heart of Iron
- [15] = { itemID = 45169, droprate = "1%" }; --Totem of the Dancing Flame
- [16] = { itemID = 45165, droprate = "9%" }; --Worldcarver
- [17] = { itemID = 45171, droprate = "0%" }; --Intensity
- [18] = { itemID = 45170, droprate = "1%" }; --Scepter of Creation
+ [4] = { itemID = 45186 }; --Soot-Covered Mantle
+ [5] = { itemID = 45185 }; --Flamewrought Cinch
+ [6] = { itemID = 45162 }; --Flamestalker Boots
+ [7] = { itemID = 45164 }; --Helm of the Furnace Master
+ [8] = { itemID = 45187 }; --Wristguards of the Firetender
+ [9] = { itemID = 45167 }; --Lifeforge Breastplate
+ [10] = { itemID = 45161 }; --Girdle of Embers
+ [11] = { itemID = 45166 }; --Charred Saronite Greaves
+ [12] = { itemID = 45157 }; --Cindershard Ring
+ [13] = { itemID = 45168 }; --Pyrelight Circle
+ [14] = { itemID = 45158 }; --Heart of Iron
+ [15] = { itemID = 45169 }; --Totem of the Dancing Flame
+ [16] = { itemID = 45165 }; --Worldcarver
+ [17] = { itemID = 45171 }; --Intensity
+ [18] = { itemID = 45170 }; --Scepter of Creation
};
{
Name = BabbleBoss["XT-002 Deconstructor"];
- [1] = { itemID = 45694, droprate = "1%" }; --Conductive Cord
- [2] = { itemID = 45677, droprate = "9%" }; --Treacherous Shoulderpads
- [3] = { itemID = 45686, droprate = "1%" }; --Vest of the Glowing Crescent
- [4] = { itemID = 45687, droprate = "1%" }; --Helm of Veiled Energies
- [5] = { itemID = 45679, droprate = "9%" }; --Gloves of Taut Grip
- [6] = { itemID = 45676, droprate = "9%" }; --Chestplate of Vicious Potency
- [7] = { itemID = 45680, droprate = "8%" }; --Armbands of the Construct
- [8] = { itemID = 45675, droprate = "0%" }; --Power Enhancing Loop
- [9] = { itemID = 45685, droprate = "2%" }; --Plasma Foil
- [10] = { itemID = 45682, droprate = "4%" }; --Pulsing Spellshield
- [16] = { icon = "INV_Box_01", name = "=q6=#j53#" };
+ [1] = { itemID = 45694 }; --Conductive Cord
+ [2] = { itemID = 45677 }; --Treacherous Shoulderpads
+ [3] = { itemID = 45686 }; --Vest of the Glowing Crescent
+ [4] = { itemID = 45687 }; --Helm of Veiled Energies
+ [5] = { itemID = 45679 }; --Gloves of Taut Grip
+ [6] = { itemID = 45676 }; --Chestplate of Vicious Potency
+ [7] = { itemID = 45680 }; --Armbands of the Construct
+ [8] = { itemID = 45675 }; --Power Enhancing Loop
+ [9] = { itemID = 45685 }; --Plasma Foil
+ [10] = { itemID = 45682 }; --Pulsing Spellshield
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Hard Mode"] };
[17] = { itemID = 45869 }; --Fluxing Energy Coils
[18] = { itemID = 45867 }; --Breastplate of the Stoneshaper
[19] = { itemID = 45871 }; --Seal of Ulduar
@@ -4202,115 +4202,115 @@ AtlasLoot_Data["Ulduar"] = {
};
{
Name = BabbleBoss["XT-002 Deconstructor"];
- [1] = { itemID = 45038, droprate = "0%" }; --Fragment of Val'anyr
+ [1] = { itemID = 45038 }; --Fragment of Val'anyr
[2] = { itemID = 46017 }; --Val'anyr, Hammer of Ancient Kings
- [4] = { itemID = 45253, droprate = "9%" }; --Mantle of Wavering Calm
- [5] = { itemID = 45258, droprate = "9%" }; --Sandals of Rash Temperament
- [6] = { itemID = 45260, droprate = "1%" }; --Boots of Hasty Revival
- [7] = { itemID = 45259, droprate = "8%" }; --Quartz-studded Harness
- [8] = { itemID = 45249, droprate = "8%" }; --Brass-lined Boots
- [9] = { itemID = 45251, droprate = "8%" }; --Shoulderplates of the Deconstructor
- [10] = { itemID = 45252, droprate = "9%" }; --Horologist's Wristguards
- [11] = { itemID = 45248, droprate = "9%" }; --Clockwork Legplates
- [12] = { itemID = 45250, droprate = "8%" }; --Crazed Construct Ring
- [13] = { itemID = 45247, droprate = "0%" }; --Signet of the Earthshaker
- [14] = { itemID = 45254, droprate = "0%" }; --Sigil of the Vengeful Heart
- [15] = { itemID = 45255, droprate = "0%" }; --Thunderfall Totem
- [16] = { itemID = 45246, droprate = "9%" }; --Golem-Shard Sticker
- [17] = { itemID = 45256, droprate = "9%" }; --Twisted Visage
- [18] = { itemID = 45257, droprate = "0%" }; --Quartz Crystal Wand
- [20] = { icon = "INV_Box_01", name = "=q6=#j53#" };
- [21] = { itemID = 45446, droprate = ".16%" }; --Grasps of Reason
- [22] = { itemID = 45444, droprate = ".29%" }; --Gloves of the Steady Hand
- [23] = { itemID = 45445, droprate = ".16%" }; --Breastplate of the Devoted
- [24] = { itemID = 45443, droprate = ".15%" }; --Charm of Meticulous Timing
- [25] = { itemID = 45442, droprate = ".28%" }; --Sorthalis, Hammer of the Watchers
+ [4] = { itemID = 45253 }; --Mantle of Wavering Calm
+ [5] = { itemID = 45258 }; --Sandals of Rash Temperament
+ [6] = { itemID = 45260 }; --Boots of Hasty Revival
+ [7] = { itemID = 45259 }; --Quartz-studded Harness
+ [8] = { itemID = 45249 }; --Brass-lined Boots
+ [9] = { itemID = 45251 }; --Shoulderplates of the Deconstructor
+ [10] = { itemID = 45252 }; --Horologist's Wristguards
+ [11] = { itemID = 45248 }; --Clockwork Legplates
+ [12] = { itemID = 45250 }; --Crazed Construct Ring
+ [13] = { itemID = 45247 }; --Signet of the Earthshaker
+ [14] = { itemID = 45254 }; --Sigil of the Vengeful Heart
+ [15] = { itemID = 45255 }; --Thunderfall Totem
+ [16] = { itemID = 45246 }; --Golem-Shard Sticker
+ [17] = { itemID = 45256 }; --Twisted Visage
+ [18] = { itemID = 45257 }; --Quartz Crystal Wand
+ [20] = { icon = "INV_Box_01", name = WHITE..AL["Hard Mode"] };
+ [21] = { itemID = 45446 }; --Grasps of Reason
+ [22] = { itemID = 45444 }; --Gloves of the Steady Hand
+ [23] = { itemID = 45445 }; --Breastplate of the Devoted
+ [24] = { itemID = 45443 }; --Charm of Meticulous Timing
+ [25] = { itemID = 45442 }; --Sorthalis, Hammer of the Watchers
};
{
Name = BabbleBoss["The Iron Council"];
- [1] = { itemID = 45322, droprate = "8%" }; --Cloak of the Iron Council
- [2] = { itemID = 45423, droprate = "4%" }; --Runetouch Handwraps
- [3] = { itemID = 45324, droprate = "9%" }; --Leggings of Swift Reflexes
- [4] = { itemID = 45378, droprate = "7%" }; --Boots of the Petrified Forest
- [5] = { itemID = 45329, droprate = "9%" }; --Circlet of True Sight
- [6] = { itemID = 45333, droprate = "2%" }; --Belt of the Iron Servant
- [7] = { itemID = 45330, droprate = "3%" }; --Greaves of Iron Intensity
- [8] = { itemID = 45418, droprate = "1%" }; --Lady Maye's Sapphire Ring
- [9] = { itemID = 45332, droprate = "3%" }; --Stormtip
- [10] = { itemID = 45331, droprate = "9%" }; --Rune-Etched Nightblade
- [16] = { icon = "INV_Box_01", name = "=q6=#j53#" };
- [17] = { itemID = 45455, droprate = "9%" }; --Belt of the Crystal Tree
- [18] = { itemID = 45447, droprate = "8%" }; --Watchful Eye
- [19] = { itemID = 45456, droprate = "6%" }; --Loop of the Agile
- [20] = { itemID = 45449, droprate = "8%" }; --The Masticator
- [21] = { itemID = 45448, droprate = "7%" }; --Perilous Bite
- [22] = { itemID = 45506, droprate = "1%" }; --Archivum Data Disc
+ [1] = { itemID = 45322 }; --Cloak of the Iron Council
+ [2] = { itemID = 45423 }; --Runetouch Handwraps
+ [3] = { itemID = 45324 }; --Leggings of Swift Reflexes
+ [4] = { itemID = 45378 }; --Boots of the Petrified Forest
+ [5] = { itemID = 45329 }; --Circlet of True Sight
+ [6] = { itemID = 45333 }; --Belt of the Iron Servant
+ [7] = { itemID = 45330 }; --Greaves of Iron Intensity
+ [8] = { itemID = 45418 }; --Lady Maye's Sapphire Ring
+ [9] = { itemID = 45332 }; --Stormtip
+ [10] = { itemID = 45331 }; --Rune-Etched Nightblade
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Hard Mode"] };
+ [17] = { itemID = 45455 }; --Belt of the Crystal Tree
+ [18] = { itemID = 45447 }; --Watchful Eye
+ [19] = { itemID = 45456 }; --Loop of the Agile
+ [20] = { itemID = 45449 }; --The Masticator
+ [21] = { itemID = 45448 }; --Perilous Bite
+ [22] = { itemID = 45506 }; --Archivum Data Disc
};
{
Name = BabbleBoss["The Iron Council"];
- [1] = { itemID = 45038, droprate = "0%" }; --Fragment of Val'anyr
+ [1] = { itemID = 45038 }; --Fragment of Val'anyr
[2] = { itemID = 46017 }; --Val'anyr, Hammer of Ancient Kings
- [4] = { itemID = 45224, droprate = "9%" }; --Drape of the Lithe
- [5] = { itemID = 45240, droprate = "4%" }; --Raiments of the Iron Council
- [6] = { itemID = 45238, droprate = "0%" }; --Overload Legwraps
- [7] = { itemID = 45237, droprate = "3%" }; --Phaelia's Vestments of the Sprouting Seed
- [8] = { itemID = 45232, droprate = "2%" }; --Runed Ironhide Boots
- [9] = { itemID = 45227, droprate = "2%" }; --Iron-studded Mantle
- [10] = { itemID = 45239, droprate = "0%" }; --Runeshaper's Gloves
- [11] = { itemID = 45226, droprate = "0%" }; --Ancient Iron Heaume
- [12] = { itemID = 45225, droprate = "9%" }; --Steelbreaker's Embrace
- [13] = { itemID = 45228, droprate = "1%" }; --Handguards of the Enclave
- [14] = { itemID = 45193, droprate = "9%" }; --Insurmountable Fervor
- [15] = { itemID = 45236, droprate = "9%" }; --Unblinking Eye
- [16] = { itemID = 45235, droprate = "0%" }; --Radiant Seal
- [17] = { itemID = 45233, droprate = "0%" }; --Rune Edge
- [18] = { itemID = 45234, droprate = "9%" }; --Rapture
- [20] = { icon = "INV_Box_01", name = "=q6=#j53#" };
- [21] = { itemID = 45242, droprate = "1%" }; --Drape of Mortal Downfall
- [22] = { itemID = 45245, droprate = "4%" }; --Shoulderpads of the Intruder
+ [4] = { itemID = 45224 }; --Drape of the Lithe
+ [5] = { itemID = 45240 }; --Raiments of the Iron Council
+ [6] = { itemID = 45238 }; --Overload Legwraps
+ [7] = { itemID = 45237 }; --Phaelia's Vestments of the Sprouting Seed
+ [8] = { itemID = 45232 }; --Runed Ironhide Boots
+ [9] = { itemID = 45227 }; --Iron-studded Mantle
+ [10] = { itemID = 45239 }; --Runeshaper's Gloves
+ [11] = { itemID = 45226 }; --Ancient Iron Heaume
+ [12] = { itemID = 45225 }; --Steelbreaker's Embrace
+ [13] = { itemID = 45228 }; --Handguards of the Enclave
+ [14] = { itemID = 45193 }; --Insurmountable Fervor
+ [15] = { itemID = 45236 }; --Unblinking Eye
+ [16] = { itemID = 45235 }; --Radiant Seal
+ [17] = { itemID = 45233 }; --Rune Edge
+ [18] = { itemID = 45234 }; --Rapture
+ [20] = { icon = "INV_Box_01", name = WHITE..AL["Hard Mode"] };
+ [21] = { itemID = 45242 }; --Drape of Mortal Downfall
+ [22] = { itemID = 45245 }; --Shoulderpads of the Intruder
[23] = { itemID = 45244 }; --Greaves of Swift Vengeance
- [24] = { itemID = 45241, droprate = "5%" }; --Belt of Colossal Rage
- [25] = { itemID = 45243, droprate = "0%" }; --Sapphire Amulet of Renewal
- [26] = { itemID = 45607, droprate = "8%" }; --Fang of Oblivion
- [27] = { itemID = 45857, droprate = "4%" }; --Archivum Data Disc
+ [24] = { itemID = 45241 }; --Belt of Colossal Rage
+ [25] = { itemID = 45243 }; --Sapphire Amulet of Renewal
+ [26] = { itemID = 45607 }; --Fang of Oblivion
+ [27] = { itemID = 45857 }; --Archivum Data Disc
};
{
Name = BabbleBoss["Kologarn"];
- [1] = { itemID = 45704, droprate = "9%" }; --Shawl of the Shattered Giant
- [2] = { itemID = 45701, droprate = "1%" }; --Greaves of the Earthbinder
- [3] = { itemID = 45697, droprate = "8%" }; --Shoulderguards of the Solemn Watch
- [4] = { itemID = 45698, droprate = "8%" }; --Sabatons of the Iron Watcher
- [5] = { itemID = 45696, droprate = "9%" }; --Mark of the Unyielding
- [6] = { itemID = 45699, droprate = "7%" }; --Pendant of the Piercing Glare
- [7] = { itemID = 45702, droprate = "8%" }; --Emerald Signet Ring
- [8] = { itemID = 45703, droprate = "7%" }; --Spark of Hope
- [9] = { itemID = 45700, droprate = "9%" }; --Stoneguard
- [10] = { itemID = 45695, droprate = "1%" }; --Spire of Withering Dreams
+ [1] = { itemID = 45704 }; --Shawl of the Shattered Giant
+ [2] = { itemID = 45701 }; --Greaves of the Earthbinder
+ [3] = { itemID = 45697 }; --Shoulderguards of the Solemn Watch
+ [4] = { itemID = 45698 }; --Sabatons of the Iron Watcher
+ [5] = { itemID = 45696 }; --Mark of the Unyielding
+ [6] = { itemID = 45699 }; --Pendant of the Piercing Glare
+ [7] = { itemID = 45702 }; --Emerald Signet Ring
+ [8] = { itemID = 45703 }; --Spark of Hope
+ [9] = { itemID = 45700 }; --Stoneguard
+ [10] = { itemID = 45695 }; --Spire of Withering Dreams
};
{
Name = BabbleBoss["Kologarn"];
- [1] = { itemID = 45038, droprate = "0%" }; --Fragment of Val'anyr
+ [1] = { itemID = 45038 }; --Fragment of Val'anyr
[2] = { itemID = 46017 }; --Val'anyr, Hammer of Ancient Kings
- [4] = { itemID = 45272, droprate = "0%" }; --Robes of the Umbral Brute
- [5] = { itemID = 45275, droprate = "8%" }; --Bracers of Unleashed Magic
- [6] = { itemID = 45273, droprate = "8%" }; --Handwraps of Plentiful Recovery
- [7] = { itemID = 45265, droprate = "6%" }; --Shoulderpads of the Monolith
- [8] = { itemID = 45274, droprate = "4%" }; --Leggings of the Stoneweaver
- [9] = { itemID = 45264, droprate = "6%" }; --Decimator's Armguards
- [10] = { itemID = 45269, droprate = "6%" }; --Unfaltering Armguards
- [11] = { itemID = 45268, droprate = "8%" }; --Gloves of the Pythonic Guardian
- [12] = { itemID = 45267, droprate = "8%" }; --Saronite Plated Legguards
- [13] = { itemID = 45262, droprate = "8%" }; --Necklace of Unerring Mettle
- [14] = { itemID = 45263, droprate = "8%" }; --Wrathstone
- [15] = { itemID = 45271, droprate = "7%" }; --Ironmender
- [16] = { itemID = 45270, droprate = "7%" }; --Idol of the Crying Wind
- [17] = { itemID = 45266, droprate = "8%" }; --Malice
- [18] = { itemID = 45261, droprate = "6%" }; --Giant's Bane
+ [4] = { itemID = 45272 }; --Robes of the Umbral Brute
+ [5] = { itemID = 45275 }; --Bracers of Unleashed Magic
+ [6] = { itemID = 45273 }; --Handwraps of Plentiful Recovery
+ [7] = { itemID = 45265 }; --Shoulderpads of the Monolith
+ [8] = { itemID = 45274 }; --Leggings of the Stoneweaver
+ [9] = { itemID = 45264 }; --Decimator's Armguards
+ [10] = { itemID = 45269 }; --Unfaltering Armguards
+ [11] = { itemID = 45268 }; --Gloves of the Pythonic Guardian
+ [12] = { itemID = 45267 }; --Saronite Plated Legguards
+ [13] = { itemID = 45262 }; --Necklace of Unerring Mettle
+ [14] = { itemID = 45263 }; --Wrathstone
+ [15] = { itemID = 45271 }; --Ironmender
+ [16] = { itemID = 45270 }; --Idol of the Crying Wind
+ [17] = { itemID = 45266 }; --Malice
+ [18] = { itemID = 45261 }; --Giant's Bane
};
{
Name = BabbleBoss["Algalon the Observer"];
[1] = { itemID = 46042 }; --Drape of the Messenger
- [2] = { itemID = 46045, droprate = "0%" }; --Pulsar Gloves
+ [2] = { itemID = 46045 }; --Pulsar Gloves
[3] = { itemID = 46050 }; --Starlight Treads
[4] = { itemID = 46043 }; --Gloves of the Endless Dark
[5] = { itemID = 46049 }; --Zodiac Leggings
@@ -4319,12 +4319,12 @@ AtlasLoot_Data["Ulduar"] = {
[8] = { itemID = 46039 }; --Breastplate of the Timeless
[9] = { itemID = 46041 }; --Starfall Girdle
[10] = { itemID = 46047 }; --Pendant of the Somber Witness
- [11] = { itemID = 46040, droprate = "0%" }; --Strength of the Heavens
+ [11] = { itemID = 46040 }; --Strength of the Heavens
[12] = { itemID = 46048 }; --Band of Lights
[13] = { itemID = 46046 }; --Nebula Band
[14] = { itemID = 46038 }; --Dark Matter
- [15] = { itemID = 46051, droprate = "0%" }; --Meteorite Crystal
- [16] = { itemID = 46052, droprate = "00%" }; --Reply-Code Alpha
+ [15] = { itemID = 46051 }; --Meteorite Crystal
+ [16] = { itemID = 46052 }; --Reply-Code Alpha
[17] = { itemID = 46320 }; --Drape of the Skyherald
[18] = { itemID = 46321 }; --Sunglimmer Drape
[19] = { itemID = 46322 }; --Brann's Sealing Ring
@@ -4332,23 +4332,23 @@ AtlasLoot_Data["Ulduar"] = {
};
{
Name = BabbleBoss["Algalon the Observer"];
- [1] = { itemID = 45665, droprate = "0%" }; --Pharos Gloves
+ [1] = { itemID = 45665 }; --Pharos Gloves
[2] = { itemID = 45619 }; --Starwatcher's Binding
- [3] = { itemID = 45611, droprate = "0%" }; --Solar Bindings
+ [3] = { itemID = 45611 }; --Solar Bindings
[4] = { itemID = 45616 }; --Star-beaded Clutch
[5] = { itemID = 45610 }; --Boundless Gaze
[6] = { itemID = 45615 }; --Planewalker Treads
- [7] = { itemID = 45594, droprate = "0%" }; --Legplates of the Endless Void
+ [7] = { itemID = 45594 }; --Legplates of the Endless Void
[8] = { itemID = 45599 }; --Sabatons of Lifeless Night
[9] = { itemID = 45617 }; --Cosmos
[10] = { itemID = 45620 }; --Starshard Edge
- [11] = { itemID = 45607, droprate = "8%" }; --Fang of Oblivion
- [12] = { itemID = 45612, droprate = "1%" }; --Constellus
+ [11] = { itemID = 45607 }; --Fang of Oblivion
+ [12] = { itemID = 45612 }; --Constellus
[13] = { itemID = 45613 }; --Dreambinder
[14] = { itemID = 45587 }; --Bulwark of Algalon
[15] = { itemID = 45570 }; --Skyforge Crossbow
[16] = { itemID = 45609 }; --Comet's Trail
- [18] = { itemID = 46053, droprate = "00%" }; --Reply-Code Alpha
+ [18] = { itemID = 46053 }; --Reply-Code Alpha
[19] = { itemID = 45588 }; --Drape of the Skyborn
[20] = { itemID = 45618 }; --Sunglimmer Cloak
[21] = { itemID = 45608 }; --Brann's Signet Ring
@@ -4356,87 +4356,87 @@ AtlasLoot_Data["Ulduar"] = {
};
{
Name = BabbleBoss["Auriaya"];
- [1] = { itemID = 45832, droprate = "9%" }; --Mantle of the Preserver
- [2] = { itemID = 45865, droprate = "0%" }; --Raiments of the Corrupted
- [3] = { itemID = 45864, droprate = "0%" }; --Cover of the Keepers
- [4] = { itemID = 45709, droprate = "9%" }; --Nimble Climber's Belt
- [5] = { itemID = 45711, droprate = "9%" }; --Ironaya's Discarded Mantle
- [6] = { itemID = 45712, droprate = "0%" }; --Chestplate of Titanic Fury
- [7] = { itemID = 45708, droprate = "0%" }; --Archaedas' Lost Legplates
- [8] = { itemID = 45866, droprate = "9%" }; --Elemental Focus Stone
- [9] = { itemID = 45707, droprate = "9%" }; --Shieldwall of the Breaker
- [10] = { itemID = 45713, droprate = "1%" }; --Nurturing Touch
+ [1] = { itemID = 45832 }; --Mantle of the Preserver
+ [2] = { itemID = 45865 }; --Raiments of the Corrupted
+ [3] = { itemID = 45864 }; --Cover of the Keepers
+ [4] = { itemID = 45709 }; --Nimble Climber's Belt
+ [5] = { itemID = 45711 }; --Ironaya's Discarded Mantle
+ [6] = { itemID = 45712 }; --Chestplate of Titanic Fury
+ [7] = { itemID = 45708 }; --Archaedas' Lost Legplates
+ [8] = { itemID = 45866 }; --Elemental Focus Stone
+ [9] = { itemID = 45707 }; --Shieldwall of the Breaker
+ [10] = { itemID = 45713 }; --Nurturing Touch
};
{
Name = BabbleBoss["Auriaya"];
- [1] = { itemID = 45038, droprate = "0%" }; --Fragment of Val'anyr
+ [1] = { itemID = 45038 }; --Fragment of Val'anyr
[2] = { itemID = 46017 }; --Val'anyr, Hammer of Ancient Kings
- [4] = { itemID = 45319, droprate = "9%" }; --Cloak of the Makers
- [5] = { itemID = 45435, droprate = "9%" }; --Cowl of the Absolute
- [6] = { itemID = 45441, droprate = "0%" }; --Sandals of the Ancient Keeper
- [7] = { itemID = 45439, droprate = "0%" }; --Unwavering Stare
- [8] = { itemID = 45325, droprate = "0%" }; --Gloves of the Stonereaper
- [9] = { itemID = 45440, droprate = "0%" }; --Amice of the Stoic Watch
- [10] = { itemID = 45320, droprate = "0%" }; --Shoulderplates of the Eternal
- [11] = { itemID = 45334, droprate = "8%" }; --Unbreakable Chestguard
- [12] = { itemID = 45434, droprate = "0%" }; --Greaves of the Rockmender
- [13] = { itemID = 45326, droprate = "9%" }; --Platinum Band of the Aesir
- [14] = { itemID = 45438, droprate = "9%" }; --Ring of the Faithful Servant
- [15] = { itemID = 45436, droprate = "0%" }; --Libram of the Resolute
- [16] = { itemID = 45437, droprate = "0%" }; --Runescribed Blade
- [17] = { itemID = 45315, droprate = "9%" }; --Stonerender
- [18] = { itemID = 45327, droprate = "0%" }; --Siren's Cry
+ [4] = { itemID = 45319 }; --Cloak of the Makers
+ [5] = { itemID = 45435 }; --Cowl of the Absolute
+ [6] = { itemID = 45441 }; --Sandals of the Ancient Keeper
+ [7] = { itemID = 45439 }; --Unwavering Stare
+ [8] = { itemID = 45325 }; --Gloves of the Stonereaper
+ [9] = { itemID = 45440 }; --Amice of the Stoic Watch
+ [10] = { itemID = 45320 }; --Shoulderplates of the Eternal
+ [11] = { itemID = 45334 }; --Unbreakable Chestguard
+ [12] = { itemID = 45434 }; --Greaves of the Rockmender
+ [13] = { itemID = 45326 }; --Platinum Band of the Aesir
+ [14] = { itemID = 45438 }; --Ring of the Faithful Servant
+ [15] = { itemID = 45436 }; --Libram of the Resolute
+ [16] = { itemID = 45437 }; --Runescribed Blade
+ [17] = { itemID = 45315 }; --Stonerender
+ [18] = { itemID = 45327 }; --Siren's Cry
};
{
Name = BabbleBoss["Hodir"];
- [1] = { itemID = 45873, droprate = "5%" }; --Winter's Frigid Embrace
- [2] = { itemID = 45464, droprate = "0%" }; --Cowl of Icy Breaths
- [3] = { itemID = 45874, droprate = "6%" }; --Signet of Winter
- [4] = { itemID = 45458, droprate = "7%" }; --Stormedge
- [5] = { itemID = 45872, droprate = "2%" }; --Avalanche
- [7] = { itemID = 45650, droprate = "9%" }; --Leggings of the Wayward Conqueror
- [8] = { itemID = 45651, droprate = "9%" }; --Leggings of the Wayward Protector
- [9] = { itemID = 45652, droprate = "4%" }; --Leggings of the Wayward Vanquisher
- [16] = { icon = "INV_Box_01", name = "=q6=#j53#" };
- [17] = { itemID = 45888, droprate = "8%" }; --Bitter Cold Armguards
- [18] = { itemID = 45876, droprate = "6%" }; --Shiver
- [19] = { itemID = 45886, droprate = "0%" }; --Icecore Staff
- [20] = { itemID = 45887, droprate = "8%" }; --Ice Layered Barrier
- [21] = { itemID = 45877, droprate = "7%" }; --The Boreal Guard
- [23] = { itemID = 45786, droprate = "3%" }; --Hodir's Sigil
+ [1] = { itemID = 45873 }; --Winter's Frigid Embrace
+ [2] = { itemID = 45464 }; --Cowl of Icy Breaths
+ [3] = { itemID = 45874 }; --Signet of Winter
+ [4] = { itemID = 45458 }; --Stormedge
+ [5] = { itemID = 45872 }; --Avalanche
+ [7] = { itemID = 45650 }; --Leggings of the Wayward Conqueror
+ [8] = { itemID = 45651 }; --Leggings of the Wayward Protector
+ [9] = { itemID = 45652 }; --Leggings of the Wayward Vanquisher
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Hard Mode"] };
+ [17] = { itemID = 45888 }; --Bitter Cold Armguards
+ [18] = { itemID = 45876 }; --Shiver
+ [19] = { itemID = 45886 }; --Icecore Staff
+ [20] = { itemID = 45887 }; --Ice Layered Barrier
+ [21] = { itemID = 45877 }; --The Boreal Guard
+ [23] = { itemID = 45786 }; --Hodir's Sigil
};
{
Name = BabbleBoss["Hodir"];
- [1] = { itemID = 45038, droprate = "0%" }; --Fragment of Val'anyr
+ [1] = { itemID = 45038 }; --Fragment of Val'anyr
[2] = { itemID = 46017 }; --Val'anyr, Hammer of Ancient Kings
- [4] = { itemID = 45453, droprate = "6%" }; --Winter's Icy Embrace
- [5] = { itemID = 45454, droprate = "8%" }; --Frost-bound Chain Bracers
- [6] = { itemID = 45452, droprate = "6%" }; --Frostplate Greaves
- [7] = { itemID = 45451, droprate = "5%" }; --Frozen Loop
- [8] = { itemID = 45450, droprate = "9%" }; --Northern Barrier
- [10] = { itemID = 45632, droprate = "2%" }; --Breastplate of the Wayward Conqueror
- [11] = { itemID = 45633, droprate = "0%" }; --Breastplate of the Wayward Protector
- [12] = { itemID = 45634, droprate = "1%" }; --Breastplate of the Wayward Vanquisher
- [16] = { icon = "INV_Box_01", name = "=q6=#j53#" };
- [17] = { itemID = 45461, droprate = "9%" }; --Drape of Icy Intent
- [18] = { itemID = 45462, droprate = "0%" }; --Gloves of the Frozen Glade
- [19] = { itemID = 45460, droprate = "2%" }; --Bindings of Winter Gale
- [20] = { itemID = 45459, droprate = "3%" }; --Frigid Strength of Hodir
- [21] = { itemID = 45612, droprate = "1%" }; --Constellus
- [22] = { itemID = 45457, droprate = "9%" }; --Staff of Endless Winter
- [24] = { itemID = 45815, droprate = "1%" }; --Hodir's Sigil
+ [4] = { itemID = 45453 }; --Winter's Icy Embrace
+ [5] = { itemID = 45454 }; --Frost-bound Chain Bracers
+ [6] = { itemID = 45452 }; --Frostplate Greaves
+ [7] = { itemID = 45451 }; --Frozen Loop
+ [8] = { itemID = 45450 }; --Northern Barrier
+ [10] = { itemID = 45632 }; --Breastplate of the Wayward Conqueror
+ [11] = { itemID = 45633 }; --Breastplate of the Wayward Protector
+ [12] = { itemID = 45634 }; --Breastplate of the Wayward Vanquisher
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Hard Mode"] };
+ [17] = { itemID = 45461 }; --Drape of Icy Intent
+ [18] = { itemID = 45462 }; --Gloves of the Frozen Glade
+ [19] = { itemID = 45460 }; --Bindings of Winter Gale
+ [20] = { itemID = 45459 }; --Frigid Strength of Hodir
+ [21] = { itemID = 45612 }; --Constellus
+ [22] = { itemID = 45457 }; --Staff of Endless Winter
+ [24] = { itemID = 45815 }; --Hodir's Sigil
};
{
Name = BabbleBoss["Thorim"];
- [1] = { itemID = 45893, droprate = "9%" }; --Guise of the Midgard Serpent
- [2] = { itemID = 45927, droprate = "7%" }; --Handwraps of Resonance
- [3] = { itemID = 45894, droprate = "7%" }; --Leggings of Unstable Discharge
- [4] = { itemID = 45895, droprate = "8%" }; --Belt of the Blood Pit
- [5] = { itemID = 45892, droprate = "8%" }; --Legacy of Thunder
- [7] = { itemID = 45659, droprate = "5%" }; --Spaulders of the Wayward Conqueror
- [8] = { itemID = 45660, droprate = "8%" }; --Spaulders of the Wayward Protector
- [9] = { itemID = 45661, droprate = "4%" }; --Spaulders of the Wayward Vanquisher
- [16] = { icon = "INV_Box_01", name = "=q6=#j53#" };
+ [1] = { itemID = 45893 }; --Guise of the Midgard Serpent
+ [2] = { itemID = 45927 }; --Handwraps of Resonance
+ [3] = { itemID = 45894 }; --Leggings of Unstable Discharge
+ [4] = { itemID = 45895 }; --Belt of the Blood Pit
+ [5] = { itemID = 45892 }; --Legacy of Thunder
+ [7] = { itemID = 45659 }; --Spaulders of the Wayward Conqueror
+ [8] = { itemID = 45660 }; --Spaulders of the Wayward Protector
+ [9] = { itemID = 45661 }; --Spaulders of the Wayward Vanquisher
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Hard Mode"] };
[17] = { itemID = 45928 }; --Gauntlets of the Thunder God
[18] = { itemID = 45933 }; --Pendant of the Shallow Grave
[19] = { itemID = 45931 }; --Mjolnir Runestone
@@ -4446,17 +4446,17 @@ AtlasLoot_Data["Ulduar"] = {
};
{
Name = BabbleBoss["Thorim"];
- [1] = { itemID = 45038, droprate = "0%" }; --Fragment of Val'anyr
+ [1] = { itemID = 45038 }; --Fragment of Val'anyr
[2] = { itemID = 46017 }; --Val'anyr, Hammer of Ancient Kings
- [4] = { itemID = 45468, droprate = "7%" }; --Leggings of Lost Love
- [5] = { itemID = 45467, droprate = "7%" }; --Belt of the Betrayed
- [6] = { itemID = 45469, droprate = "4%" }; --Sif's Promise
- [7] = { itemID = 45466, droprate = "7%" }; --Scale of Fates
- [8] = { itemID = 45463, droprate = "8%" }; --Vulmir, the Northern Tempest
- [10] = { itemID = 45638, droprate = "0%" }; --Crown of the Wayward Conqueror
- [11] = { itemID = 45639, droprate = "7%" }; --Crown of the Wayward Protector
- [12] = { itemID = 45640, droprate = "1%" }; --Crown of the Wayward Vanquisher
- [16] = { icon = "INV_Box_01", name = "=q6=#j53#" };
+ [4] = { itemID = 45468 }; --Leggings of Lost Love
+ [5] = { itemID = 45467 }; --Belt of the Betrayed
+ [6] = { itemID = 45469 }; --Sif's Promise
+ [7] = { itemID = 45466 }; --Scale of Fates
+ [8] = { itemID = 45463 }; --Vulmir, the Northern Tempest
+ [10] = { itemID = 45638 }; --Crown of the Wayward Conqueror
+ [11] = { itemID = 45639 }; --Crown of the Wayward Protector
+ [12] = { itemID = 45640 }; --Crown of the Wayward Vanquisher
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Hard Mode"] };
[17] = { itemID = 45473 }; --Embrace of the Gladiator
[18] = { itemID = 45474 }; --Pauldrons of the Combatant
[19] = { itemID = 45472 }; --Warhelm of the Champion
@@ -4467,16 +4467,16 @@ AtlasLoot_Data["Ulduar"] = {
};
{
Name = BabbleBoss["Freya"];
- [1] = { itemID = 45940, droprate = "5%" }; --Tunic of the Limber Stalker
- [2] = { itemID = 45941, droprate = "5%" }; --Chestguard of the Lasher
- [3] = { itemID = 45935, droprate = "7%" }; --Ironbark Faceguard
- [4] = { itemID = 45936, droprate = "5%" }; --Legplates of Flourishing Resolve
- [5] = { itemID = 45934, droprate = "8%" }; --Unraveling Reach
- [7] = { itemID = 45644, droprate = "5%" }; --Gloves of the Wayward Conqueror
- [8] = { itemID = 45645, droprate = "3%" }; --Gloves of the Wayward Protector
- [9] = { itemID = 45646, droprate = "0%" }; --Gloves of the Wayward Vanquisher
- [11] = { itemID = 46110, droprate = "6%" }; --Alchemist's Cache
- [16] = { icon = "INV_Box_01", name = "=q6=#j53#" };
+ [1] = { itemID = 45940 }; --Tunic of the Limber Stalker
+ [2] = { itemID = 45941 }; --Chestguard of the Lasher
+ [3] = { itemID = 45935 }; --Ironbark Faceguard
+ [4] = { itemID = 45936 }; --Legplates of Flourishing Resolve
+ [5] = { itemID = 45934 }; --Unraveling Reach
+ [7] = { itemID = 45644 }; --Gloves of the Wayward Conqueror
+ [8] = { itemID = 45645 }; --Gloves of the Wayward Protector
+ [9] = { itemID = 45646 }; --Gloves of the Wayward Vanquisher
+ [11] = { itemID = 46110 }; --Alchemist's Cache
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Hard Mode"] };
[17] = { itemID = 45943 }; --Gloves of Whispering Winds
[18] = { itemID = 45945 }; --Seed of Budding Carnage
[19] = { itemID = 45946 }; --Fire Orchid Signet
@@ -4486,79 +4486,79 @@ AtlasLoot_Data["Ulduar"] = {
};
{
Name = BabbleBoss["Freya"];
- [1] = { itemID = 45038, droprate = "0%" }; --Fragment of Val'anyr
+ [1] = { itemID = 45038 }; --Fragment of Val'anyr
[2] = { itemID = 46017 }; --Val'anyr, Hammer of Ancient Kings
- [4] = { itemID = 45483, droprate = "5%" }; --Boots of the Servant
- [5] = { itemID = 45482, droprate = "7%" }; --Leggings of the Lifetender
- [6] = { itemID = 45481, droprate = "6%" }; --Gauntlets of Ruthless Reprisal
- [7] = { itemID = 45480, droprate = "3%" }; --Nymph Heart Charm
- [8] = { itemID = 45479, droprate = "9%" }; --The Lifebinder
- [10] = { itemID = 45653, droprate = "3%" }; --Legplates of the Wayward Conqueror
- [11] = { itemID = 45654, droprate = "2%" }; --Legplates of the Wayward Protector
- [12] = { itemID = 45655, droprate = "9%" }; --Legplates of the Wayward Vanquisher
- [14] = { itemID = 46110, droprate = "6%" }; --Alchemist's Cache
- [16] = { icon = "INV_Box_01", name = "=q6=#j53#" };
+ [4] = { itemID = 45483 }; --Boots of the Servant
+ [5] = { itemID = 45482 }; --Leggings of the Lifetender
+ [6] = { itemID = 45481 }; --Gauntlets of Ruthless Reprisal
+ [7] = { itemID = 45480 }; --Nymph Heart Charm
+ [8] = { itemID = 45479 }; --The Lifebinder
+ [10] = { itemID = 45653 }; --Legplates of the Wayward Conqueror
+ [11] = { itemID = 45654 }; --Legplates of the Wayward Protector
+ [12] = { itemID = 45655 }; --Legplates of the Wayward Vanquisher
+ [14] = { itemID = 46110 }; --Alchemist's Cache
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Hard Mode"] };
[17] = { itemID = 45486 }; --Drape of the Sullen Goddess
- [18] = { itemID = 45488, droprate = ".13%" }; --Leggings of the Enslaved Idol
- [19] = { itemID = 45487, droprate = ".34%" }; --Handguards of Revitalization
+ [18] = { itemID = 45488 }; --Leggings of the Enslaved Idol
+ [19] = { itemID = 45487 }; --Handguards of Revitalization
[20] = { itemID = 45485 }; --Bronze Pendant of the Vanir
- [21] = { itemID = 45484, droprate = ".27%" }; --Bladetwister
+ [21] = { itemID = 45484 }; --Bladetwister
[22] = { itemID = 45613 }; --Dreambinder
- [24] = { itemID = 45814, droprate = ".27%" }; --Freya's Sigil
+ [24] = { itemID = 45814 }; --Freya's Sigil
};
{
Name = BabbleBoss["Mimiron"];
- [1] = { itemID = 45973, droprate = "9%" }; --Stylish Power Cape
- [2] = { itemID = 45976, droprate = "0%" }; --Static Charge Handwraps
- [3] = { itemID = 45974, droprate = "5%" }; --Shoulderguards of Assimilation
- [4] = { itemID = 45975, droprate = "1%" }; --Cable of the Metrognome
- [5] = { itemID = 45972, droprate = ".13%" }; --Pulse Baton
- [7] = { itemID = 45647, droprate = "8%" }; --Helm of the Wayward Conqueror
- [8] = { itemID = 45648, droprate = "5%" }; --Helm of the Wayward Protector
- [9] = { itemID = 45649, droprate = "7%" }; --Helm of the Wayward Vanquisher
- [16] = { icon = "INV_Box_01", name = "=q6=#j53#" };
+ [1] = { itemID = 45973 }; --Stylish Power Cape
+ [2] = { itemID = 45976 }; --Static Charge Handwraps
+ [3] = { itemID = 45974 }; --Shoulderguards of Assimilation
+ [4] = { itemID = 45975 }; --Cable of the Metrognome
+ [5] = { itemID = 45972 }; --Pulse Baton
+ [7] = { itemID = 45647 }; --Helm of the Wayward Conqueror
+ [8] = { itemID = 45648 }; --Helm of the Wayward Protector
+ [9] = { itemID = 45649 }; --Helm of the Wayward Vanquisher
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Hard Mode"] };
[17] = { itemID = 45993 }; --Mimiron's Flight Goggles
- [18] = { itemID = 45989, droprate = ".34%" }; --Tempered Mercury Greaves
- [19] = { itemID = 45982, droprate = ".34%" }; --Fused Alloy Legplates
+ [18] = { itemID = 45989 }; --Tempered Mercury Greaves
+ [19] = { itemID = 45982 }; --Fused Alloy Legplates
[20] = { itemID = 45988 }; --Greaves of the Iron Army
- [21] = { itemID = 45990, droprate = ".13%" }; --Fusion Blade
+ [21] = { itemID = 45990 }; --Fusion Blade
[23] = { itemID = 45787 }; --Mimiron's Sigil
};
{
Name = BabbleBoss["Mimiron"];
- [1] = { itemID = 45038, droprate = "0%" }; --Fragment of Val'anyr
+ [1] = { itemID = 45038 }; --Fragment of Val'anyr
[2] = { itemID = 46017 }; --Val'anyr, Hammer of Ancient Kings
- [4] = { itemID = 45493, droprate = "1%" }; --Asimov's Drape
- [5] = { itemID = 45492, droprate = "5%" }; --Malleable Steelweave Mantle
- [6] = { itemID = 45491, droprate = "7%" }; --Waistguard of the Creator
- [7] = { itemID = 45490, droprate = "7%" }; --Pandora's Plea
- [8] = { itemID = 45489, droprate = "5%" }; --Insanity's Grip
- [10] = { itemID = 45641, droprate = "5%" }; --Gauntlets of the Wayward Conqueror
- [11] = { itemID = 45642, droprate = "0%" }; --Gauntlets of the Wayward Protector
- [12] = { itemID = 45643, droprate = "8%" }; --Gauntlets of the Wayward Vanquisher
- [16] = { icon = "INV_Box_01", name = "=q6=#j53#" };
- [17] = { itemID = 45496, droprate = ".33%" }; --Titanskin Cloak
+ [4] = { itemID = 45493 }; --Asimov's Drape
+ [5] = { itemID = 45492 }; --Malleable Steelweave Mantle
+ [6] = { itemID = 45491 }; --Waistguard of the Creator
+ [7] = { itemID = 45490 }; --Pandora's Plea
+ [8] = { itemID = 45489 }; --Insanity's Grip
+ [10] = { itemID = 45641 }; --Gauntlets of the Wayward Conqueror
+ [11] = { itemID = 45642 }; --Gauntlets of the Wayward Protector
+ [12] = { itemID = 45643 }; --Gauntlets of the Wayward Vanquisher
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Hard Mode"] };
+ [17] = { itemID = 45496 }; --Titanskin Cloak
[18] = { itemID = 45497 }; --Crown of Luminescence
[19] = { itemID = 45663 }; --Armbands of Bedlam
[20] = { itemID = 45495 }; --Conductive Seal
[21] = { itemID = 45494 }; --Delirium's Touch
[22] = { itemID = 45620 }; --Starshard Edge
- [24] = { itemID = 45816, droprate = ".16%" }; --Mimiron's Sigil
+ [24] = { itemID = 45816 }; --Mimiron's Sigil
};
{
Name = BabbleBoss["General Vezax"];
- [1] = { itemID = 46014, droprate = "2%" }; --Saronite Animus Cloak
- [2] = { itemID = 46013, droprate = "0%" }; --Underworld Mantle
- [3] = { itemID = 46012, droprate = "0%" }; --Vestments of the Piercing Light
- [4] = { itemID = 46009, droprate = "7%" }; --Bindings of the Depths
+ [1] = { itemID = 46014 }; --Saronite Animus Cloak
+ [2] = { itemID = 46013 }; --Underworld Mantle
+ [3] = { itemID = 46012 }; --Vestments of the Piercing Light
+ [4] = { itemID = 46009 }; --Bindings of the Depths
[5] = { itemID = 46346 }; --Boots of Unsettled Prey
- [6] = { itemID = 45997, droprate = "7%" }; --Gauntlets of the Wretched
- [7] = { itemID = 46008, droprate = "8%" }; --Choker of the Abyss
- [8] = { itemID = 46015, droprate = "8%" }; --Pendant of Endless Despair
- [9] = { itemID = 46010, droprate = "1%" }; --Darkstone Ring
- [10] = { itemID = 46011, droprate = "9%" }; --Shadowbite
- [11] = { itemID = 45996, droprate = "2%" }; --Hoperender
- [16] = { icon = "INV_Box_01", name = "=q6=#j53#" };
+ [6] = { itemID = 45997 }; --Gauntlets of the Wretched
+ [7] = { itemID = 46008 }; --Choker of the Abyss
+ [8] = { itemID = 46015 }; --Pendant of Endless Despair
+ [9] = { itemID = 46010 }; --Darkstone Ring
+ [10] = { itemID = 46011 }; --Shadowbite
+ [11] = { itemID = 45996 }; --Hoperender
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Hard Mode"] };
[17] = { itemID = 46032 }; --Drape of the Faceless General
[18] = { itemID = 46034 }; --Leggings of Profound Darkness
[19] = { itemID = 46036 }; --Void Sabre
@@ -4567,79 +4567,79 @@ AtlasLoot_Data["Ulduar"] = {
};
{
Name = BabbleBoss["General Vezax"];
- [1] = { itemID = 45038, droprate = "0%" }; --Fragment of Val'anyr
+ [1] = { itemID = 45038 }; --Fragment of Val'anyr
[2] = { itemID = 46017 }; --Val'anyr, Hammer of Ancient Kings
- [4] = { itemID = 45514, droprate = "0%" }; --Mantle of the Unknowing
- [5] = { itemID = 45508, droprate = "1%" }; --Belt of the Darkspeaker
- [6] = { itemID = 45512, droprate = "9%" }; --Grips of the Unbroken
- [7] = { itemID = 45504, droprate = "8%" }; --Darkcore Leggings
- [8] = { itemID = 45513, droprate = "8%" }; --Boots of the Forgotten Depths
- [9] = { itemID = 45502, droprate = "9%" }; --Helm of the Faceless
- [10] = { itemID = 45505, droprate = "9%" }; --Belt of Clinging Hope
- [11] = { itemID = 45501, droprate = "7%" }; --Boots of the Underdweller
- [12] = { itemID = 45503, droprate = "0%" }; --Metallic Loop of the Sufferer
- [13] = { itemID = 45515, droprate = "1%" }; --Ring of the Vacant Eye
- [14] = { itemID = 45507, droprate = "0%" }; --The General's Heart
- [15] = { itemID = 45509, droprate = "7%" }; --Idol of the Corruptor
- [16] = { itemID = 45145, droprate = "9%" }; --Libram of the Sacred Shield
- [17] = { itemID = 45498, droprate = "0%" }; --Lotrafen, Spear of the Damned
- [18] = { itemID = 45511, droprate = "9%" }; --Scepter of Lost Souls
- [20] = { icon = "INV_Box_01", name = "=q6=#j53#" };
- [21] = { itemID = 45520, droprate = ".32%" }; --Handwraps of the Vigilant
- [22] = { itemID = 45519, droprate = ".32%" }; --Vestments of the Blind Denizen
- [23] = { itemID = 45517, droprate = ".36%" }; --Pendulum of Infinity
+ [4] = { itemID = 45514 }; --Mantle of the Unknowing
+ [5] = { itemID = 45508 }; --Belt of the Darkspeaker
+ [6] = { itemID = 45512 }; --Grips of the Unbroken
+ [7] = { itemID = 45504 }; --Darkcore Leggings
+ [8] = { itemID = 45513 }; --Boots of the Forgotten Depths
+ [9] = { itemID = 45502 }; --Helm of the Faceless
+ [10] = { itemID = 45505 }; --Belt of Clinging Hope
+ [11] = { itemID = 45501 }; --Boots of the Underdweller
+ [12] = { itemID = 45503 }; --Metallic Loop of the Sufferer
+ [13] = { itemID = 45515 }; --Ring of the Vacant Eye
+ [14] = { itemID = 45507 }; --The General's Heart
+ [15] = { itemID = 45509 }; --Idol of the Corruptor
+ [16] = { itemID = 45145 }; --Libram of the Sacred Shield
+ [17] = { itemID = 45498 }; --Lotrafen, Spear of the Damned
+ [18] = { itemID = 45511 }; --Scepter of Lost Souls
+ [20] = { icon = "INV_Box_01", name = WHITE..AL["Hard Mode"] };
+ [21] = { itemID = 45520 }; --Handwraps of the Vigilant
+ [22] = { itemID = 45519 }; --Vestments of the Blind Denizen
+ [23] = { itemID = 45517 }; --Pendulum of Infinity
[24] = { itemID = 45518 }; --Flare of the Heavens
[25] = { itemID = 45516 }; --Voldrethar, Dark Blade of Oblivion
};
{
Name = BabbleBoss["Yogg-Saron"];
- [1] = { itemID = 46030, droprate = "7%" }; --Treads of the Dragon Council
- [2] = { itemID = 46019, droprate = "2%" }; --Leggings of the Insatiable
- [3] = { itemID = 46028, droprate = "7%" }; --Faceguard of the Eyeless Horror
+ [1] = { itemID = 46030 }; --Treads of the Dragon Council
+ [2] = { itemID = 46019 }; --Leggings of the Insatiable
+ [3] = { itemID = 46028 }; --Faceguard of the Eyeless Horror
[4] = { itemID = 46022 }; --Pendant of a Thousand Maws
- [5] = { itemID = 46021, droprate = "2%" }; --Royal Seal of King Llane
- [6] = { itemID = 46024, droprate = "0%" }; --Kingsbane
- [7] = { itemID = 46016, droprate = "7%" }; --Abaddon
- [8] = { itemID = 46031, droprate = "5%" }; --Touch of Madness
- [9] = { itemID = 46025, droprate = "3%" }; --Devotion
- [10] = { itemID = 46018, droprate = "5%" }; --Deliverance
- [12] = { itemID = 45635, droprate = "2%" }; --Chestguard of the Wayward Conqueror
- [13] = { itemID = 45636, droprate = "0%" }; --Chestguard of the Wayward Protector
- [14] = { itemID = 45637, droprate = "7%" }; --Chestguard of the Wayward Vanquisher
- [16] = { icon = "INV_Box_01", name = "=q6=#j53#" };
+ [5] = { itemID = 46021 }; --Royal Seal of King Llane
+ [6] = { itemID = 46024 }; --Kingsbane
+ [7] = { itemID = 46016 }; --Abaddon
+ [8] = { itemID = 46031 }; --Touch of Madness
+ [9] = { itemID = 46025 }; --Devotion
+ [10] = { itemID = 46018 }; --Deliverance
+ [12] = { itemID = 45635 }; --Chestguard of the Wayward Conqueror
+ [13] = { itemID = 45636 }; --Chestguard of the Wayward Protector
+ [14] = { itemID = 45637 }; --Chestguard of the Wayward Vanquisher
+ [16] = { icon = "INV_Box_01", name = WHITE..AL["Hard Mode"] };
[17] = { itemID = 46068 }; --Amice of Inconceivable Horror
[18] = { itemID = 46095 }; --Soul-Devouring Cinch
[19] = { itemID = 46096 }; --Signet of Soft Lament
[20] = { itemID = 46097 }; --Caress of Insanity
[21] = { itemID = 46067 }; --Hammer of Crushing Whispers
- [23] = { icon = "INV_Box_01", name = "=q6=" .. AL["Bonus Loot"], desc = "=q5=" .. AL["Alone in the Darkness"] };
- [24] = { itemID = 46312, droprate = "00%" }; --Vanquished Clutches of Yogg-Saron
+ [23] = { icon = "INV_Box_01", name = WHITE.. AL["Bonus Loot"], desc = "=q5=" .. AL["Alone in the Darkness"] };
+ [24] = { itemID = 46312 }; --Vanquished Clutches of Yogg-Saron
};
{
Name = BabbleBoss["Yogg-Saron"];
- [1] = { itemID = 45038, droprate = "0%" }; --Fragment of Val'anyr
+ [1] = { itemID = 45038 }; --Fragment of Val'anyr
[2] = { itemID = 46017 }; --Val'anyr, Hammer of Ancient Kings
- [4] = { itemID = 45529, droprate = "5%" }; --Shawl of Haunted Memories
- [5] = { itemID = 45532, droprate = "7%" }; --Cowl of Dark Whispers
- [6] = { itemID = 45523, droprate = "8%" }; --Garona's Guise
- [7] = { itemID = 45524, droprate = "3%" }; --Chestguard of Insidious Intent
- [8] = { itemID = 45531, droprate = "6%" }; --Chestguard of the Fallen God
- [9] = { itemID = 45525, droprate = "1%" }; --Godbane Signet
- [10] = { itemID = 45530, droprate = "8%" }; --Sanity's Bond
- [11] = { itemID = 45522, droprate = "0%" }; --Blood of the Old God
+ [4] = { itemID = 45529 }; --Shawl of Haunted Memories
+ [5] = { itemID = 45532 }; --Cowl of Dark Whispers
+ [6] = { itemID = 45523 }; --Garona's Guise
+ [7] = { itemID = 45524 }; --Chestguard of Insidious Intent
+ [8] = { itemID = 45531 }; --Chestguard of the Fallen God
+ [9] = { itemID = 45525 }; --Godbane Signet
+ [10] = { itemID = 45530 }; --Sanity's Bond
+ [11] = { itemID = 45522 }; --Blood of the Old God
[12] = { itemID = 45527 }; --Soulscribe
- [13] = { itemID = 45521, droprate = "5%" }; --Earthshaper
- [16] = { itemID = 45656, droprate = "9%" }; --Mantle of the Wayward Conqueror
- [17] = { itemID = 45657, droprate = "4%" }; --Mantle of the Wayward Protector
- [18] = { itemID = 45658, droprate = "6%" }; --Mantle of the Wayward Vanquisher
- [20] = { icon = "INV_Box_01", name = "=q6=#j53#" };
+ [13] = { itemID = 45521 }; --Earthshaper
+ [16] = { itemID = 45656 }; --Mantle of the Wayward Conqueror
+ [17] = { itemID = 45657 }; --Mantle of the Wayward Protector
+ [18] = { itemID = 45658 }; --Mantle of the Wayward Vanquisher
+ [20] = { icon = "INV_Box_01", name = WHITE..AL["Hard Mode"] };
[21] = { itemID = 45537 }; --Treads of the False Oracle
[22] = { itemID = 45536 }; --Legguards of Cunning Deception
[23] = { itemID = 45534 }; --Seal of the Betrayed King
[24] = { itemID = 45535 }; --Show of Faith
[25] = { itemID = 45533 }; --Dark Edge of Depravity
- [27] = { icon = "INV_Box_01", name = "=q6=" .. AL["Bonus Loot"], desc = "=q5=" .. AL["Alone in the Darkness"] };
- [28] = { itemID = 45693, droprate = "00%" }; --Mimiron's Head
+ [27] = { icon = "INV_Box_01", name = WHITE.. AL["Bonus Loot"], desc = "=q5=" .. AL["Alone in the Darkness"] };
+ [28] = { itemID = 45693 }; --Mimiron's Head
};
{
Name = AL["Trash Mobs"];
@@ -5482,9 +5482,9 @@ AtlasLoot_Data["TrialoftheCrusader2"] = {
};
{
Name = AL["Tribute Run"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["Bonus Loot"], desc = "=q5=" .. AL["Call of the Grand Crusade"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["Bonus Loot"], desc = "=q5=" .. AL["Call of the Grand Crusade"] };
[2] = { itemID = 47242 }; --Trophy of the Crusade
- [4] = { icon = "INV_Box_01", name = "=q6=" .. AL["Bonus Loot"], desc = "=q5=" .. AL["A Tribute to Skill (25)"] };
+ [4] = { icon = "INV_Box_01", name = WHITE.. AL["Bonus Loot"], desc = "=q5=" .. AL["A Tribute to Skill (25)"] };
[5] = { itemID = 48712 }; --The Spinebreaker
[6] = { itemID = 48708 }; --Spellstorm Blade
[7] = { itemID = 48713 }; --Lothar's Edge
@@ -5492,9 +5492,9 @@ AtlasLoot_Data["TrialoftheCrusader2"] = {
[9] = { itemID = 48714 }; --Honor of the Fallen
[10] = { itemID = 48710 }; --Paragon's Breadth
[11] = { itemID = 48711 }; --Rhok'shalla, the Shadow's Bane
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["Bonus Loot"], desc = "=q5=" .. AL["A Tribute to Mad Skill (45)"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["Bonus Loot"], desc = "=q5=" .. AL["A Tribute to Mad Skill (45)"] };
[17] = { itemID = 47242 }; --Trophy of the Crusade
- [19] = { icon = "INV_Box_01", name = "=q6=" .. AL["Bonus Loot"], desc = "=q5=" .. AL["A Tribute to Insanity (50)"] };
+ [19] = { icon = "INV_Box_01", name = WHITE.. AL["Bonus Loot"], desc = "=q5=" .. AL["A Tribute to Insanity (50)"] };
[20] = { itemID = 48673 }; --Cloak of the Silver Covenant
[21] = { itemID = 48675 }; --Cloak of the Unmoving Guardian
[22] = { itemID = 48674 }; --Cloak of the Victorious Combatant
@@ -5504,9 +5504,9 @@ AtlasLoot_Data["TrialoftheCrusader2"] = {
};
{
Name = AL["Tribute Run"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["Bonus Loot"], desc = "=q5=" .. AL["Call of the Grand Crusade"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["Bonus Loot"], desc = "=q5=" .. AL["Call of the Grand Crusade"] };
[2] = { itemID = 47242 }; --Trophy of the Crusade
- [4] = { icon = "INV_Box_01", name = "=q6=" .. AL["Bonus Loot"], desc = "=q5=" .. AL["A Tribute to Skill (25)"] };
+ [4] = { icon = "INV_Box_01", name = WHITE.. AL["Bonus Loot"], desc = "=q5=" .. AL["A Tribute to Skill (25)"] };
[5] = { itemID = 48703 }; --The Facebreaker
[6] = { itemID = 48701 }; --Spellharvest
[7] = { itemID = 48695 }; --Mor'kosh, the Bloodreaver
@@ -5514,9 +5514,9 @@ AtlasLoot_Data["TrialoftheCrusader2"] = {
[9] = { itemID = 48699 }; --Blood and Glory
[10] = { itemID = 48705 }; --Attrition
[11] = { itemID = 48697 }; --Frenzystrike Longbow
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["Bonus Loot"], desc = "=q5=" .. AL["A Tribute to Mad Skill (45)"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["Bonus Loot"], desc = "=q5=" .. AL["A Tribute to Mad Skill (45)"] };
[17] = { itemID = 47242 }; --Trophy of the Crusade
- [19] = { icon = "INV_Box_01", name = "=q6=" .. AL["Bonus Loot"], desc = "=q5=" .. AL["A Tribute to Insanity (50)"] };
+ [19] = { icon = "INV_Box_01", name = WHITE.. AL["Bonus Loot"], desc = "=q5=" .. AL["A Tribute to Insanity (50)"] };
[20] = { itemID = 48668 }; --Cloak of Serrated Blades
[21] = { itemID = 48669 }; --Cloak of the Triumphant Combatant
[22] = { itemID = 48670 }; --Cloak of the Unflinching Guardian
@@ -5526,11 +5526,11 @@ AtlasLoot_Data["TrialoftheCrusader2"] = {
};
{
Name = AL["Tribute Run"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["Bonus Loot"], desc = "=q5=" .. AL["Call of the Grand Crusade"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["Bonus Loot"], desc = "=q5=" .. AL["Call of the Grand Crusade"] };
[2] = { itemID = 47557 }; --Regalia of the Grand Conqueror
[3] = { itemID = 47558 }; --Regalia of the Grand Protector
[4] = { itemID = 47559 }; --Regalia of the Grand Vanquisher
- [6] = { icon = "INV_Box_01", name = "=q6=" .. AL["Bonus Loot"], desc = "=q5=" .. AL["A Tribute to Skill (25)"] };
+ [6] = { icon = "INV_Box_01", name = WHITE.. AL["Bonus Loot"], desc = "=q5=" .. AL["A Tribute to Skill (25)"] };
[7] = { itemID = 47517 }; --Blade of the Unbroken Covenant
[8] = { itemID = 47506 }; --Silverwing Defender
[9] = { itemID = 47515 }; --Decimation
@@ -5538,11 +5538,11 @@ AtlasLoot_Data["TrialoftheCrusader2"] = {
[11] = { itemID = 47519 }; --Catastrophe
[12] = { itemID = 47524 }; --Clemency
[13] = { itemID = 47521 }; --BRK-1000
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["Bonus Loot"], desc = "=q5=" .. AL["A Tribute to Mad Skill (45)"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["Bonus Loot"], desc = "=q5=" .. AL["A Tribute to Mad Skill (45)"] };
[17] = { itemID = 47557 }; --Regalia of the Grand Conqueror
[18] = { itemID = 47558 }; --Regalia of the Grand Protector
[19] = { itemID = 47559 }; --Regalia of the Grand Vanquisher
- [21] = { icon = "INV_Box_01", name = "=q6=" .. AL["Bonus Loot"], desc = "=q5=" .. AL["A Tribute to Insanity (50)"] };
+ [21] = { icon = "INV_Box_01", name = WHITE.. AL["Bonus Loot"], desc = "=q5=" .. AL["A Tribute to Insanity (50)"] };
[22] = { itemID = 47553 }; --Bolvar's Devotion
[23] = { itemID = 47552 }; --Jaina's Radiance
[24] = { itemID = 47549 }; --Magni's Resolution
@@ -5551,11 +5551,11 @@ AtlasLoot_Data["TrialoftheCrusader2"] = {
};
{
Name = AL["Tribute Run"];
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["Bonus Loot"], desc = "=q5=" .. AL["Call of the Grand Crusade"] };
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["Bonus Loot"], desc = "=q5=" .. AL["Call of the Grand Crusade"] };
[2] = { itemID = 47557 }; --Regalia of the Grand Conqueror
[3] = { itemID = 47558 }; --Regalia of the Grand Protector
[4] = { itemID = 47559 }; --Regalia of the Grand Vanquisher
- [6] = { icon = "INV_Box_01", name = "=q6=" .. AL["Bonus Loot"], desc = "=q5=" .. AL["A Tribute to Skill (25)"] };
+ [6] = { icon = "INV_Box_01", name = WHITE.. AL["Bonus Loot"], desc = "=q5=" .. AL["A Tribute to Skill (25)"] };
[7] = { itemID = 47518 }; --Mortalis
[8] = { itemID = 47513 }; --Ogrim's Deflector
[9] = { itemID = 47516 }; --Fleshrender
@@ -5563,11 +5563,11 @@ AtlasLoot_Data["TrialoftheCrusader2"] = {
[11] = { itemID = 47520 }; --Grievance
[12] = { itemID = 47525 }; --Sufferance
[13] = { itemID = 47523 }; --Fezzik's Autocannon
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["Bonus Loot"], desc = "=q5=" .. AL["A Tribute to Mad Skill (45)"] };
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["Bonus Loot"], desc = "=q5=" .. AL["A Tribute to Mad Skill (45)"] };
[17] = { itemID = 47557 }; --Regalia of the Grand Conqueror
[18] = { itemID = 47558 }; --Regalia of the Grand Protector
[19] = { itemID = 47559 }; --Regalia of the Grand Vanquisher
- [21] = { icon = "INV_Box_01", name = "=q6=" .. AL["Bonus Loot"], desc = "=q5=" .. AL["A Tribute to Insanity (50)"] };
+ [21] = { icon = "INV_Box_01", name = WHITE.. AL["Bonus Loot"], desc = "=q5=" .. AL["A Tribute to Insanity (50)"] };
[22] = { itemID = 47551 }; --Aethas' Intensity
[23] = { itemID = 47550 }; --Cairne's Endurance
[24] = { itemID = 47548 }; --Garrosh's Rage
@@ -5674,8 +5674,8 @@ AtlasLoot_Data["Onyxia80"] = {
[10] = { itemID = 49493 }; --Rifled Blastershot Launcher
[16] = { itemID = 49644 }; --Head of Onyxia
[17] = { itemID = 49485, }; -- --Sparkling Onyxia Tooth Pendant
- [18] = { itemID = 49486, }; --#m4#: --Polished Dragonslayer's Signet
- [19] = { itemID = 49487, }; --#m4#: --Purified Onyxia Blood Talisman
+ [18] = { itemID = 49486, }; --Polished Dragonslayer's Signet
+ [19] = { itemID = 49487, }; --Purified Onyxia Blood Talisman
[21] = { itemID = 49295 }; --Enlarged Onyxia Hide Backpack
[22] = { itemID = 49294 }; --Ashen Sack of Gems
[24] = { itemID = 49636 }; --Reins of the Onyxian Drake
@@ -6861,7 +6861,7 @@ AtlasLoot_Data["TheOracles"] = {
{
Name = BabbleFaction["Honored"];
[1] = { itemID = 44071 }; --Slow-Roasted Eel
- [2] = { icon = "INV_Egg_02", name = "=q6=" .. AL["Cracked Egg"] };
+ [2] = { icon = "INV_Egg_02", name = WHITE.. AL["Cracked Egg"] };
[3] = { itemID = 44707 }; --Reins of the Green Proto-Drake
[4] = { itemID = 39898 }; --Cobra Hatchling
[5] = { itemID = 44721 }; --Proto-Drake Whelp
@@ -7060,25 +7060,25 @@ AtlasLoot_Data["ArenaDeathKnightWRATH"] = {
Name = LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"];
{
Name = "Page 1";
- [1] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#arenas10#" };
- [2] = { itemID = 51415, "2370 #arena# #reqrating# 1950" }; --Wrathful Gladiator's Dreadplate Helm
- [3] = { itemID = 51418, "1930 #arena# #reqrating# 2000" }; --Wrathful Gladiator's Dreadplate Shoulders
- [4] = { itemID = 51413, "2370 #arena# #reqrating# 1600" }; --Wrathful Gladiator's Dreadplate Chestpiece
- [5] = { itemID = 51414, "1430 #arena# #reqrating# 1400" }; --Wrathful Gladiator's Dreadplate Gauntlets
- [6] = { itemID = 51416, "2370 #arena# #reqrating# 1500" }; --Wrathful Gladiator's Dreadplate Legguards
- [8] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#arenas10#" };
+ [1] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Gladiator's Desecration"] };
+ [2] = { itemID = 51415, "2370 #arena# "..AL["Rating:"].." 1950" }; --Wrathful Gladiator's Dreadplate Helm
+ [3] = { itemID = 51418, "1930 #arena# "..AL["Rating:"].." 2000" }; --Wrathful Gladiator's Dreadplate Shoulders
+ [4] = { itemID = 51413, "2370 #arena# "..AL["Rating:"].." 1600" }; --Wrathful Gladiator's Dreadplate Chestpiece
+ [5] = { itemID = 51414, "1430 #arena# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Dreadplate Gauntlets
+ [6] = { itemID = 51416, "2370 #arena# "..AL["Rating:"].." 1500" }; --Wrathful Gladiator's Dreadplate Legguards
+ [8] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Gladiator's Desecration"] };
[9] = { itemID = 40830, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Dreadplate Helm
[10] = { itemID = 40871, "10550 #faction# 600 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Dreadplate Shoulders
[11] = { itemID = 40791, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Dreadplate Chestpiece
[12] = { itemID = 40811, "8000 #faction# 440 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Dreadplate Gauntlets
[13] = { itemID = 40851, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Dreadplate Legguards
- [16] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#arenas10#" };
+ [16] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Gladiator's Desecration"] };
[17] = { itemID = 40827, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Dreadplate Helm
[18] = { itemID = 40868, "34700 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Dreadplate Shoulders
[19] = { itemID = 40787, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Dreadplate Chestpiece
[20] = { itemID = 40809, "43400 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Dreadplate Gauntlets
[21] = { itemID = 40848, "34700 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Dreadplate Legguards
- [23] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#arenas10#" };
+ [23] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Gladiator's Desecration"] };
[24] = { itemID = 40824, "58 #eofconquest#" }; --Deadly Gladiator's Dreadplate Helm
[25] = { itemID = 40863, "46 #eofconquest#" }; --Deadly Gladiator's Dreadplate Shoulders
[26] = { itemID = 40784, "58 #eofconquest#" }; --Deadly Gladiator's Dreadplate Chestpiece
@@ -7087,13 +7087,13 @@ AtlasLoot_Data["ArenaDeathKnightWRATH"] = {
};
{
Name = "Page 2";
- [1] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#arenas10#" };
+ [1] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Gladiator's Desecration"] };
[2] = { itemID = 40820, "45 #eofvalor#" }; --Hateful Gladiator's Dreadplate Helm
[3] = { itemID = 40860, "30 #eofvalor#" }; --Hateful Gladiator's Dreadplate Shoulders
[4] = { itemID = 40781, "45 #eofvalor#" }; --Hateful Gladiator's Dreadplate Chestpiece
[5] = { itemID = 40803, "30 #eofvalor#" }; --Hateful Gladiator's Dreadplate Gauntlets
[6] = { itemID = 40841, "45 #eofvalor#" }; --Hateful Gladiator's Dreadplate Legguards
- [8] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#arenas10#" };
+ [8] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Gladiator's Desecration"] };
[9] = { itemID = 40817, "45 #eofheroism#" }; --Savage Gladiator's Dreadplate Helm
[10] = { itemID = 40857, "30 #eofheroism#" }; --Savage Gladiator's Dreadplate Shoulders
[11] = { itemID = 40779, "45 #eofheroism#" }; --Savage Gladiator's Dreadplate Chestpiece
@@ -7106,25 +7106,25 @@ AtlasLoot_Data["ArenaDruidWRATH"] = {
Name = AL["Druid"];
{
Name = AL["Balance"] .. " Page 1";
- [1] = { icon = "Spell_Nature_InsectSwarm", name = "=q6=#arenas1_2#" };
- [2] = { itemID = 51435, "2370 #arena# #reqrating# 1950" }; --Wrathful Gladiator's Wyrmhide Helm
- [3] = { itemID = 51438, "1930 #arena# #reqrating# 2000" }; --Wrathful Gladiator's Wyrmhide Spaulders
- [4] = { itemID = 51433, "2370 #arena# #reqrating# 1600" }; --Wrathful Gladiator's Wyrmhide Robes
- [5] = { itemID = 51434, "1430 #arena# #reqrating# 1400" }; --Wrathful Gladiator's Wyrmhide Gloves
- [6] = { itemID = 51436, "2370 #arena# #reqrating# 1500" }; --Wrathful Gladiator's Wyrmhide Legguards
- [8] = { icon = "Spell_Nature_InsectSwarm", name = "=q6=#arenas1_2#" };
+ [1] = { icon = "Spell_Nature_InsectSwarm", name = "=q6="..AL["Gladiator's Wildhide"] };
+ [2] = { itemID = 51435, "2370 #arena# "..AL["Rating:"].." 1950" }; --Wrathful Gladiator's Wyrmhide Helm
+ [3] = { itemID = 51438, "1930 #arena# "..AL["Rating:"].." 2000" }; --Wrathful Gladiator's Wyrmhide Spaulders
+ [4] = { itemID = 51433, "2370 #arena# "..AL["Rating:"].." 1600" }; --Wrathful Gladiator's Wyrmhide Robes
+ [5] = { itemID = 51434, "1430 #arena# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Wyrmhide Gloves
+ [6] = { itemID = 51436, "2370 #arena# "..AL["Rating:"].." 1500" }; --Wrathful Gladiator's Wyrmhide Legguards
+ [8] = { icon = "Spell_Nature_InsectSwarm", name = "=q6="..AL["Gladiator's Wildhide"] };
[9] = { itemID = 41328, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Wyrmhide Helm
[10] = { itemID = 41282, "10550 #faction# 600 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Wyrmhide Spaulders
[11] = { itemID = 41317, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Wyrmhide Robes
[12] = { itemID = 41294, "8000 #faction# 440 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Wyrmhide Gloves
[13] = { itemID = 41305, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Wyrmhide Legguards
- [16] = { icon = "Spell_Nature_InsectSwarm", name = "=q6=#arenas1_2#" };
+ [16] = { icon = "Spell_Nature_InsectSwarm", name = "=q6="..AL["Gladiator's Wildhide"] };
[17] = { itemID = 41327, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Wyrmhide Helm
[18] = { itemID = 41281, "34700 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Wyrmhide Spaulders
[19] = { itemID = 41316, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Wyrmhide Robes
[20] = { itemID = 41293, "43400 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Wyrmhide Gloves
[21] = { itemID = 41304, "34700 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Wyrmhide Legguards
- [23] = { icon = "Spell_Nature_InsectSwarm", name = "=q6=#arenas1_2#" };
+ [23] = { icon = "Spell_Nature_InsectSwarm", name = "=q6="..AL["Gladiator's Wildhide"] };
[24] = { itemID = 41326, "58 #eofconquest#" }; --Deadly Gladiator's Wyrmhide Helm
[25] = { itemID = 41280, "46 #eofconquest#" }; --Deadly Gladiator's Wyrmhide Spaulders
[26] = { itemID = 41315, "58 #eofconquest#" }; --Deadly Gladiator's Wyrmhide Robes
@@ -7133,13 +7133,13 @@ AtlasLoot_Data["ArenaDruidWRATH"] = {
};
{
Name = AL["Balance"] .. " Page 2";
- [1] = { icon = "Spell_Nature_InsectSwarm", name = "=q6=#arenas1_2#" };
+ [1] = { icon = "Spell_Nature_InsectSwarm", name = "=q6="..AL["Gladiator's Wildhide"] };
[2] = { itemID = 41325, "45 #eofvalor#" }; --Hateful Gladiator's Wyrmhide Helm
[3] = { itemID = 41279, "30 #eofvalor#" }; --Hateful Gladiator's Wyrmhide Spaulders
[4] = { itemID = 41314, "45 #eofvalor#" }; --Hateful Gladiator's Wyrmhide Robes
[5] = { itemID = 41291, "30 #eofvalor#" }; --Hateful Gladiator's Wyrmhide Gloves
[6] = { itemID = 41302, "45 #eofvalor#" }; --Hateful Gladiator's Wyrmhide Legguards
- [8] = { icon = "Spell_Nature_InsectSwarm", name = "=q6=#arenas1_2#" };
+ [8] = { icon = "Spell_Nature_InsectSwarm", name = "=q6="..AL["Gladiator's Wildhide"] };
[9] = { itemID = 41324, "45 #eofheroism#" }; --Savage Gladiator's Wyrmhide Helm
[10] = { itemID = 41278, "30 #eofheroism#" }; --Savage Gladiator's Wyrmhide Spaulders
[11] = { itemID = 41313, "45 #eofheroism#" }; --Savage Gladiator's Wyrmhide Robes
@@ -7148,25 +7148,25 @@ AtlasLoot_Data["ArenaDruidWRATH"] = {
};
{
Name = AL["Feral"] .. " Page 1";
- [1] = { icon = "Ability_Druid_Maul", name = "=q6=#arenas1_1#" };
- [2] = { itemID = 51427, "2370 #arena# #reqrating# 1950" }; --Wrathful Gladiator's Dragonhide Helm
- [3] = { itemID = 51430, "1930 #arena# #reqrating# 2000" }; --Wrathful Gladiator's Dragonhide Spaulders
- [4] = { itemID = 51425, "2370 #arena# #reqrating# 1600" }; --Wrathful Gladiator's Dragonhide Robes
- [5] = { itemID = 51426, "1430 #arena# #reqrating# 1400" }; --Wrathful Gladiator's Dragonhide Gloves
- [6] = { itemID = 51428, "2370 #arena# #reqrating# 1500" }; --Wrathful Gladiator's Dragonhide Legguards
- [8] = { icon = "Ability_Druid_Maul", name = "=q6=#arenas1_1#" };
+ [1] = { icon = "Ability_Druid_Maul", name = "=q6="..AL["Gladiator's Sanctuary"] };
+ [2] = { itemID = 51427, "2370 #arena# "..AL["Rating:"].." 1950" }; --Wrathful Gladiator's Dragonhide Helm
+ [3] = { itemID = 51430, "1930 #arena# "..AL["Rating:"].." 2000" }; --Wrathful Gladiator's Dragonhide Spaulders
+ [4] = { itemID = 51425, "2370 #arena# "..AL["Rating:"].." 1600" }; --Wrathful Gladiator's Dragonhide Robes
+ [5] = { itemID = 51426, "1430 #arena# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Dragonhide Gloves
+ [6] = { itemID = 51428, "2370 #arena# "..AL["Rating:"].." 1500" }; --Wrathful Gladiator's Dragonhide Legguards
+ [8] = { icon = "Ability_Druid_Maul", name = "=q6="..AL["Gladiator's Sanctuary"] };
[9] = { itemID = 41679, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Dragonhide Helm
[10] = { itemID = 41716, "10550 #faction# 600 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Dragonhide Spaulders
[11] = { itemID = 41662, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Dragonhide Robes
[12] = { itemID = 41774, "8000 #faction# 440 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Dragonhide Gloves
[13] = { itemID = 41668, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Dragonhide Legguards
- [16] = { icon = "Ability_Druid_Maul", name = "=q6=#arenas1_1#" };
+ [16] = { icon = "Ability_Druid_Maul", name = "=q6="..AL["Gladiator's Sanctuary"] };
[17] = { itemID = 41678, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Dragonhide Helm
[18] = { itemID = 41715, "34700 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Dragonhide Spaulders
[19] = { itemID = 41661, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Dragonhide Robes
[20] = { itemID = 41773, "43400 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Dragonhide Gloves
[21] = { itemID = 41667, "34700 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Dragonhide Legguards
- [23] = { icon = "Ability_Druid_Maul", name = "=q6=#arenas1_1#" };
+ [23] = { icon = "Ability_Druid_Maul", name = "=q6="..AL["Gladiator's Sanctuary"] };
[24] = { itemID = 41677, "58 #eofconquest#" }; --Deadly Gladiator's Dragonhide Helm
[25] = { itemID = 41714, "46 #eofconquest#" }; --Deadly Gladiator's Dragonhide Spaulders
[26] = { itemID = 41660, "58 #eofconquest#" }; --Deadly Gladiator's Dragonhide Robes
@@ -7175,13 +7175,13 @@ AtlasLoot_Data["ArenaDruidWRATH"] = {
};
{
Name = AL["Feral"] .. " Page 2";
- [1] = { icon = "Ability_Druid_Maul", name = "=q6=#arenas1_1#" };
+ [1] = { icon = "Ability_Druid_Maul", name = "=q6="..AL["Gladiator's Sanctuary"] };
[2] = { itemID = 41676, "45 #eofvalor#" }; --Hateful Gladiator's Dragonhide Helm
[3] = { itemID = 41713, "30 #eofvalor#" }; --Hateful Gladiator's Dragonhide Spaulders
[4] = { itemID = 41659, "45 #eofvalor#" }; --Hateful Gladiator's Dragonhide Robes
[5] = { itemID = 41771, "30 #eofvalor#" }; --Hateful Gladiator's Dragonhide Gloves
[6] = { itemID = 41665, "45 #eofvalor#" }; --Hateful Gladiator's Dragonhide Legguards
- [8] = { icon = "Ability_Druid_Maul", name = "=q6=#arenas1_1#" };
+ [8] = { icon = "Ability_Druid_Maul", name = "=q6="..AL["Gladiator's Sanctuary"] };
[9] = { itemID = 41675, "45 #eofheroism#" }; --Savage Gladiator's Dragonhide Helm
[10] = { itemID = 41712, "30 #eofheroism#" }; --Savage Gladiator's Dragonhide Spaulders
[11] = { itemID = 41658, "45 #eofheroism#" }; --Savage Gladiator's Dragonhide Robes
@@ -7190,25 +7190,25 @@ AtlasLoot_Data["ArenaDruidWRATH"] = {
};
{
Name = AL["Restoration"] .. " Page 1";
- [1] = { icon = "Spell_Nature_Regeneration", name = "=q6=#arenas1_3#" };
- [2] = { itemID = 51421, "2370 #arena# #reqrating# 1950" }; --Wrathful Gladiator's Kodohide Helm
- [3] = { itemID = 51424, "1930 #arena# #reqrating# 2000" }; --Wrathful Gladiator's Kodohide Spaulders
- [4] = { itemID = 51419, "2370 #arena# #reqrating# 1600" }; --Wrathful Gladiator's Kodohide Robes
- [5] = { itemID = 51420, "1430 #arena# #reqrating# 1400" }; --Wrathful Gladiator's Kodohide Gloves
- [6] = { itemID = 51422, "2370 #arena# #reqrating# 1500" }; --Wrathful Gladiator's Kodohide Legguards
- [8] = { icon = "Spell_Nature_Regeneration", name = "=q6=#arenas1_3#" };
+ [1] = { icon = "Spell_Nature_Regeneration", name = "=q6="..AL["Gladiator's Refuge"] };
+ [2] = { itemID = 51421, "2370 #arena# "..AL["Rating:"].." 1950" }; --Wrathful Gladiator's Kodohide Helm
+ [3] = { itemID = 51424, "1930 #arena# "..AL["Rating:"].." 2000" }; --Wrathful Gladiator's Kodohide Spaulders
+ [4] = { itemID = 51419, "2370 #arena# "..AL["Rating:"].." 1600" }; --Wrathful Gladiator's Kodohide Robes
+ [5] = { itemID = 51420, "1430 #arena# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Kodohide Gloves
+ [6] = { itemID = 51422, "2370 #arena# "..AL["Rating:"].." 1500" }; --Wrathful Gladiator's Kodohide Legguards
+ [8] = { icon = "Spell_Nature_Regeneration", name = "=q6="..AL["Gladiator's Refuge"] };
[9] = { itemID = 41322, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Kodohide Helm
[10] = { itemID = 41276, "10550 #faction# 600 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Kodohide Spaulders
[11] = { itemID = 41311, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Kodohide Robes
[12] = { itemID = 41288, "8000 #faction# 440 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Kodohide Gloves
[13] = { itemID = 41299, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Kodohide Legguards
- [16] = { icon = "Spell_Nature_Regeneration", name = "=q6=#arenas1_3#" };
+ [16] = { icon = "Spell_Nature_Regeneration", name = "=q6="..AL["Gladiator's Refuge"] };
[17] = { itemID = 41321, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Kodohide Helm
[18] = { itemID = 41275, "34700 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Kodohide Spaulders
[19] = { itemID = 41310, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Kodohide Robes
[20] = { itemID = 41287, "43400 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Kodohide Gloves
[21] = { itemID = 41298, "34700 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Kodohide Legguards
- [23] = { icon = "Spell_Nature_Regeneration", name = "=q6=#arenas1_3#" };
+ [23] = { icon = "Spell_Nature_Regeneration", name = "=q6="..AL["Gladiator's Refuge"] };
[24] = { itemID = 41320, "58 #eofconquest#" }; --Deadly Gladiator's Kodohide Helm
[25] = { itemID = 41274, "46 #eofconquest#" }; --Deadly Gladiator's Kodohide Spaulders
[26] = { itemID = 41309, "58 #eofconquest#" }; --Deadly Gladiator's Kodohide Robes
@@ -7217,13 +7217,13 @@ AtlasLoot_Data["ArenaDruidWRATH"] = {
};
{
Name = AL["Restoration"] .. " Page 2";
- [1] = { icon = "Spell_Nature_Regeneration", name = "=q6=#arenas1_3#" };
+ [1] = { icon = "Spell_Nature_Regeneration", name = "=q6="..AL["Gladiator's Refuge"] };
[2] = { itemID = 41319, "45 #eofvalor#" }; --Hateful Gladiator's Kodohide Helm
[3] = { itemID = 41273, "30 #eofvalor#" }; --Hateful Gladiator's Kodohide Spaulders
[4] = { itemID = 41308, "45 #eofvalor#" }; --Hateful Gladiator's Kodohide Robes
[5] = { itemID = 41284, "30 #eofvalor#" }; --Hateful Gladiator's Kodohide Gloves
[6] = { itemID = 41296, "45 #eofvalor#" }; --Hateful Gladiator's Kodohide Legguards
- [8] = { icon = "Spell_Nature_Regeneration", name = "=q6=#arenas1_3#" };
+ [8] = { icon = "Spell_Nature_Regeneration", name = "=q6="..AL["Gladiator's Refuge"] };
[9] = { itemID = 41269, "45 #eofheroism#" }; --Savage Gladiator's Kodohide Helm
[10] = { itemID = 41271, "30 #eofheroism#" }; --Savage Gladiator's Kodohide Spaulders
[11] = { itemID = 41272, "45 #eofheroism#" }; --Savage Gladiator's Kodohide Robes
@@ -7237,25 +7237,25 @@ AtlasLoot_Data["ArenaHunterWRATH"] = {
Name = LOCALIZED_CLASS_NAMES_MALE["HUNTER"];
{
Name = "Page 1";
- [1] = { icon = "Ability_Hunter_RunningShot", name = "=q6=#arenas2#" };
- [2] = { itemID = 51460, "2370 #arena# #reqrating# 1950" }; --Wrathful Gladiator's Chain Helm
- [3] = { itemID = 51462, "1930 #arena# #reqrating# 2000" }; --Wrathful Gladiator's Chain Spaulders
- [4] = { itemID = 51458, "2370 #arena# #reqrating# 1600" }; --Wrathful Gladiator's Chain Armor
- [5] = { itemID = 51459, "1430 #arena# #reqrating# 1400" }; --Wrathful Gladiator's Chain Gauntlets
- [6] = { itemID = 51461, "2370 #arena# #reqrating# 1500" }; --Wrathful Gladiator's Chain Leggings
- [8] = { icon = "Ability_Hunter_RunningShot", name = "=q6=#arenas2#" };
+ [1] = { icon = "Ability_Hunter_RunningShot", name = "=q6="..AL["Gladiator's Pursuit"] };
+ [2] = { itemID = 51460, "2370 #arena# "..AL["Rating:"].." 1950" }; --Wrathful Gladiator's Chain Helm
+ [3] = { itemID = 51462, "1930 #arena# "..AL["Rating:"].." 2000" }; --Wrathful Gladiator's Chain Spaulders
+ [4] = { itemID = 51458, "2370 #arena# "..AL["Rating:"].." 1600" }; --Wrathful Gladiator's Chain Armor
+ [5] = { itemID = 51459, "1430 #arena# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Chain Gauntlets
+ [6] = { itemID = 51461, "2370 #arena# "..AL["Rating:"].." 1500" }; --Wrathful Gladiator's Chain Leggings
+ [8] = { icon = "Ability_Hunter_RunningShot", name = "=q6="..AL["Gladiator's Pursuit"] };
[9] = { itemID = 41158, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Chain Helm
[10] = { itemID = 41218, "10550 #faction# 600 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Chain Spaulders
[11] = { itemID = 41088, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Chain Armor
[12] = { itemID = 41144, "8000 #faction# 440 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Chain Gauntlets
[13] = { itemID = 41206, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Chain Leggings
- [16] = { icon = "Ability_Hunter_RunningShot", name = "=q6=#arenas2#" };
+ [16] = { icon = "Ability_Hunter_RunningShot", name = "=q6="..AL["Gladiator's Pursuit"] };
[17] = { itemID = 41157, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Chain Helm
[18] = { itemID = 41217, "34700 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Chain Spaulders
[19] = { itemID = 41087, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Chain Armor
[20] = { itemID = 41143, "43400 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Chain Gauntlets
[21] = { itemID = 41205, "34700 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Chain Leggings
- [23] = { icon = "Ability_Hunter_RunningShot", name = "=q6=#arenas2#" };
+ [23] = { icon = "Ability_Hunter_RunningShot", name = "=q6="..AL["Gladiator's Pursuit"] };
[24] = { itemID = 41156, "58 #eofconquest#" }; --Deadly Gladiator's Chain Helm
[25] = { itemID = 41216, "46 #eofconquest#" }; --Deadly Gladiator's Chain Spaulders
[26] = { itemID = 41086, "58 #eofconquest#" }; --Deadly Gladiator's Chain Armor
@@ -7264,13 +7264,13 @@ AtlasLoot_Data["ArenaHunterWRATH"] = {
};
{
Name = "Page 2";
- [1] = { icon = "Ability_Hunter_RunningShot", name = "=q6=#arenas2#" };
+ [1] = { icon = "Ability_Hunter_RunningShot", name = "=q6="..AL["Gladiator's Pursuit"] };
[2] = { itemID = 41155, "45 #eofvalor#" }; --Hateful Gladiator's Chain Helm
[3] = { itemID = 41215, "30 #eofvalor#" }; --Hateful Gladiator's Chain Spaulders
[4] = { itemID = 41085, "45 #eofvalor#" }; --Hateful Gladiator's Chain Armor
[5] = { itemID = 41141, "30 #eofvalor#" }; --Hateful Gladiator's Chain Gauntlets
[6] = { itemID = 41203, "45 #eofvalor#" }; --Hateful Gladiator's Chain Leggings
- [8] = { icon = "Ability_Hunter_RunningShot", name = "=q6=#arenas2#" };
+ [8] = { icon = "Ability_Hunter_RunningShot", name = "=q6="..AL["Gladiator's Pursuit"] };
[9] = { itemID = 41154, "45 #eofheroism#" }; --Savage Gladiator's Chain Helm
[10] = { itemID = 41214, "30 #eofheroism#" }; --Savage Gladiator's Chain Spaulders
[11] = { itemID = 41084, "45 #eofheroism#" }; --Savage Gladiator's Chain Armor
@@ -7284,25 +7284,25 @@ AtlasLoot_Data["ArenaMageWRATH"] = {
Name = LOCALIZED_CLASS_NAMES_MALE["MAGE"];
{
Name = "Page 1";
- [1] = { icon = "Spell_Frost_IceStorm", name = "=q6=#arenas3#" };
- [2] = { itemID = 51465, "2370 #arena# #reqrating# 1950" }; --Wrathful Gladiator's Silk Cowl
- [3] = { itemID = 51467, "1930 #arena# #reqrating# 2000" }; --Wrathful Gladiator's Silk Amice
- [4] = { itemID = 51463, "2370 #arena# #reqrating# 1600" }; --Wrathful Gladiator's Silk Raiment
- [5] = { itemID = 51464, "1430 #arena# #reqrating# 1400" }; --Wrathful Gladiator's Silk Handguards
- [6] = { itemID = 51466, "2370 #arena# #reqrating# 1500" }; --Wrathful Gladiator's Silk Trousers
- [8] = { icon = "Spell_Frost_IceStorm", name = "=q6=#arenas3#" };
+ [1] = { icon = "Spell_Frost_IceStorm", name = "=q6="..AL["Gladiator's Regalia"] };
+ [2] = { itemID = 51465, "2370 #arena# "..AL["Rating:"].." 1950" }; --Wrathful Gladiator's Silk Cowl
+ [3] = { itemID = 51467, "1930 #arena# "..AL["Rating:"].." 2000" }; --Wrathful Gladiator's Silk Amice
+ [4] = { itemID = 51463, "2370 #arena# "..AL["Rating:"].." 1600" }; --Wrathful Gladiator's Silk Raiment
+ [5] = { itemID = 51464, "1430 #arena# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Silk Handguards
+ [6] = { itemID = 51466, "2370 #arena# "..AL["Rating:"].." 1500" }; --Wrathful Gladiator's Silk Trousers
+ [8] = { icon = "Spell_Frost_IceStorm", name = "=q6="..AL["Gladiator's Regalia"] };
[9] = { itemID = 41947, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Silk Cowl
[10] = { itemID = 41966, "10550 #faction# 600 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Silk Amice
[11] = { itemID = 41954, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Silk Raiment
[12] = { itemID = 41972, "8000 #faction# 440 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Silk Handguards
[13] = { itemID = 41960, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Silk Trousers
- [16] = { icon = "Spell_Frost_IceStorm", name = "=q6=#arenas3#" };
+ [16] = { icon = "Spell_Frost_IceStorm", name = "=q6="..AL["Gladiator's Regalia"] };
[17] = { itemID = 41946, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Silk Cowl
[18] = { itemID = 41965, "34700 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Silk Amice
[19] = { itemID = 41953, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Silk Raiment
[20] = { itemID = 41971, "43400 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Silk Handguards
[21] = { itemID = 41959, "34700 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Silk Trousers
- [23] = { icon = "Spell_Frost_IceStorm", name = "=q6=#arenas3#" };
+ [23] = { icon = "Spell_Frost_IceStorm", name = "=q6="..AL["Gladiator's Regalia"] };
[24] = { itemID = 41945, "58 #eofconquest#" }; --Deadly Gladiator's Silk Cowl
[25] = { itemID = 41964, "46 #eofconquest#" }; --Deadly Gladiator's Silk Amice
[26] = { itemID = 41951, "58 #eofconquest#" }; --Deadly Gladiator's Silk Raiment
@@ -7311,13 +7311,13 @@ AtlasLoot_Data["ArenaMageWRATH"] = {
};
{
Name = "Page 2";
- [1] = { icon = "Spell_Frost_IceStorm", name = "=q6=#arenas3#" };
+ [1] = { icon = "Spell_Frost_IceStorm", name = "=q6="..AL["Gladiator's Regalia"] };
[2] = { itemID = 41944, "45 #eofvalor#" }; --Hateful Gladiator's Silk Cowl
[3] = { itemID = 41963, "30 #eofvalor#" }; --Hateful Gladiator's Silk Amice
[4] = { itemID = 41950, "45 #eofvalor#" }; --Hateful Gladiator's Silk Raiment
[5] = { itemID = 41969, "30 #eofvalor#" }; --Hateful Gladiator's Silk Handguards
[6] = { itemID = 41957, "45 #eofvalor#" }; --Hateful Gladiator's Silk Trousers
- [8] = { icon = "Spell_Frost_IceStorm", name = "=q6=#arenas3#" };
+ [8] = { icon = "Spell_Frost_IceStorm", name = "=q6="..AL["Gladiator's Regalia"] };
[9] = { itemID = 41943, "45 #eofheroism#" }; --Savage Gladiator's Silk Cowl
[10] = { itemID = 41962, "30 #eofheroism#" }; --Savage Gladiator's Silk Amice
[11] = { itemID = 41949, "45 #eofheroism#" }; --Savage Gladiator's Silk Raiment
@@ -7331,25 +7331,25 @@ AtlasLoot_Data["ArenaPaladinWRATH"] = {
Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"];
{
Name = AL["Retribution"] .. "Page 1";
- [1] = { icon = "Spell_Holy_AuraOfLight", name = "=q6=#arenas4_2#" };
- [2] = { itemID = 51476, "2370 #arena# #reqrating# 1950" }; --Wrathful Gladiator's Scaled Helm
- [3] = { itemID = 51479, "1930 #arena# #reqrating# 2000" }; --Wrathful Gladiator's Scaled Shoulders
- [4] = { itemID = 51474, "2370 #arena# #reqrating# 1600" }; --Wrathful Gladiator's Scaled Chestpiece
- [5] = { itemID = 51475, "1430 #arena# #reqrating# 1400" }; --Wrathful Gladiator's Scaled Gauntlets
- [6] = { itemID = 51477, "2370 #arena# #reqrating# 1500" }; --Wrathful Gladiator's Scaled Legguards
- [8] = { icon = "Spell_Holy_AuraOfLight", name = "=q6=#arenas4_2#" };
+ [1] = { icon = "Spell_Holy_AuraOfLight", name = "=q6="..AL["Gladiator's Vindication"] };
+ [2] = { itemID = 51476, "2370 #arena# "..AL["Rating:"].." 1950" }; --Wrathful Gladiator's Scaled Helm
+ [3] = { itemID = 51479, "1930 #arena# "..AL["Rating:"].." 2000" }; --Wrathful Gladiator's Scaled Shoulders
+ [4] = { itemID = 51474, "2370 #arena# "..AL["Rating:"].." 1600" }; --Wrathful Gladiator's Scaled Chestpiece
+ [5] = { itemID = 51475, "1430 #arena# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Scaled Gauntlets
+ [6] = { itemID = 51477, "2370 #arena# "..AL["Rating:"].." 1500" }; --Wrathful Gladiator's Scaled Legguards
+ [8] = { icon = "Spell_Holy_AuraOfLight", name = "=q6="..AL["Gladiator's Vindication"] };
[9] = { itemID = 40831, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Scaled Helm
[10] = { itemID = 40872, "10550 #faction# 600 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Scaled Shoulders
[11] = { itemID = 40792, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Scaled Chestpiece
[12] = { itemID = 40812, "8000 #faction# 440 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Scaled Gauntlets
[13] = { itemID = 40852, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Scaled Legguards
- [16] = { icon = "Spell_Holy_AuraOfLight", name = "=q6=#arenas4_2#" };
+ [16] = { icon = "Spell_Holy_AuraOfLight", name = "=q6="..AL["Gladiator's Vindication"] };
[17] = { itemID = 40828, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Scaled Helm
[18] = { itemID = 40869, "34700 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Scaled Shoulders
[19] = { itemID = 40788, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Scaled Chestpiece
[20] = { itemID = 40808, "43400 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Scaled Gauntlets
[21] = { itemID = 40849, "34700 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Scaled Legguards
- [23] = { icon = "Spell_Holy_AuraOfLight", name = "=q6=#arenas4_2#" };
+ [23] = { icon = "Spell_Holy_AuraOfLight", name = "=q6="..AL["Gladiator's Vindication"] };
[24] = { itemID = 40825, "58 #eofconquest#" }; --Deadly Gladiator's Scaled Helm
[25] = { itemID = 40864, "46 #eofconquest#" }; --Deadly Gladiator's Scaled Shoulders
[26] = { itemID = 40785, "58 #eofconquest#" }; --Deadly Gladiator's Scaled Chestpiece
@@ -7358,13 +7358,13 @@ AtlasLoot_Data["ArenaPaladinWRATH"] = {
};
{
Name = AL["Retribution"] .. "Page 2";
- [1] = { icon = "Spell_Holy_AuraOfLight", name = "=q6=#arenas4_2#" };
+ [1] = { icon = "Spell_Holy_AuraOfLight", name = "=q6="..AL["Gladiator's Vindication"] };
[2] = { itemID = 40821, "45 #eofvalor#" }; --Hateful Gladiator's Scaled Helm
[3] = { itemID = 40861, "30 #eofvalor#" }; --Hateful Gladiator's Scaled Shoulders
[4] = { itemID = 40782, "45 #eofvalor#" }; --Hateful Gladiator's Scaled Chestpiece
[5] = { itemID = 40802, "30 #eofvalor#" }; --Hateful Gladiator's Scaled Gauntlets
[6] = { itemID = 40842, "45 #eofvalor#" }; --Hateful Gladiator's Scaled Legguards
- [8] = { icon = "Spell_Holy_AuraOfLight", name = "=q6=#arenas4_2#" };
+ [8] = { icon = "Spell_Holy_AuraOfLight", name = "=q6="..AL["Gladiator's Vindication"] };
[9] = { itemID = 40818, "45 #eofheroism#" }; --Savage Gladiator's Scaled Helm
[10] = { itemID = 40858, "30 #eofheroism#" }; --Savage Gladiator's Scaled Shoulders
[11] = { itemID = 40780, "45 #eofheroism#" }; --Savage Gladiator's Scaled Chestpiece
@@ -7373,13 +7373,13 @@ AtlasLoot_Data["ArenaPaladinWRATH"] = {
};
{
Name = AL["Holy"] .. "Page 1";
- [1] = { icon = "Spell_Holy_HolyBolt", name = "=q6=#arenas4_3#" };
- [2] = { itemID = 51470, "2370 #arena# #reqrating# 1950" }; --Wrathful Gladiator's Ornamented Headcover
- [3] = { itemID = 51473, "1930 #arena# #reqrating# 2000" }; --Wrathful Gladiator's Ornamented Spaulders
- [4] = { itemID = 51468, "2370 #arena# #reqrating# 1600" }; --Wrathful Gladiator's Ornamented Chestguard
- [5] = { itemID = 51469, "1430 #arena# #reqrating# 1400" }; --Wrathful Gladiator's Ornamented Gloves
- [6] = { itemID = 51471, "2370 #arena# #reqrating# 1500" }; --Wrathful Gladiator's Ornamented Legplates
- [8] = { icon = "Spell_Holy_HolyBolt", name = "=q6=#arenas4_3#" };
+ [1] = { icon = "Spell_Holy_HolyBolt", name = "=q6="..AL["Gladiator's Redemption"] };
+ [2] = { itemID = 51470, "2370 #arena# "..AL["Rating:"].." 1950" }; --Wrathful Gladiator's Ornamented Headcover
+ [3] = { itemID = 51473, "1930 #arena# "..AL["Rating:"].." 2000" }; --Wrathful Gladiator's Ornamented Spaulders
+ [4] = { itemID = 51468, "2370 #arena# "..AL["Rating:"].." 1600" }; --Wrathful Gladiator's Ornamented Chestguard
+ [5] = { itemID = 51469, "1430 #arena# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Ornamented Gloves
+ [6] = { itemID = 51471, "2370 #arena# "..AL["Rating:"].." 1500" }; --Wrathful Gladiator's Ornamented Legplates
+ [8] = { icon = "Spell_Holy_HolyBolt", name = "=q6="..AL["Gladiator's Redemption"] };
[9] = { itemID = 40934, --Relentless Gladiator's Ornamented Headcover
"13200 #faction# 770 #arena# / 95 #eoffrost#" };
[10] = { itemID = 40964, --Relentless Gladiator's Ornamented Spaulders
@@ -7389,13 +7389,13 @@ AtlasLoot_Data["ArenaPaladinWRATH"] = {
[12] = { itemID = 40928, "8000 #faction# 440 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Ornamented Gloves
[13] = { itemID = 40940, --Relentless Gladiator's Ornamented Legplates
"13200 #faction# 770 #arena# / 95 #eoffrost#" };
- [16] = { icon = "Spell_Holy_HolyBolt", name = "=q6=#arenas4_3#" };
+ [16] = { icon = "Spell_Holy_HolyBolt", name = "=q6="..AL["Gladiator's Redemption"] };
[17] = { itemID = 40933, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Ornamented Headcover
[18] = { itemID = 40963, "34700 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Ornamented Spaulders
[19] = { itemID = 40907, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Ornamented Chestguard
[20] = { itemID = 40927, "43400 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Ornamented Gloves
[21] = { itemID = 40939, "34700 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Ornamented Legplates
- [23] = { icon = "Spell_Holy_HolyBolt", name = "=q6=#arenas4_3#" };
+ [23] = { icon = "Spell_Holy_HolyBolt", name = "=q6="..AL["Gladiator's Redemption"] };
[24] = { itemID = 40932, "58 #eofconquest#" }; --Deadly Gladiator's Ornamented Headcover
[25] = { itemID = 40962, "46 #eofconquest#" }; --Deadly Gladiator's Ornamented Spaulders
[26] = { itemID = 40905, "58 #eofconquest#" }; --Deadly Gladiator's Ornamented Chestguard
@@ -7404,13 +7404,13 @@ AtlasLoot_Data["ArenaPaladinWRATH"] = {
};
{
Name = AL["Holy"] .. "Page 2";
- [1] = { icon = "Spell_Holy_HolyBolt", name = "=q6=#arenas4_3#" };
+ [1] = { icon = "Spell_Holy_HolyBolt", name = "=q6="..AL["Gladiator's Redemption"] };
[2] = { itemID = 40931, "45 #eofvalor#" }; --Hateful Gladiator's Ornamented Headcover
[3] = { itemID = 40961, "30 #eofvalor#" }; --Hateful Gladiator's Ornamented Spaulders
[4] = { itemID = 40904, "45 #eofvalor#" }; --Hateful Gladiator's Ornamented Gloves
[5] = { itemID = 40925, "30 #eofvalor#" }; --Hateful Gladiator's Ornamented Chestguard
[6] = { itemID = 40937, "45 #eofvalor#" }; --Hateful Gladiator's Ornamented Legplates
- [8] = { icon = "Spell_Holy_HolyBolt", name = "=q6=#arenas4_3#" };
+ [8] = { icon = "Spell_Holy_HolyBolt", name = "=q6="..AL["Gladiator's Redemption"] };
[9] = { itemID = 40930, "45 #eofheroism#" }; --Savage Gladiator's Ornamented Headcover
[10] = { itemID = 40960, "30 #eofheroism#" }; --Savage Gladiator's Ornamented Spaulders
[11] = { itemID = 40898, "45 #eofheroism#" }; --Savage Gladiator's Ornamented Chestguard
@@ -7424,25 +7424,25 @@ AtlasLoot_Data["ArenaPriestWRATH"] = {
Name = LOCALIZED_CLASS_NAMES_MALE["PRIEST"];
{
Name = AL["Shadow"] .. "Page 1";
- [1] = { icon = "Spell_Shadow_AntiShadow", name = "=q6=#arenas5_1#" };
- [2] = { itemID = 51489, "2370 #arena# #reqrating# 1950" }; --Wrathful Gladiator's Satin Hood
- [3] = { itemID = 51491, "1930 #arena# #reqrating# 2000" }; --Wrathful Gladiator's Satin Mantle
- [4] = { itemID = 51487, "2370 #arena# #reqrating# 1600" }; --Wrathful Gladiator's Satin Robe
- [5] = { itemID = 51488, "1430 #arena# #reqrating# 1400" }; --Wrathful Gladiator's Satin Gloves
- [6] = { itemID = 51490, "2370 #arena# #reqrating# 1500" }; --Wrathful Gladiator's Satin Leggings
- [8] = { icon = "Spell_Shadow_AntiShadow", name = "=q6=#arenas5_1#" };
+ [1] = { icon = "Spell_Shadow_AntiShadow", name = "=q6="..AL["Gladiator's Raiment"] };
+ [2] = { itemID = 51489, "2370 #arena# "..AL["Rating:"].." 1950" }; --Wrathful Gladiator's Satin Hood
+ [3] = { itemID = 51491, "1930 #arena# "..AL["Rating:"].." 2000" }; --Wrathful Gladiator's Satin Mantle
+ [4] = { itemID = 51487, "2370 #arena# "..AL["Rating:"].." 1600" }; --Wrathful Gladiator's Satin Robe
+ [5] = { itemID = 51488, "1430 #arena# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Satin Gloves
+ [6] = { itemID = 51490, "2370 #arena# "..AL["Rating:"].." 1500" }; --Wrathful Gladiator's Satin Leggings
+ [8] = { icon = "Spell_Shadow_AntiShadow", name = "=q6="..AL["Gladiator's Raiment"] };
[9] = { itemID = 41916, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Satin Hood
[10] = { itemID = 41935, "10550 #faction# 600 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Satin Mantle
[11] = { itemID = 41922, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Satin Robe
[12] = { itemID = 41941, "8000 #faction# 440 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Satin Gloves
[13] = { itemID = 41928, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Satin Leggings
- [16] = { icon = "Spell_Shadow_AntiShadow", name = "=q6=#arenas5_1#" };
+ [16] = { icon = "Spell_Shadow_AntiShadow", name = "=q6="..AL["Gladiator's Raiment"] };
[17] = { itemID = 41915, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Satin Hood
[18] = { itemID = 41934, "34700 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Satin Mantle
[19] = { itemID = 41921, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Satin Robe
[20] = { itemID = 41940, "43400 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Satin Gloves
[21] = { itemID = 41927, "34700 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Satin Leggings
- [23] = { icon = "Spell_Shadow_AntiShadow", name = "=q6=#arenas5_1#" };
+ [23] = { icon = "Spell_Shadow_AntiShadow", name = "=q6="..AL["Gladiator's Raiment"] };
[24] = { itemID = 41914, "58 #eofconquest#" }; --Deadly Gladiator's Satin Hood
[25] = { itemID = 41933, "46 #eofconquest#" }; --Deadly Gladiator's Satin Mantle
[26] = { itemID = 41920, "58 #eofconquest#" }; --Deadly Gladiator's Satin Robe
@@ -7451,13 +7451,13 @@ AtlasLoot_Data["ArenaPriestWRATH"] = {
};
{
Name = AL["Shadow"] .. "Page 2";
- [1] = { icon = "Spell_Shadow_AntiShadow", name = "=q6=#arenas5_1#" };
+ [1] = { icon = "Spell_Shadow_AntiShadow", name = "=q6="..AL["Gladiator's Raiment"] };
[2] = { itemID = 41913, "45 #eofvalor#" }; --Hateful Gladiator's Satin Hood
[3] = { itemID = 41931, "30 #eofvalor#" }; --Hateful Gladiator's Satin Mantle
[4] = { itemID = 41919, "45 #eofvalor#" }; --Hateful Gladiator's Satin Robe
[5] = { itemID = 41938, "30 #eofvalor#" }; --Hateful Gladiator's Satin Gloves
[6] = { itemID = 41925, "45 #eofvalor#" }; --Hateful Gladiator's Satin Leggings
- [8] = { icon = "Spell_Shadow_AntiShadow", name = "=q6=#arenas5_1#" };
+ [8] = { icon = "Spell_Shadow_AntiShadow", name = "=q6="..AL["Gladiator's Raiment"] };
[9] = { itemID = 41912, "45 #eofheroism#" }; --Savage Gladiator's Satin Hood
[10] = { itemID = 41930, "30 #eofheroism#" }; --Savage Gladiator's Satin Mantle
[11] = { itemID = 41918, "45 #eofheroism#" }; --Savage Gladiator's Satin Robe
@@ -7466,25 +7466,25 @@ AtlasLoot_Data["ArenaPriestWRATH"] = {
};
{
Name = AL["Holy"] .. "Page 1";
- [1] = { icon = "Spell_Holy_PowerWordShield", name = "=q6=#arenas5_2#" };
- [2] = { itemID = 51484, "2370 #arena# #reqrating# 1950" }; --Wrathful Gladiator's Mooncloth Hood
- [3] = { itemID = 51486, "1930 #arena# #reqrating# 2000" }; --Wrathful Gladiator's Mooncloth Mantle
- [4] = { itemID = 51482, "2370 #arena# #reqrating# 1600" }; --Wrathful Gladiator's Mooncloth Robe
- [5] = { itemID = 51483, "1430 #arena# #reqrating# 1400" }; --Wrathful Gladiator's Mooncloth Gloves
- [6] = { itemID = 51485, "2370 #arena# #reqrating# 1500" }; --Wrathful Gladiator's Mooncloth Leggings
- [8] = { icon = "Spell_Holy_PowerWordShield", name = "=q6=#arenas5_2#" };
+ [1] = { icon = "Spell_Holy_PowerWordShield", name = "=q6="..AL["Gladiator's Investiture"] };
+ [2] = { itemID = 51484, "2370 #arena# "..AL["Rating:"].." 1950" }; --Wrathful Gladiator's Mooncloth Hood
+ [3] = { itemID = 51486, "1930 #arena# "..AL["Rating:"].." 2000" }; --Wrathful Gladiator's Mooncloth Mantle
+ [4] = { itemID = 51482, "2370 #arena# "..AL["Rating:"].." 1600" }; --Wrathful Gladiator's Mooncloth Robe
+ [5] = { itemID = 51483, "1430 #arena# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Mooncloth Gloves
+ [6] = { itemID = 51485, "2370 #arena# "..AL["Rating:"].." 1500" }; --Wrathful Gladiator's Mooncloth Leggings
+ [8] = { icon = "Spell_Holy_PowerWordShield", name = "=q6="..AL["Gladiator's Investiture"] };
[9] = { itemID = 41855, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Mooncloth Hood
[10] = { itemID = 41870, "10550 #faction# 600 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Mooncloth Mantle
[11] = { itemID = 41860, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Mooncloth Robe
[12] = { itemID = 41875, "8000 #faction# 440 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Mooncloth Gloves
[13] = { itemID = 41865, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Mooncloth Leggings
- [16] = { icon = "Spell_Holy_PowerWordShield", name = "=q6=#arenas5_2#" };
+ [16] = { icon = "Spell_Holy_PowerWordShield", name = "=q6="..AL["Gladiator's Investiture"] };
[17] = { itemID = 41854, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Mooncloth Hood
[18] = { itemID = 41869, "34700 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Mooncloth Mantle
[19] = { itemID = 41859, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Mooncloth Robe
[20] = { itemID = 41874, "43400 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Mooncloth Gloves
[21] = { itemID = 41864, "34700 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Mooncloth Leggings
- [23] = { icon = "Spell_Holy_PowerWordShield", name = "=q6=#arenas5_2#" };
+ [23] = { icon = "Spell_Holy_PowerWordShield", name = "=q6="..AL["Gladiator's Investiture"] };
[24] = { itemID = 41853, "58 #eofconquest#" }; --Deadly Gladiator's Mooncloth Hood
[25] = { itemID = 41868, "46 #eofconquest#" }; --Deadly Gladiator's Mooncloth Mantle
[26] = { itemID = 41858, "58 #eofconquest#" }; --Deadly Gladiator's Mooncloth Robe
@@ -7493,13 +7493,13 @@ AtlasLoot_Data["ArenaPriestWRATH"] = {
};
{
Name = AL["Holy"] .. "Page 2";
- [1] = { icon = "Spell_Holy_PowerWordShield", name = "=q6=#arenas5_2#" };
+ [1] = { icon = "Spell_Holy_PowerWordShield", name = "=q6="..AL["Gladiator's Investiture"] };
[2] = { itemID = 41852, "45 #eofvalor#" }; --Hateful Gladiator's Mooncloth Hood
[3] = { itemID = 41867, "30 #eofvalor#" }; --Hateful Gladiator's Mooncloth Mantle
[4] = { itemID = 41857, "45 #eofvalor#" }; --Hateful Gladiator's Mooncloth Robe
[5] = { itemID = 41872, "30 #eofvalor#" }; --Hateful Gladiator's Mooncloth Gloves
[6] = { itemID = 41862, "45 #eofvalor#" }; --Hateful Gladiator's Mooncloth Leggings
- [8] = { icon = "Spell_Holy_PowerWordShield", name = "=q6=#arenas5_2#" };
+ [8] = { icon = "Spell_Holy_PowerWordShield", name = "=q6="..AL["Gladiator's Investiture"] };
[9] = { itemID = 41848, "45 #eofheroism#" }; --Savage Gladiator's Mooncloth Hood
[10] = { itemID = 41850, "30 #eofheroism#" }; --Savage Gladiator's Mooncloth Mantle
[11] = { itemID = 41851, "45 #eofheroism#" }; --Savage Gladiator's Mooncloth Robe
@@ -7514,25 +7514,25 @@ AtlasLoot_Data["ArenaRogueWRATH"] = {
Name = LOCALIZED_CLASS_NAMES_MALE["ROGUE"];
{
Name = "Page 1";
- [1] = { icon = "Ability_BackStab", name = "=q6=#arenas6#" };
- [2] = { itemID = 51494, "2370 #arena# #reqrating# 1950" }; --Wrathful Gladiator's Leather Helm
- [3] = { itemID = 51496, "1930 #arena# #reqrating# 2000" }; --Wrathful Gladiator's Leather Spaulders
- [4] = { itemID = 51492, "2370 #arena# #reqrating# 1600" }; --Wrathful Gladiator's Leather Tunic
- [5] = { itemID = 51493, "1430 #arena# #reqrating# 1400" }; --Wrathful Gladiator's Leather Gloves
- [6] = { itemID = 51495, "2370 #arena# #reqrating# 1500" }; --Wrathful Gladiator's Leather Legguards
- [8] = { icon = "Ability_BackStab", name = "=q6=#arenas6#" };
+ [1] = { icon = "Ability_BackStab", name = "=q6="..AL["Gladiator's Vestments"] };
+ [2] = { itemID = 51494, "2370 #arena# "..AL["Rating:"].." 1950" }; --Wrathful Gladiator's Leather Helm
+ [3] = { itemID = 51496, "1930 #arena# "..AL["Rating:"].." 2000" }; --Wrathful Gladiator's Leather Spaulders
+ [4] = { itemID = 51492, "2370 #arena# "..AL["Rating:"].." 1600" }; --Wrathful Gladiator's Leather Tunic
+ [5] = { itemID = 51493, "1430 #arena# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Leather Gloves
+ [6] = { itemID = 51495, "2370 #arena# "..AL["Rating:"].." 1500" }; --Wrathful Gladiator's Leather Legguards
+ [8] = { icon = "Ability_BackStab", name = "=q6="..AL["Gladiator's Vestments"] };
[9] = { itemID = 41673, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Leather Helm
[10] = { itemID = 41684, "10550 #faction# 600 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Leather Spaulders
[11] = { itemID = 41651, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Leather Tunic
[12] = { itemID = 41768, "8000 #faction# 440 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Leather Gloves
[13] = { itemID = 41656, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Leather Legguards
- [16] = { icon = "Ability_BackStab", name = "=q6=#arenas6#" };
+ [16] = { icon = "Ability_BackStab", name = "=q6="..AL["Gladiator's Vestments"] };
[17] = { itemID = 41672, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Leather Helm
[18] = { itemID = 41683, "34700 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Leather Spaulders
[19] = { itemID = 41650, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Leather Tunic
[20] = { itemID = 41767, "43400 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Leather Gloves
[21] = { itemID = 41655, "34700 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Leather Legguards
- [23] = { icon = "Ability_BackStab", name = "=q6=#arenas6#" };
+ [23] = { icon = "Ability_BackStab", name = "=q6="..AL["Gladiator's Vestments"] };
[24] = { itemID = 41671, "58 #eofconquest#" }; --Deadly Gladiator's Leather Helm
[25] = { itemID = 41682, "46 #eofconquest#" }; --Deadly Gladiator's Leather Spaulders
[26] = { itemID = 41649, "58 #eofconquest#" }; --Deadly Gladiator's Leather Tunic
@@ -7541,13 +7541,13 @@ AtlasLoot_Data["ArenaRogueWRATH"] = {
};
{
Name = "Page 2";
- [1] = { icon = "Ability_BackStab", name = "=q6=#arenas6#" };
+ [1] = { icon = "Ability_BackStab", name = "=q6="..AL["Gladiator's Vestments"] };
[2] = { itemID = 41670, "45 #eofvalor#" }; --Hateful Gladiator's Leather Helm
[3] = { itemID = 41681, "30 #eofvalor#" }; --Hateful Gladiator's Leather Spaulders
[4] = { itemID = 41648, "45 #eofvalor#" }; --Hateful Gladiator's Leather Tunic
[5] = { itemID = 41765, "30 #eofvalor#" }; --Hateful Gladiator's Leather Gloves
[6] = { itemID = 41653, "45 #eofvalor#" }; --Hateful Gladiator's Leather Legguards
- [8] = { icon = "Ability_BackStab", name = "=q6=#arenas6#" };
+ [8] = { icon = "Ability_BackStab", name = "=q6="..AL["Gladiator's Vestments"] };
[9] = { itemID = 41644, "45 #eofheroism#" }; --Savage Gladiator's Leather Helm
[10] = { itemID = 41646, "30 #eofheroism#" }; --Savage Gladiator's Leather Spaulders
[11] = { itemID = 41647, "45 #eofheroism#" }; --Savage Gladiator's Leather Tunic
@@ -7561,25 +7561,25 @@ AtlasLoot_Data["ArenaShamanWRATH"] = {
Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"];
{
Name = AL["Elemental"] .. "Page 1";
- [1] = { icon = "Spell_Nature_Lightning", name = "=q6=#arenas7_2#" };
- [2] = { itemID = 51511, "2370 #arena# #reqrating# 1950" }; --Wrathful Gladiator's Mail Helm
- [3] = { itemID = 51514, "1930 #arena# #reqrating# 2000" }; --Wrathful Gladiator's Mail Spaulders
- [4] = { itemID = 51509, "2370 #arena# #reqrating# 1600" }; --Wrathful Gladiator's Mail Armor
- [5] = { itemID = 51510, "1430 #arena# #reqrating# 1400" }; --Wrathful Gladiator's Mail Gauntlets
- [6] = { itemID = 51512, "2370 #arena# #reqrating# 1500" }; --Wrathful Gladiator's Mail Leggings
- [8] = { icon = "Spell_Nature_Lightning", name = "=q6=#arenas7_2#" };
+ [1] = { icon = "Spell_Nature_Lightning", name = "=q6="..AL["Gladiator's Thunderfist"] };
+ [2] = { itemID = 51511, "2370 #arena# "..AL["Rating:"].." 1950" }; --Wrathful Gladiator's Mail Helm
+ [3] = { itemID = 51514, "1930 #arena# "..AL["Rating:"].." 2000" }; --Wrathful Gladiator's Mail Spaulders
+ [4] = { itemID = 51509, "2370 #arena# "..AL["Rating:"].." 1600" }; --Wrathful Gladiator's Mail Armor
+ [5] = { itemID = 51510, "1430 #arena# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Mail Gauntlets
+ [6] = { itemID = 51512, "2370 #arena# "..AL["Rating:"].." 1500" }; --Wrathful Gladiator's Mail Leggings
+ [8] = { icon = "Spell_Nature_Lightning", name = "=q6="..AL["Gladiator's Thunderfist"] };
[9] = { itemID = 41020, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Mail Helm
[10] = { itemID = 41045, "10550 #faction# 600 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Mail Spaulders
[11] = { itemID = 40995, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Mail Armor
[12] = { itemID = 41008, "8000 #faction# 440 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Mail Gauntlets
[13] = { itemID = 41034, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Mail Leggings
- [16] = { icon = "Spell_Nature_Lightning", name = "=q6=#arenas7_2#" };
+ [16] = { icon = "Spell_Nature_Lightning", name = "=q6="..AL["Gladiator's Thunderfist"] };
[17] = { itemID = 41019, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Mail Helm
[18] = { itemID = 41044, "34700 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Mail Spaulders
[19] = { itemID = 40993, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Mail Armor
[20] = { itemID = 41007, "43400 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Mail Gauntlets
[21] = { itemID = 41033, "34700 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Mail Leggings
- [23] = { icon = "Spell_Nature_Lightning", name = "=q6=#arenas7_2#" };
+ [23] = { icon = "Spell_Nature_Lightning", name = "=q6="..AL["Gladiator's Thunderfist"] };
[24] = { itemID = 41018, "58 #eofconquest#" }; --Deadly Gladiator's Mail Helm
[25] = { itemID = 41043, "46 #eofconquest#" }; --Deadly Gladiator's Mail Spaulders
[26] = { itemID = 40991, "58 #eofconquest#" }; --Deadly Gladiator's Mail Armor
@@ -7588,13 +7588,13 @@ AtlasLoot_Data["ArenaShamanWRATH"] = {
};
{
Name = AL["Elemental"] .. "Page 2";
- [1] = { icon = "Spell_Nature_Lightning", name = "=q6=#arenas7_2#" };
+ [1] = { icon = "Spell_Nature_Lightning", name = "=q6="..AL["Gladiator's Thunderfist"] };
[2] = { itemID = 41017, "45 #eofvalor#" }; --Hateful Gladiator's Mail Helm
[3] = { itemID = 41042, "30 #eofvalor#" }; --Hateful Gladiator's Mail Spaulders
[4] = { itemID = 40989, "45 #eofvalor#" }; --Hateful Gladiator's Mail Armor
[5] = { itemID = 41005, "30 #eofvalor#" }; --Hateful Gladiator's Mail Gauntlets
[6] = { itemID = 41031, "45 #eofvalor#" }; --Hateful Gladiator's Mail Leggings
- [8] = { icon = "Spell_Nature_Lightning", name = "=q6=#arenas7_2#" };
+ [8] = { icon = "Spell_Nature_Lightning", name = "=q6="..AL["Gladiator's Thunderfist"] };
[9] = { itemID = 41016, "45 #eofheroism#" }; --Savage Gladiator's Mail Helm
[10] = { itemID = 41041, "30 #eofheroism#" }; --Savage Gladiator's Mail Spaulders
[11] = { itemID = 40987, "45 #eofheroism#" }; --Savage Gladiator's Mail Armor
@@ -7603,25 +7603,25 @@ AtlasLoot_Data["ArenaShamanWRATH"] = {
};
{
Name = AL["Enhancement"] .. "Page 1";
- [1] = { icon = "Spell_FireResistanceTotem_01", name = "=q6=#arenas7_1#" };
- [2] = { itemID = 51505, "2370 #arena# #reqrating# 1950" }; --Wrathful Gladiator's Linked Helm
- [3] = { itemID = 51508, "1930 #arena# #reqrating# 2000" }; --Wrathful Gladiator's Linked Spaulders
- [4] = { itemID = 51503, "2370 #arena# #reqrating# 1600" }; --Wrathful Gladiator's Linked Armor
- [5] = { itemID = 51504, "1430 #arena# #reqrating# 1400" }; --Wrathful Gladiator's Linked Gauntlets
- [6] = { itemID = 51506, "2370 #arena# #reqrating# 1500" }; --Wrathful Gladiator's Linked Leggings
- [8] = { icon = "Spell_FireResistanceTotem_01", name = "=q6=#arenas7_1#" };
+ [1] = { icon = "Spell_FireResistanceTotem_01", name = "=q6="..AL["Gladiator's Earthshaker"] };
+ [2] = { itemID = 51505, "2370 #arena# "..AL["Rating:"].." 1950" }; --Wrathful Gladiator's Linked Helm
+ [3] = { itemID = 51508, "1930 #arena# "..AL["Rating:"].." 2000" }; --Wrathful Gladiator's Linked Spaulders
+ [4] = { itemID = 51503, "2370 #arena# "..AL["Rating:"].." 1600" }; --Wrathful Gladiator's Linked Armor
+ [5] = { itemID = 51504, "1430 #arena# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Linked Gauntlets
+ [6] = { itemID = 51506, "2370 #arena# "..AL["Rating:"].." 1500" }; --Wrathful Gladiator's Linked Leggings
+ [8] = { icon = "Spell_FireResistanceTotem_01", name = "=q6="..AL["Gladiator's Earthshaker"] };
[9] = { itemID = 41152, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Linked Helm
[10] = { itemID = 41212, "10550 #faction# 600 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Linked Spaulders
[11] = { itemID = 41082, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Linked Armor
[12] = { itemID = 41138, "8000 #faction# 440 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Linked Gauntlets
[13] = { itemID = 41200, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Linked Leggings
- [16] = { icon = "Spell_FireResistanceTotem_01", name = "=q6=#arenas7_1#" };
+ [16] = { icon = "Spell_FireResistanceTotem_01", name = "=q6="..AL["Gladiator's Earthshaker"] };
[17] = { itemID = 41151, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Linked Helm
[18] = { itemID = 41211, "34700 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Linked Spaulders
[19] = { itemID = 41081, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Linked Armor
[20] = { itemID = 41137, "43400 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Linked Gauntlets
[21] = { itemID = 41199, "34700 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Linked Leggings
- [23] = { icon = "Spell_FireResistanceTotem_01", name = "=q6=#arenas7_1#" };
+ [23] = { icon = "Spell_FireResistanceTotem_01", name = "=q6="..AL["Gladiator's Earthshaker"] };
[24] = { itemID = 41150, "58 #eofconquest#" }; --Deadly Gladiator's Linked Helm
[25] = { itemID = 41210, "46 #eofconquest#" }; --Deadly Gladiator's Linked Spaulders
[26] = { itemID = 41080, "58 #eofconquest#" }; --Deadly Gladiator's Linked Armor
@@ -7630,13 +7630,13 @@ AtlasLoot_Data["ArenaShamanWRATH"] = {
};
{
Name = AL["Enhancement"] .. "Page 2";
- [1] = { icon = "Spell_FireResistanceTotem_01", name = "=q6=#arenas7_1#" };
+ [1] = { icon = "Spell_FireResistanceTotem_01", name = "=q6="..AL["Gladiator's Earthshaker"] };
[2] = { itemID = 41149, "45 #eofvalor#" }; --Hateful Gladiator's Linked Helm
[3] = { itemID = 41209, "30 #eofvalor#" }; --Hateful Gladiator's Linked Spaulders
[4] = { itemID = 41079, "45 #eofvalor#" }; --Hateful Gladiator's Linked Armor
[5] = { itemID = 41135, "30 #eofvalor#" }; --Hateful Gladiator's Linked Gauntlets
[6] = { itemID = 41162, "45 #eofvalor#" }; --Hateful Gladiator's Linked Leggings
- [8] = { icon = "Spell_FireResistanceTotem_01", name = "=q6=#arenas7_1#" };
+ [8] = { icon = "Spell_FireResistanceTotem_01", name = "=q6="..AL["Gladiator's Earthshaker"] };
[9] = { itemID = 41148, "45 #eofheroism#" }; --Savage Gladiator's Linked Helm
[10] = { itemID = 41208, "30 #eofheroism#" }; --Savage Gladiator's Linked Spaulders
[11] = { itemID = 41078, "45 #eofheroism#" }; --Savage Gladiator's Linked Armor
@@ -7645,25 +7645,25 @@ AtlasLoot_Data["ArenaShamanWRATH"] = {
};
{
Name = AL["Restoration"] .. "Page 1";
- [1] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6=#arenas7_3#" };
- [2] = { itemID = 51499, "2370 #arena# #reqrating# 1950" }; --Wrathful Gladiator's Ringmail Helm
- [3] = { itemID = 51502, "1930 #arena# #reqrating# 2000" }; --Wrathful Gladiator's Ringmail Spaulders
- [4] = { itemID = 51497, "2370 #arena# #reqrating# 1600" }; --Wrathful Gladiator's Ringmail Armor
- [5] = { itemID = 51498, "1430 #arena# #reqrating# 1400" }; --Wrathful Gladiator's Ringmail Gauntlets
- [6] = { itemID = 51500, "2370 #arena# #reqrating# 1500" }; --Wrathful Gladiator's Ringmail Leggings
- [8] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6=#arenas7_3#" };
+ [1] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6="..AL["Gladiator's Wartide"] };
+ [2] = { itemID = 51499, "2370 #arena# "..AL["Rating:"].." 1950" }; --Wrathful Gladiator's Ringmail Helm
+ [3] = { itemID = 51502, "1930 #arena# "..AL["Rating:"].." 2000" }; --Wrathful Gladiator's Ringmail Spaulders
+ [4] = { itemID = 51497, "2370 #arena# "..AL["Rating:"].." 1600" }; --Wrathful Gladiator's Ringmail Armor
+ [5] = { itemID = 51498, "1430 #arena# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Ringmail Gauntlets
+ [6] = { itemID = 51500, "2370 #arena# "..AL["Rating:"].." 1500" }; --Wrathful Gladiator's Ringmail Leggings
+ [8] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6="..AL["Gladiator's Wartide"] };
[9] = { itemID = 41014, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Ringmail Helm
[10] = { itemID = 41039, "10550 #faction# 600 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Ringmail Spaulders
[11] = { itemID = 40994, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Ringmail Armor
[12] = { itemID = 41002, "8000 #faction# 440 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Ringmail Gauntlets
[13] = { itemID = 41028, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Ringmail Leggings
- [16] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6=#arenas7_3#" };
+ [16] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6="..AL["Gladiator's Wartide"] };
[17] = { itemID = 41013, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Ringmail Helm
[18] = { itemID = 41038, "34700 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Ringmail Spaulders
[19] = { itemID = 40992, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Ringmail Armor
[20] = { itemID = 41001, "43400 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Ringmail Gauntlets
[21] = { itemID = 41027, "34700 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Ringmail Leggings
- [23] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6=#arenas7_3#" };
+ [23] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6="..AL["Gladiator's Wartide"] };
[24] = { itemID = 41012, "58 #eofconquest#" }; --Deadly Gladiator's Ringmail Helm
[25] = { itemID = 41037, "46 #eofconquest#" }; --Deadly Gladiator's Ringmail Spaulders
[26] = { itemID = 40990, "58 #eofconquest#" }; --Deadly Gladiator's Ringmail Armor
@@ -7672,13 +7672,13 @@ AtlasLoot_Data["ArenaShamanWRATH"] = {
};
{
Name = AL["Restoration"] .. "Page 2";
- [1] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6=#arenas7_3#" };
+ [1] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6="..AL["Gladiator's Wartide"] };
[2] = { itemID = 41011, "45 #eofvalor#" }; --Hateful Gladiator's Ringmail Helm
[3] = { itemID = 41036, "30 #eofvalor#" }; --Hateful Gladiator's Ringmail Spaulders
[4] = { itemID = 40988, "45 #eofvalor#" }; --Hateful Gladiator's Ringmail Armor
[5] = { itemID = 40999, "30 #eofvalor#" }; --Hateful Gladiator's Ringmail Gauntlets
[6] = { itemID = 41025, "45 #eofvalor#" }; --Hateful Gladiator's Ringmail Leggings
- [8] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6=#arenas7_3#" };
+ [8] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6="..AL["Gladiator's Wartide"] };
[9] = { itemID = 41010, "45 #eofheroism#" }; --Savage Gladiator's Ringmail Helm
[10] = { itemID = 41024, "30 #eofheroism#" }; --Savage Gladiator's Ringmail Spaulders
[11] = { itemID = 40986, "45 #eofheroism#" }; --Savage Gladiator's Ringmail Armor
@@ -7693,25 +7693,25 @@ AtlasLoot_Data["ArenaWarlockWRATH"] = {
Name = LOCALIZED_CLASS_NAMES_MALE["WARLOCK"];
{
Name = "Page 1";
- [1] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#arenas8_2#" };
- [2] = { itemID = 51538, "2370 #arena# #reqrating# 1950" }; --Wrathful Gladiator's Felweave Cowl
- [3] = { itemID = 51540, "1930 #arena# #reqrating# 2000" }; --Wrathful Gladiator's Felweave Amice
- [4] = { itemID = 51536, "2370 #arena# #reqrating# 1600" }; --Wrathful Gladiator's Felweave Raiment
- [5] = { itemID = 51537, "1430 #arena# #reqrating# 1400" }; --Wrathful Gladiator's Felweave Handguards
- [6] = { itemID = 51539, "2370 #arena# #reqrating# 1500" }; --Wrathful Gladiator's Felweave Trousers
- [8] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#arenas8_2#" };
+ [1] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Gladiator's Felshroud"] };
+ [2] = { itemID = 51538, "2370 #arena# "..AL["Rating:"].." 1950" }; --Wrathful Gladiator's Felweave Cowl
+ [3] = { itemID = 51540, "1930 #arena# "..AL["Rating:"].." 2000" }; --Wrathful Gladiator's Felweave Amice
+ [4] = { itemID = 51536, "2370 #arena# "..AL["Rating:"].." 1600" }; --Wrathful Gladiator's Felweave Raiment
+ [5] = { itemID = 51537, "1430 #arena# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Felweave Handguards
+ [6] = { itemID = 51539, "2370 #arena# "..AL["Rating:"].." 1500" }; --Wrathful Gladiator's Felweave Trousers
+ [8] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Gladiator's Felshroud"] };
[9] = { itemID = 41994, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Felweave Cowl
[10] = { itemID = 42012, "10550 #faction# 600 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Felweave Amice
[11] = { itemID = 41999, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Felweave Raiment
[12] = { itemID = 42018, "8000 #faction# 440 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Felweave Handguards
[13] = { itemID = 42006, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Felweave Trousers
- [16] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#arenas8_2#" };
+ [16] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Gladiator's Felshroud"] };
[17] = { itemID = 41993, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Felweave Cowl
[18] = { itemID = 42011, "34700 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Felweave Amice
[19] = { itemID = 41998, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Felweave Raiment
[20] = { itemID = 42017, "43400 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Felweave Handguards
[21] = { itemID = 42005, "34700 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Felweave Trousers
- [23] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#arenas8_2#" };
+ [23] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Gladiator's Felshroud"] };
[24] = { itemID = 41992, "58 #eofconquest#" }; --Deadly Gladiator's Felweave Cowl
[25] = { itemID = 42010, "46 #eofconquest#" }; --Deadly Gladiator's Felweave Amice
[26] = { itemID = 41997, "58 #eofconquest#" }; --Deadly Gladiator's Felweave Raiment
@@ -7721,13 +7721,13 @@ AtlasLoot_Data["ArenaWarlockWRATH"] = {
};
{
Name = "Page 2";
- [1] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#arenas8_2#" };
+ [1] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Gladiator's Felshroud"] };
[2] = { itemID = 41991, "45 #eofvalor#" }; --Hateful Gladiator's Felweave Cowl
[3] = { itemID = 42009, "30 #eofvalor#" }; --Hateful Gladiator's Felweave Amice
[4] = { itemID = 42001, "45 #eofvalor#" }; --Hateful Gladiator's Felweave Raiment
[5] = { itemID = 42015, "30 #eofvalor#" }; --Hateful Gladiator's Felweave Handguards
[6] = { itemID = 42003, "45 #eofvalor#" }; --Hateful Gladiator's Felweave Trousers
- [8] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#arenas8_2#" };
+ [8] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Gladiator's Felshroud"] };
[9] = { itemID = 41990, "45 #eofheroism#" }; --Savage Gladiator's Felweave Cowl
[10] = { itemID = 42008, "30 #eofheroism#" }; --Savage Gladiator's Felweave Amice
[11] = { itemID = 41996, "45 #eofheroism#" }; --Savage Gladiator's Felweave Raiment
@@ -7741,25 +7741,25 @@ AtlasLoot_Data["ArenaWarriorWRATH"] = {
Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"];
{
Name = "Page 1";
- [1] = { icon = "Ability_Warrior_BattleShout", name = "=q6=#arenas9#" };
- [2] = { itemID = 51543, "2370 #arena# #reqrating# 1950" }; --Wrathful Gladiator's Plate Helm
- [3] = { itemID = 51545, "1930 #arena# #reqrating# 2000" }; --Wrathful Gladiator's Plate Shoulders
- [4] = { itemID = 51541, "2370 #arena# #reqrating# 1600" }; --Wrathful Gladiator's Plate Chestpiece
- [5] = { itemID = 51542, "1430 #arena# #reqrating# 1400" }; --Wrathful Gladiator's Plate Gauntlets
- [6] = { itemID = 51544, "2370 #arena# #reqrating# 1500" }; --Wrathful Gladiator's Plate Legguards
- [8] = { icon = "Ability_Warrior_BattleShout", name = "=q6=#arenas9#" };
+ [1] = { icon = "Ability_Warrior_BattleShout", name = "=q6="..AL["Gladiator's Battlegear"] };
+ [2] = { itemID = 51543, "2370 #arena# "..AL["Rating:"].." 1950" }; --Wrathful Gladiator's Plate Helm
+ [3] = { itemID = 51545, "1930 #arena# "..AL["Rating:"].." 2000" }; --Wrathful Gladiator's Plate Shoulders
+ [4] = { itemID = 51541, "2370 #arena# "..AL["Rating:"].." 1600" }; --Wrathful Gladiator's Plate Chestpiece
+ [5] = { itemID = 51542, "1430 #arena# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Plate Gauntlets
+ [6] = { itemID = 51544, "2370 #arena# "..AL["Rating:"].." 1500" }; --Wrathful Gladiator's Plate Legguards
+ [8] = { icon = "Ability_Warrior_BattleShout", name = "=q6="..AL["Gladiator's Battlegear"] };
[9] = { itemID = 40829, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Plate Helm
[10] = { itemID = 40870, "10550 #faction# 600 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Plate Shoulders
[11] = { itemID = 40790, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Plate Chestpiece
[12] = { itemID = 40810, "8000 #faction# 440 #arena# / 60 #eoffrost#" }; --Relentless Gladiator's Plate Gauntlets
[13] = { itemID = 40850, "13200 #faction# 770 #arena# / 95 #eoffrost#" }; --Relentless Gladiator's Plate Legguards
- [16] = { icon = "Ability_Warrior_BattleShout", name = "=q6=#arenas9#" };
+ [16] = { icon = "Ability_Warrior_BattleShout", name = "=q6="..AL["Gladiator's Battlegear"] };
[17] = { itemID = 40826, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Plate Helm
[18] = { itemID = 40866, "34700 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Plate Shoulders
[19] = { itemID = 40789, "54500 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Plate Chestpiece
[20] = { itemID = 40807, "43400 #faction# / 50 #eoftriumph#" }; --Furious Gladiator's Plate Gauntlets
[21] = { itemID = 40847, "34700 #faction# / 75 #eoftriumph#" }; --Furious Gladiator's Plate Legguards
- [23] = { icon = "Ability_Warrior_BattleShout", name = "=q6=#arenas9#" };
+ [23] = { icon = "Ability_Warrior_BattleShout", name = "=q6="..AL["Gladiator's Battlegear"] };
[24] = { itemID = 40823, "58 #eofconquest#" }; --Deadly Gladiator's Plate Helm
[25] = { itemID = 40862, "46 #eofconquest#" }; --Deadly Gladiator's Plate Shoulders
[26] = { itemID = 40786, "58 #eofconquest#" }; --Deadly Gladiator's Plate Chestpiece
@@ -7768,13 +7768,13 @@ AtlasLoot_Data["ArenaWarriorWRATH"] = {
};
{
Name = "Page 2";
- [1] = { icon = "Ability_Warrior_BattleShout", name = "=q6=#arenas9#" };
+ [1] = { icon = "Ability_Warrior_BattleShout", name = "=q6="..AL["Gladiator's Battlegear"] };
[2] = { itemID = 40819, "45 #eofvalor#" }; --Hateful Gladiator's Plate Helm
[3] = { itemID = 40859, "30 #eofvalor#" }; --Hateful Gladiator's Plate Shoulders
[4] = { itemID = 40783, "45 #eofvalor#" }; --Hateful Gladiator's Plate Chestpiece
[5] = { itemID = 40801, "30 #eofvalor#" }; --Hateful Gladiator's Plate Gauntlets
[6] = { itemID = 40840, "45 #eofvalor#" }; --Hateful Gladiator's Plate Legguards
- [8] = { icon = "Ability_Warrior_BattleShout", name = "=q6=#arenas9#" };
+ [8] = { icon = "Ability_Warrior_BattleShout", name = "=q6="..AL["Gladiator's Battlegear"] };
[9] = { itemID = 40816, "45 #eofheroism#" }; --Savage Gladiator's Plate Helm
[10] = { itemID = 40856, "30 #eofheroism#" }; --Savage Gladiator's Plate Shoulders
[11] = { itemID = 40778, "45 #eofheroism#" }; --Savage Gladiator's Plate Chestpiece
@@ -7839,14 +7839,14 @@ AtlasLoot_Data["PvP80NonSet"] = {
{
Name = "Cloth";
[1] = { itemID = 51329, "43400 #faction#" }; --Wrathful Gladiator's Cuffs of Dominance
- [2] = { itemID = 51327, "68200 #faction# #reqrating# 1300" }; --Wrathful Gladiator's Cord of Dominance
- [3] = { itemID = 51328, "68200 #faction# #reqrating# 1400" }; --Wrathful Gladiator's Treads of Dominance
+ [2] = { itemID = 51327, "68200 #faction# "..AL["Rating:"].." 1300" }; --Wrathful Gladiator's Cord of Dominance
+ [3] = { itemID = 51328, "68200 #faction# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Treads of Dominance
[5] = { itemID = 51367, "43400 #faction#" }; --Wrathful Gladiator's Cuffs of Salvation
- [6] = { itemID = 51365, "68200 #faction# #reqrating# 1300" }; --Wrathful Gladiator's Cord of Salvation
- [7] = { itemID = 51366, "68200 #faction# #reqrating# 1400" }; --Wrathful Gladiator's Treads of Salvation
+ [6] = { itemID = 51365, "68200 #faction# "..AL["Rating:"].." 1300" }; --Wrathful Gladiator's Cord of Salvation
+ [7] = { itemID = 51366, "68200 #faction# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Treads of Salvation
[9] = { itemID = 51339, "43400 #faction#" }; --Wrathful Gladiator's Cuffs of Alacrity
- [10] = { itemID = 51337, "68200 #faction# #reqrating# 1300" }; --Wrathful Gladiator's Cord of Alacrity
- [11] = { itemID = 51338, "68200 #faction# #reqrating# 1400" }; --Wrathful Gladiator's Treads of Alacrity
+ [10] = { itemID = 51337, "68200 #faction# "..AL["Rating:"].." 1300" }; --Wrathful Gladiator's Cord of Alacrity
+ [11] = { itemID = 51338, "68200 #faction# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Treads of Alacrity
[16] = { itemID = 41910, "21700 #faction#" }; --Relentless Gladiator's Cuffs of Dominance
[17] = { itemID = 41899, "34100 #faction#" }; --Relentless Gladiator's Cord of Dominance
[18] = { itemID = 41904, "34100 #faction#" }; --Relentless Gladiator's Treads of Dominance
@@ -7860,14 +7860,14 @@ AtlasLoot_Data["PvP80NonSet"] = {
{
Name = "Leather";
[1] = { itemID = 51345, "43400 #faction#" }; --Wrathful Gladiator's Armwraps of Dominance
- [2] = { itemID = 51343, "68200 #faction# #reqrating# 1300" }; --Wrathful Gladiator's Belt of Dominance
- [3] = { itemID = 51344, "68200 #faction# #reqrating# 1400" }; --Wrathful Gladiator's Boots of Dominance
+ [2] = { itemID = 51343, "68200 #faction# "..AL["Rating:"].." 1300" }; --Wrathful Gladiator's Belt of Dominance
+ [3] = { itemID = 51344, "68200 #faction# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Boots of Dominance
[5] = { itemID = 51342, "43400 #faction#" }; --Wrathful Gladiator's Armwraps of Salvation
- [6] = { itemID = 51340, "68200 #faction# #reqrating# 1300" }; --Wrathful Gladiator's Belt of Salvation
- [7] = { itemID = 51341, "68200 #faction# #reqrating# 1400" }; --Wrathful Gladiator's Boots of Salvation
+ [6] = { itemID = 51340, "68200 #faction# "..AL["Rating:"].." 1300" }; --Wrathful Gladiator's Belt of Salvation
+ [7] = { itemID = 51341, "68200 #faction# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Boots of Salvation
[9] = { itemID = 51370, "43400 #faction#" }; --Wrathful Gladiator's Armwraps of Triumph
- [10] = { itemID = 51368, "68200 #faction# #reqrating# 1300" }; --Wrathful Gladiator's Belt of Triumph
- [11] = { itemID = 51369, "68200 #faction# #reqrating# 1400" }; --Wrathful Gladiator's Boots of Triumph
+ [10] = { itemID = 51368, "68200 #faction# "..AL["Rating:"].." 1300" }; --Wrathful Gladiator's Belt of Triumph
+ [11] = { itemID = 51369, "68200 #faction# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Boots of Triumph
[16] = { itemID = 41641, "21700 #faction#" }; --Relentless Gladiator's Armwraps of Dominance
[17] = { itemID = 41631, "34100 #faction#" }; --Relentless Gladiator's Belt of Dominance
[18] = { itemID = 41636, "34100 #faction#" }; --Relentless Gladiator's Boots of Dominance
@@ -7881,14 +7881,14 @@ AtlasLoot_Data["PvP80NonSet"] = {
{
Name = "Mail";
[1] = { itemID = 51376, "43400 #faction#" }; --Wrathful Gladiator's Wristguards of Dominance
- [2] = { itemID = 51374, "68200 #faction# #reqrating# 1300" }; --Wrathful Gladiator's Waistguard of Dominance
- [3] = { itemID = 51375, "68200 #faction# #reqrating# 1400" }; --Wrathful Gladiator's Sabatons of Dominance
+ [2] = { itemID = 51374, "68200 #faction# "..AL["Rating:"].." 1300" }; --Wrathful Gladiator's Waistguard of Dominance
+ [3] = { itemID = 51375, "68200 #faction# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Sabatons of Dominance
[5] = { itemID = 51373, "43400 #faction#" }; --Wrathful Gladiator's Wristguards of Salvation
- [6] = { itemID = 51371, "68200 #faction# #reqrating# 1300" }; --Wrathful Gladiator's Waistguard of Salvation
- [7] = { itemID = 51372, "68200 #faction# #reqrating# 1400" }; --Wrathful Gladiator's Sabatons of Salvation
+ [6] = { itemID = 51371, "68200 #faction# "..AL["Rating:"].." 1300" }; --Wrathful Gladiator's Waistguard of Salvation
+ [7] = { itemID = 51372, "68200 #faction# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Sabatons of Salvation
[9] = { itemID = 51352, "43400 #faction#" }; --Wrathful Gladiator's Wristguards of Triumph
- [10] = { itemID = 51350, "68200 #faction# #reqrating# 1300" }; --Wrathful Gladiator's Waistguard of Triumph
- [11] = { itemID = 51351, "68200 #faction# #reqrating# 1400" }; --Wrathful Gladiator's Sabatons of Triumph
+ [10] = { itemID = 51350, "68200 #faction# "..AL["Rating:"].." 1300" }; --Wrathful Gladiator's Waistguard of Triumph
+ [11] = { itemID = 51351, "68200 #faction# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Sabatons of Triumph
[16] = { itemID = 41066, "21700 #faction#" }; --Relentless Gladiator's Wristguards of Dominance
[17] = { itemID = 41071, "34100 #faction#" }; --Relentless Gladiator's Waistguard of Dominance
[18] = { itemID = 41076, "34100 #faction#" }; --Relentless Gladiator's Sabatons of Dominance
@@ -7902,11 +7902,11 @@ AtlasLoot_Data["PvP80NonSet"] = {
{
Name = "Plate";
[1] = { itemID = 51361, "43400 #faction#" }; --Wrathful Gladiator's Bracers of Salvation
- [2] = { itemID = 51359, "68200 #faction# #reqrating# 1300" }; --Wrathful Gladiator's Girdle of Salvation
- [3] = { itemID = 51360, "68200 #faction# #reqrating# 1400" }; --Wrathful Gladiator's Greaves of Salvation
+ [2] = { itemID = 51359, "68200 #faction# "..AL["Rating:"].." 1300" }; --Wrathful Gladiator's Girdle of Salvation
+ [3] = { itemID = 51360, "68200 #faction# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Greaves of Salvation
[5] = { itemID = 51364, "43400 #faction#" }; --Wrathful Gladiator's Bracers of Triumph
- [6] = { itemID = 51362, "68200 #faction# #reqrating# 1300" }; --Wrathful Gladiator's Girdle of Triumph
- [7] = { itemID = 51363, "68200 #faction# #reqrating# 1400" }; --Wrathful Gladiator's Greaves of Triumph
+ [6] = { itemID = 51362, "68200 #faction# "..AL["Rating:"].." 1300" }; --Wrathful Gladiator's Girdle of Triumph
+ [7] = { itemID = 51363, "68200 #faction# "..AL["Rating:"].." 1400" }; --Wrathful Gladiator's Greaves of Triumph
[16] = { itemID = 40984, "21700 #faction#" }; --Relentless Gladiator's Bracers of Salvation
[17] = { itemID = 40978, "34100 #faction#" }; --Relentless Gladiator's Girdle of Salvation
[18] = { itemID = 40979, "34100 #faction#" }; --Relentless Gladiator's Greaves of Salvation
@@ -7924,84 +7924,84 @@ AtlasLoot_Data["WeaponsWRATH"] = {
Name = "Arena " .. AL["Weapons"];
{
Name = "Page 1";
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["Low Level"] };
- [2] = { itemID = 51523,"38500 #faction# 1090 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Right Ripper
- [3] = { itemID = 51530,"16500 #faction# 450 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Left Render
- [4] = { itemID = 51443,"15000 #faction# 1100 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Left Ripper
- [5] = { itemID = 51406,"38500 #faction# 1300 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Blade of Alacrity
- [6] = { itemID = 51397,"38500 #faction# 1300 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Spellblade
- [7] = { itemID = 51517, "38500 #faction# 1090 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Shanker
- [8] = { itemID = 51527, "16500 #faction# 450 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Mutilator
- [9] = { itemID = 51441, "16500 #faction# 450 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Shiv
- [10] = { itemID = 51521, "38500 #faction# 1090 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Slicer
- [11] = { itemID = 51447,"16500 #faction# 450 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Quickblade
- [12] = { itemID = 51392,"55000 #faction# 1540 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Greatsword
- [13] = { itemID = 51515, "38500 #faction# 1090 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Cleaver
- [14] = { itemID = 51525, "16500 #faction# 450 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Chopper
- [15] = { itemID = 51439, "16500 #faction# 450 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Hacker
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["High Level"] };
- [17] = { itemID = 51524, "3300 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Grasp
- [18] = { itemID = 51529, "1370 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Left Claw
- [19] = { itemID = 51444, "1370 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Left Razor
- [20] = { itemID = 51398, "3950 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Blade of Celerity
- [21] = { itemID = 51399, "3950 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Mageblade
- [22] = { itemID = 51518, "3300 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Spike
- [23] = { itemID = 51442, "1370 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Dirk
- [24] = { itemID = 51528, "1370 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Eviscerator
- [25] = { itemID = 51522, "3300 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Longblade
- [26] = { itemID = 51448, "1370 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Swiftblade
- [27] = { itemID = 51393, "4670 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Claymore
- [28] = { itemID = 51516, "3300 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Handaxe
- [29] = { itemID = 51440, "1370 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Dicer
- [30] = { itemID = 51526, "1370 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Splitter
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["Low Level"] };
+ [2] = { itemID = 51523,"38500 #faction# 1090 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Right Ripper
+ [3] = { itemID = 51530,"16500 #faction# 450 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Left Render
+ [4] = { itemID = 51443,"15000 #faction# 1100 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Left Ripper
+ [5] = { itemID = 51406,"38500 #faction# 1300 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Blade of Alacrity
+ [6] = { itemID = 51397,"38500 #faction# 1300 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Spellblade
+ [7] = { itemID = 51517, "38500 #faction# 1090 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Shanker
+ [8] = { itemID = 51527, "16500 #faction# 450 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Mutilator
+ [9] = { itemID = 51441, "16500 #faction# 450 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Shiv
+ [10] = { itemID = 51521, "38500 #faction# 1090 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Slicer
+ [11] = { itemID = 51447,"16500 #faction# 450 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Quickblade
+ [12] = { itemID = 51392,"55000 #faction# 1540 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Greatsword
+ [13] = { itemID = 51515, "38500 #faction# 1090 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Cleaver
+ [14] = { itemID = 51525, "16500 #faction# 450 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Chopper
+ [15] = { itemID = 51439, "16500 #faction# 450 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Hacker
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["High Level"] };
+ [17] = { itemID = 51524, "3300 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Grasp
+ [18] = { itemID = 51529, "1370 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Left Claw
+ [19] = { itemID = 51444, "1370 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Left Razor
+ [20] = { itemID = 51398, "3950 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Blade of Celerity
+ [21] = { itemID = 51399, "3950 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Mageblade
+ [22] = { itemID = 51518, "3300 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Spike
+ [23] = { itemID = 51442, "1370 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Dirk
+ [24] = { itemID = 51528, "1370 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Eviscerator
+ [25] = { itemID = 51522, "3300 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Longblade
+ [26] = { itemID = 51448, "1370 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Swiftblade
+ [27] = { itemID = 51393, "4670 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Claymore
+ [28] = { itemID = 51516, "3300 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Handaxe
+ [29] = { itemID = 51440, "1370 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Dicer
+ [30] = { itemID = 51526, "1370 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Splitter
};
{
Name = "Page 2";
- [1] = { icon = "INV_Box_01", name = "=q6=" .. AL["Low Level"] };
- [2] = { itemID = 51388, "55000 #faction# 1540 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Decapitator
- [3] = { itemID = 51453, "38500 #faction# 1300 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Gavel
- [4] = { itemID = 51519, "38500 #faction# 1090 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Pummeler
- [5] = { itemID = 51445, "16500 #faction# 450 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Bonecracker
- [6] = { itemID = 51390, "55000 #faction# 1540 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Bonegrinder
- [7] = { itemID = 51480, "55000 #faction# 1540 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Pike
- [8] = { itemID = 51404, "55000 #faction# 1540 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Battle Staff
- [9] = { itemID = 51456, "55000 #faction# 1540 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Energy Staff
- [10] = { itemID = 51402, "55000 #faction# 1540 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Focus Staff
- [11] = { itemID = 51431, "55000 #faction# 1540 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Staff
- [12] = { itemID = 51400, "55000 #faction# 1540 #arena# #reqrating# 1800" }; --Wrathful Gladiator's War Staff
- [13] = { itemID = 51394, "55000 #faction# 1540 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Longbow
- [14] = { itemID = 51411, "55000 #faction# 1540 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Heavy Crossbow
- [15] = { itemID = 51449, "55000 #faction# 1540 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Rifle
- [16] = { icon = "INV_Box_01", name = "=q6=" .. AL["High Level"] };
- [17] = { itemID = 51389, "4670 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Sunderer
- [18] = { itemID = 51454, "3950 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Salvation
- [19] = { itemID = 51520, "3300 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Truncheon
- [20] = { itemID = 51446, "1370 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Punisher
- [21] = { itemID = 51391, "4670 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Crusher
- [22] = { itemID = 51481, "4670 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Halberd
- [23] = { itemID = 51403, "4670 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Acute Staff
- [24] = { itemID = 51401, "4670 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Combat Staff
- [25] = { itemID = 51432, "4670 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Greatstaff
- [26] = { itemID = 51457, "4670 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Light Staff
- [27] = { itemID = 51405, "4670 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Skirmish Staff
- [28] = { itemID = 51395, "4670 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Recurve
- [29] = { itemID = 51412, "4670 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Repeater
- [30] = { itemID = 51450, "4670 #arena# #reqrating# 2200" }; --Wrathful Gladiator's Shotgun
+ [1] = { icon = "INV_Box_01", name = WHITE.. AL["Low Level"] };
+ [2] = { itemID = 51388, "55000 #faction# 1540 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Decapitator
+ [3] = { itemID = 51453, "38500 #faction# 1300 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Gavel
+ [4] = { itemID = 51519, "38500 #faction# 1090 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Pummeler
+ [5] = { itemID = 51445, "16500 #faction# 450 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Bonecracker
+ [6] = { itemID = 51390, "55000 #faction# 1540 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Bonegrinder
+ [7] = { itemID = 51480, "55000 #faction# 1540 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Pike
+ [8] = { itemID = 51404, "55000 #faction# 1540 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Battle Staff
+ [9] = { itemID = 51456, "55000 #faction# 1540 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Energy Staff
+ [10] = { itemID = 51402, "55000 #faction# 1540 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Focus Staff
+ [11] = { itemID = 51431, "55000 #faction# 1540 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Staff
+ [12] = { itemID = 51400, "55000 #faction# 1540 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's War Staff
+ [13] = { itemID = 51394, "55000 #faction# 1540 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Longbow
+ [14] = { itemID = 51411, "55000 #faction# 1540 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Heavy Crossbow
+ [15] = { itemID = 51449, "55000 #faction# 1540 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Rifle
+ [16] = { icon = "INV_Box_01", name = WHITE.. AL["High Level"] };
+ [17] = { itemID = 51389, "4670 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Sunderer
+ [18] = { itemID = 51454, "3950 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Salvation
+ [19] = { itemID = 51520, "3300 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Truncheon
+ [20] = { itemID = 51446, "1370 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Punisher
+ [21] = { itemID = 51391, "4670 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Crusher
+ [22] = { itemID = 51481, "4670 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Halberd
+ [23] = { itemID = 51403, "4670 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Acute Staff
+ [24] = { itemID = 51401, "4670 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Combat Staff
+ [25] = { itemID = 51432, "4670 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Greatstaff
+ [26] = { itemID = 51457, "4670 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Light Staff
+ [27] = { itemID = 51405, "4670 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Skirmish Staff
+ [28] = { itemID = 51395, "4670 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Recurve
+ [29] = { itemID = 51412, "4670 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Repeater
+ [30] = { itemID = 51450, "4670 #arena# "..AL["Rating:"].." 2200" }; --Wrathful Gladiator's Shotgun
};
{
Name = "Page 3";
- [1] = { itemID = 51452, "350 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Barrier
- [2] = { itemID = 51455, "350 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Redoubt
- [3] = { itemID = 51533, "350 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Shield Wall
- [4] = { itemID = 51535, "1260 #arena# #reqrating# 1700" }; --Wrathful Gladiator's War Edge
- [5] = { itemID = 51532, "1260 #arena# #reqrating# 1700" }; --Wrathful Gladiator's Baton of Light
- [6] = { itemID = 51531, "1260 #arena# #reqrating# 1700" }; --Wrathful Gladiator's Piercing Touch
- [7] = { itemID = 51410, "1260 #arena# #reqrating# 1700" }; --Wrathful Gladiator's Touch of Defeat
- [8] = { itemID = 51451, "1260 #arena# #reqrating# 1700" }; --Wrathful Gladiator's Wand of Alacrity
- [9] = { itemID = 51407, "350 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Compendium
- [10] = { itemID = 51396, "350 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Endgame
- [11] = { itemID = 51408, "350 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Grimoire
- [12] = { itemID = 51409, "350 #arena# #reqrating# 1800" }; --Wrathful Gladiator's Reprieve
+ [1] = { itemID = 51452, "350 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Barrier
+ [2] = { itemID = 51455, "350 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Redoubt
+ [3] = { itemID = 51533, "350 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Shield Wall
+ [4] = { itemID = 51535, "1260 #arena# "..AL["Rating:"].." 1700" }; --Wrathful Gladiator's War Edge
+ [5] = { itemID = 51532, "1260 #arena# "..AL["Rating:"].." 1700" }; --Wrathful Gladiator's Baton of Light
+ [6] = { itemID = 51531, "1260 #arena# "..AL["Rating:"].." 1700" }; --Wrathful Gladiator's Piercing Touch
+ [7] = { itemID = 51410, "1260 #arena# "..AL["Rating:"].." 1700" }; --Wrathful Gladiator's Touch of Defeat
+ [8] = { itemID = 51451, "1260 #arena# "..AL["Rating:"].." 1700" }; --Wrathful Gladiator's Wand of Alacrity
+ [9] = { itemID = 51407, "350 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Compendium
+ [10] = { itemID = 51396, "350 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Endgame
+ [11] = { itemID = 51408, "350 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Grimoire
+ [12] = { itemID = 51409, "350 #arena# "..AL["Rating:"].." 1800" }; --Wrathful Gladiator's Reprieve
};
};
@@ -8014,37 +8014,37 @@ AtlasLoot_Data["PVPidolWRATH"] = {
Name = "Idols/Librams/Sigils/Totems";
{
Name = "Page 1";
- [1] = { icon = "INV_Box_01", name = "=q6=" .. BabbleInventory["Idols"] };
- [2] = { itemID = 51429, "1260 #arena# #reqrating# 1700" }; --Wrathful Gladiator's Idol of Resolve
- [3] = { itemID = 51437, "1260 #arena# #reqrating# 1700" }; --Wrathful Gladiator's Idol of Steadfastness
- [4] = { itemID = 51423, "1260 #arena# #reqrating# 1700" }; --Wrathful Gladiator's Idol of Tenacity
- [6] = { itemID = 42591, "6400 #faction# 350 #arena# #reqrating# 700" }; --Relentless Gladiator's Idol of Resolve
- [7] = { itemID = 42585, "6400 #faction# 350 #arena# #reqrating# 700" }; --Relentless Gladiator's Idol of Steadfastness
- [8] = { itemID = 42580, "6400 #faction# 350 #arena# #reqrating# 700" }; --Relentless Gladiator's Idol of Tenacity
+ [1] = { icon = "INV_Box_01", name = WHITE.. BabbleInventory["Idols"] };
+ [2] = { itemID = 51429, "1260 #arena# "..AL["Rating:"].." 1700" }; --Wrathful Gladiator's Idol of Resolve
+ [3] = { itemID = 51437, "1260 #arena# "..AL["Rating:"].." 1700" }; --Wrathful Gladiator's Idol of Steadfastness
+ [4] = { itemID = 51423, "1260 #arena# "..AL["Rating:"].." 1700" }; --Wrathful Gladiator's Idol of Tenacity
+ [6] = { itemID = 42591, "6400 #faction# 350 #arena# "..AL["Rating:"].." 700" }; --Relentless Gladiator's Idol of Resolve
+ [7] = { itemID = 42585, "6400 #faction# 350 #arena# "..AL["Rating:"].." 700" }; --Relentless Gladiator's Idol of Steadfastness
+ [8] = { itemID = 42580, "6400 #faction# 350 #arena# "..AL["Rating:"].." 700" }; --Relentless Gladiator's Idol of Tenacity
[10] = { itemID = 42589, "12000 #faction#" }; --Furious Gladiator's Idol of Resolve
[11] = { itemID = 42584, "12000 #faction#" }; --Furious Gladiator's Idol of Steadfastness
[12] = { itemID = 42579, "12000 #faction#" }; --Furious Gladiator's Idol of Tenacity
- [16] = { icon = "INV_Box_01", name = "=q6=" .. BabbleInventory["Librams"] };
- [17] = { itemID = 51478, "1260 #arena# #reqrating# 1700" }; --Wrathful Gladiator's Libram of Fortitude
- [18] = { itemID = 51472, "1260 #arena# #reqrating# 1700" }; --Wrathful Gladiator's Libram of Justice
- [20] = { itemID = 42854, "6400 #faction# 350 #arena# #reqrating# 700" }; --Relentless Gladiator's Libram of Fortitude
- [21] = { itemID = 42616, "6400 #faction# 350 #arena# #reqrating# 700" }; --Relentless Gladiator's Libram of Justice
+ [16] = { icon = "INV_Box_01", name = WHITE.. BabbleInventory["Librams"] };
+ [17] = { itemID = 51478, "1260 #arena# "..AL["Rating:"].." 1700" }; --Wrathful Gladiator's Libram of Fortitude
+ [18] = { itemID = 51472, "1260 #arena# "..AL["Rating:"].." 1700" }; --Wrathful Gladiator's Libram of Justice
+ [20] = { itemID = 42854, "6400 #faction# 350 #arena# "..AL["Rating:"].." 700" }; --Relentless Gladiator's Libram of Fortitude
+ [21] = { itemID = 42616, "6400 #faction# 350 #arena# "..AL["Rating:"].." 700" }; --Relentless Gladiator's Libram of Justice
[23] = { itemID = 42853, "12000 #faction#" }; --Furious Gladiator's Libram of Fortitude
[24] = { itemID = 42615, "12000 #faction#" }; --Furious Gladiator's Libram of Justice
};
{
Name = "Page 2";
- [1] = { icon = "INV_Box_01", name = "=q6=" .. BabbleInventory["Sigils"] };
- [2] = { itemID = 51417, "1260 #arena# #reqrating# 1700" }; --Wrathful Gladiator's Sigil of Strife
- [4] = { itemID = 42622, "6400 #faction# 350 #arena# #reqrating# 700" }; --Relentless Gladiator's Sigil of Strife
+ [1] = { icon = "INV_Box_01", name = WHITE.. BabbleInventory["Sigils"] };
+ [2] = { itemID = 51417, "1260 #arena# "..AL["Rating:"].." 1700" }; --Wrathful Gladiator's Sigil of Strife
+ [4] = { itemID = 42622, "6400 #faction# 350 #arena# "..AL["Rating:"].." 700" }; --Relentless Gladiator's Sigil of Strife
[6] = { itemID = 42621, "12000 #faction#" }; --Furious Gladiator's Sigil of Strife
- [16] = { icon = "INV_Box_01", name = "=q6=" .. BabbleInventory["Totems"] };
- [17] = { itemID = 51507, "1260 #arena# #reqrating# 1700" }; --Wrathful Gladiator's Totem of Indomitability
- [18] = { itemID = 51513, "1260 #arena# #reqrating# 1700" }; --Wrathful Gladiator's Totem of Survival
- [19] = { itemID = 51501, "1260 #arena# #reqrating# 1700" }; --Wrathful Gladiator's Totem of the Third Wind
- [21] = { itemID = 42609, "6400 #faction# 350 #arena# #reqrating# 700" }; --Relentless Gladiator's Totem of Indomitability
- [22] = { itemID = 42604, "6400 #faction# 350 #arena# #reqrating# 700" }; --Relentless Gladiator's Totem of Survival
- [23] = { itemID = 42599, "6400 #faction# 350 #arena# #reqrating# 700" }; --Relentless Gladiator's Totem of the Third Wind
+ [16] = { icon = "INV_Box_01", name = WHITE.. BabbleInventory["Totems"] };
+ [17] = { itemID = 51507, "1260 #arena# "..AL["Rating:"].." 1700" }; --Wrathful Gladiator's Totem of Indomitability
+ [18] = { itemID = 51513, "1260 #arena# "..AL["Rating:"].." 1700" }; --Wrathful Gladiator's Totem of Survival
+ [19] = { itemID = 51501, "1260 #arena# "..AL["Rating:"].." 1700" }; --Wrathful Gladiator's Totem of the Third Wind
+ [21] = { itemID = 42609, "6400 #faction# 350 #arena# "..AL["Rating:"].." 700" }; --Relentless Gladiator's Totem of Indomitability
+ [22] = { itemID = 42604, "6400 #faction# 350 #arena# "..AL["Rating:"].." 700" }; --Relentless Gladiator's Totem of Survival
+ [23] = { itemID = 42599, "6400 #faction# 350 #arena# "..AL["Rating:"].." 700" }; --Relentless Gladiator's Totem of the Third Wind
[25] = { itemID = 42608, "12000 #faction#" }; --Furious Gladiator's Totem of Indomitability
[26] = { itemID = 42603, "12000 #faction#" }; --Furious Gladiator's Totem of Survival
};
@@ -8058,7 +8058,7 @@ AtlasLoot_Data["PvP80Misc"] = {
Name = AL["PvP Misc"];
{
Name = AL["PvP Misc"];
- [1] = { itemID = 51534, "550 #arena# #reqrating# 2300" }; --Wrathful Gladiator's Tabard
+ [1] = { itemID = 51534, "550 #arena# "..AL["Rating:"].." 2300" }; --Wrathful Gladiator's Tabard
[2] = { itemID = 44957, price = "10000 #faction#" }; --Greater Inscription of the Gladiator
[3] = { itemID = 45706, "100 #arena#" }; --Commendation of Bravery
[5] = { itemID = 36931, "10000 #faction#" }; --Ametrine
@@ -8289,13 +8289,13 @@ AtlasLoot_Data["T7"] = {
Type = "WrathRaid";
{
Name = LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"] .. " DPS";
- [1] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#t7s10_1#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Scourgeborne Battlegear"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 39619, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Heroes' Scourgeborne Helmet
[3] = { itemID = 39621, "=ds=" .. BabbleBoss["Loatheb"] }; --Heroes' Scourgeborne Shoulderplates
[4] = { itemID = 39617, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Heroes' Scourgeborne Battleplate
[5] = { itemID = 39618, "=ds=" .. BabbleBoss["Sartharion"] }; --Heroes' Scourgeborne Gauntlets
[6] = { itemID = 39620, "=ds=" .. BabbleBoss["Thaddius"] }; --Heroes' Scourgeborne Legplates
- [8] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#t7s10_1#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
+ [8] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Scourgeborne Battlegear"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
[9] = { itemID = 40554, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Valorous Scourgeborne Helmet
[10] = { itemID = 40557, "=ds=" .. BabbleBoss["Loatheb"] }; --Valorous Scourgeborne Shoulderplates
[11] = { itemID = 40550, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Valorous Scourgeborne Battleplate
@@ -8304,13 +8304,13 @@ AtlasLoot_Data["T7"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"] .. " TANK";
- [1] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#t7s10_2#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Scourgeborne Plate"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 39625, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Heroes' Scourgeborne Faceguard
[3] = { itemID = 39627, "=ds=" .. BabbleBoss["Loatheb"] }; --Heroes' Scourgeborne Pauldrons
[4] = { itemID = 39623, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Heroes' Scourgeborne Chestguard
[5] = { itemID = 39624, "=ds=" .. BabbleBoss["Sartharion"] }; --Heroes' Scourgeborne Handguards
[6] = { itemID = 39626, "=ds=" .. BabbleBoss["Thaddius"] }; --Heroes' Scourgeborne Legguards
- [8] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#t7s10_2#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
+ [8] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Scourgeborne Plate"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
[9] = { itemID = 40565, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Valorous Scourgeborne Faceguard
[10] = { itemID = 40568, "=ds=" .. BabbleBoss["Loatheb"] }; --Valorous Scourgeborne Pauldrons
[11] = { itemID = 40559, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Valorous Scourgeborne Chestguard
@@ -8319,13 +8319,13 @@ AtlasLoot_Data["T7"] = {
};
{
Name = "Druid" .. " - " .. AL["Feral"];
- [1] = { icon = "Ability_Druid_Maul", name = "=q6=#t7s1_2#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Ability_Druid_Maul", name = "=q6="..AL["Dreamwalker Battlegear"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 39553, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Heroes' Dreamwalker Headguard
[3] = { itemID = 39556, "=ds=" .. BabbleBoss["Loatheb"] }; --Heroes' Dreamwalker Shoulderpads
[4] = { itemID = 39554, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Heroes' Dreamwalker Raiments
[5] = { itemID = 39557, "=ds=" .. BabbleBoss["Sartharion"] }; --Heroes' Dreamwalker Handgrips
[6] = { itemID = 39555, "=ds=" .. BabbleBoss["Thaddius"] }; --Heroes' Dreamwalker Legguards
- [8] = { icon = "Ability_Druid_Maul", name = "=q6=#t7s1_2#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
+ [8] = { icon = "Ability_Druid_Maul", name = "=q6="..AL["Dreamwalker Battlegear"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
[9] = { itemID = 40473, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Valorous Dreamwalker Headguard
[10] = { itemID = 40494, "=ds=" .. BabbleBoss["Loatheb"] }; --Valorous Dreamwalker Shoulderpads
[11] = { itemID = 40471, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Valorous Dreamwalker Raiments
@@ -8334,13 +8334,13 @@ AtlasLoot_Data["T7"] = {
};
{
Name = "Druid" .. " - " .. AL["Restoration"];
- [1] = { icon = "Spell_Nature_Regeneration", name = "=q6=#t7s1_3#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_Nature_Regeneration", name = "=q6="..AL["Dreamwalker Regalia"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 39531, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Heroes' Dreamwalker Headpiece
[3] = { itemID = 39542, "=ds=" .. BabbleBoss["Loatheb"] }; --Heroes' Dreamwalker Spaulders
[4] = { itemID = 39538, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Heroes' Dreamwalker Robe
[5] = { itemID = 39543, "=ds=" .. BabbleBoss["Sartharion"] }; --Heroes' Dreamwalker Handguards
[6] = { itemID = 39539, "=ds=" .. BabbleBoss["Thaddius"] }; --Heroes' Dreamwalker Leggings
- [8] = { icon = "Spell_Nature_Regeneration", name = "=q6=#t7s1_3#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
+ [8] = { icon = "Spell_Nature_Regeneration", name = "=q6="..AL["Dreamwalker Regalia"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
[9] = { itemID = 40461, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Valorous Dreamwalker Headpiece
[10] = { itemID = 40465, "=ds=" .. BabbleBoss["Loatheb"] }; --Valorous Dreamwalker Spaulders
[11] = { itemID = 40463, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Valorous Dreamwalker Robe
@@ -8349,13 +8349,13 @@ AtlasLoot_Data["T7"] = {
};
{
Name = "Druid" .. " - " .. AL["Balance"];
- [1] = { icon = "Spell_Nature_InsectSwarm", name = "=q6=#t7s1_1#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_Nature_InsectSwarm", name = "=q6="..AL["Dreamwalker Garb"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 39545, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Heroes' Dreamwalker Cover
[3] = { itemID = 39548, "=ds=" .. BabbleBoss["Loatheb"] }; --Heroes' Dreamwalker Mantle
[4] = { itemID = 39547, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Heroes' Dreamwalker Vestments
[5] = { itemID = 39544, "=ds=" .. BabbleBoss["Sartharion"] }; --Heroes' Dreamwalker Gloves
[6] = { itemID = 39546, "=ds=" .. BabbleBoss["Thaddius"] }; --Heroes' Dreamwalker Trousers
- [8] = { icon = "Spell_Nature_InsectSwarm", name = "=q6=#t7s1_1#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
+ [8] = { icon = "Spell_Nature_InsectSwarm", name = "=q6="..AL["Dreamwalker Garb"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
[9] = { itemID = 40467, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Valorous Dreamwalker Cover
[10] = { itemID = 40470, "=ds=" .. BabbleBoss["Loatheb"] }; --Valorous Dreamwalker Mantle
[11] = { itemID = 40469, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Valorous Dreamwalker Vestments
@@ -8364,13 +8364,13 @@ AtlasLoot_Data["T7"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["HUNTER"];
- [1] = { icon = "Ability_Hunter_RunningShot", name = "=q6=#t7s2#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Ability_Hunter_RunningShot", name = "=q6="..AL["Cryptstalker Battlegear"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 39578, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Heroes' Cryptstalker Headpiece
[3] = { itemID = 39581, "=ds=" .. BabbleBoss["Loatheb"] }; --Heroes' Cryptstalker Spaulders
[4] = { itemID = 39579, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Heroes' Cryptstalker Tunic
[5] = { itemID = 39582, "=ds=" .. BabbleBoss["Sartharion"] }; --Heroes' Cryptstalker Handguards
[6] = { itemID = 39580, "=ds=" .. BabbleBoss["Thaddius"] }; --Heroes' Cryptstalker Legguards
- [8] = { icon = "Ability_Hunter_RunningShot", name = "=q6=#t7s2#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
+ [8] = { icon = "Ability_Hunter_RunningShot", name = "=q6="..AL["Cryptstalker Battlegear"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
[9] = { itemID = 40505, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Valorous Crypstalker Headpiece
[10] = { itemID = 40507, "=ds=" .. BabbleBoss["Loatheb"] }; --Valorous Crypstalker Spaulders
[11] = { itemID = 40503, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Valorous Crypstalker Tunic
@@ -8379,13 +8379,13 @@ AtlasLoot_Data["T7"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["MAGE"];
- [1] = { icon = "Spell_Frost_IceStorm", name = "=q6=#t7s3#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_Frost_IceStorm", name = "=q6="..AL["Frostfire Garb"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 39491, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Heroes' Frostfire Circlet
[3] = { itemID = 39494, "=ds=" .. BabbleBoss["Loatheb"] }; --Heroes' Frostfire Shoulderpads
[4] = { itemID = 39492, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Heroes' Frostfire Robe
[5] = { itemID = 39495, "=ds=" .. BabbleBoss["Sartharion"] }; --Heroes' Frostfire Gloves
[6] = { itemID = 39493, "=ds=" .. BabbleBoss["Thaddius"] }; --Heroes' Frostfire Leggings
- [8] = { icon = "Spell_Frost_IceStorm", name = "=q6=#t7s3#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
+ [8] = { icon = "Spell_Frost_IceStorm", name = "=q6="..AL["Frostfire Garb"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
[9] = { itemID = 40416, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Valorous Frostfire Circlet
[10] = { itemID = 40419, "=ds=" .. BabbleBoss["Loatheb"] }; --Valorous Frostfire Shoulderpads
[11] = { itemID = 40418, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Valorous Frostfire Robe
@@ -8394,13 +8394,13 @@ AtlasLoot_Data["T7"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"] .. " - " .. AL["Holy"];
- [1] = { icon = "Spell_Holy_HolyBolt", name = "=q6=#t7s4_1#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_Holy_HolyBolt", name = "=q6="..AL["Redemption Regalia"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 39628, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Heroes' Redemption Headpiece
[3] = { itemID = 39631, "=ds=" .. BabbleBoss["Loatheb"] }; --Heroes' Redemption Spaulders
[4] = { itemID = 39629, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Heroes' Redemption Tunic
[5] = { itemID = 39632, "=ds=" .. BabbleBoss["Sartharion"] }; --Heroes' Redemption Gloves
[6] = { itemID = 39630, "=ds=" .. BabbleBoss["Thaddius"] }; --Heroes' Redemption Greaves
- [8] = { icon = "Spell_Holy_HolyBolt", name = "=q6=#t7s4_1#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
+ [8] = { icon = "Spell_Holy_HolyBolt", name = "=q6="..AL["Redemption Regalia"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
[9] = { itemID = 40571, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Valorous Redemption Headpiece
[10] = { itemID = 40573, "=ds=" .. BabbleBoss["Loatheb"] }; --Valorous Redemption Spaulders
[11] = { itemID = 40569, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Valorous Redemption Tunic
@@ -8409,13 +8409,13 @@ AtlasLoot_Data["T7"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"] .. " - " .. AL["Retribution"];
- [1] = { icon = "Spell_Holy_AuraOfLight", name = "=q6=#t7s4_2#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_Holy_AuraOfLight", name = "=q6="..AL["Redemption Battlegear"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 39635, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Heroes' Redemption Helm
[3] = { itemID = 39637, "=ds=" .. BabbleBoss["Loatheb"] }; --Heroes' Redemption Shoulderplates
[4] = { itemID = 39633, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Heroes' Redemption Chestpiece
[5] = { itemID = 39634, "=ds=" .. BabbleBoss["Sartharion"] }; --Heroes' Redemption Gauntlets
[6] = { itemID = 39636, "=ds=" .. BabbleBoss["Thaddius"] }; --Heroes' Redemption Legplates
- [8] = { icon = "Spell_Holy_AuraOfLight", name = "=q6=#t7s4_2#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
+ [8] = { icon = "Spell_Holy_AuraOfLight", name = "=q6="..AL["Redemption Battlegear"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
[9] = { itemID = 40576, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Valorous Redemption Helm
[10] = { itemID = 40578, "=ds=" .. BabbleBoss["Loatheb"] }; --Valorous Redemption Shoulderplates
[11] = { itemID = 40574, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Valorous Redemption Chestpiece
@@ -8424,13 +8424,13 @@ AtlasLoot_Data["T7"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"] .. " - " .. AL["Protection"];
- [1] = { icon = "Spell_Holy_SealOfMight", name = "=q6=#t7s4_3#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_Holy_SealOfMight", name = "=q6="..AL["Redemption Plate"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 39640, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Heroes' Redemption Faceguard
[3] = { itemID = 39642, "=ds=" .. BabbleBoss["Loatheb"] }; --Heroes' Redemption Shouldergards
[4] = { itemID = 39638, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Heroes' Redemption Breastplate
[5] = { itemID = 39639, "=ds=" .. BabbleBoss["Sartharion"] }; --Heroes' Redemption Handguards
[6] = { itemID = 39641, "=ds=" .. BabbleBoss["Thaddius"] }; --Heroes' Redemption Legguards
- [8] = { icon = "Spell_Holy_SealOfMight", name = "=q6=#t7s4_3#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
+ [8] = { icon = "Spell_Holy_SealOfMight", name = "=q6="..AL["Redemption Plate"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
[9] = { itemID = 40581, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Valorous Redemption Faceguard
[10] = { itemID = 40584, "=ds=" .. BabbleBoss["Loatheb"] }; --Valorous Redemption Shouldergards
[11] = { itemID = 40579, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Valorous Redemption Breastplate
@@ -8439,13 +8439,13 @@ AtlasLoot_Data["T7"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PRIEST"] .. " - " .. AL["Shadow"];
- [1] = { icon = "Spell_Shadow_AntiShadow", name = "=q6=#t7s5_2#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_Shadow_AntiShadow", name = "=q6="..AL["Garb of Faith"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 39521, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Heroes' Circlet of Faith
[3] = { itemID = 39529, "=ds=" .. BabbleBoss["Loatheb"] }; --Heroes' Mantle of Faith
[4] = { itemID = 39523, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Heroes' Raiments of Faith
[5] = { itemID = 39530, "=ds=" .. BabbleBoss["Sartharion"] }; --Heroes' Handwraps of Faith
[6] = { itemID = 39528, "=ds=" .. BabbleBoss["Thaddius"] }; --Heroes' Pants of Faith
- [8] = { icon = "Spell_Shadow_AntiShadow", name = "=q6=#t7s5_2#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
+ [8] = { icon = "Spell_Shadow_AntiShadow", name = "=q6="..AL["Garb of Faith"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
[9] = { itemID = 40456, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Valorous Circlet of Faith
[10] = { itemID = 40459, "=ds=" .. BabbleBoss["Loatheb"] }; --Valorous Mantle of Faith
[11] = { itemID = 40458, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Valorous Raiments of Faith
@@ -8454,13 +8454,13 @@ AtlasLoot_Data["T7"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PRIEST"] .. " - " .. AL["Holy"];
- [1] = { icon = "Spell_Holy_PowerWordShield", name = "=q6=#t7s5_1#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_Holy_PowerWordShield", name = "=q6="..AL["Regalia of Faith"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 39514, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Heroes' Crown of Faith
[3] = { itemID = 39518, "=ds=" .. BabbleBoss["Loatheb"] }; --Heroes' Shoulderpads of Faith
[4] = { itemID = 39515, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Heroes' Robe of Faith
[5] = { itemID = 39519, "=ds=" .. BabbleBoss["Sartharion"] }; --Heroes' Gloves of Faith
[6] = { itemID = 39517, "=ds=" .. BabbleBoss["Thaddius"] }; --Heroes' Leggings of Faith
- [8] = { icon = "Spell_Holy_PowerWordShield", name = "=q6=#t7s5_1#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
+ [8] = { icon = "Spell_Holy_PowerWordShield", name = "=q6="..AL["Regalia of Faith"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
[9] = { itemID = 40447, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Valorous Crown of Faith
[10] = { itemID = 40450, "=ds=" .. BabbleBoss["Loatheb"] }; --Valorous Shoulderpads of Faith
[11] = { itemID = 40449, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Valorous Robe of Faith
@@ -8469,13 +8469,13 @@ AtlasLoot_Data["T7"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["ROGUE"];
- [1] = { icon = "Ability_BackStab", name = "=q6=#t7s6#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Ability_BackStab", name = "=q6="..AL["Bonescythe Battlegear"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 39561, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Heroes' Bonescythe Helmet
[3] = { itemID = 39565, "=ds=" .. BabbleBoss["Loatheb"] }; --Heroes' Bonescythe Pauldrons
[4] = { itemID = 39558, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Heroes' Bonescythe Breastplate
[5] = { itemID = 39560, "=ds=" .. BabbleBoss["Sartharion"] }; --Heroes' Bonescythe Gauntlets
[6] = { itemID = 39564, "=ds=" .. BabbleBoss["Thaddius"] }; --Heroes' Bonescythe Legplates
- [8] = { icon = "Ability_BackStab", name = "=q6=#t7s6#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
+ [8] = { icon = "Ability_BackStab", name = "=q6="..AL["Bonescythe Battlegear"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
[9] = { itemID = 40499, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Valorous Bonescythe Helmet
[10] = { itemID = 40502, "=ds=" .. BabbleBoss["Loatheb"] }; --Valorous Bonescythe Pauldrons
[11] = { itemID = 40495, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Valorous Bonescythe Breastplate
@@ -8484,13 +8484,13 @@ AtlasLoot_Data["T7"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] .. " - " .. AL["Restoration"];
- [1] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6=#t7s7_3#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6="..AL["Earthshatter Regalia"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 39583, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Heroes' Earthshatter Headpiece
[3] = { itemID = 39590, "=ds=" .. BabbleBoss["Loatheb"] }; --Heroes' Earthshatter Spaulders
[4] = { itemID = 39588, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Heroes' Earthshatter Tunic
[5] = { itemID = 39591, "=ds=" .. BabbleBoss["Sartharion"] }; --Heroes' Earthshatter Handguards
[6] = { itemID = 39589, "=ds=" .. BabbleBoss["Thaddius"] }; --Heroes' Earthshatter Legguards
- [8] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6=#t7s7_3#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
+ [8] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6="..AL["Earthshatter Regalia"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
[9] = { itemID = 40510, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Valorous Earthshatter Headpiece
[10] = { itemID = 40513, "=ds=" .. BabbleBoss["Loatheb"] }; --Valorous Earthshatter Spaulders
[11] = { itemID = 40508, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Valorous Earthshatter Tunic
@@ -8499,13 +8499,13 @@ AtlasLoot_Data["T7"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] .. " - " .. AL["Enhancement"];
- [1] = { icon = "Spell_FireResistanceTotem_01", name = "=q6=#t7s7_2#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_FireResistanceTotem_01", name = "=q6="..AL["Earthshatter Battlegear"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 39602, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Heroes' Earthshatter Faceguard
[3] = { itemID = 39604, "=ds=" .. BabbleBoss["Loatheb"] }; --Heroes' Earthshatter Shoulderguards
[4] = { itemID = 39597, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Heroes' Earthshatter Chestguard
[5] = { itemID = 39601, "=ds=" .. BabbleBoss["Sartharion"] }; --Heroes' Earthshatter Grips
[6] = { itemID = 39603, "=ds=" .. BabbleBoss["Thaddius"] }; --Heroes' Earthshatter War-Kilt
- [8] = { icon = "Spell_FireResistanceTotem_01", name = "=q6=#t7s7_2#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
+ [8] = { icon = "Spell_FireResistanceTotem_01", name = "=q6="..AL["Earthshatter Battlegear"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
[9] = { itemID = 40521, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Valorous Earthshatter Faceguard
[10] = { itemID = 40524, "=ds=" .. BabbleBoss["Loatheb"] }; --Valorous Earthshatter Shoulderguards
[11] = { itemID = 40523, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Valorous Earthshatter Chestguard
@@ -8514,13 +8514,13 @@ AtlasLoot_Data["T7"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] .. " - " .. AL["Elemental"];
- [1] = { icon = "Spell_Nature_Lightning", name = "=q6=#t7s7_1#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_Nature_Lightning", name = "=q6="..AL["Earthshatter Garb"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 39594, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Heroes' Earthshatter Helm
[3] = { itemID = 39596, "=ds=" .. BabbleBoss["Loatheb"] }; --Heroes' Earthshatter Shoulderpads
[4] = { itemID = 39592, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Heroes' Earthshatter Hauberk
[5] = { itemID = 39593, "=ds=" .. BabbleBoss["Sartharion"] }; --Heroes' Earthshatter Gloves
[6] = { itemID = 39595, "=ds=" .. BabbleBoss["Thaddius"] }; --Heroes' Earthshatter Kilt
- [8] = { icon = "Spell_Nature_Lightning", name = "=q6=#t7s7_1#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
+ [8] = { icon = "Spell_Nature_Lightning", name = "=q6="..AL["Earthshatter Garb"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
[9] = { itemID = 40516, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Valorous Earthshatter Helm
[10] = { itemID = 40518, "=ds=" .. BabbleBoss["Loatheb"] }; --Valorous Earthshatter Shoulderpads
[11] = { itemID = 40514, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Valorous Earthshatter Hauberk
@@ -8529,13 +8529,13 @@ AtlasLoot_Data["T7"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["WARLOCK"];
- [1] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#t7s8#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Plagueheart Garb"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 39496, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Heroes' Plagueheart Circlet
[3] = { itemID = 39499, "=ds=" .. BabbleBoss["Loatheb"] }; --Heroes' Plagueheart Shoulderpads
[4] = { itemID = 39497, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Heroes' Plagueheart Robe
[5] = { itemID = 39500, "=ds=" .. BabbleBoss["Sartharion"] }; --Heroes' Plagueheart Gloves
[6] = { itemID = 39498, "=ds=" .. BabbleBoss["Thaddius"] }; --Heroes' Plagueheart Leggings
- [8] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#t7s8#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
+ [8] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Plagueheart Garb"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
[9] = { itemID = 40421, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Valorous Plagueheart Circlet
[10] = { itemID = 40424, "=ds=" .. BabbleBoss["Loatheb"] }; --Valorous Plagueheart Shoulderpads
[11] = { itemID = 40423, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Valorous Plagueheart Robe
@@ -8544,13 +8544,13 @@ AtlasLoot_Data["T7"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] .. " - " .. AL["Fury"];
- [1] = { icon = "Ability_Warrior_BattleShout", name = "=q6=#t7s9_1#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Ability_Warrior_BattleShout", name = "=q6="..AL["Dreadnaught Battlegear"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 39605, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Heroes' Dreadnaught Helmet
[3] = { itemID = 39608, "=ds=" .. BabbleBoss["Loatheb"] }; --Heroes' Dreadnaught Shoulderplates
[4] = { itemID = 39606, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Heroes' Dreadnaught Battleplate
[5] = { itemID = 39609, "=ds=" .. BabbleBoss["Sartharion"] }; --Heroes' Dreadnaught Gauntlets
[6] = { itemID = 39607, "=ds=" .. BabbleBoss["Thaddius"] }; --Heroes' Dreadnaught Legplates
- [8] = { icon = "Ability_Warrior_BattleShout", name = "=q6=#t7s9_1#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
+ [8] = { icon = "Ability_Warrior_BattleShout", name = "=q6="..AL["Dreadnaught Battlegear"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
[9] = { itemID = 40528, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Valorous Dreadnaught Helmet
[10] = { itemID = 40530, "=ds=" .. BabbleBoss["Loatheb"] }; --Valorous Dreadnaught Shoulderplates
[11] = { itemID = 40525, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Valorous Dreadnaught Battleplate
@@ -8559,13 +8559,13 @@ AtlasLoot_Data["T7"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] .. " - " .. AL["Protection"];
- [1] = { icon = "INV_Shield_05", name = "=q6=#t7s9_2#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "INV_Shield_05", name = "=q6="..AL["Dreadnaught Plate"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 39610, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Heroes' Dreadnaught Greathelm
[3] = { itemID = 39613, "=ds=" .. BabbleBoss["Loatheb"] }; --Heroes' Dreadnaught Pauldrons
[4] = { itemID = 39611, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Heroes' Dreadnaught Breastplate
[5] = { itemID = 39622, "=ds=" .. BabbleBoss["Sartharion"] }; --Heroes' Dreadnaught Handguards
[6] = { itemID = 39612, "=ds=" .. BabbleBoss["Thaddius"] }; --Heroes' Dreadnaught Legguards
- [8] = { icon = "INV_Shield_05", name = "=q6=#t7s9_2#", desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
+ [8] = { icon = "INV_Shield_05", name = "=q6="..AL["Dreadnaught Plate"], desc = "=q5=" .. AL["Tier 7"] .. " (" .. AL["25 Man"] .. ")" };
[9] = { itemID = 40546, "=ds=" .. BabbleBoss["Kel'Thuzad"] }; --Valorous Dreadnaught Greathelm
[10] = { itemID = 40548, "=ds=" .. BabbleBoss["Loatheb"] }; --Valorous Dreadnaught Pauldrons
[11] = { itemID = 40544, "=ds=" .. BabbleBoss["The Four Horsemen"] }; --Valorous Dreadnaught Breastplate
@@ -8585,13 +8585,13 @@ AtlasLoot_Data["T8"] = {
Type = "WrathRaid";
{
Name = LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"] .. " DPS";
- [1] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#t8s10_1#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Darkruned Battlegear"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 45342, "=ds=" .. BabbleBoss["Mimiron"] }; --Valorous Darkruned Helmet
[3] = { itemID = 45344, "=ds=" .. BabbleBoss.Thorim }; --Valorous Darkruned Shoulderplates
[4] = { itemID = 45340, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Valorous Darkruned Battleplate
[5] = { itemID = 45341, "=ds=" .. BabbleBoss.Freya }; --Valorous Darkruned Gauntlets
[6] = { itemID = 45343, "=ds=" .. BabbleBoss.Hodir }; --Valorous Darkruned Legplates
- [7] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#t8s10_1#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
+ [7] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Darkruned Battlegear"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
[8] = { itemID = 46115, "=ds=" .. BabbleBoss.Thorim }; --Conqueror's Darkruned Helmet
[9] = { itemID = 46117, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Conqueror's Darkruned Shoulderplates
[10] = { itemID = 46111, "=ds=" .. BabbleBoss.Hodir }; --Conqueror's Darkruned Battleplate
@@ -8600,13 +8600,13 @@ AtlasLoot_Data["T8"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"] .. " TANK";
- [1] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#t8s10_2#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Darkruned Plate"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 45336, "=ds=" .. BabbleBoss["Mimiron"] }; --Valorous Darkruned Faceguard
[3] = { itemID = 45339, "=ds=" .. BabbleBoss.Thorim }; --Valorous Darkruned Pauldrons
[4] = { itemID = 45335, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Valorous Darkruned Chestguard
[5] = { itemID = 45337, "=ds=" .. BabbleBoss.Freya }; --Valorous Darkruned Handguards
[6] = { itemID = 45338, "=ds=" .. BabbleBoss.Hodir }; --Valorous Darkruned Legguards
- [7] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#t8s10_2#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
+ [7] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Darkruned Plate"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
[8] = { itemID = 46120, "=ds=" .. BabbleBoss.Thorim }; --Conqueror's Darkruned Faceguard
[9] = { itemID = 46122, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Conqueror's Darkruned Pauldrons
[10] = { itemID = 46118, "=ds=" .. BabbleBoss.Hodir }; --Conqueror's Darkruned Chestguard
@@ -8615,13 +8615,13 @@ AtlasLoot_Data["T8"] = {
};
{
Name = "Druid" .. " - " .. AL["Feral"];
- [1] = { icon = "Ability_Druid_Maul", name = "=q6=#t8s1_2#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Ability_Druid_Maul", name = "=q6="..AL["Nightsong Battlegear"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 45356, "=ds=" .. BabbleBoss["Mimiron"] }; --Valorous Nightsong Headguard
[3] = { itemID = 45359, "=ds=" .. BabbleBoss.Thorim }; --Valorous Nightsong Shoulderpads
[4] = { itemID = 45358, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Valorous Nightsong Raiments
[5] = { itemID = 45355, "=ds=" .. BabbleBoss.Freya }; --Valorous Nightsong Handgrips
[6] = { itemID = 45357, "=ds=" .. BabbleBoss.Hodir }; --Valorous Nightsong Legguards
- [7] = { icon = "Ability_Druid_Maul", name = "=q6=#t8s1_2#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
+ [7] = { icon = "Ability_Druid_Maul", name = "=q6="..AL["Nightsong Battlegear"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
[8] = { itemID = 46161, "=ds=" .. BabbleBoss.Thorim }; --Conqueror's Nightsong Headguard
[9] = { itemID = 46157, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Conqueror's Nightsong Shoulderpads
[10] = { itemID = 46159, "=ds=" .. BabbleBoss.Hodir }; --Conqueror's Nightsong Raiments
@@ -8630,13 +8630,13 @@ AtlasLoot_Data["T8"] = {
};
{
Name = "Druid" .. " - " .. AL["Restoration"];
- [1] = { icon = "Spell_Nature_Regeneration", name = "=q6=#t8s1_3#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_Nature_Regeneration", name = "=q6="..AL["Nightsong Regalia"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 45346, "=ds=" .. BabbleBoss["Mimiron"] }; --Valorous Nightsong Headpiece
[3] = { itemID = 45349, "=ds=" .. BabbleBoss.Thorim }; --Valorous Nightsong Spaulders
[4] = { itemID = 45348, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Valorous Nightsong Robe
[5] = { itemID = 45345, "=ds=" .. BabbleBoss.Freya }; --Valorous Nightsong Handguards
[6] = { itemID = 45347, "=ds=" .. BabbleBoss.Hodir }; --Valorous Nightsong Leggings
- [7] = { icon = "Spell_Nature_Regeneration", name = "=q6=#t8s1_3#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
+ [7] = { icon = "Spell_Nature_Regeneration", name = "=q6="..AL["Nightsong Regalia"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
[8] = { itemID = 46184, "=ds=" .. BabbleBoss.Thorim }; --Conqueror's Nightsong Headpiece
[9] = { itemID = 46187, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Conqueror's Nightsong Spaulders
[10] = { itemID = 46186, "=ds=" .. BabbleBoss.Hodir }; --Conqueror's Nightsong Robe
@@ -8645,13 +8645,13 @@ AtlasLoot_Data["T8"] = {
};
{
Name = "Druid" .. " - " .. AL["Balance"];
- [1] = { icon = "Spell_Nature_InsectSwarm", name = "=q6=#t8s1_1#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_Nature_InsectSwarm", name = "=q6="..AL["Nightsong Garb"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 46313, "=ds=" .. BabbleBoss["Mimiron"] }; --Valorous Nightsong Cover
[3] = { itemID = 45352, "=ds=" .. BabbleBoss.Thorim }; --Valorous Nightsong Mantle
[4] = { itemID = 45354, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Valorous Nightsong Vestments
[5] = { itemID = 45351, "=ds=" .. BabbleBoss.Freya }; --Valorous Nightsong Gloves
[6] = { itemID = 45353, "=ds=" .. BabbleBoss.Hodir }; --Valorous Nightsong Trousers
- [7] = { icon = "Spell_Nature_InsectSwarm", name = "=q6=#t8s1_1#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
+ [7] = { icon = "Spell_Nature_InsectSwarm", name = "=q6="..AL["Nightsong Garb"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
[8] = { itemID = 46191, "=ds=" .. BabbleBoss.Thorim }; --Conqueror's Nightsong Cover
[9] = { itemID = 46196, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Conqueror's Nightsong Mantle
[10] = { itemID = 46194, "=ds=" .. BabbleBoss.Hodir }; --Conqueror's Nightsong Vestments
@@ -8660,13 +8660,13 @@ AtlasLoot_Data["T8"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["HUNTER"];
- [1] = { icon = "Ability_Hunter_RunningShot", name = "=q6=#t8s2#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Ability_Hunter_RunningShot", name = "=q6="..AL["Scourgestalker Battlegear"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 45361, "=ds=" .. BabbleBoss["Mimiron"] }; --Valorous Scourgestalker Headpiece
[3] = { itemID = 45363, "=ds=" .. BabbleBoss.Thorim }; --Valorous Scourgestalker Spaulders
[4] = { itemID = 45364, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Valorous Scourgestalker Tunic
[5] = { itemID = 45360, "=ds=" .. BabbleBoss.Freya }; --Valorous Scourgestalker Handguards
[6] = { itemID = 45362, "=ds=" .. BabbleBoss.Hodir }; --Valorous Scourgestalker Legguards
- [7] = { icon = "Ability_Hunter_RunningShot", name = "=q6=#t8s2#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
+ [7] = { icon = "Ability_Hunter_RunningShot", name = "=q6="..AL["Scourgestalker Battlegear"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
[8] = { itemID = 46143, "=ds=" .. BabbleBoss.Thorim }; --Conqueror's Scourgestalker Headpiece
[9] = { itemID = 46145, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Conqueror's Scourgestalker Spaulders
[10] = { itemID = 46141, "=ds=" .. BabbleBoss.Hodir }; --Conqueror's Scourgestalker Tunic
@@ -8675,13 +8675,13 @@ AtlasLoot_Data["T8"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["MAGE"];
- [1] = { icon = "Spell_Frost_IceStorm", name = "=q6=#t8s3#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_Frost_IceStorm", name = "=q6="..AL["Kirin Tor Garb"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 45365, "=ds=" .. BabbleBoss["Mimiron"] }; --Valorous Kirin Tor Hood
[3] = { itemID = 45369, "=ds=" .. BabbleBoss.Thorim }; --Valorous Kirin Tor Shoulderpads
[4] = { itemID = 45368, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Valorous Kirin Tor Tunic
[5] = { itemID = 46131, "=ds=" .. BabbleBoss.Freya }; --Valorous Kirin Tor Gauntlets
[6] = { itemID = 45367, "=ds=" .. BabbleBoss.Hodir }; --Valorous Kirin Tor Leggings
- [7] = { icon = "Spell_Frost_IceStorm", name = "=q6=#t8s3#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
+ [7] = { icon = "Spell_Frost_IceStorm", name = "=q6="..AL["Kirin Tor Garb"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
[8] = { itemID = 46129, "=ds=" .. BabbleBoss.Thorim }; --Conqueror's Kirin Tor Hood
[9] = { itemID = 46134, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Conqueror's Kirin Tor Shoulderpads
[10] = { itemID = 46130, "=ds=" .. BabbleBoss.Hodir }; --Conqueror's Kirin Tor Tunic
@@ -8690,13 +8690,13 @@ AtlasLoot_Data["T8"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"] .. " - " .. AL["Holy"];
- [1] = { icon = "Spell_Holy_HolyBolt", name = "=q6=#t8s4_1#", desc = "=q5=(" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_Holy_HolyBolt", name = "=q6="..AL["Aegis Regalia"], desc = "=q5=(" .. AL["10 Man"] .. ")" };
[2] = { itemID = 45372, "=ds=" .. BabbleBoss["Mimiron"] }; --Valorous Aegis Headpiece
[3] = { itemID = 45373, "=ds=" .. BabbleBoss.Thorim }; --Valorous Aegis Spaulders
[4] = { itemID = 45374, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Valorous Aegis Tunic
[5] = { itemID = 45370, "=ds=" .. BabbleBoss.Freya }; --Valorous Aegis Gloves
[6] = { itemID = 45371, "=ds=" .. BabbleBoss.Hodir }; --Valorous Aegis Greaves
- [7] = { icon = "Spell_Holy_HolyBolt", name = "=q6=#t8s4_1#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
+ [7] = { icon = "Spell_Holy_HolyBolt", name = "=q6="..AL["Aegis Regalia"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
[8] = { itemID = 46180, "=ds=" .. BabbleBoss.Thorim }; --Conqueror's Aegis Headpiece
[9] = { itemID = 46182, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Conqueror's Aegis Spaulders
[10] = { itemID = 46178, "=ds=" .. BabbleBoss.Hodir }; --Conqueror's Aegis Tunic
@@ -8705,13 +8705,13 @@ AtlasLoot_Data["T8"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"] .. " - " .. AL["Retribution"];
- [1] = { icon = "Spell_Holy_AuraOfLight", name = "=q6=#t8s4_2#", desc = "=q5=(" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_Holy_AuraOfLight", name = "=q6="..AL["Aegis Battlegear"], desc = "=q5=(" .. AL["10 Man"] .. ")" };
[2] = { itemID = 45377, "=ds=" .. BabbleBoss["Mimiron"] }; --Valorous Aegis Helm
[3] = { itemID = 45380, "=ds=" .. BabbleBoss.Thorim }; --Valorous Aegis Shoulderplates
[4] = { itemID = 45375, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Valorous Aegis Battleplate
[5] = { itemID = 45376, "=ds=" .. BabbleBoss.Freya }; --Valorous Aegis Gauntlets
[6] = { itemID = 45379, "=ds=" .. BabbleBoss.Hodir }; --Valorous Aegis Legplates
- [7] = { icon = "Spell_Holy_AuraOfLight", name = "=q6=#t8s4_2#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
+ [7] = { icon = "Spell_Holy_AuraOfLight", name = "=q6="..AL["Aegis Battlegear"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
[8] = { itemID = 46156, "=ds=" .. BabbleBoss.Thorim }; --Conqueror's Aegis Helm
[9] = { itemID = 46152, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Conqueror's Aegis Shoulderplates
[10] = { itemID = 46154, "=ds=" .. BabbleBoss.Hodir }; --Conqueror's Aegis Battleplate
@@ -8720,13 +8720,13 @@ AtlasLoot_Data["T8"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"] .. " - " .. AL["Protection"];
- [1] = { icon = "Spell_Holy_SealOfMight", name = "=q6=#t8s4_3#", desc = "=q5=(" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_Holy_SealOfMight", name = "=q6="..AL["Aegis Plate"], desc = "=q5=(" .. AL["10 Man"] .. ")" };
[2] = { itemID = 45382, "=ds=" .. BabbleBoss["Mimiron"] }; --Valorous Aegis Faceguard
[3] = { itemID = 45385, "=ds=" .. BabbleBoss.Thorim }; --Valorous Aegis Shouldergards
[4] = { itemID = 45381, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Valorous Aegis Breastplate
[5] = { itemID = 45383, "=ds=" .. BabbleBoss.Freya }; --Valorous Aegis Handguards
[6] = { itemID = 45384, "=ds=" .. BabbleBoss.Hodir }; --Valorous Aegis Legguards
- [7] = { icon = "Spell_Holy_SealOfMight", name = "=q6=#t8s4_3#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
+ [7] = { icon = "Spell_Holy_SealOfMight", name = "=q6="..AL["Aegis Plate"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
[8] = { itemID = 46175, "=ds=" .. BabbleBoss.Thorim }; --Conqueror's Aegis Faceguard
[9] = { itemID = 46177, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Conqueror's Aegis Shouldergards
[10] = { itemID = 46173, "=ds=" .. BabbleBoss.Hodir }; --Conqueror's Aegis Breastplate
@@ -8735,13 +8735,13 @@ AtlasLoot_Data["T8"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PRIEST"] .. " - " .. AL["Shadow"];
- [1] = { icon = "Spell_Shadow_AntiShadow", name = "=q6=#t8s5_2#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_Shadow_AntiShadow", name = "=q6="..AL["Sanctification Garb"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 45391, "=ds=" .. BabbleBoss["Mimiron"] }; --Valorous Circlet of Sanctification
[3] = { itemID = 45393, "=ds=" .. BabbleBoss.Thorim }; --Valorous Mantle of Sanctification
[4] = { itemID = 45395, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Valorous Raiments of Sanctification
[5] = { itemID = 45392, "=ds=" .. BabbleBoss.Freya }; --Valorous Handwraps of Sanctification
[6] = { itemID = 45394, "=ds=" .. BabbleBoss.Hodir }; --Valorous Pants of Sanctification
- [7] = { icon = "Spell_Shadow_AntiShadow", name = "=q6=#t8s5_2#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
+ [7] = { icon = "Spell_Shadow_AntiShadow", name = "=q6="..AL["Sanctification Garb"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
[8] = { itemID = 46172, "=ds=" .. BabbleBoss.Thorim }; --Conqueror's Circlet of Sanctification
[9] = { itemID = 46165, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Conqueror's Mantle of Sanctification
[10] = { itemID = 46168, "=ds=" .. BabbleBoss.Hodir }; --Conqueror's Raiments of Sanctification
@@ -8750,13 +8750,13 @@ AtlasLoot_Data["T8"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PRIEST"] .. " - " .. AL["Holy"];
- [1] = { icon = "Spell_Holy_PowerWordShield", name = "=q6=#t8s5_1#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_Holy_PowerWordShield", name = "=q6="..AL["Sanctification Regalia"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 45386, "=ds=" .. BabbleBoss["Mimiron"] }; --Valorous Cowl of Sanctification
[3] = { itemID = 45390, "=ds=" .. BabbleBoss.Thorim }; --Valorous Shoulderpads of Sanctification
[4] = { itemID = 45389, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Valorous Robe of Sanctification
[5] = { itemID = 45387, "=ds=" .. BabbleBoss.Freya }; --Valorous Gloves of Sanctification
[6] = { itemID = 45388, "=ds=" .. BabbleBoss.Hodir }; --Valorous Leggings of Sanctification
- [7] = { icon = "Spell_Holy_PowerWordShield", name = "=q6=#t8s5_1#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
+ [7] = { icon = "Spell_Holy_PowerWordShield", name = "=q6="..AL["Sanctification Regalia"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
[8] = { itemID = 46197, "=ds=" .. BabbleBoss.Thorim }; --Conqueror's Cowl of Sanctification
[9] = { itemID = 46190, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Conqueror's Shoulderpads of Sanctification
[10] = { itemID = 46193, "=ds=" .. BabbleBoss.Hodir }; --Conqueror's Robe of Sanctification
@@ -8765,13 +8765,13 @@ AtlasLoot_Data["T8"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["ROGUE"];
- [1] = { icon = "Ability_BackStab", name = "=q6=#t8s6#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Ability_BackStab", name = "=q6="..AL["Terrorblade Battlegear"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 45398, "=ds=" .. BabbleBoss["Mimiron"] }; --Valorous Terrorblade Helmet
[3] = { itemID = 45400, "=ds=" .. BabbleBoss.Thorim }; --Valorous Terrorblade Pauldrons
[4] = { itemID = 45396, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Valorous Terrorblade Breastplate
[5] = { itemID = 45397, "=ds=" .. BabbleBoss.Freya }; --Valorous Terrorblade Gauntlets
[6] = { itemID = 45399, "=ds=" .. BabbleBoss.Hodir }; --Valorous Terrorblade Legplates
- [7] = { icon = "Ability_BackStab", name = "=q6=#t8s6#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
+ [7] = { icon = "Ability_BackStab", name = "=q6="..AL["Terrorblade Battlegear"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
[8] = { itemID = 46125, "=ds=" .. BabbleBoss.Thorim }; --Conqueror's Terrorblade Helmet
[9] = { itemID = 46127, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Conqueror's Terrorblade Pauldrons
[10] = { itemID = 46123, "=ds=" .. BabbleBoss.Hodir }; --Conqueror's Terrorblade Breastplate
@@ -8780,13 +8780,13 @@ AtlasLoot_Data["T8"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] .. " - " .. AL["Restoration"];
- [1] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6=#t8s7_3#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6="..AL["Worldbreaker Regalia"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 45402, "=ds=" .. BabbleBoss["Mimiron"] }; --Valorous Worldbreaker Headpiece
[3] = { itemID = 45404, "=ds=" .. BabbleBoss.Thorim }; --Valorous Worldbreaker Spaulders
[4] = { itemID = 45405, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Valorous Worldbreaker Tunic
[5] = { itemID = 45401, "=ds=" .. BabbleBoss.Freya }; --Valorous Worldbreaker Handguards
[6] = { itemID = 45403, "=ds=" .. BabbleBoss.Hodir }; --Valorous Worldbreaker Legguards
- [7] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6=#t8s7_3#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
+ [7] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6="..AL["Worldbreaker Regalia"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
[8] = { itemID = 46201, "=ds=" .. BabbleBoss.Thorim }; --Conqueror's Worldbreaker Headpiece
[9] = { itemID = 46204, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Conqueror's Worldbreaker Spaulders
[10] = { itemID = 46198, "=ds=" .. BabbleBoss.Hodir }; --Conqueror's Worldbreaker Tunic
@@ -8795,13 +8795,13 @@ AtlasLoot_Data["T8"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] .. " - " .. AL["Enhancement"];
- [1] = { icon = "Spell_FireResistanceTotem_01", name = "=q6=#t8s7_2#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_FireResistanceTotem_01", name = "=q6="..AL["Worldbreaker Battlegear"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 45412, "=ds=" .. BabbleBoss["Mimiron"] }; --Valorous Worldbreaker Faceguard
[3] = { itemID = 45415, "=ds=" .. BabbleBoss.Thorim }; --Valorous Worldbreaker Shoulderguards
[4] = { itemID = 45413, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Valorous Worldbreaker Chestguard
[5] = { itemID = 45414, "=ds=" .. BabbleBoss.Freya }; --Valorous Worldbreaker Grips
[6] = { itemID = 45416, "=ds=" .. BabbleBoss.Hodir }; --Valorous Worldbreaker War-Kilt
- [7] = { icon = "Spell_FireResistanceTotem_01", name = "=q6=#t8s7_2#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
+ [7] = { icon = "Spell_FireResistanceTotem_01", name = "=q6="..AL["Worldbreaker Battlegear"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
[8] = { itemID = 46212, "=ds=" .. BabbleBoss.Thorim }; --Conqueror's Worldbreaker Faceguard
[9] = { itemID = 46203, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Conqueror's Worldbreaker Shoulderguards
[10] = { itemID = 46205, "=ds=" .. BabbleBoss.Hodir }; --Conqueror's Worldbreaker Chestguard
@@ -8810,13 +8810,13 @@ AtlasLoot_Data["T8"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] .. " - " .. AL["Elemental"];
- [1] = { icon = "Spell_Nature_Lightning", name = "=q6=#t8s7_1#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_Nature_Lightning", name = "=q6="..AL["Worldbreaker Garb"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 45408, "=ds=" .. BabbleBoss["Mimiron"] }; --Valorous Worldbreaker Helm
[3] = { itemID = 45410, "=ds=" .. BabbleBoss.Thorim }; --Valorous Worldbreaker Shoulderpads
[4] = { itemID = 45411, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Valorous Worldbreaker Hauberk
[5] = { itemID = 45406, "=ds=" .. BabbleBoss.Freya }; --Valorous Worldbreaker Gloves
[6] = { itemID = 45409, "=ds=" .. BabbleBoss.Hodir }; --Valorous Worldbreaker Kilt
- [7] = { icon = "Spell_Nature_Lightning", name = "=q6=#t8s7_1#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
+ [7] = { icon = "Spell_Nature_Lightning", name = "=q6="..AL["Worldbreaker Garb"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
[8] = { itemID = 46209, "=ds=" .. BabbleBoss.Thorim }; --Conqueror's Worldbreaker Helm
[9] = { itemID = 46211, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Conqueror's Worldbreaker Shoulderpads
[10] = { itemID = 46206, "=ds=" .. BabbleBoss.Hodir }; --Conqueror's Worldbreaker Hauberk
@@ -8825,13 +8825,13 @@ AtlasLoot_Data["T8"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["WARLOCK"];
- [1] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#t8s8#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Deathbringer Garb"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 45417, "=ds=" .. BabbleBoss["Mimiron"] }; --Valorous Deathbringer Hood
[3] = { itemID = 45422, "=ds=" .. BabbleBoss.Thorim }; --Valorous Deathbringer Shoulderpads
[4] = { itemID = 45421, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Valorous Deathbringer Robe
[5] = { itemID = 45419, "=ds=" .. BabbleBoss.Freya }; --Valorous Deathbringer Gloves
[6] = { itemID = 45420, "=ds=" .. BabbleBoss.Hodir }; --Valorous Deathbringer Leggings
- [7] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#t8s8#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
+ [7] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Deathbringer Garb"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
[8] = { itemID = 46140, "=ds=" .. BabbleBoss.Thorim }; --Conqueror's Deathbringer Hood
[9] = { itemID = 46136, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Conqueror's Deathbringer Shoulderpads
[10] = { itemID = 46137, "=ds=" .. BabbleBoss.Hodir }; --Conqueror's Deathbringer Robe
@@ -8840,13 +8840,13 @@ AtlasLoot_Data["T8"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] .. " - " .. AL["Fury"];
- [1] = { icon = "Ability_Warrior_BattleShout", name = "=q6=#t8s9_1#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "Ability_Warrior_BattleShout", name = "=q6="..AL["Siegebreaker Battlegear"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 45431, "=ds=" .. BabbleBoss["Mimiron"] }; --Valorous Siegebreaker Helmet
[3] = { itemID = 45433, "=ds=" .. BabbleBoss.Thorim }; --Valorous Siegebreaker Shoulderplates
[4] = { itemID = 45429, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Valorous Siegebreaker Battleplate
[5] = { itemID = 45430, "=ds=" .. BabbleBoss.Freya }; --Valorous Siegebreaker Gauntlets
[6] = { itemID = 45432, "=ds=" .. BabbleBoss.Hodir }; --Valorous Siegebreaker Legplates
- [7] = { icon = "Ability_Warrior_BattleShout", name = "=q6=#t8s9_1#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
+ [7] = { icon = "Ability_Warrior_BattleShout", name = "=q6="..AL["Siegebreaker Battlegear"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
[8] = { itemID = 46151, "=ds=" .. BabbleBoss.Thorim }; --Conqueror's Siegebreaker Helmet
[9] = { itemID = 46149, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Conqueror's Siegebreaker Shoulderplates
[10] = { itemID = 46146, "=ds=" .. BabbleBoss.Hodir }; --Conqueror's Siegebreaker Battleplate
@@ -8855,13 +8855,13 @@ AtlasLoot_Data["T8"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] .. " - " .. AL["Protection"];
- [1] = { icon = "INV_Shield_05", name = "=q6=#t8s9_2#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
+ [1] = { icon = "INV_Shield_05", name = "=q6="..AL["Siegebreaker Plate"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["10 Man"] .. ")" };
[2] = { itemID = 45425, "=ds=" .. BabbleBoss["Mimiron"] }; --Valorous Siegebreaker Greathelm
[3] = { itemID = 45428, "=ds=" .. BabbleBoss.Thorim }; --Valorous Siegebreaker Pauldrons
[4] = { itemID = 45424, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Valorous Siegebreaker Breastplate
[5] = { itemID = 45426, "=ds=" .. BabbleBoss.Freya }; --Valorous Siegebreaker Handguards
[6] = { itemID = 45427, "=ds=" .. BabbleBoss.Hodir }; --Valorous Siegebreaker Legguards
- [7] = { icon = "INV_Shield_05", name = "=q6=#t8s9_2#", desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
+ [7] = { icon = "INV_Shield_05", name = "=q6="..AL["Siegebreaker Plate"], desc = "=q5=" .. AL["Tier 8"] .. " (" .. AL["25 Man"] .. ")" };
[8] = { itemID = 46166, "=ds=" .. BabbleBoss.Thorim }; --Conqueror's Siegebreaker Greathelm
[9] = { itemID = 46167, "=ds=" .. BabbleBoss["Yogg-Saron"] }; --Conqueror's Siegebreaker Pauldrons
[10] = { itemID = 46162, "=ds=" .. BabbleBoss.Hodir }; --Conqueror's Siegebreaker Breastplate
@@ -8878,19 +8878,19 @@ AtlasLoot_Data["T9"] = {
Type = "WrathRaid";
{
Name = LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"] .. " DPS";
- [1] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#t9s10_2a#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Thassarian's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48472, price = "50 #eoftriumph#" }; --Thassarian's Helmet of Conquest
[3] = { itemID = 48478, price = "30 #eoftriumph#" }; --Thassarian's Shoulderplates of Conquest
[4] = { itemID = 48474, price = "50 #eoftriumph#" }; --Thassarian's Battleplate of Conquest
[5] = { itemID = 48480, price = "30 #eoftriumph#" }; --Thassarian's Gauntlets of Conquest
[6] = { itemID = 48476, price = "50 #eoftriumph#" }; --Thassarian's Legplates of Conquest
- [8] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#t9s10_2a#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Thassarian's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48483, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Thassarian's Helmet of Triumph
[10] = { itemID = 48485, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Thassarian's Shoulderplates of Triumph
[11] = { itemID = 48481, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Thassarian's Battleplate of Triumph
[12] = { itemID = 48482, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Thassarian's Gauntlets of Triumph
[13] = { itemID = 48484, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Thassarian's Legplates of Triumph
- [16] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#t9s10_2a#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Thassarian's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48488 }; --Thassarian's Helmet of Triumph
[18] = { itemID = 48486 }; --Thassarian's Shoulderplates of Triumph
[19] = { itemID = 48490 }; --Thassarian's Battleplate of Triumph
@@ -8899,19 +8899,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"] .. " DPS";
- [1] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#t9s10_2h#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Koltira's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48503, price = "50 #eoftriumph#" }; --Koltira's Helmet of Conquest
[3] = { itemID = 48505, price = "30 #eoftriumph#" }; --Koltira's Shoulderplates of Conquest
[4] = { itemID = 48501, price = "50 #eoftriumph#" }; --Koltira's Battleplate of Conquest
[5] = { itemID = 48502, price = "30 #eoftriumph#" }; --Koltira's Gauntlets of Conquest
[6] = { itemID = 48504, price = "50 #eoftriumph#" }; --Koltira's Legplates of Conquest
- [8] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#t9s10_2h#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Koltira's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48498, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Koltira's Helmet of Triumph
[10] = { itemID = 48496, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Koltira's Shoulderplates of Triumph
[11] = { itemID = 48500, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Koltira's Battleplate of Triumph
[12] = { itemID = 48499, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Koltira's Gauntlets of Triumph
[13] = { itemID = 48497, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Koltira's Legplates of Triumph
- [16] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#t9s10_2h#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Koltira's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48493 }; --Koltira's Helmet of Triumph
[18] = { itemID = 48495 }; --Koltira's Shoulderplates of Triumph
[19] = { itemID = 48491 }; --Koltira's Battleplate of Triumph
@@ -8920,19 +8920,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"] .. " TANK";
- [1] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#t9s10_1a#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Thassarian's Plate"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48529, price = "50 #eoftriumph#" }; --Thassarian's Faceguard of Conquest
[3] = { itemID = 48535, price = "30 #eoftriumph#" }; --Thassarian's Pauldrons of Conquest
[4] = { itemID = 48531, price = "50 #eoftriumph#" }; --Thassarian's Chestguard of Conquest
[5] = { itemID = 48537, price = "30 #eoftriumph#" }; --Thassarian's Handguards of Conquest
[6] = { itemID = 48533, price = "50 #eoftriumph#" }; --Thassarian's Legguards of Conquest
- [8] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#t9s10_1a#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Thassarian's Plate"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48540, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Thassarian's Faceguard of Triumph
[10] = { itemID = 48542, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Thassarian's Pauldrons of Triumph
[11] = { itemID = 48538, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Thassarian's Chestguard of Triumph
[12] = { itemID = 48539, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Thassarian's Handguards of Triumph
[13] = { itemID = 48541, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Thassarian's Legguards of Triumph
- [16] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#t9s10_1a#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Thassarian's Plate"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48545 }; --Thassarian's Faceguard of Triumph
[18] = { itemID = 48543 }; --Thassarian's Pauldrons of Triumph
[19] = { itemID = 48547 }; --Thassarian's Chestguard of Triumph
@@ -8941,19 +8941,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"] .. " TANK";
- [1] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#t9s10_1h#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Koltira's Plate"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48560, price = "50 #eoftriumph#" }; --Koltira's Faceguard of Conquest
[3] = { itemID = 48562, price = "30 #eoftriumph#" }; --Koltira's Pauldrons of Conquest
[4] = { itemID = 48558, price = "50 #eoftriumph#" }; --Koltira's Chestguard of Conquest
[5] = { itemID = 48559, price = "30 #eoftriumph#" }; --Koltira's Handguards of Conquest
[6] = { itemID = 48561, price = "50 #eoftriumph#" }; --Koltira's Legguards of Conquest
- [8] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#t9s10_1h#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Koltira's Plate"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48555, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Koltira's Faceguard of Triumph
[10] = { itemID = 48553, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Koltira's Pauldrons of Triumph
[11] = { itemID = 48557, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Koltira's Chestguard of Triumph
[12] = { itemID = 48556, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Koltira's Handguards of Triumph
[13] = { itemID = 48554, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Koltira's Legguards of Triumph
- [16] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#t9s10_1h#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Koltira's Plate"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48550 }; --Koltira's Faceguard of Triumph
[18] = { itemID = 48552 }; --Koltira's Pauldrons of Triumph
[19] = { itemID = 48548 }; --Koltira's Chestguard of Triumph
@@ -8962,19 +8962,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = "Druid" .. " - " .. AL["Restoration"];
- [1] = { icon = "Spell_Nature_Regeneration", name = "=q6=#t9s1_1a#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_Nature_Regeneration", name = "=q6="..AL["Malfurion's Garb"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48102, price = "50 #eoftriumph#" }; --Malfurion's Headpiece of Conquest
[3] = { itemID = 48131, price = "30 #eoftriumph#" }; --Malfurion's Spaulders of Conquest
[4] = { itemID = 48129, price = "50 #eoftriumph#" }; --Malfurion's Robe of Conquest
[5] = { itemID = 48132, price = "30 #eoftriumph#" }; --Malfurion's Handguards of Conquest
[6] = { itemID = 48130, price = "50 #eoftriumph#" }; --Malfurion's Leggings of Conquest
- [8] = { icon = "Spell_Nature_Regeneration", name = "=q6=#t9s1_1a#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_Nature_Regeneration", name = "=q6="..AL["Malfurion's Garb"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48134, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Malfurion's Headpiece of Triumph
[10] = { itemID = 48137, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Malfurion's Spaulders of Triumph
[11] = { itemID = 48136, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Malfurion's Robe of Triumph
[12] = { itemID = 48133, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Malfurion's Handguards of Triumph
[13] = { itemID = 48135, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Malfurion's Leggings of Triumph
- [16] = { icon = "Spell_Nature_Regeneration", name = "=q6=#t9s1_1a#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_Nature_Regeneration", name = "=q6="..AL["Malfurion's Garb"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48141 }; --Malfurion's Headpiece of Triumph
[18] = { itemID = 48138 }; --Malfurion's Spaulders of Triumph
[19] = { itemID = 48139 }; --Malfurion's Robe of Triumph
@@ -8983,19 +8983,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = "Druid" .. " - " .. AL["Restoration"];
- [1] = { icon = "Spell_Nature_Regeneration", name = "=q6=#t9s1_1h#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_Nature_Regeneration", name = "=q6="..AL["Runetotem's Garb"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48154, price = "50 #eoftriumph#" }; --Runetotem's Headpiece of Conquest
[3] = { itemID = 48157, price = "30 #eoftriumph#" }; --Runetotem's Spaulders of Conquest
[4] = { itemID = 48156, price = "50 #eoftriumph#" }; --Runetotem's Robe of Conquest
[5] = { itemID = 48153, price = "30 #eoftriumph#" }; --Runetotem's Handguards of Conquest
[6] = { itemID = 48155, price = "50 #eoftriumph#" }; --Runetotem's Leggings of Conquest
- [8] = { icon = "Spell_Nature_Regeneration", name = "=q6=#t9s1_1h#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_Nature_Regeneration", name = "=q6="..AL["Runetotem's Garb"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48151, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Runetotem's Headpiece of Triumph
[10] = { itemID = 48148, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Runetotem's Spaulders of Triumph
[11] = { itemID = 48149, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Runetotem's Robe of Triumph
[12] = { itemID = 48152, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Runetotem's Handguards of Triumph
[13] = { itemID = 48150, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Runetotem's Leggings of Triumph
- [16] = { icon = "Spell_Nature_Regeneration", name = "=q6=#t9s1_1h#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_Nature_Regeneration", name = "=q6="..AL["Runetotem's Garb"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48144 }; --Runetotem's Headpiece of Triumph
[18] = { itemID = 48147 }; --Runetotem's Spaulders of Triumph
[19] = { itemID = 48146 }; --Runetotem's Robe of Triumph
@@ -9004,19 +9004,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = "Druid" .. " - " .. AL["Feral"];
- [1] = { icon = "Ability_Druid_Maul", name = "=q6=#t9s1_2a#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Ability_Druid_Maul", name = "=q6="..AL["Malfurion's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48214, price = "50 #eoftriumph#" }; --Malfurion's Headguard of Conquest
[3] = { itemID = 48217, price = "30 #eoftriumph#" }; --Malfurion's Shoulderpads of Conquest
[4] = { itemID = 48216, price = "50 #eoftriumph#" }; --Malfurion's Raiments of Conquest
[5] = { itemID = 48213, price = "30 #eoftriumph#" }; --Malfurion's Handgrips of Conquest
[6] = { itemID = 48215, price = "50 #eoftriumph#" }; --Malfurion's Legguards of Conquest
- [8] = { icon = "Ability_Druid_Maul", name = "=q6=#t9s1_2a#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Ability_Druid_Maul", name = "=q6="..AL["Malfurion's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48211, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Malfurion's Headguard of Triumph
[10] = { itemID = 48208, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Malfurion's Shoulderpads of Triumph
[11] = { itemID = 48209, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Malfurion's Raiments of Triumph
[12] = { itemID = 48212, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Malfurion's Handgrips of Triumph
[13] = { itemID = 48210, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Malfurion's Legguards of Triumph
- [16] = { icon = "Ability_Druid_Maul", name = "=q6=#t9s1_2a#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Ability_Druid_Maul", name = "=q6="..AL["Malfurion's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48204 }; --Malfurion's Headguard of Triumph
[18] = { itemID = 48207 }; --Malfurion's Shoulderpads of Triumph
[19] = { itemID = 48206 }; --Malfurion's Raiments of Triumph
@@ -9025,19 +9025,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = "Druid" .. " - " .. AL["Feral"];
- [1] = { icon = "Ability_Druid_Maul", name = "=q6=#t9s1_2h#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Ability_Druid_Maul", name = "=q6="..AL["Runetotem's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48188, price = "50 #eoftriumph#" }; --Runetotem's Headguard of Conquest
[3] = { itemID = 48191, price = "30 #eoftriumph#" }; --Runetotem's Shoulderpads of Conquest
[4] = { itemID = 48189, price = "50 #eoftriumph#" }; --Runetotem's Raiments of Conquest
[5] = { itemID = 48192, price = "30 #eoftriumph#" }; --Runetotem's Handgrips of Conquest
[6] = { itemID = 48190, price = "50 #eoftriumph#" }; --Runetotem's Legguards of Conquest
- [8] = { icon = "Ability_Druid_Maul", name = "=q6=#t9s1_2h#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Ability_Druid_Maul", name = "=q6="..AL["Runetotem's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48194, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Runetotem's Headguard of Triumph
[10] = { itemID = 48197, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Runetotem's Shoulderpads of Triumph
[11] = { itemID = 48196, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Runetotem's Raiments of Triumph
[12] = { itemID = 48193, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Runetotem's Handgrips of Triumph
[13] = { itemID = 48195, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Runetotem's Legguards of Triumph
- [16] = { icon = "Ability_Druid_Maul", name = "=q6=#t9s1_2h#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Ability_Druid_Maul", name = "=q6="..AL["Runetotem's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48201 }; --Runetotem's Headguard of Triumph
[18] = { itemID = 48198 }; --Runetotem's Shoulderpads of Triumph
[19] = { itemID = 48199 }; --Runetotem's Raiments of Triumph
@@ -9046,19 +9046,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = "Druid" .. " - " .. AL["Balance"];
- [1] = { icon = "Spell_Nature_InsectSwarm", name = "=q6=#t9s1_3a#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_Nature_InsectSwarm", name = "=q6="..AL["Malfurion's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48158, price = "50 #eoftriumph#" }; --Malfurion's Cover of Conquest
[3] = { itemID = 48161, price = "30 #eoftriumph#" }; --Malfurion's Mantle of Conquest
[4] = { itemID = 48159, price = "50 #eoftriumph#" }; --Malfurion's Vestments of Conquest
[5] = { itemID = 48162, price = "30 #eoftriumph#" }; --Malfurion's Gloves of Conquest
[6] = { itemID = 48160, price = "50 #eoftriumph#" }; --Malfurion's Trousers of Conquest
- [8] = { icon = "Spell_Nature_InsectSwarm", name = "=q6=#t9s1_3a#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_Nature_InsectSwarm", name = "=q6="..AL["Malfurion's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48164, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Malfurion's Cover of Triumph
[10] = { itemID = 48167, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Malfurion's Mantle of Triumph
[11] = { itemID = 48166, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Malfurion's Vestments of Triumph
[12] = { itemID = 48163, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Malfurion's Gloves of Triumph
[13] = { itemID = 48165, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Malfurion's Trousers of Triumph
- [16] = { icon = "Spell_Nature_InsectSwarm", name = "=q6=#t9s1_3a#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_Nature_InsectSwarm", name = "=q6="..AL["Malfurion's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48171 }; --Malfurion's Cover of Triumph
[18] = { itemID = 48168 }; --Malfurion's Mantle of Triumph
[19] = { itemID = 48169 }; --Malfurion's Vestments of Triumph
@@ -9067,19 +9067,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = "Druid" .. " - " .. AL["Balance"];
- [1] = { icon = "Spell_Nature_InsectSwarm", name = "=q6=#t9s1_3h#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_Nature_InsectSwarm", name = "=q6="..AL["Runetotem's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48184, price = "50 #eoftriumph#" }; --Runetotem's Cover of Conquest
[3] = { itemID = 48187, price = "30 #eoftriumph#" }; --Runetotem's Mantle of Conquest
[4] = { itemID = 48186, price = "50 #eoftriumph#" }; --Runetotem's Vestments of Conquest
[5] = { itemID = 48183, price = "30 #eoftriumph#" }; --Runetotem's Gloves of Conquest
[6] = { itemID = 48185, price = "50 #eoftriumph#" }; --Runetotem's Trousers of Conquest
- [8] = { icon = "Spell_Nature_InsectSwarm", name = "=q6=#t9s1_3h#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_Nature_InsectSwarm", name = "=q6="..AL["Runetotem's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48181, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Runetotem's Cover of Triumph
[10] = { itemID = 48178, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Runetotem's Mantle of Triumph
[11] = { itemID = 48179, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Runetotem's Vestments of Triumph
[12] = { itemID = 48182, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Runetotem's Gloves of Triumph
[13] = { itemID = 48180, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Runetotem's Trousers of Triumph
- [16] = { icon = "Spell_Nature_InsectSwarm", name = "=q6=#t9s1_3h#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_Nature_InsectSwarm", name = "=q6="..AL["Runetotem's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48174 }; --Runetotem's Cover of Triumph
[18] = { itemID = 48177 }; --Runetotem's Mantle of Triumph
[19] = { itemID = 48176 }; --Runetotem's Vestments of Triumph
@@ -9088,19 +9088,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["HUNTER"];
- [1] = { icon = "Ability_Hunter_RunningShot", name = "=q6=#t9s2_a#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Ability_Hunter_RunningShot", name = "=q6="..AL["Windrunner's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48250, price = "50 #eoftriumph#" }; --Windrunner's Headpiece of Conquest
[3] = { itemID = 48253, price = "30 #eoftriumph#" }; --Windrunner's Spaulders of Conquest
[4] = { itemID = 48251, price = "50 #eoftriumph#" }; --Windrunner's Tunic of Conquest
[5] = { itemID = 48254, price = "30 #eoftriumph#" }; --Windrunner's Handguards of Conquest
[6] = { itemID = 48252, price = "50 #eoftriumph#" }; --Windrunner's Legguards of Conquest
- [8] = { icon = "Ability_Hunter_RunningShot", name = "=q6=#t9s2_a#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Ability_Hunter_RunningShot", name = "=q6="..AL["Windrunner's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48257, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Windrunner's Headpiece of Triumph
[10] = { itemID = 48259, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Windrunner's Spaulders of Triumph
[11] = { itemID = 48255, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Windrunner's Tunic of Triumph
[12] = { itemID = 48256, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Windrunner's Handguards of Triumph
[13] = { itemID = 48258, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Windrunner's Legguards of Triumph
- [16] = { icon = "Ability_Hunter_RunningShot", name = "=q6=#t9s2_h#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Ability_Hunter_RunningShot", name = "=q6="..AL["Windrunner's Pursuit"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48262 }; --Windrunner's Headpiece of Triumph
[18] = { itemID = 48260 }; --Windrunner's Spaulders of Triumph
[19] = { itemID = 48264 }; --Windrunner's Tunic of Triumph
@@ -9109,19 +9109,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["HUNTER"];
- [1] = { icon = "Ability_Hunter_RunningShot", name = "=q6=#t9s2_h#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Ability_Hunter_RunningShot", name = "=q6="..AL["Windrunner's Pursuit"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48277, price = "50 #eoftriumph#" }; --Windrunner's Headpiece of Conquest
[3] = { itemID = 48279, price = "30 #eoftriumph#" }; --Windrunner's Spaulders of Conquest
[4] = { itemID = 48275, price = "50 #eoftriumph#" }; --Windrunner's Tunic of Conquest
[5] = { itemID = 48276, price = "30 #eoftriumph#" }; --Windrunner's Handguards of Conquest
[6] = { itemID = 48278, price = "50 #eoftriumph#" }; --Windrunner's Legguards of Conquest
- [8] = { icon = "Ability_Hunter_RunningShot", name = "=q6=#t9s2_h#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Ability_Hunter_RunningShot", name = "=q6="..AL["Windrunner's Pursuit"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48272, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Windrunner's Headpiece of Triumph
[10] = { itemID = 48270, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Windrunner's Spaulders of Triumph
[11] = { itemID = 48274, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Windrunner's Tunic of Triumph
[12] = { itemID = 48273, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Windrunner's Handguards of Triumph
[13] = { itemID = 48271, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Windrunner's Legguards of Triumph
- [16] = { icon = "Ability_Hunter_RunningShot", name = "=q6=#t9s2_h#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Ability_Hunter_RunningShot", name = "=q6="..AL["Windrunner's Pursuit"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48267 }; --Windrunner's Headpiece of Triumph
[18] = { itemID = 48269 }; --Windrunner's Spaulders of Triumph
[19] = { itemID = 48265 }; --Windrunner's Tunic of Triumph
@@ -9130,19 +9130,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["MAGE"];
- [1] = { icon = "Spell_Frost_IceStorm", name = "=q6=#t9s3_a#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_Frost_IceStorm", name = "=q6="..AL["Khadgar's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 47748, price = "50 #eoftriumph#" }; --Khadgar's Hood of Conquest
[3] = { itemID = 47751, price = "30 #eoftriumph#" }; --Khadgar's Shoulderpads of Conquest
[4] = { itemID = 47749, price = "50 #eoftriumph#" }; --Khadgar's Robe of Conquest
[5] = { itemID = 47752, price = "30 #eoftriumph#" }; --Khadgar's Gauntlets of Conquest
[6] = { itemID = 47750, price = "50 #eoftriumph#" }; --Khadgar's Leggings of Conquest
- [8] = { icon = "Spell_Frost_IceStorm", name = "=q6=#t9s3_a#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_Frost_IceStorm", name = "=q6="..AL["Khadgar's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 47754, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Khadgar's Hood of Triumph
[10] = { itemID = 47757, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Khadgar's Shoulderpads of Triumph
[11] = { itemID = 47756, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Khadgar's Robe of Triumph
[12] = { itemID = 47753, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Khadgar's Gauntlets of Triumph
[13] = { itemID = 47755, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Khadgar's Leggings of Triumph
- [16] = { icon = "Spell_Frost_IceStorm", name = "=q6=#t9s3_a#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_Frost_IceStorm", name = "=q6="..AL["Khadgar's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 47761 }; --Khadgar's Hood of Triumph
[18] = { itemID = 47758 }; --Khadgar's Shoulderpads of Triumph
[19] = { itemID = 47759 }; --Khadgar's Robe of Triumph
@@ -9151,19 +9151,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["MAGE"];
- [1] = { icon = "Spell_Frost_IceStorm", name = "=q6=#t9s3_h#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_Frost_IceStorm", name = "=q6="..AL["Sunstrider's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 47774, price = "50 #eoftriumph#" }; --Sunstrider's Hood of Conquest
[3] = { itemID = 47777, price = "30 #eoftriumph#" }; --Sunstrider's Shoulderpads of Conquest
[4] = { itemID = 47776, price = "50 #eoftriumph#" }; --Sunstrider's Robe of Conquest
[5] = { itemID = 47773, price = "30 #eoftriumph#" }; --Sunstrider's Gauntlets of Conquest
[6] = { itemID = 47775, price = "50 #eoftriumph#" }; --Sunstrider's Leggings of Conquest
- [8] = { icon = "Spell_Frost_IceStorm", name = "=q6=#t9s3_h#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_Frost_IceStorm", name = "=q6="..AL["Sunstrider's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 47771, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Sunstrider's Hood of Triumph
[10] = { itemID = 47768, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Sunstrider's Shoulderpads of Triumph
[11] = { itemID = 47769, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Sunstrider's Robe of Triumph
[12] = { itemID = 47772, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Sunstrider's Gauntlets of Triumph
[13] = { itemID = 47770, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Sunstrider's Leggings of Triumph
- [16] = { icon = "Spell_Frost_IceStorm", name = "=q6=#t9s3_h#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_Frost_IceStorm", name = "=q6="..AL["Sunstrider's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 47764 }; --Sunstrider's Hood of Triumph
[18] = { itemID = 47767 }; --Sunstrider's Shoulderpads of Triumph
[19] = { itemID = 47766 }; --Sunstrider's Robe of Triumph
@@ -9172,19 +9172,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"] .. " - " .. AL["Holy"];
- [1] = { icon = "Spell_Holy_HolyBolt", name = "=q6=#t9s4_1a#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_Holy_HolyBolt", name = "=q6="..AL["Turalyon's Garb"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48564, price = "50 #eoftriumph#" }; --Turalyon's Headpiece of Conquest
[3] = { itemID = 48572, price = "30 #eoftriumph#" }; --Turalyon's Spaulders of Conquest
[4] = { itemID = 48566, price = "50 #eoftriumph#" }; --Turalyon's Tunic of Conquest
[5] = { itemID = 48574, price = "30 #eoftriumph#" }; --Turalyon's Gloves of Conquest
[6] = { itemID = 48568, price = "50 #eoftriumph#" }; --Turalyon's Greaves of Conquest
- [8] = { icon = "Spell_Holy_HolyBolt", name = "=q6=#t9s4_1a#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_Holy_HolyBolt", name = "=q6="..AL["Turalyon's Garb"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48577, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Turalyon's Headpiece of Triumph
[10] = { itemID = 48579, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Turalyon's Spaulders of Triumph
[11] = { itemID = 48575, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Turalyon's Tunic of Triumph
[12] = { itemID = 48576, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Turalyon's Gloves of Triumph
[13] = { itemID = 48578, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Turalyon's Greaves of Triumph
- [16] = { icon = "Spell_Holy_HolyBolt", name = "=q6=#t9s4_1a#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_Holy_HolyBolt", name = "=q6="..AL["Turalyon's Garb"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48582 }; --Turalyon's Headpiece of Triumph
[18] = { itemID = 48580 }; --Turalyon's Spaulders of Triumph
[19] = { itemID = 48584 }; --Turalyon's Tunic of Triumph
@@ -9193,19 +9193,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"] .. " - " .. AL["Holy"];
- [1] = { icon = "Spell_Holy_HolyBolt", name = "=q6=#t9s4_1h#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_Holy_HolyBolt", name = "=q6="..AL["Liadrin's Garb"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48597, price = "50 #eoftriumph#" }; --Liadrin's Headpiece of Conquest
[3] = { itemID = 48595, price = "30 #eoftriumph#" }; --Liadrin's Spaulders of Conquest
[4] = { itemID = 48599, price = "50 #eoftriumph#" }; --Liadrin's Tunic of Conquest
[5] = { itemID = 48598, price = "30 #eoftriumph#" }; --Liadrin's Gloves of Conquest
[6] = { itemID = 48596, price = "50 #eoftriumph#" }; --Liadrin's Greaves of Conquest
- [8] = { icon = "Spell_Holy_HolyBolt", name = "=q6=#t9s4_1h#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_Holy_HolyBolt", name = "=q6="..AL["Liadrin's Garb"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48592, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Liadrin's Headpiece of Triumph
[10] = { itemID = 48590, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Liadrin's Spaulders of Triumph
[11] = { itemID = 48594, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Liadrin's Tunic of Triumph
[12] = { itemID = 48593, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Liadrin's Gloves of Triumph
[13] = { itemID = 48591, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Liadrin's Greaves of Triumph
- [16] = { icon = "Spell_Holy_HolyBolt", name = "=q6=#t9s4_1h#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_Holy_HolyBolt", name = "=q6="..AL["Liadrin's Garb"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48587 }; --Liadrin's Headpiece of Triumph
[18] = { itemID = 48585 }; --Liadrin's Spaulders of Triumph
[19] = { itemID = 48589 }; --Liadrin's Tunic of Triumph
@@ -9214,19 +9214,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"] .. " - " .. AL["Retribution"];
- [1] = { icon = "Spell_Holy_AuraOfLight", name = "=q6=#t9s4_2a#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_Holy_AuraOfLight", name = "=q6="..AL["Turalyon's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48604, price = "50 #eoftriumph#" }; --Turalyon's Helm of Conquest
[3] = { itemID = 48606, price = "30 #eoftriumph#" }; --Turalyon's Shoulderplates of Conquest
[4] = { itemID = 48602, price = "50 #eoftriumph#" }; --Turalyon's Battleplate of Conquest
[5] = { itemID = 48603, price = "30 #eoftriumph#" }; --Turalyon's Gauntlets of Conquest
[6] = { itemID = 48605, price = "50 #eoftriumph#" }; --Turalyon's Legplates of Conquest
- [8] = { icon = "Spell_Holy_AuraOfLight", name = "=q6=#t9s4_2a#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_Holy_AuraOfLight", name = "=q6="..AL["Turalyon's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48609, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Turalyon's Helm of Triumph
[10] = { itemID = 48611, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Turalyon's Shoulderplates of Triumph
[11] = { itemID = 48607, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Turalyon's Battleplate of Triumph
[12] = { itemID = 48608, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Turalyon's Gauntlets of Triumph
[13] = { itemID = 48610, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Turalyon's Legplates of Triumph
- [16] = { icon = "Spell_Holy_AuraOfLight", name = "=q6=#t9s4_2a#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_Holy_AuraOfLight", name = "=q6="..AL["Turalyon's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48614 }; --Turalyon's Helm of Triumph
[18] = { itemID = 48612 }; --Turalyon's Shoulderplates of Triumph
[19] = { itemID = 48616 }; --Turalyon's Battleplate of Triumph
@@ -9235,19 +9235,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"] .. " - " .. AL["Retribution"];
- [1] = { icon = "Spell_Holy_AuraOfLight", name = "=q6=#t9s4_2h#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_Holy_AuraOfLight", name = "=q6="..AL["Liadrin's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48629, price = "50 #eoftriumph#" }; --Liadrin's Helm of Conquest
[3] = { itemID = 48627, price = "30 #eoftriumph#" }; --Liadrin's Shoulderplates of Conquest
[4] = { itemID = 48631, price = "50 #eoftriumph#" }; --Liadrin's Battleplate of Conquest
[5] = { itemID = 48630, price = "30 #eoftriumph#" }; --Liadrin's Gauntlets of Conquest
[6] = { itemID = 48628, price = "50 #eoftriumph#" }; --Liadrin's Legplates of Conquest
- [8] = { icon = "Spell_Holy_AuraOfLight", name = "=q6=#t9s4_2h#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_Holy_AuraOfLight", name = "=q6="..AL["Liadrin's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48624, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Liadrin's Helm of Triumph
[10] = { itemID = 48622, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Liadrin's Shoulderplates of Triumph
[11] = { itemID = 48626, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Liadrin's Battleplate of Triumph
[12] = { itemID = 48625, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Liadrin's Gauntlets of Triumph
[13] = { itemID = 48623, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Liadrin's Legplates of Triumph
- [16] = { icon = "Spell_Holy_AuraOfLight", name = "=q6=#t9s4_2h#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_Holy_AuraOfLight", name = "=q6="..AL["Liadrin's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48619 }; --Liadrin's Helm of Triumph
[18] = { itemID = 48621 }; --Liadrin's Shoulderplates of Triumph
[19] = { itemID = 48617 }; --Liadrin's Battleplate of Triumph
@@ -9256,19 +9256,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"] .. " - " .. AL["Protection"];
- [1] = { icon = "Spell_Holy_SealOfMight", name = "=q6=#t9s4_3a#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_Holy_SealOfMight", name = "=q6="..AL["Turalyon's Plate"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48634, price = "50 #eoftriumph#" }; --Turalyon's Faceguard of Conquest
[3] = { itemID = 48636, price = "30 #eoftriumph#" }; --Turalyon's Shoulderguards of Conquest
[4] = { itemID = 48632, price = "50 #eoftriumph#" }; --Turalyon's Breastplate of Conquest
[5] = { itemID = 48633, price = "30 #eoftriumph#" }; --Turalyon's Handguards of Conquest
[6] = { itemID = 48635, price = "50 #eoftriumph#" }; --Turalyon's Legguards of Conquest
- [8] = { icon = "Spell_Holy_SealOfMight", name = "=q6=#t9s4_3a#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_Holy_SealOfMight", name = "=q6="..AL["Turalyon's Plate"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48639, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Turalyon's Faceguard of Triumph
[10] = { itemID = 48637, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Turalyon's Shoulderguards of Triumph
[11] = { itemID = 48641, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Turalyon's Breastplate of Triumph
[12] = { itemID = 48640, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Turalyon's Handguards of Triumph
[13] = { itemID = 48638, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Turalyon's Legguards of Triumph
- [16] = { icon = "Spell_Holy_SealOfMight", name = "=q6=#t9s4_3a#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_Holy_SealOfMight", name = "=q6="..AL["Turalyon's Plate"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48644 }; --Turalyon's Faceguard of Triumph
[18] = { itemID = 48646 }; --Turalyon's Shoulderguards of Triumph
[19] = { itemID = 48642 }; --Turalyon's Breastplate of Triumph
@@ -9277,19 +9277,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"] .. " - " .. AL["Protection"];
- [1] = { icon = "Spell_Holy_SealOfMight", name = "=q6=#t9s4_3h#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_Holy_SealOfMight", name = "=q6="..AL["Liadrin's Plate"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48654, price = "50 #eoftriumph#" }; --Liadrin's Faceguard of Conquest
[3] = { itemID = 48656, price = "30 #eoftriumph#" }; --Liadrin's Shoulderguards of Conquest
[4] = { itemID = 48652, price = "50 #eoftriumph#" }; --Liadrin's Breastplate of Conquest
[5] = { itemID = 48653, price = "30 #eoftriumph#" }; --Liadrin's Handguards of Conquest
[6] = { itemID = 48655, price = "50 #eoftriumph#" }; --Liadrin's Legguards of Conquest
- [8] = { icon = "Spell_Holy_SealOfMight", name = "=q6=#t9s4_3h#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_Holy_SealOfMight", name = "=q6="..AL["Liadrin's Plate"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48659, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Liadrin's Faceguard of Triumph
[10] = { itemID = 48661, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Liadrin's Shoulderguards of Triumph
[11] = { itemID = 48657, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Liadrin's Breastplate of Triumph
[12] = { itemID = 48658, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Liadrin's Handguards of Triumph
[13] = { itemID = 48660, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Liadrin's Legguards of Triumph
- [16] = { icon = "Spell_Holy_SealOfMight", name = "=q6=#t9s4_3h#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_Holy_SealOfMight", name = "=q6="..AL["Liadrin's Plate"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48649 }; --Liadrin's Faceguard of Triumph
[18] = { itemID = 48647 }; --Liadrin's Shoulderguards of Triumph
[19] = { itemID = 48651 }; --Liadrin's Breastplate of Triumph
@@ -9298,19 +9298,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PRIEST"] .. " - " .. AL["Shadow"];
- [1] = { icon = "Spell_Shadow_AntiShadow", name = "=q6=#t9s5_1a#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_Shadow_AntiShadow", name = "=q6="..AL["Velen's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48073, price = "50 #eoftriumph#" }; --Velen's Circlet of Conquest
[3] = { itemID = 48076, price = "30 #eoftriumph#" }; --Velen's Mantle of Conquest
[4] = { itemID = 48075, price = "50 #eoftriumph#" }; --Velen's Raiments of Conquest
[5] = { itemID = 48072, price = "30 #eoftriumph#" }; --Velen's Handwraps of Conquest
[6] = { itemID = 48074, price = "50 #eoftriumph#" }; --Velen's Pants of Conquest
- [8] = { icon = "Spell_Shadow_AntiShadow", name = "=q6=#t9s5_1a#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_Shadow_AntiShadow", name = "=q6="..AL["Velen's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48078, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Velen's Circlet of Triumph
[10] = { itemID = 48081, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Velen's Mantle of Triumph
[11] = { itemID = 48080, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Velen's Raiments of Triumph
[12] = { itemID = 48077, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Velen's Handwraps of Triumph
[13] = { itemID = 48079, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Velen's Pants of Triumph
- [16] = { icon = "Spell_Shadow_AntiShadow", name = "=q6=#t9s5_1a#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_Shadow_AntiShadow", name = "=q6="..AL["Velen's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48085 }; --Velen's Circlet of Triumph
[18] = { itemID = 48082 }; --Velen's Mantle of Triumph
[19] = { itemID = 48083 }; --Velen's Raiments of Triumph
@@ -9319,19 +9319,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PRIEST"] .. " - " .. AL["Shadow"];
- [1] = { icon = "Spell_Shadow_AntiShadow", name = "=q6=#t9s5_1h#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_Shadow_AntiShadow", name = "=q6="..AL["Zabra's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48098, price = "50 #eoftriumph#" }; --Zabra's Circlet of Conquest
[3] = { itemID = 48101, price = "30 #eoftriumph#" }; --Zabra's Mantle of Conquest
[4] = { itemID = 48100, price = "50 #eoftriumph#" }; --Zabra's Raiments of Conquest
[5] = { itemID = 48097, price = "30 #eoftriumph#" }; --Zabra's Handwraps of Conquest
[6] = { itemID = 48099, price = "50 #eoftriumph#" }; --Zabra's Pants of Conquest
- [8] = { icon = "Spell_Shadow_AntiShadow", name = "=q6=#t9s5_1h#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_Shadow_AntiShadow", name = "=q6="..AL["Zabra's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48095, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Zabra's Circlet of Triumph
[10] = { itemID = 48092, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Zabra's Mantle of Triumph
[11] = { itemID = 48093, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Zabra's Raiments of Triumph
[12] = { itemID = 48096, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Zabra's Handwraps of Triumph
[13] = { itemID = 48094, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Zabra's Pants of Triumph
- [16] = { icon = "Spell_Shadow_AntiShadow", name = "=q6=#t9s5_1h#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_Shadow_AntiShadow", name = "=q6="..AL["Zabra's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48088 }; --Zabra's Circlet of Triumph
[18] = { itemID = 48091 }; --Zabra's Mantle of Triumph
[19] = { itemID = 48090 }; --Zabra's Raiments of Triumph
@@ -9340,19 +9340,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PRIEST"] .. " - " .. AL["Holy"];
- [1] = { icon = "Spell_Holy_PowerWordShield", name = "=q6=#t9s5_2a#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_Holy_PowerWordShield", name = "=q6="..AL["Velen's Raiment"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 47914, price = "50 #eoftriumph#" }; --Velen's Cowl of Conquest
[3] = { itemID = 47981, price = "30 #eoftriumph#" }; --Velen's Shoulderpads of Conquest
[4] = { itemID = 47936, price = "50 #eoftriumph#" }; --Velen's Robe of Conquest
[5] = { itemID = 47982, price = "30 #eoftriumph#" }; --Velen's Gloves of Conquest
[6] = { itemID = 47980, price = "50 #eoftriumph#" }; --Velen's Leggings of Conquest
- [8] = { icon = "Spell_Holy_PowerWordShield", name = "=q6=#t9s5_2a#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_Holy_PowerWordShield", name = "=q6="..AL["Velen's Raiment"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 47984, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Velen's Cowl of Triumph
[10] = { itemID = 47987, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Velen's Shoulderpads of Triumph
[11] = { itemID = 47986, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Velen's Robe of Triumph
[12] = { itemID = 47983, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Velen's Gloves of Triumph
[13] = { itemID = 47985, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Velen's Leggings of Triumph
- [16] = { icon = "Spell_Holy_PowerWordShield", name = "=q6=#t9s5_2a#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_Holy_PowerWordShield", name = "=q6="..AL["Velen's Raiment"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48035 }; --Velen's Cowl of Triumph
[18] = { itemID = 48029 }; --Velen's Shoulderpads of Triumph
[19] = { itemID = 48031 }; --Velen's Robe of Triumph
@@ -9361,19 +9361,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PRIEST"] .. " - " .. AL["Holy"];
- [1] = { icon = "Spell_Holy_PowerWordShield", name = "=q6=#t9s5_2h#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_Holy_PowerWordShield", name = "=q6="..AL["Zabra's Raiment"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48068, price = "50 #eoftriumph#" }; --Zabra's Cowl of Conquest
[3] = { itemID = 48071, price = "30 #eoftriumph#" }; --Zabra's Shoulderpads of Conquest
[4] = { itemID = 48070, price = "50 #eoftriumph#" }; --Zabra's Robe of Conquest
[5] = { itemID = 48067, price = "30 #eoftriumph#" }; --Zabra's Gloves of Conquest
[6] = { itemID = 48069, price = "50 #eoftriumph#" }; --Zabra's Leggings of Conquest
- [8] = { icon = "Spell_Holy_PowerWordShield", name = "=q6=#t9s5_2h#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_Holy_PowerWordShield", name = "=q6="..AL["Zabra's Raiment"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48065, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Zabra's Cowl of Triumph
[10] = { itemID = 48062, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Zabra's Shoulderpads of Triumph
[11] = { itemID = 48063, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Zabra's Robe of Triumph
[12] = { itemID = 48066, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Zabra's Gloves of Triumph
[13] = { itemID = 48064, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Zabra's Leggings of Triumph
- [16] = { icon = "Spell_Holy_PowerWordShield", name = "=q6=#t9s5_2h#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_Holy_PowerWordShield", name = "=q6="..AL["Zabra's Raiment"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48058 }; --Zabra's Cowl of Triumph
[18] = { itemID = 48061 }; --Zabra's Shoulderpads of Triumph
[19] = { itemID = 48060 }; --Zabra's Robe of Triumph
@@ -9382,19 +9382,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["ROGUE"];
- [1] = { icon = "Ability_BackStab", name = "=q6=#t9s6_a#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Ability_BackStab", name = "=q6="..AL["VanCleef's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48218, price = "50 #eoftriumph#" }; --VanCleef's Helmet of Conquest
[3] = { itemID = 48221, price = "30 #eoftriumph#" }; --VanCleef's Pauldrons of Conquest
[4] = { itemID = 48219, price = "50 #eoftriumph#" }; --VanCleef's Breastplate of Conquest
[5] = { itemID = 48222, price = "30 #eoftriumph#" }; --VanCleef's Gauntlets of Conquest
[6] = { itemID = 48220, price = "50 #eoftriumph#" }; --VanCleef's Legplates of Conquest
- [8] = { icon = "Ability_BackStab", name = "=q6=#t9s6_a#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Ability_BackStab", name = "=q6="..AL["VanCleef's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48225, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --VanCleef's Helmet of Triumph
[10] = { itemID = 48227, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --VanCleef's Pauldrons of Triumph
[11] = { itemID = 48223, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --VanCleef's Breastplate of Triumph
[12] = { itemID = 48224, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --VanCleef's Gauntlets of Triumph
[13] = { itemID = 48226, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --VanCleef's Legplates of Triumph
- [16] = { icon = "Ability_BackStab", name = "=q6=#t9s6_a#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Ability_BackStab", name = "=q6="..AL["VanCleef's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48230 }; --VanCleef's Helmet of Triumph
[18] = { itemID = 48228 }; --VanCleef's Pauldrons of Triumph
[19] = { itemID = 48232 }; --VanCleef's Breastplate of Triumph
@@ -9403,19 +9403,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["ROGUE"];
- [1] = { icon = "Ability_BackStab", name = "=q6=#t9s6_h#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Ability_BackStab", name = "=q6="..AL["Garona's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48245, price = "50 #eoftriumph#" }; --Garona's Helmet of Conquest
[3] = { itemID = 48247, price = "30 #eoftriumph#" }; --Garona's Pauldrons of Conquest
[4] = { itemID = 48243, price = "50 #eoftriumph#" }; --Garona's Breastplate of Conquest
[5] = { itemID = 48244, price = "30 #eoftriumph#" }; --Garona's Gauntlets of Conquest
[6] = { itemID = 48246, price = "50 #eoftriumph#" }; --Garona's Legplates of Conquest
- [8] = { icon = "Ability_BackStab", name = "=q6=#t9s6_h#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Ability_BackStab", name = "=q6="..AL["Garona's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48240, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Garona's Helmet of Triumph
[10] = { itemID = 48238, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Garona's Pauldrons of Triumph
[11] = { itemID = 48242, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Garona's Breastplate of Triumph
[12] = { itemID = 48241, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Garona's Gauntlets of Triumph
[13] = { itemID = 48239, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Garona's Legplates of Triumph
- [16] = { icon = "Ability_BackStab", name = "=q6=#t9s6_h#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Ability_BackStab", name = "=q6="..AL["Garona's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48235 }; --Garona's Helmet of Triumph
[18] = { itemID = 48237 }; --Garona's Pauldrons of Triumph
[19] = { itemID = 48233 }; --Garona's Breastplate of Triumph
@@ -9424,19 +9424,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] .. " - " .. AL["Elemental"];
- [1] = { icon = "Spell_Nature_Lightning", name = "=q6=#t9s7_3a#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_Nature_Lightning", name = "=q6="..AL["Nobundo's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48313, price = "50 #eoftriumph#" }; --Nobundo's Helm of Conquest
[3] = { itemID = 48315, price = "30 #eoftriumph#" }; --Nobundo's Shoulderpads of Conquest
[4] = { itemID = 48310, price = "50 #eoftriumph#" }; --Nobundo's Hauberk of Conquest
[5] = { itemID = 48312, price = "30 #eoftriumph#" }; --Nobundo's Gloves of Conquest
[6] = { itemID = 48314, price = "50 #eoftriumph#" }; --Nobundo's Kilt of Conquest
- [8] = { icon = "Spell_Nature_Lightning", name = "=q6=#t9s7_3a#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_Nature_Lightning", name = "=q6="..AL["Nobundo's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48318, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Nobundo's Helm of Triumph
[10] = { itemID = 48320, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Nobundo's Shoulderpads of Triumph
[11] = { itemID = 48316, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Nobundo's Hauberk of Triumph
[12] = { itemID = 48317, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Nobundo's Gloves of Triumph
[13] = { itemID = 48319, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Nobundo's Kilt of Triumph
- [16] = { icon = "Spell_Nature_Lightning", name = "=q6=#t9s7_3a#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_Nature_Lightning", name = "=q6="..AL["Nobundo's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48323 }; --Nobundo's Helm of Triumph
[18] = { itemID = 48321 }; --Nobundo's Shoulderpads of Triumph
[19] = { itemID = 48325 }; --Nobundo's Hauberk of Triumph
@@ -9445,19 +9445,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] .. " - " .. AL["Elemental"];
- [1] = { icon = "Spell_Nature_Lightning", name = "=q6=#t9s7_3h#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_Nature_Lightning", name = "=q6="..AL["Thrall's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48338, price = "50 #eoftriumph#" }; --Thrall's Helm of Conquest
[3] = { itemID = 48340, price = "30 #eoftriumph#" }; --Thrall's Shoulderpads of Conquest
[4] = { itemID = 48336, price = "50 #eoftriumph#" }; --Thrall's Hauberk of Conquest
[5] = { itemID = 48337, price = "30 #eoftriumph#" }; --Thrall's Gloves of Conquest
[6] = { itemID = 48339, price = "50 #eoftriumph#" }; --Thrall's Kilt of Conquest
- [8] = { icon = "Spell_Nature_Lightning", name = "=q6=#t9s7_3h#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_Nature_Lightning", name = "=q6="..AL["Thrall's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48333, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Thrall's Helm of Triumph
[10] = { itemID = 48331, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Thrall's Shoulderpads of Triumph
[11] = { itemID = 48335, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Thrall's Hauberk of Triumph
[12] = { itemID = 48334, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Thrall's Gloves of Triumph
[13] = { itemID = 48332, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Thrall's Kilt of Triumph
- [16] = { icon = "Spell_Nature_Lightning", name = "=q6=#t9s7_3h#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_Nature_Lightning", name = "=q6="..AL["Thrall's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48328 }; --Thrall's Helm of Triumph
[18] = { itemID = 48330 }; --Thrall's Shoulderpads of Triumph
[19] = { itemID = 48326 }; --Thrall's Hauberk of Triumph
@@ -9466,19 +9466,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] .. " - " .. AL["Enhancement"];
- [1] = { icon = "Spell_FireResistanceTotem_01", name = "=q6=#t9s7_2a#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_FireResistanceTotem_01", name = "=q6="..AL["Nobundo's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48343, price = "50 #eoftriumph#" }; --Nobundo's Faceguard of Conquest
[3] = { itemID = 48345, price = "30 #eoftriumph#" }; --Nobundo's Shoulderguards of Conquest
[4] = { itemID = 48341, price = "50 #eoftriumph#" }; --Nobundo's Chestguard of Conquest
[5] = { itemID = 48342, price = "30 #eoftriumph#" }; --Nobundo's Grips of Conquest
[6] = { itemID = 48344, price = "50 #eoftriumph#" }; --Nobundo's War-Kilt of Conquest
- [8] = { icon = "Spell_FireResistanceTotem_01", name = "=q6=#t9s7_2a#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_FireResistanceTotem_01", name = "=q6="..AL["Nobundo's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48348, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Nobundo's Faceguard of Triumph
[10] = { itemID = 48350, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Nobundo's Shoulderguards of Triumph
[11] = { itemID = 48346, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Nobundo's Chestguard of Triumph
[12] = { itemID = 48347, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Nobundo's Grips of Triumph
[13] = { itemID = 48349, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Nobundo's War-Kilt of Triumph
- [16] = { icon = "Spell_FireResistanceTotem_01", name = "=q6=#t9s7_2a#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_FireResistanceTotem_01", name = "=q6="..AL["Nobundo's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48353 }; --Nobundo's Faceguard of Triumph
[18] = { itemID = 48351 }; --Nobundo's Shoulderguards of Triumph
[19] = { itemID = 48355 }; --Nobundo's Chestguard of Triumph
@@ -9487,19 +9487,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] .. " - " .. AL["Enhancement"];
- [1] = { icon = "Spell_FireResistanceTotem_01", name = "=q6=#t9s7_2h#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_FireResistanceTotem_01", name = "=q6="..AL["Thrall's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48368, price = "50 #eoftriumph#" }; --Thrall's Faceguard of Conquest
[3] = { itemID = 48370, price = "30 #eoftriumph#" }; --Thrall's Shoulderguards of Conquest
[4] = { itemID = 48366, price = "50 #eoftriumph#" }; --Thrall's Chestguard of Conquest
[5] = { itemID = 48367, price = "30 #eoftriumph#" }; --Thrall's Grips of Conquest
[6] = { itemID = 48369, price = "50 #eoftriumph#" }; --Thrall's War-Kilt of Conquest
- [8] = { icon = "Spell_FireResistanceTotem_01", name = "=q6=#t9s7_2h#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_FireResistanceTotem_01", name = "=q6="..AL["Thrall's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48363, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Thrall's Faceguard of Triumph
[10] = { itemID = 48361, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Thrall's Shoulderguards of Triumph
[11] = { itemID = 48365, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Thrall's Chestguard of Triumph
[12] = { itemID = 48364, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Thrall's Grips of Triumph
[13] = { itemID = 48362, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Thrall's War-Kilt of Triumph
- [16] = { icon = "Spell_FireResistanceTotem_01", name = "=q6=#t9s7_2h#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_FireResistanceTotem_01", name = "=q6="..AL["Thrall's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48358 }; --Thrall's Faceguard of Triumph
[18] = { itemID = 48360 }; --Thrall's Shoulderguards of Triumph
[19] = { itemID = 48356 }; --Thrall's Chestguard of Triumph
@@ -9508,19 +9508,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] .. " - " .. AL["Restoration"];
- [1] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6=#t9s7_1a#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6="..AL["Nobundo's Garb"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48280, price = "50 #eoftriumph#" }; --Nobundo's Headpiece of Conquest
[3] = { itemID = 48283, price = "30 #eoftriumph#" }; --Nobundo's Spaulders of Conquest
[4] = { itemID = 48281, price = "50 #eoftriumph#" }; --Nobundo's Tunic of Conquest
[5] = { itemID = 48284, price = "30 #eoftriumph#" }; --Nobundo's Handguards of Conquest
[6] = { itemID = 48282, price = "50 #eoftriumph#" }; --Nobundo's Legguards of Conquest
- [8] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6=#t9s7_1a#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6="..AL["Nobundo's Garb"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48287, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Nobundo's Headpiece of Triumph
[10] = { itemID = 48289, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Nobundo's Spaulders of Triumph
[11] = { itemID = 48285, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Nobundo's Tunic of Triumph
[12] = { itemID = 48286, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Nobundo's Handguards of Triumph
[13] = { itemID = 48288, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Nobundo's Legguards of Triumph
- [16] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6=#t9s7_1a#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6="..AL["Nobundo's Garb"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48292 }; --Nobundo's Headpiece of Triumph
[18] = { itemID = 48290 }; --Nobundo's Spaulders of Triumph
[19] = { itemID = 48294 }; --Nobundo's Tunic of Triumph
@@ -9529,19 +9529,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] .. " - " .. AL["Restoration"];
- [1] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6=#t9s7_1h#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6="..AL["Thrall's Garb"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48297, price = "50 #eoftriumph#" }; --Thrall's Headpiece of Conquest
[3] = { itemID = 48299, price = "30 #eoftriumph#" }; --Thrall's Spaulders of Conquest
[4] = { itemID = 48295, price = "50 #eoftriumph#" }; --Thrall's Tunic of Conquest
[5] = { itemID = 48296, price = "30 #eoftriumph#" }; --Thrall's Handguards of Conquest
[6] = { itemID = 48298, price = "50 #eoftriumph#" }; --Thrall's Legguards of Conquest
- [8] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6=#t9s7_1h#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6="..AL["Thrall's Garb"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48302, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Thrall's Headpiece of Triumph
[10] = { itemID = 48304, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Thrall's Spaulders of Triumph
[11] = { itemID = 48300, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Thrall's Tunic of Triumph
[12] = { itemID = 48301, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Thrall's Handguards of Triumph
[13] = { itemID = 48303, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Thrall's Legguards of Triumph
- [16] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6=#t9s7_1h#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6="..AL["Thrall's Garb"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48307 }; --Thrall's Headpiece of Triumph
[18] = { itemID = 48309 }; --Thrall's Spaulders of Triumph
[19] = { itemID = 48305 }; --Thrall's Tunic of Triumph
@@ -9550,19 +9550,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["WARLOCK"];
- [1] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#t9s8_a#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Kel'Thuzad's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 47784, price = "50 #eoftriumph#" }; --Kel'Thuzad's Hood of Conquest
[3] = { itemID = 47787, price = "30 #eoftriumph#" }; --Kel'Thuzad's Shoulderpads of Conquest
[4] = { itemID = 47786, price = "50 #eoftriumph#" }; --Kel'Thuzad's Robe of Conquest
[5] = { itemID = 47783, price = "30 #eoftriumph#" }; --Kel'Thuzad's Gloves of Conquest
[6] = { itemID = 47785, price = "50 #eoftriumph#" }; --Kel'Thuzad's Leggings of Conquest
- [8] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#t9s8_a#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Kel'Thuzad's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 47778, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Kel'Thuzad's Hood of Triumph
[10] = { itemID = 47781, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Kel'Thuzad's Shoulderpads of Triumph
[11] = { itemID = 47779, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Kel'Thuzad's Robe of Triumph
[12] = { itemID = 47782, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Kel'Thuzad's Gloves of Triumph
[13] = { itemID = 47780, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Kel'Thuzad's Leggings of Triumph
- [16] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#t9s8_a#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Kel'Thuzad's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 47789 }; --Kel'Thuzad's Hood of Triumph
[18] = { itemID = 47792 }; --Kel'Thuzad's Shoulderpads of Triumph
[19] = { itemID = 47791 }; --Kel'Thuzad's Robe of Triumph
@@ -9571,19 +9571,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["WARLOCK"];
- [1] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#t9s8_h#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Gul'dan's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 47801, price = "50 #eoftriumph#" }; --Gul'dan's Hood of Conquest
[3] = { itemID = 47798, price = "30 #eoftriumph#" }; --Gul'dan's Shoulderpads of Conquest
[4] = { itemID = 47799, price = "50 #eoftriumph#" }; --Gul'dan's Robe of Conquest
[5] = { itemID = 47802, price = "30 #eoftriumph#" }; --Gul'dan's Gloves of Conquest
[6] = { itemID = 47800, price = "50 #eoftriumph#" }; --Gul'dan's Leggings of Conquest
- [8] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#t9s8_h#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Gul'dan's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 47804, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Gul'dan's Hood of Triumph
[10] = { itemID = 47807, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Gul'dan's Shoulderpads of Triumph
[11] = { itemID = 47806, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Gul'dan's Robe of Triumph
[12] = { itemID = 47803, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Gul'dan's Gloves of Triumph
[13] = { itemID = 47805, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Gul'dan's Leggings of Triumph
- [16] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#t9s8_h#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Gul'dan's Regalia"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 47796 }; --Gul'dan's Hood of Triumph
[18] = { itemID = 47793 }; --Gul'dan's Shoulderpads of Triumph
[19] = { itemID = 47794 }; --Gul'dan's Robe of Triumph
@@ -9592,19 +9592,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] .. " - " .. AL["Fury"];
- [1] = { icon = "Ability_Warrior_BattleShout", name = "=q6=#t9s9_1a#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Ability_Warrior_BattleShout", name = "=q6="..AL["Wrynn's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48371, price = "50 #eoftriumph#" }; --Wrynn's Helmet of Conquest
[3] = { itemID = 48374, price = "30 #eoftriumph#" }; --Wrynn's Shoulderplates of Conquest
[4] = { itemID = 48372, price = "50 #eoftriumph#" }; --Wrynn's Battleplate of Conquest
[5] = { itemID = 48375, price = "30 #eoftriumph#" }; --Wrynn's Gauntlets of Conquest
[6] = { itemID = 48373, price = "50 #eoftriumph#" }; --Wrynn's Legplates of Conquest
- [8] = { icon = "Ability_Warrior_BattleShout", name = "=q6=#t9s9_1a#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Ability_Warrior_BattleShout", name = "=q6="..AL["Wrynn's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48378, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Wrynn's Helmet of Triumph
[10] = { itemID = 48380, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Wrynn's Shoulderplates of Triumph
[11] = { itemID = 48376, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Wrynn's Battleplate of Triumph
[12] = { itemID = 48377, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Wrynn's Gauntlets of Triumph
[13] = { itemID = 48379, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Wrynn's Legplates of Triumph
- [16] = { icon = "Ability_Warrior_BattleShout", name = "=q6=#t9s9_1a#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Ability_Warrior_BattleShout", name = "=q6="..AL["Wrynn's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48383 }; --Wrynn's Helmet of Triumph
[18] = { itemID = 48381 }; --Wrynn's Shoulderplates of Triumph
[19] = { itemID = 48385 }; --Wrynn's Battleplate of Triumph
@@ -9613,20 +9613,20 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] .. " - " .. AL["Fury"];
- [1] = { icon = "Ability_Warrior_BattleShout", name = "=q6=#t9s9_1h#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "Ability_Warrior_BattleShout", name = "=q6="..AL["Hellscream's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48388, price = "50 #eoftriumph#" }; --Hellscream's Helmet of Conquest
[3] = { itemID = 48390, price = "30 #eoftriumph#" }; --Hellscream's Shoulderplates of Conquest
[4] = { itemID = 48386, price = "50 #eoftriumph#" }; --Hellscream's Battleplate of Conquest
[5] = { itemID = 48387, price = "30 #eoftriumph#" }; --Hellscream's Gauntlets of Conquest
[6] = { itemID = 48389, price = "50 #eoftriumph#" }; --Hellscream's Legplates of Conquest
- [8] = { icon = "Ability_Warrior_BattleShout", name = "=q6=#t9s9_1h#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "Ability_Warrior_BattleShout", name = "=q6="..AL["Hellscream's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48393, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Hellscream's Helmet of Triumph
[10] = { itemID = 48395, --Hellscream's Shoulderplates of Triumph
"45 #eoftriumph# 1 #trophyofthecrusade#" };
[11] = { itemID = 48391, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Hellscream's Battleplate of Triumph
[12] = { itemID = 48392, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Hellscream's Gauntlets of Triumph
[13] = { itemID = 48394, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Hellscream's Legplates of Triumph
- [16] = { icon = "Ability_Warrior_BattleShout", name = "=q6=#t9s9_1h#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "Ability_Warrior_BattleShout", name = "=q6="..AL["Hellscream's Battlegear"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48398 }; --Hellscream's Helmet of Triumph
[18] = { itemID = 48400 }; --Hellscream's Shoulderplates of Triumph
[19] = { itemID = 48396 }; --Hellscream's Battleplate of Triumph
@@ -9635,19 +9635,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] .. " - " .. AL["Protection"];
- [1] = { icon = "INV_Shield_05", name = "=q6=#t9s9_2a#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "INV_Shield_05", name = "=q6="..AL["Wrynn's Plate"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48429, price = "50 #eoftriumph#" }; --Wrynn's Greathelm of Conquest
[3] = { itemID = 48448, price = "30 #eoftriumph#" }; --Wrynn's Pauldrons of Conquest
[4] = { itemID = 48436, price = "50 #eoftriumph#" }; --Wrynn's Breastplate of Conquest
[5] = { itemID = 48449, price = "30 #eoftriumph#" }; --Wrynn's Handguards of Conquest
[6] = { itemID = 48445, price = "50 #eoftriumph#" }; --Wrynn's Legguards of Conquest
- [8] = { icon = "INV_Shield_05", name = "=q6=#t9s9_2a#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "INV_Shield_05", name = "=q6="..AL["Wrynn's Plate"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48430, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Wrynn's Greathelm of Triumph
[10] = { itemID = 48454, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Wrynn's Pauldrons of Triumph
[11] = { itemID = 48450, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Wrynn's Breastplate of Triumph
[12] = { itemID = 48452, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Wrynn's Handguards of Triumph
[13] = { itemID = 48446, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Wrynn's Legguards of Triumph
- [16] = { icon = "INV_Shield_05", name = "=q6=#t9s9_2a#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "INV_Shield_05", name = "=q6="..AL["Wrynn's Plate"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48433 }; --Wrynn's Greathelm of Triumph
[18] = { itemID = 48455 }; --Wrynn's Pauldrons of Triumph
[19] = { itemID = 48451 }; --Wrynn's Breastplate of Triumph
@@ -9656,19 +9656,19 @@ AtlasLoot_Data["T9"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] .. " - " .. AL["Protection"];
- [1] = { icon = "INV_Shield_05", name = "=q6=#t9s9_2h#", desc = "=q5=" .. AL["Tier 9"] };
+ [1] = { icon = "INV_Shield_05", name = "=q6="..AL["Hellscream's Plate"], desc = "=q5=" .. AL["Tier 9"] };
[2] = { itemID = 48458, price = "50 #eoftriumph#" }; --Hellscream's Greathelm of Conquest
[3] = { itemID = 48460, price = "30 #eoftriumph#" }; --Hellscream's Pauldrons of Conquest
[4] = { itemID = 48456, price = "50 #eoftriumph#" }; --Hellscream's Breastplate of Conquest
[5] = { itemID = 48457, price = "30 #eoftriumph#" }; --Hellscream's Handguards of Conquest
[6] = { itemID = 48459, price = "50 #eoftriumph#" }; --Hellscream's Legguards of Conquest
- [8] = { icon = "INV_Shield_05", name = "=q6=#t9s9_2h#", desc = "=q5=" .. AL["Tier 9"] };
+ [8] = { icon = "INV_Shield_05", name = "=q6="..AL["Hellscream's Plate"], desc = "=q5=" .. AL["Tier 9"] };
[9] = { itemID = 48463, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Hellscream's Greathelm of Triumph
[10] = { itemID = 48465, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Hellscream's Pauldrons of Triumph
[11] = { itemID = 48461, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Hellscream's Breastplate of Triumph
[12] = { itemID = 48462, price = "45 #eoftriumph# 1 #trophyofthecrusade#" }; --Hellscream's Handguards of Triumph
[13] = { itemID = 48464, price = "75 #eoftriumph# 1 #trophyofthecrusade#" }; --Hellscream's Legguards of Triumph
- [16] = { icon = "INV_Shield_05", name = "=q6=#t9s9_2h#", desc = "=q5=" .. AL["Tier 9"] };
+ [16] = { icon = "INV_Shield_05", name = "=q6="..AL["Hellscream's Plate"], desc = "=q5=" .. AL["Tier 9"] };
[17] = { itemID = 48468 }; --Hellscream's Greathelm of Triumph
[18] = { itemID = 48470 }; --Hellscream's Pauldrons of Triumph
[19] = { itemID = 48466 }; --Hellscream's Breastplate of Triumph
@@ -9686,19 +9686,19 @@ AtlasLoot_Data["T10"] = {
Type = "WrathRaid";
{
Name = LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"] .. " DPS";
- [1] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#t10s10_1#", desc = "=q5=" .. AL["Tier 10"] };
+ [1] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Scourgelord's Battlegear"], desc = "=q5=" .. AL["Tier 10"] };
[2] = { itemID = 50096, price = "95 #eoffrost#" }; --Scourgelord Helmet
[3] = { itemID = 50098, price = "60 #eoffrost#" }; --Scourgelord Shoulderplates
[4] = { itemID = 50094, price = "95 #eoffrost#" }; --Scourgelord Battleplate
[5] = { itemID = 50095, price = "60 #eoffrost#" }; --Scourgelord Gauntlets
[6] = { itemID = 50097, price = "95 #eoffrost#" }; --Scourgelord Legplates
- [8] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#t10s10_1#", desc = "=q5=" .. AL["Tier 10"] };
+ [8] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Scourgelord's Battlegear"], desc = "=q5=" .. AL["Tier 10"] };
[9] = { itemID = 51127 }; --Sanctified Scourgelord Helmet
[10] = { itemID = 51125 }; --Sanctified Scourgelord Shoulderplates
[11] = { itemID = 51129 }; --Sanctified Scourgelord Battleplate
[12] = { itemID = 51128 }; --Sanctified Scourgelord Gauntlets
[13] = { itemID = 51126 }; --Sanctified Scourgelord Legplates
- [16] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#t10s10_1#", desc = "=q5=" .. AL["Tier 10"] };
+ [16] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Scourgelord's Battlegear"], desc = "=q5=" .. AL["Tier 10"] };
[17] = { itemID = 51312 }; --Sanctified Scourgelord Helmet
[18] = { itemID = 51314 }; --Sanctified Scourgelord Shoulderplates
[19] = { itemID = 51310 }; --Sanctified Scourgelord Battleplate
@@ -9707,19 +9707,19 @@ AtlasLoot_Data["T10"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["DEATHKNIGHT"] .. " TANK";
- [1] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#t10s10_2#", desc = "=q5=" .. AL["Tier 10"] };
+ [1] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Scourgelord's Plate"], desc = "=q5=" .. AL["Tier 10"] };
[2] = { itemID = 50855, price = "95 #eoffrost#" }; --Scourgelord Faceguard
[3] = { itemID = 50853, price = "60 #eoffrost#" }; --Scourgelord Pauldrons
[4] = { itemID = 50857, price = "95 #eoffrost#" }; --Scourgelord Chestguard
[5] = { itemID = 50856, price = "60 #eoffrost#" }; --Scourgelord Handguards
[6] = { itemID = 50854, price = "95 #eoffrost#" }; --Scourgelord Legguards
- [8] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#t10s10_2#", desc = "=q5=" .. AL["Tier 10"] };
+ [8] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Scourgelord's Plate"], desc = "=q5=" .. AL["Tier 10"] };
[9] = { itemID = 51133 }; --Sanctified Scourgelord Faceguard
[10] = { itemID = 51130 }; --Sanctified Scourgelord Pauldrons
[11] = { itemID = 51134 }; --Sanctified Scourgelord Chestguard
[12] = { itemID = 51132 }; --Sanctified Scourgelord Handguards
[13] = { itemID = 51131 }; --Sanctified Scourgelord Legguards
- [16] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6=#t10s10_2#", desc = "=q5=" .. AL["Tier 10"] };
+ [16] = { icon = "Spell_Deathknight_DeathStrike", name = "=q6="..AL["Scourgelord's Plate"], desc = "=q5=" .. AL["Tier 10"] };
[17] = { itemID = 51306 }; --Sanctified Scourgelord Faceguard
[18] = { itemID = 51309 }; --Sanctified Scourgelord Pauldrons
[19] = { itemID = 51305 }; --Sanctified Scourgelord Chestguard
@@ -9728,19 +9728,19 @@ AtlasLoot_Data["T10"] = {
};
{
Name = "Druid" .. " - " .. AL["Restoration"];
- [1] = { icon = "Spell_Nature_Regeneration", name = "=q6=#t10s1_1#", desc = "=q5=" .. AL["Tier 10"] };
+ [1] = { icon = "Spell_Nature_Regeneration", name = "=q6="..AL["Lasherweave's Garb"], desc = "=q5=" .. AL["Tier 10"] };
[2] = { itemID = 50108, price = "95 #eoffrost#" }; --Lasherweave's Helmet
[3] = { itemID = 50113, price = "60 #eoffrost#" }; --Lasherweave's Pauldrons
[4] = { itemID = 50106, price = "95 #eoffrost#" }; --Lasherweave's Robes
[5] = { itemID = 50107, price = "60 #eoffrost#" }; --Lasherweave's Gauntlets
[6] = { itemID = 50109, price = "95 #eoffrost#" }; --Lasherweave's Legplates
- [8] = { icon = "Spell_Nature_Regeneration", name = "=q6=#t10s1_1#", desc = "=q5=" .. AL["Tier 10"] };
+ [8] = { icon = "Spell_Nature_Regeneration", name = "=q6="..AL["Lasherweave's Garb"], desc = "=q5=" .. AL["Tier 10"] };
[9] = { itemID = 51137 }; --Sanctified Lasherweave's Helmet
[10] = { itemID = 51135 }; --Sanctified Lasherweave's Pauldrons
[11] = { itemID = 51139 }; --Sanctified Lasherweave's Robes
[12] = { itemID = 51138 }; --Sanctified Lasherweave's Gauntlets
[13] = { itemID = 51136 }; --Sanctified Lasherweave's Legplates
- [16] = { icon = "Spell_Nature_Regeneration", name = "=q6=#t10s1_1#", desc = "=q5=" .. AL["Tier 10"] };
+ [16] = { icon = "Spell_Nature_Regeneration", name = "=q6="..AL["Lasherweave's Garb"], desc = "=q5=" .. AL["Tier 10"] };
[17] = { itemID = 51302 }; --Sanctified Lasherweave's Helmet
[18] = { itemID = 51304 }; --Sanctified Lasherweave's Pauldrons
[19] = { itemID = 51300 }; --Sanctified Lasherweave's Robes
@@ -9749,19 +9749,19 @@ AtlasLoot_Data["T10"] = {
};
{
Name = "Druid" .. " - " .. AL["Feral"];
- [1] = { icon = "Ability_Druid_Maul", name = "=q6=#t10s1_2#", desc = "=q5=" .. AL["Tier 10"] };
+ [1] = { icon = "Ability_Druid_Maul", name = "=q6="..AL["Lasherweave's Battlegear"], desc = "=q5=" .. AL["Tier 10"] };
[2] = { itemID = 50826, price = "95 #eoffrost#" }; --Lasherweave's Headguard
[3] = { itemID = 50824, price = "60 #eoffrost#" }; --Lasherweave's Shoulderpads
[4] = { itemID = 50828, price = "95 #eoffrost#" }; --Lasherweave's Raiment
[5] = { itemID = 50827, price = "60 #eoffrost#" }; --Lasherweave's Handgrips
[6] = { itemID = 50825, price = "95 #eoffrost#" }; --Lasherweave's Legguards
- [8] = { icon = "Ability_Druid_Maul", name = "=q6=#t10s1_2#", desc = "=q5=" .. AL["Tier 10"] };
+ [8] = { icon = "Ability_Druid_Maul", name = "=q6="..AL["Lasherweave's Battlegear"], desc = "=q5=" .. AL["Tier 10"] };
[9] = { itemID = 51143 }; --Sanctified Lasherweave's Headguard
[10] = { itemID = 51140 }; --Sanctified Lasherweave's Shoulderpads
[11] = { itemID = 51141 }; --Sanctified Lasherweave's Raiment
[12] = { itemID = 51144 }; --Sanctified Lasherweave's Handgrips
[13] = { itemID = 51142 }; --Sanctified Lasherweave's Legguards
- [16] = { icon = "Ability_Druid_Maul", name = "=q6=#t10s1_2#", desc = "=q5=" .. AL["Tier 10"] };
+ [16] = { icon = "Ability_Druid_Maul", name = "=q6="..AL["Lasherweave's Battlegear"], desc = "=q5=" .. AL["Tier 10"] };
[17] = { itemID = 51296 }; --Sanctified Lasherweave's Headguard
[18] = { itemID = 51299 }; --Sanctified Lasherweave's Shoulderpads
[19] = { itemID = 51298 }; --Sanctified Lasherweave's Raiment
@@ -9770,19 +9770,19 @@ AtlasLoot_Data["T10"] = {
};
{
Name = "Druid" .. " - " .. AL["Balance"];
- [1] = { icon = "Spell_Nature_InsectSwarm", name = "=q6=#t10s1_3#", desc = "=q5=" .. AL["Tier 10"] };
+ [1] = { icon = "Spell_Nature_InsectSwarm", name = "=q6="..AL["Lasherweave's Regalia"], desc = "=q5=" .. AL["Tier 10"] };
[2] = { itemID = 50821, price = "95 #eoffrost#" }; --Lasherweave's Cover
[3] = { itemID = 50819, price = "60 #eoffrost#" }; --Lasherweave's Mantle
[4] = { itemID = 50823, price = "95 #eoffrost#" }; --Lasherweave's Vestment
[5] = { itemID = 50822, price = "60 #eoffrost#" }; --Lasherweave's Gloves
[6] = { itemID = 50820, price = "95 #eoffrost#" }; --Lasherweave's Trousers
- [8] = { icon = "Spell_Nature_InsectSwarm", name = "=q6=#t10s1_3#", desc = "=q5=" .. AL["Tier 10"] };
+ [8] = { icon = "Spell_Nature_InsectSwarm", name = "=q6="..AL["Lasherweave's Regalia"], desc = "=q5=" .. AL["Tier 10"] };
[9] = { itemID = 51149 }; --Sanctified Lasherweave's Cover
[10] = { itemID = 51147 }; --Sanctified Lasherweave's Mantle
[11] = { itemID = 51145 }; --Sanctified Lasherweave's Vestment
[12] = { itemID = 51148 }; --Sanctified Lasherweave's Gloves
[13] = { itemID = 51146 }; --Sanctified Lasherweave's Trousers
- [16] = { icon = "Spell_Nature_InsectSwarm", name = "=q6=#t10s1_3#", desc = "=q5=" .. AL["Tier 10"] };
+ [16] = { icon = "Spell_Nature_InsectSwarm", name = "=q6="..AL["Lasherweave's Regalia"], desc = "=q5=" .. AL["Tier 10"] };
[17] = { itemID = 51290, "=ds=" }; --Sanctified Lasherweave's Cover
[18] = { itemID = 51292, "=ds=" }; --Sanctified Lasherweave's Mantle
[19] = { itemID = 51294, "=ds=" }; --Sanctified Lasherweave's Vestment
@@ -9791,19 +9791,19 @@ AtlasLoot_Data["T10"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["HUNTER"];
- [1] = { icon = "Ability_Hunter_RunningShot", name = "=q6=#t10s2#", desc = "=q5=" .. AL["Tier 10"] };
+ [1] = { icon = "Ability_Hunter_RunningShot", name = "=q6="..AL["Ahn'Kahar Blood Hunter's Battlegear"], desc = "=q5=" .. AL["Tier 10"] };
[2] = { itemID = 50115, price = "95 #eoffrost#" }; --Ahn'Kahar Blood Hunter's Headpiece
[3] = { itemID = 50117, price = "60 #eoffrost#" }; --Ahn'Kahar Blood Hunter's Spaulders
[4] = { itemID = 50118, price = "95 #eoffrost#" }; --Ahn'Kahar Blood Hunter's Tunic
[5] = { itemID = 50114, price = "60 #eoffrost#" }; --Ahn'Kahar Blood Hunter's Handguards
[6] = { itemID = 50116, price = "95 #eoffrost#" }; --Ahn'Kahar Blood Hunter's Legguards
- [8] = { icon = "Ability_Hunter_RunningShot", name = "=q6=#t10s2#", desc = "=q5=" .. AL["Tier 10"] };
+ [8] = { icon = "Ability_Hunter_RunningShot", name = "=q6="..AL["Ahn'Kahar Blood Hunter's Battlegear"], desc = "=q5=" .. AL["Tier 10"] };
[9] = { itemID = 51153 }; --Sanctified Ahn'Kahar Blood Hunter's Headpiece
[10] = { itemID = 51151 }; --Sanctified Ahn'Kahar Blood Hunter's Spaulders
[11] = { itemID = 51150 }; --Sanctified Ahn'Kahar Blood Hunter's Tunic
[12] = { itemID = 51154 }; --Sanctified Ahn'Kahar Blood Hunter's Handguards
[13] = { itemID = 51152 }; --Sanctified Ahn'Kahar Blood Hunter's Legguards
- [16] = { icon = "Ability_Hunter_RunningShot", name = "=q6=#t10s2#", desc = "=q5=" .. AL["Tier 10"] };
+ [16] = { icon = "Ability_Hunter_RunningShot", name = "=q6="..AL["Ahn'Kahar Blood Hunter's Battlegear"], desc = "=q5=" .. AL["Tier 10"] };
[17] = { itemID = 51286 }; --Sanctified Ahn'Kahar Blood Hunter's Headpiece
[18] = { itemID = 51288 }; --Sanctified Ahn'Kahar Blood Hunter's Spaulders
[19] = { itemID = 51289 }; --Sanctified Ahn'Kahar Blood Hunter's Tunic
@@ -9812,19 +9812,19 @@ AtlasLoot_Data["T10"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["MAGE"];
- [1] = { icon = "Spell_Frost_IceStorm", name = "=q6=#t10s3#", desc = "=q5=" .. AL["Tier 10"] };
+ [1] = { icon = "Spell_Frost_IceStorm", name = "=q6="..AL["Bloodmage's Regalia"], desc = "=q5=" .. AL["Tier 10"] };
[2] = { itemID = 50276, price = "95 #eoffrost#" }; --Bloodmage Hood
[3] = { itemID = 50279, price = "60 #eoffrost#" }; --Bloodmage Shoulderpads
[4] = { itemID = 50278, price = "95 #eoffrost#" }; --Bloodmage Robe
[5] = { itemID = 50275, price = "60 #eoffrost#" }; --Bloodmage Gloves
[6] = { itemID = 50277, price = "95 #eoffrost#" }; --Bloodmage Leggings
- [8] = { icon = "Spell_Frost_IceStorm", name = "=q6=#t10s3#", desc = "=q5=" .. AL["Tier 10"] };
+ [8] = { icon = "Spell_Frost_IceStorm", name = "=q6="..AL["Bloodmage's Regalia"], desc = "=q5=" .. AL["Tier 10"] };
[9] = { itemID = 51158 }; --Sanctified Bloodmage Hood
[10] = { itemID = 51155 }; --Sanctified Bloodmage Shoulderpads
[11] = { itemID = 51156 }; --Sanctified Bloodmage Robe
[12] = { itemID = 51159 }; --Sanctified Bloodmage Gloves
[13] = { itemID = 51157 }; --Sanctified Bloodmage Leggings
- [16] = { icon = "Spell_Frost_IceStorm", name = "=q6=#t10s3#", desc = "=q5=" .. AL["Tier 10"] };
+ [16] = { icon = "Spell_Frost_IceStorm", name = "=q6="..AL["Bloodmage's Regalia"], desc = "=q5=" .. AL["Tier 10"] };
[17] = { itemID = 51281 }; --Sanctified Bloodmage Hood
[18] = { itemID = 51284 }; --Sanctified Bloodmage Shoulderpads
[19] = { itemID = 51283 }; --Sanctified Bloodmage Robe
@@ -9833,19 +9833,19 @@ AtlasLoot_Data["T10"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"] .. " - " .. AL["Holy"];
- [1] = { icon = "Spell_Holy_HolyBolt", name = "=q6=#t10s4_1#", desc = "=q5=" .. AL["Tier 10"] };
+ [1] = { icon = "Spell_Holy_HolyBolt", name = "=q6="..AL["Lightsworn Garb"], desc = "=q5=" .. AL["Tier 10"] };
[2] = { itemID = 50867, price = "95 #eoffrost#" }; --Lightsworn Headpiece
[3] = { itemID = 50865, price = "60 #eoffrost#" }; --Lightsworn Spaulders
[4] = { itemID = 50869, price = "95 #eoffrost#" }; --Lightsworn Tunic
[5] = { itemID = 50868, price = "60 #eoffrost#" }; --Lightsworn Gloves
[6] = { itemID = 50866, price = "95 #eoffrost#" }; --Lightsworn Greaves
- [8] = { icon = "Spell_Holy_HolyBolt", name = "=q6=#t10s4_1#", desc = "=q5=" .. AL["Tier 10"] };
+ [8] = { icon = "Spell_Holy_HolyBolt", name = "=q6="..AL["Lightsworn Garb"], desc = "=q5=" .. AL["Tier 10"] };
[9] = { itemID = 51167 }; --Sanctified Lightsworn Headpiece
[10] = { itemID = 51166 }; --Sanctified Lightsworn Spaulders
[11] = { itemID = 51165 }; --Sanctified Lightsworn Tunic
[12] = { itemID = 51169 }; --Sanctified Lightsworn Gloves
[13] = { itemID = 51168 }; --Sanctified Lightsworn Greaves
- [16] = { icon = "Spell_Holy_HolyBolt", name = "=q6=#t10s4_1#", desc = "=q5=" .. AL["Tier 10"] };
+ [16] = { icon = "Spell_Holy_HolyBolt", name = "=q6="..AL["Lightsworn Garb"], desc = "=q5=" .. AL["Tier 10"] };
[17] = { itemID = 51272 }; --Sanctified Lightsworn Headpiece
[18] = { itemID = 51273 }; --Sanctified Lightsworn Spaulders
[19] = { itemID = 51274 }; --Sanctified Lightsworn Tunic
@@ -9854,19 +9854,19 @@ AtlasLoot_Data["T10"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"] .. " - " .. AL["Retribution"];
- [1] = { icon = "Spell_Holy_AuraOfLight", name = "=q6=#t10s4_2#", desc = "=q5=" .. AL["Tier 10"] };
+ [1] = { icon = "Spell_Holy_AuraOfLight", name = "=q6="..AL["Lightsworn Battlegear"], desc = "=q5=" .. AL["Tier 10"] };
[2] = { itemID = 50326, price = "95 #eoffrost#" }; --Lightsworn Helmet
[3] = { itemID = 50324, price = "60 #eoffrost#" }; --Lightsworn Shoulderplates
[4] = { itemID = 50328, price = "95 #eoffrost#" }; --Lightsworn Battleplate
[5] = { itemID = 50327, price = "60 #eoffrost#" }; --Lightsworn Gauntlets
[6] = { itemID = 50325, price = "95 #eoffrost#" }; --Lightsworn Legplates
- [8] = { icon = "Spell_Holy_AuraOfLight", name = "=q6=#t10s4_2#", desc = "=q5=" .. AL["Tier 10"] };
+ [8] = { icon = "Spell_Holy_AuraOfLight", name = "=q6="..AL["Lightsworn Battlegear"], desc = "=q5=" .. AL["Tier 10"] };
[9] = { itemID = 51162 }; --Sanctified Lightsworn Helmet
[10] = { itemID = 51160 }; --Sanctified Lightsworn Shoulderplates
[11] = { itemID = 51164 }; --Sanctified Lightsworn Battleplate
[12] = { itemID = 51163 }; --Sanctified Lightsworn Gauntlets
[13] = { itemID = 51161 }; --Sanctified Lightsworn Legplates
- [16] = { icon = "Spell_Holy_AuraOfLight", name = "=q6=#t10s4_2#", desc = "=q5=" .. AL["Tier 10"] };
+ [16] = { icon = "Spell_Holy_AuraOfLight", name = "=q6="..AL["Lightsworn Battlegear"], desc = "=q5=" .. AL["Tier 10"] };
[17] = { itemID = 51277 }; --Sanctified Lightsworn Helmet
[18] = { itemID = 51279 }; --Sanctified Lightsworn Shoulderplates
[19] = { itemID = 51275 }; --Sanctified Lightsworn Battleplate
@@ -9875,19 +9875,19 @@ AtlasLoot_Data["T10"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"] .. " - " .. AL["Protection"];
- [1] = { icon = "Spell_Holy_SealOfMight", name = "=q6=#t10s4_3#", desc = "=q5=" .. AL["Tier 10"] };
+ [1] = { icon = "Spell_Holy_SealOfMight", name = "=q6="..AL["Lightsworn Plate"], desc = "=q5=" .. AL["Tier 10"] };
[2] = { itemID = 50862, price = "95 #eoffrost#" }; --Lightsworn Faceguard
[3] = { itemID = 50860, price = "60 #eoffrost#" }; --Lightsworn Shoulderguards
[4] = { itemID = 50864, price = "95 #eoffrost#" }; --Lightsworn Chestguard
[5] = { itemID = 50863, price = "60 #eoffrost#" }; --Lightsworn Handguards
[6] = { itemID = 50861, price = "95 #eoffrost#" }; --Lightsworn Legguards
- [8] = { icon = "Spell_Holy_SealOfMight", name = "=q6=#t10s4_3#", desc = "=q5=" .. AL["Tier 10"] };
+ [8] = { icon = "Spell_Holy_SealOfMight", name = "=q6="..AL["Lightsworn Plate"], desc = "=q5=" .. AL["Tier 10"] };
[9] = { itemID = 51173 }; --Sanctified Lightsworn Faceguard
[10] = { itemID = 51170 }; --Sanctified Lightsworn Shoulderguards
[11] = { itemID = 51174 }; --Sanctified Lightsworn Chestguard
[12] = { itemID = 51172 }; --Sanctified Lightsworn Handguards
[13] = { itemID = 51171 }; --Sanctified Lightsworn Legguards
- [16] = { icon = "Spell_Holy_SealOfMight", name = "=q6=#t10s4_3#", desc = "=q5=" .. AL["Tier 10"] };
+ [16] = { icon = "Spell_Holy_SealOfMight", name = "=q6="..AL["Lightsworn Plate"], desc = "=q5=" .. AL["Tier 10"] };
[17] = { itemID = 51266 }; --Sanctified Lightsworn Faceguard
[18] = { itemID = 51269 }; --Sanctified Lightsworn Shoulderguards
[19] = { itemID = 51265 }; --Sanctified Lightsworn Chestguard
@@ -9896,19 +9896,19 @@ AtlasLoot_Data["T10"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PRIEST"] .. " - " .. AL["Shadow"];
- [1] = { icon = "Spell_Shadow_AntiShadow", name = "=q6=#t10s5_1#", desc = "=q5=" .. AL["Tier 10"] };
+ [1] = { icon = "Spell_Shadow_AntiShadow", name = "=q6="..AL["Crimson Acolyte's Regalia"], desc = "=q5=" .. AL["Tier 10"] };
[2] = { itemID = 50392, price = "95 #eoffrost#" }; --Crimson Acolyte Cowl
[3] = { itemID = 50396, price = "60 #eoffrost#" }; --Crimson Acolyte Mantle
[4] = { itemID = 50394, price = "95 #eoffrost#" }; --Crimson Acolyte Raiments
[5] = { itemID = 50391, price = "60 #eoffrost#" }; --Crimson Acolyte Handwraps
[6] = { itemID = 50393, price = "95 #eoffrost#" }; --Crimson Acolyte Pants
- [8] = { icon = "Spell_Shadow_AntiShadow", name = "=q6=#t10s5_1#", desc = "=q5=" .. AL["Tier 10"] };
+ [8] = { icon = "Spell_Shadow_AntiShadow", name = "=q6="..AL["Crimson Acolyte's Regalia"], desc = "=q5=" .. AL["Tier 10"] };
[9] = { itemID = 51184 }; --Sanctified Crimson Acolyte Cowl
[10] = { itemID = 51182 }; --Sanctified Crimson Acolyte Mantle
[11] = { itemID = 51180 }; --Sanctified Crimson Acolyte Raiments
[12] = { itemID = 51183 }; --Sanctified Crimson Acolyte Handwraps
[13] = { itemID = 51181 }; --Sanctified Crimson Acolyte Pants
- [16] = { icon = "Spell_Shadow_AntiShadow", name = "=q6=#t10s5_1#", desc = "=q5=" .. AL["Tier 10"] };
+ [16] = { icon = "Spell_Shadow_AntiShadow", name = "=q6="..AL["Crimson Acolyte's Regalia"], desc = "=q5=" .. AL["Tier 10"] };
[17] = { itemID = 51255 }; --Sanctified Crimson Acolyte Cowl
[18] = { itemID = 51257 }; --Sanctified Crimson Acolyte Mantle
[19] = { itemID = 51259 }; --Sanctified Crimson Acolyte Raiments
@@ -9917,19 +9917,19 @@ AtlasLoot_Data["T10"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["PRIEST"] .. " - " .. AL["Holy"];
- [1] = { icon = "Spell_Holy_PowerWordShield", name = "=q6=#t10s5_2#", desc = "=q5=" .. AL["Tier 10"] };
+ [1] = { icon = "Spell_Holy_PowerWordShield", name = "=q6="..AL["Crimson Acolyte's Raiment"], desc = "=q5=" .. AL["Tier 10"] };
[2] = { itemID = 50765, price = "95 #eoffrost#" }; --Crimson Acolyte Hood
[3] = { itemID = 50767, price = "60 #eoffrost#" }; --Crimson Acolyte Shoulderpads
[4] = { itemID = 50768, price = "95 #eoffrost#" }; --Crimson Acolyte Robe
[5] = { itemID = 50766, price = "60 #eoffrost#" }; --Crimson Acolyte Gloves
[6] = { itemID = 50769, price = "95 #eoffrost#" }; --Crimson Acolyte Leggings
- [8] = { icon = "Spell_Holy_PowerWordShield", name = "=q6=#t10s5_2#", desc = "=q5=" .. AL["Tier 10"] };
+ [8] = { icon = "Spell_Holy_PowerWordShield", name = "=q6="..AL["Crimson Acolyte's Raiment"], desc = "=q5=" .. AL["Tier 10"] };
[9] = { itemID = 51178 }; --Sanctified Crimson Acolyte Hood
[10] = { itemID = 51175 }; --Sanctified Crimson Acolyte Shoulderpads
[11] = { itemID = 51176 }; --Sanctified Crimson Acolyte Robe
[12] = { itemID = 51179 }; --Sanctified Crimson Acolyte Gloves
[13] = { itemID = 51177 }; --Sanctified Crimson Acolyte Leggings
- [16] = { icon = "Spell_Holy_PowerWordShield", name = "=q6=#t10s5_2#", desc = "=q5=" .. AL["Tier 10"] };
+ [16] = { icon = "Spell_Holy_PowerWordShield", name = "=q6="..AL["Crimson Acolyte's Raiment"], desc = "=q5=" .. AL["Tier 10"] };
[17] = { itemID = 51261 }; --Sanctified Crimson Acolyte Hood
[18] = { itemID = 51264 }; --Sanctified Crimson Acolyte Shoulderpads
[19] = { itemID = 51263 }; --Sanctified Crimson Acolyte Robe
@@ -9938,19 +9938,19 @@ AtlasLoot_Data["T10"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["ROGUE"];
- [1] = { icon = "Ability_BackStab", name = "=q6=#t10s6#", desc = "=q5=" .. AL["Tier 10"] };
+ [1] = { icon = "Ability_BackStab", name = "=q6="..AL["Shadowblade's Battlegear"], desc = "=q5=" .. AL["Tier 10"] };
[2] = { itemID = 50089, price = "95 #eoffrost#" }; --Shadowblade Helmet
[3] = { itemID = 50105, price = "60 #eoffrost#" }; --Shadowblade Pauldrons
[4] = { itemID = 50087, price = "95 #eoffrost#" }; --Shadowblade Breastplate
[5] = { itemID = 50088, price = "60 #eoffrost#" }; --Shadowblade Gauntlets
[6] = { itemID = 50090, price = "95 #eoffrost#" }; --Shadowblade Legplates
- [8] = { icon = "Ability_BackStab", name = "=q6=#t10s6#", desc = "=q5=" .. AL["Tier 10"] };
+ [8] = { icon = "Ability_BackStab", name = "=q6="..AL["Shadowblade's Battlegear"], desc = "=q5=" .. AL["Tier 10"] };
[9] = { itemID = 51187 }; --Sanctified Shadowblade Helmet
[10] = { itemID = 51185 }; --Sanctified Shadowblade Pauldrons
[11] = { itemID = 51189 }; --Sanctified Shadowblade Breastplate
[12] = { itemID = 51188 }; --Sanctified Shadowblade Gauntlets
[13] = { itemID = 51186 }; --Sanctified Shadowblade Legplates
- [16] = { icon = "Ability_BackStab", name = "=q6=#t10s6#", desc = "=q5=" .. AL["Tier 10"] };
+ [16] = { icon = "Ability_BackStab", name = "=q6="..AL["Shadowblade's Battlegear"], desc = "=q5=" .. AL["Tier 10"] };
[17] = { itemID = 51252 }; --Sanctified Shadowblade Helmet
[18] = { itemID = 51254 }; --Sanctified Shadowblade Pauldrons
[19] = { itemID = 51250 }; --Sanctified Shadowblade Breastplate
@@ -9959,19 +9959,19 @@ AtlasLoot_Data["T10"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] .. " - " .. AL["Elemental"];
- [1] = { icon = "Spell_Nature_Lightning", name = "=q6=#t10s7_3#", desc = "=q5=" .. AL["Tier 10"] };
+ [1] = { icon = "Spell_Nature_Lightning", name = "=q6="..AL["Frost Witch's Regalia"], desc = "=q5=" .. AL["Tier 10"] };
[2] = { itemID = 50843, price = "95 #eoffrost#" }; --Frost Witch's Helm
[3] = { itemID = 50845, price = "60 #eoffrost#" }; --Frost Witch's Shoulderpads
[4] = { itemID = 50841, price = "95 #eoffrost#" }; --Frost Witch's Hauberk
[5] = { itemID = 50842, price = "60 #eoffrost#" }; --Frost Witch's Gloves
[6] = { itemID = 50844, price = "95 #eoffrost#" }; --Frost Witch's Kilt
- [8] = { icon = "Spell_Nature_Lightning", name = "=q6=#t10s7_3#", desc = "=q5=" .. AL["Tier 10"] };
+ [8] = { icon = "Spell_Nature_Lightning", name = "=q6="..AL["Frost Witch's Regalia"], desc = "=q5=" .. AL["Tier 10"] };
[9] = { itemID = 51202 }; --Sanctified Frost Witch's Helm
[10] = { itemID = 51204 }; --Sanctified Frost Witch's Shoulderpads
[11] = { itemID = 51200 }; --Sanctified Frost Witch's Hauberk
[12] = { itemID = 51201 }; --Sanctified Frost Witch's Gloves
[13] = { itemID = 51203 }; --Sanctified Frost Witch's Kilt
- [16] = { icon = "Spell_Nature_Lightning", name = "=q6=#t10s7_3#", desc = "=q5=" .. AL["Tier 10"] };
+ [16] = { icon = "Spell_Nature_Lightning", name = "=q6="..AL["Frost Witch's Regalia"], desc = "=q5=" .. AL["Tier 10"] };
[17] = { itemID = 51237 }; --Sanctified Frost Witch's Helm
[18] = { itemID = 51235 }; --Sanctified Frost Witch's Shoulderpads
[19] = { itemID = 51239 }; --Sanctified Frost Witch's Hauberk
@@ -9980,19 +9980,19 @@ AtlasLoot_Data["T10"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] .. " - " .. AL["Enhancement"];
- [1] = { icon = "Spell_FireResistanceTotem_01", name = "=q6=#t10s7_2#", desc = "=q5=" .. AL["Tier 10"] };
+ [1] = { icon = "Spell_FireResistanceTotem_01", name = "=q6="..AL["Frost Witch's Battlegear"], desc = "=q5=" .. AL["Tier 10"] };
[2] = { itemID = 50832, price = "95 #eoffrost#" }; --Frost Witch's Faceguard
[3] = { itemID = 50834, price = "60 #eoffrost#" }; --Frost Witch's Shoulderguards
[4] = { itemID = 50830, price = "95 #eoffrost#" }; --Frost Witch's Chestguard
[5] = { itemID = 50831, price = "60 #eoffrost#" }; --Frost Witch's Grips
[6] = { itemID = 50833, price = "95 #eoffrost#" }; --Frost Witch's War-Kilt
- [8] = { icon = "Spell_FireResistanceTotem_01", name = "=q6=#t10s7_2#", desc = "=q5=" .. AL["Tier 10"] };
+ [8] = { icon = "Spell_FireResistanceTotem_01", name = "=q6="..AL["Frost Witch's Battlegear"], desc = "=q5=" .. AL["Tier 10"] };
[9] = { itemID = 51197 }; --Sanctified Frost Witch's Faceguard
[10] = { itemID = 51199 }; --Sanctified Frost Witch's Shoulderguards
[11] = { itemID = 51195 }; --Sanctified Frost Witch's Chestguard
[12] = { itemID = 51196 }; --Sanctified Frost Witch's Grips
[13] = { itemID = 51198 }; --Sanctified Frost Witch's War-Kilt
- [16] = { icon = "Spell_FireResistanceTotem_01", name = "=q6=#t10s7_2#", desc = "=q5=" .. AL["Tier 10"] };
+ [16] = { icon = "Spell_FireResistanceTotem_01", name = "=q6="..AL["Frost Witch's Battlegear"], desc = "=q5=" .. AL["Tier 10"] };
[17] = { itemID = 51242 }; --Sanctified Frost Witch's Faceguard
[18] = { itemID = 51240 }; --Sanctified Frost Witch's Shoulderguards
[19] = { itemID = 51244 }; --Sanctified Frost Witch's Chestguard
@@ -10001,19 +10001,19 @@ AtlasLoot_Data["T10"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] .. " - " .. AL["Restoration"];
- [1] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6=#t10s7_1#", desc = "=q5=" .. AL["Tier 10"] };
+ [1] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6="..AL["Frost Witch's Garb"], desc = "=q5=" .. AL["Tier 10"] };
[2] = { itemID = 50837, price = "95 #eoffrost#" }; --Frost Witch's Headpiece
[3] = { itemID = 50839, price = "60 #eoffrost#" }; --Frost Witch's Spaulders
[4] = { itemID = 50835, price = "95 #eoffrost#" }; --Frost Witch's Tunic
[5] = { itemID = 50836, price = "60 #eoffrost#" }; --Frost Witch's Handguards
[6] = { itemID = 50838, price = "95 #eoffrost#" }; --Frost Witch's Legguards
- [8] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6=#t10s7_1#", desc = "=q5=" .. AL["Tier 10"] };
+ [8] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6="..AL["Frost Witch's Garb"], desc = "=q5=" .. AL["Tier 10"] };
[9] = { itemID = 51192 }; --Sanctified Frost Witch's Headpiece
[10] = { itemID = 51194 }; --Sanctified Frost Witch's Spaulders
[11] = { itemID = 51190 }; --Sanctified Frost Witch's Tunic
[12] = { itemID = 51191 }; --Sanctified Frost Witch's Handguards
[13] = { itemID = 51193 }; --Sanctified Frost Witch's Legguards
- [16] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6=#t10s7_1#", desc = "=q5=" .. AL["Tier 10"] };
+ [16] = { icon = "Spell_Nature_HealingWaveGreater", name = "=q6="..AL["Frost Witch's Garb"], desc = "=q5=" .. AL["Tier 10"] };
[17] = { itemID = 51247 }; --Sanctified Frost Witch's Headpiece
[18] = { itemID = 51245 }; --Sanctified Frost Witch's Spaulders
[19] = { itemID = 51249 }; --Sanctified Frost Witch's Tunic
@@ -10022,19 +10022,19 @@ AtlasLoot_Data["T10"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["WARLOCK"];
- [1] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#t10s8#", desc = "=q5=" .. AL["Tier 10"] };
+ [1] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Dark Coven's Garb"], desc = "=q5=" .. AL["Tier 10"] };
[2] = { itemID = 50241, price = "95 #eoffrost#" }; --Dark Coven Hood
[3] = { itemID = 50244, price = "60 #eoffrost#" }; --Dark Coven Shoulderpads
[4] = { itemID = 50243, price = "95 #eoffrost#" }; --Dark Coven Robe
[5] = { itemID = 50240, price = "60 #eoffrost#" }; --Dark Coven Gloves
[6] = { itemID = 50242, price = "95 #eoffrost#" }; --Dark Coven Leggings
- [8] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#t10s8#", desc = "=q5=" .. AL["Tier 10"] };
+ [8] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Dark Coven's Garb"], desc = "=q5=" .. AL["Tier 10"] };
[9] = { itemID = 51208 }; --Sanctified Dark Coven Hood
[10] = { itemID = 51205 }; --Sanctified Dark Coven Shoulderpads
[11] = { itemID = 51206 }; --Sanctified Dark Coven Robe
[12] = { itemID = 51209 }; --Sanctified Dark Coven Gloves
[13] = { itemID = 51207 }; --Sanctified Dark Coven Leggings
- [16] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6=#t10s8#", desc = "=q5=" .. AL["Tier 10"] };
+ [16] = { icon = "Spell_Shadow_CurseOfTounges", name = "=q6="..AL["Dark Coven's Garb"], desc = "=q5=" .. AL["Tier 10"] };
[17] = { itemID = 51231 }; --Sanctified Dark Coven Hood
[18] = { itemID = 51234 }; --Sanctified Dark Coven Shoulderpads
[19] = { itemID = 51233 }; --Sanctified Dark Coven Robe
@@ -10043,19 +10043,19 @@ AtlasLoot_Data["T10"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] .. " - " .. AL["Fury"];
- [1] = { icon = "Ability_Warrior_BattleShout", name = "=q6=#t10s9_1#", desc = "=q5=" .. AL["Tier 10"] };
+ [1] = { icon = "Ability_Warrior_BattleShout", name = "=q6="..AL["Ymirjar Lord's Battlegear"], desc = "=q5=" .. AL["Tier 10"] };
[2] = { itemID = 50080, price = "95 #eoffrost#" }; --Ymirjar Lord's Helmet
[3] = { itemID = 50082, price = "60 #eoffrost#" }; --Ymirjar Lord's Shoulderplates
[4] = { itemID = 50078, price = "95 #eoffrost#" }; --Ymirjar Lord's Battleplate
[5] = { itemID = 50079, price = "60 #eoffrost#" }; --Ymirjar Lord's Gauntlets
[6] = { itemID = 50081, price = "95 #eoffrost#" }; --Ymirjar Lord's Legplates
- [8] = { icon = "Ability_Warrior_BattleShout", name = "=q6=#t10s9_1#", desc = "=q5=" .. AL["Tier 10"] };
+ [8] = { icon = "Ability_Warrior_BattleShout", name = "=q6="..AL["Ymirjar Lord's Battlegear"], desc = "=q5=" .. AL["Tier 10"] };
[9] = { itemID = 51212 }; --Ymirjar Lord's Helmet
[10] = { itemID = 51210 }; --Ymirjar Lord's Shoulderplates
[11] = { itemID = 51214 }; --Ymirjar Lord's Battleplate
[12] = { itemID = 51213 }; --Ymirjar Lord's Gauntlets
[13] = { itemID = 51211 }; --Ymirjar Lord's Legplates
- [16] = { icon = "Ability_Warrior_BattleShout", name = "=q6=#t10s9_1#", desc = "=q5=" .. AL["Tier 10"] };
+ [16] = { icon = "Ability_Warrior_BattleShout", name = "=q6="..AL["Ymirjar Lord's Battlegear"], desc = "=q5=" .. AL["Tier 10"] };
[17] = { itemID = 51227 }; --Ymirjar Lord's Helmet
[18] = { itemID = 51229 }; --Ymirjar Lord's Shoulderplates
[19] = { itemID = 51225 }; --Ymirjar Lord's Battleplate
@@ -10064,19 +10064,19 @@ AtlasLoot_Data["T10"] = {
};
{
Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] .. " - " .. AL["Protection"];
- [1] = { icon = "INV_Shield_05", name = "=q6=#t10s9_2#", desc = "=q5=" .. AL["Tier 10"] };
+ [1] = { icon = "INV_Shield_05", name = "=q6="..AL["Ymirjar Lord's Plate"], desc = "=q5=" .. AL["Tier 10"] };
[2] = { itemID = 50848, price = "95 #eoffrost#" }; --Ymirjar Lord's Greathelm
[3] = { itemID = 50846, price = "60 #eoffrost#" }; --Ymirjar Lord's Pauldrons
[4] = { itemID = 50850, price = "95 #eoffrost#" }; --Ymirjar Lord's Breastplate
[5] = { itemID = 50849, price = "60 #eoffrost#" }; --Ymirjar Lord's Handguards
[6] = { itemID = 50847, price = "95 #eoffrost#" }; --Ymirjar Lord's Legguards
- [8] = { icon = "INV_Shield_05", name = "=q6=#t10s9_2#", desc = "=q5=" .. AL["Tier 10"] };
+ [8] = { icon = "INV_Shield_05", name = "=q6="..AL["Ymirjar Lord's Plate"], desc = "=q5=" .. AL["Tier 10"] };
[9] = { itemID = 51218 }; --Ymirjar Lord's Greathelm
[10] = { itemID = 51215 }; --Ymirjar Lord's Pauldrons
[11] = { itemID = 51219 }; --Ymirjar Lord's Breastplate
[12] = { itemID = 51217 }; --Ymirjar Lord's Handguards
[13] = { itemID = 51216 }; --Ymirjar Lord's Legguards
- [16] = { icon = "INV_Shield_05", name = "=q6=#t10s9_2#", desc = "=q5=" .. AL["Tier 10"] };
+ [16] = { icon = "INV_Shield_05", name = "=q6="..AL["Ymirjar Lord's Plate"], desc = "=q5=" .. AL["Tier 10"] };
[17] = { itemID = 51221 }; --Ymirjar Lord's Greathelm
[18] = { itemID = 51224 }; --Ymirjar Lord's Pauldrons
[19] = { itemID = 51220 }; --Ymirjar Lord's Breastplate