From 4f590d3ec64d81c2a43c76da61d5d62d872c32d9 Mon Sep 17 00:00:00 2001 From: Szyler <66376500+Szyler@users.noreply.github.com> Date: Fri, 7 Apr 2023 12:26:20 +0200 Subject: [PATCH] Version: v7.2.5 (#2) * Fixied spelling * update moved items and added some missing ones * Adding AQT and AQR changes * Adding new AQT sets * Fixed two items on Relics of Ferocious Vigor set * Fixed one item on Keepsakes of Endless Machinations set * Fixed Aera's Poison Gland * added aqr accessory tokens --updated token loot table creation function to handle neck/rings --------- Co-authored-by: Szyler Co-authored-by: Anch --- AtlasLoot/AtlasLoot.toc | 2 +- AtlasLoot/Core/AtlasLoot.lua | 2 +- AtlasLoot/Core/ItemIDsDatabaseFixes.lua | 89 ++++++ AtlasLoot/Core/TextParsing.lua | 9 + AtlasLoot/Locales/constants.en.lua | 11 +- AtlasLoot_OriginalWoW/originalwow.lua | 350 +++++++++++++++--------- 6 files changed, 334 insertions(+), 129 deletions(-) diff --git a/AtlasLoot/AtlasLoot.toc b/AtlasLoot/AtlasLoot.toc index 22fafd6..a2b6666 100644 --- a/AtlasLoot/AtlasLoot.toc +++ b/AtlasLoot/AtlasLoot.toc @@ -2,7 +2,7 @@ ## Title: AtlasLoot Ascension Edition ## Notes: Shows the possible loot from the bosses ## Author: v7 Rebuid Done by: Anch, Rvng -## Version: v7.2.4 +## Version: v7.2.5 ## X-eMail: ## X-Credits: Skray, Szyler and others. ## X-Category: Map diff --git a/AtlasLoot/Core/AtlasLoot.lua b/AtlasLoot/Core/AtlasLoot.lua index 6a60151..a058b50 100644 --- a/AtlasLoot/Core/AtlasLoot.lua +++ b/AtlasLoot/Core/AtlasLoot.lua @@ -351,7 +351,7 @@ function AtlasLoot:CreateToken(dataID) --orginal dataID local orgID = dataID; --list of item types to find - local names = { {"HEAD", "INVTYPE_HEAD", "Head"}, {"SHOULDER", "INVTYPE_SHOULDER", "Shoulders"}, {"CHEST", "INVTYPE_CHEST", "Chest", "INVTYPE_ROBE"}, {"WRIST", "INVTYPE_WRIST", "Wrists"}, {"HAND", "INVTYPE_HAND", "Hands"}, {"WAIST", "INVTYPE_WAIST", "Waist"}, {"LEGS", "INVTYPE_LEGS", "Legs"}, {"FEET", "INVTYPE_FEET", "Feet"}, {"FINGER", "INVTYPE_FINGER", "Rings"}}; + local names = { {"HEAD", "INVTYPE_HEAD", "Head"}, {"SHOULDER", "INVTYPE_SHOULDER", "Shoulders"}, {"CHEST", "INVTYPE_CHEST", "Chest", "INVTYPE_ROBE"}, {"WRIST", "INVTYPE_WRIST", "Wrists"}, {"HAND", "INVTYPE_HAND", "Hands"}, {"WAIST", "INVTYPE_WAIST", "Waist"}, {"LEGS", "INVTYPE_LEGS", "Legs"}, {"FEET", "INVTYPE_FEET", "Feet"}, {"FINGER", "INVTYPE_FINGER", "Rings"}, {"BACK", "INVTYPE_CLOAK", "Back"}, {"NECK", "INVTYPE_NECK", "Necklace"}}; --finds the item type to create a list of for a, b in pairs(names) do dataID = gsub(dataID, b[1], ""); diff --git a/AtlasLoot/Core/ItemIDsDatabaseFixes.lua b/AtlasLoot/Core/ItemIDsDatabaseFixes.lua index b22234e..fc0b978 100644 --- a/AtlasLoot/Core/ItemIDsDatabaseFixes.lua +++ b/AtlasLoot/Core/ItemIDsDatabaseFixes.lua @@ -34,6 +34,11 @@ 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 }; @@ -140,6 +145,90 @@ ItemIDsDatabase[2522463] = { 2522463, 2522463, 2622463, 2722463, MythicRaid = 37 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 + + + --Tier 3 Tokens ItemIDsDatabase[22353] = { 22353, 22353, 102278, 222353 }; diff --git a/AtlasLoot/Core/TextParsing.lua b/AtlasLoot/Core/TextParsing.lua index 012cf58..4a183d2 100644 --- a/AtlasLoot/Core/TextParsing.lua +++ b/AtlasLoot/Core/TextParsing.lua @@ -687,6 +687,14 @@ function AtlasLoot_FixText(text) text = gsub(text, "#aq20s7#", AL["Gift of the Gathering Storm"]); text = gsub(text, "#aq20s8#", AL["Implements of Unspoken Names"]); text = gsub(text, "#aq20s9#", AL["Battlegear of Unyielding Strength"]); + text = gsub(text, "#aq20s10#", AL["Keepsakes of Endless Machinations"]); + text = gsub(text, "#aq20s11#", AL["Regalia of Roaring Earth"]); + text = gsub(text, "#aq20s12#", AL["Relics of Ferocious Vigor"]); + text = gsub(text, "#aq20s13#", AL["Laurels of the Faithful Zealot"]); + text = gsub(text, "#aq20s14#", AL["Instruments of Masterful Technique"]); + text = gsub(text, "#aq20s15#", AL["Decorations of Martial Prowess"]); + text = gsub(text, "#aq20s16#", AL["Trophies of Unrivaled Rage"]); + text = gsub(text, "#aq20s17#", AL["Remnants of Expansive Research"]); -- AQ40 Sets text = gsub(text, "#aq40s1#", AL["Genesis Raiment"]); @@ -703,6 +711,7 @@ function AtlasLoot_FixText(text) text = gsub(text, "#tt1#", AL["Tier 1 Set Token (Click)"]); text = gsub(text, "#tt2#", AL["Tier 2 Set Token (Click)"]); text = gsub(text, "#tt2.5#", AL["Tier 2.5 Set Token (Click)"]); + text = gsub(text, "#tt2.5A#", AL["Set Token (Click)"]); --Accessory tokens text = gsub(text, "#tt3#", AL["Tier 3 Set Token (Click)"]); text = gsub(text, "#tt4#", AL["Tier 4 Set Token (Click)"]); text = gsub(text, "#tt5#", AL["Tier 5 Set Token (Click)"]); diff --git a/AtlasLoot/Locales/constants.en.lua b/AtlasLoot/Locales/constants.en.lua index b308501..bbcd1c7 100644 --- a/AtlasLoot/Locales/constants.en.lua +++ b/AtlasLoot/Locales/constants.en.lua @@ -1,4 +1,4 @@ ---[[ +--[[ constants.en.lua This file defines an AceLocale table for all the various text strings needed by AtlasLoot. In this implementation, if a translation is missing, it will fall @@ -138,6 +138,7 @@ if AL then AL["Tier 1 Set Token (Click)"] = true; AL["Tier 2 Set Token (Click)"] = true; AL["Tier 2.5 Set Token (Click)"] = true; + AL["Set Token (Click)"] = true; AL["Tier 3 Set Token (Click)"] = true; AL["Tier 4 Set Token (Click)"] = true; AL["Tier 5 Set Token (Click)"] = true; @@ -924,6 +925,14 @@ if AL then AL["Gift of the Gathering Storm"] = true; AL["Implements of Unspoken Names"] = true; AL["Battlegear of Unyielding Strength"] = true; + AL["Keepsakes of Endless Machinations"] = true; + AL["Regalia of Roaring Earth"] = true; + AL["Relics of Ferocious Vigor"] = true; + AL["Laurels of the Faithful Zealot"] = true; + AL["Instruments of Masterful Technique"] = true; + AL["Decorations of Martial Prowess"] = true; + AL["Trophies of Unrivaled Rage"] = true; + AL["Remnants of Expansive Research"] = true; -- AQ40 Sets AL["Genesis Raiment"] = true; diff --git a/AtlasLoot_OriginalWoW/originalwow.lua b/AtlasLoot_OriginalWoW/originalwow.lua index d236d00..ff26ee3 100644 --- a/AtlasLoot_OriginalWoW/originalwow.lua +++ b/AtlasLoot_OriginalWoW/originalwow.lua @@ -122,11 +122,7 @@ AtlasLoot_Data["RuinsofAQ"] = { { 6, 21502, "", "=q3=Sand Reaver Wristguards", "=ds=#s8#, #a3#", "", "13.79%" }; { 7, 21503, "", "=q3=Belt of the Sand Reaver", "=ds=#s10#, #a4#", "", "14.38%" }; { 9, 22217, "", "=q1=Kurinnaxx's Venom Sac", "=ds=#m3#", "", "100%" }; - { 16, 20889, "", "=q3=Qiraji Regal Drape", "#m3#", "", "30.83%" }; - { 17, 20885, "", "=q3=Qiraji Martial Drape", "#m3#", "", "30.25%" }; - { 18, 20884, "", "=q3=Qiraji Magisterial Ring", "#m3#", "", "7.98%" }; - { 19, 20888, "", "=q3=Qiraji Ceremonial Ring", "#m3#", "", "7.80%" }; - + { 16, 1506051, "", "=q4=Ceremonial Qiraji Drape", "=ds=#tt2.5A#", "", "100%", "=TT=AQ20SetsBACK" }; }; { Name = BabbleBoss["General Rajaxx"]; @@ -140,13 +136,10 @@ AtlasLoot_Data["RuinsofAQ"] = { { 10, 21810, "", "=q3=Treads of the Wandering Nomad", "=ds=#s12#, #a1#", "", "3.11%" }; { 11, 21809, "", "=q3=Fury of the Forgotten Swarm", "=ds=#s2#", "", "3.20%" }; { 12, 21806, "", "=q3=Gavel of Qiraji Authority", "=ds=#h2#, #w6#", "", "3.04%" }; - { 16, 20889, "", "=q3=Qiraji Regal Drape", "#m3#", "", "36.51%" }; - { 17, 20885, "", "=q3=Qiraji Martial Drape", "#m3#", "", "33.97%" }; - { 18, 20884, "", "=q3=Qiraji Magisterial Ring", "#m3#", "", "8.82%" }; - { 19, 20888, "", "=q3=Qiraji Ceremonial Ring", "#m3#", "", "8.56%" }; - { 21, 0, "INV_Box_01", "=q6=" .. BabbleBoss["Lieutenant General Andorov"], "" }; - { 22, 22221, "", "=q1=Plans: Obsidian Mail Tunic", "=ds=#p2# (300)" }; - { 23, 22219, "", "=q1=Plans: Jagged Obsidian Shield", "=ds=#p2# (300)" }; + { 16, 1506051, "", "=q4=Ceremonial Qiraji Drape", "=ds=#tt2.5A#", "", "100%", "=TT=AQ20SetsBACK" }; + { 18, 0, "INV_Box_01", "=q6=" .. BabbleBoss["Lieutenant General Andorov"], "" }; + { 19, 22221, "", "=q1=Plans: Obsidian Mail Tunic", "=ds=#p2# (300)" }; + { 20, 22219, "", "=q1=Plans: Jagged Obsidian Shield", "=ds=#p2# (300)" }; }; { Name = BabbleBoss["Moam"]; @@ -163,12 +156,9 @@ AtlasLoot_Data["RuinsofAQ"] = { { 12, 21475, "", "=q3=Legplates of the Destroyer", "=ds=#s11#, #a4#", "", "10.39%" }; { 13, 21477, "", "=q3=Ring of Fury", "=ds=#s13#", "", "14.42%" }; { 14, 21473, "", "=q3=Eye of Moam", "=ds=#s14#", "", "14.74%" }; - { 16, 20886, "", "=q4=Qiraji Spiked Hilt", "#m3#", "", "36.38%" }; - { 17, 20890, "", "=q4=Qiraji Ornate Hilt", "#m3#", "", "33.16%" }; - { 18, 20884, "", "=q3=Qiraji Magisterial Ring", "#m3#", "", "7.56%" }; - { 19, 20888, "", "=q3=Qiraji Ceremonial Ring", "#m3#", "", "8.34%" }; - { 21, 22220, "", "=q3=Plans: Black Grasp of the Destroyer", "=ds=#p2# (300)", "", "4.11%" }; - { 22, 22194, "", "=q4=Black Grasp of the Destroyer", "=ds=#s9#, #a3#" }; + { 16, 1506053, "", "=q4=Ceremonial Qiraji Pendant", "=ds=#tt2.5A#", "", "100%", "=TT=AQ20SetsNECK" }; + { 18, 22220, "", "=q3=Plans: Black Grasp of the Destroyer", "=ds=#p2# (300)", "", "4.11%" }; + { 19, 22194, "", "=q4=Black Grasp of the Destroyer", "=ds=#s9#, #a3#" }; }; { Name = BabbleBoss["Buru the Gorger"]; @@ -179,12 +169,7 @@ AtlasLoot_Data["RuinsofAQ"] = { { 6, 21491, "", "=q3=Scaled Bracers of the Gorger", "=ds=#s8#, #a2#", "", "16.51%" }; { 7, 21490, "", "=q3=Slime Kickers", "=ds=#s12#, #a4#", "", "15.99%" }; { 8, 21488, "", "=q3=Fetish of Chitinous Spikes", "=ds=#s14#", "", "17.22%" }; - { 16, 20886, "", "=q4=Qiraji Spiked Hilt", "#m3#", "", "8.31%" }; - { 17, 20890, "", "=q4=Qiraji Ornate Hilt", "#m3#", "", "8.98%" }; - { 18, 20889, "", "=q3=Qiraji Regal Drape", "#m3#", "", "9.77%" }; - { 19, 20885, "", "=q3=Qiraji Martial Drape", "#m3#", "", "9.84%" }; - { 20, 20884, "", "=q3=Qiraji Magisterial Ring", "#m3#", "", "26.98%" }; - { 21, 20888, "", "=q3=Qiraji Ceremonial Ring", "#m3#", "", "25.58%" }; + { 16, 1506052, "", "=q4=Ceremonial Qiraji Ring", "=ds=#tt2.5A#", "", "100%", "=TT=AQ20SetsFINGER" }; }; { Name = BabbleBoss["Ayamiss the Hunter"]; @@ -196,12 +181,7 @@ AtlasLoot_Data["RuinsofAQ"] = { { 7, 21482, "", "=q3=Boots of the Fiery Sands", "=ds=#s12#, #a3#", "", "4.92%" }; { 8, 21481, "", "=q3=Boots of the Desert Protector", "=ds=#s12#, #a4#", "", "11.08%" }; { 9, 21483, "", "=q3=Ring of the Desert Winds", "=ds=#s13#", "", "16.32%" }; - { 16, 20886, "", "=q4=Qiraji Spiked Hilt", "#m3#", "", "8.24%" }; - { 17, 20890, "", "=q4=Qiraji Ornate Hilt", "#m3#", "", "8.21%" }; - { 18, 20889, "", "=q3=Qiraji Regal Drape", "#m3#", "", "8.85%" }; - { 19, 20885, "", "=q3=Qiraji Martial Drape", "#m3#", "", "10.97%" }; - { 20, 20884, "", "=q3=Qiraji Magisterial Ring", "#m3#", "", "26.98%" }; - { 21, 20888, "", "=q3=Qiraji Ceremonial Ring", "#m3#", "", "27.50%" }; + { 16, 1506052, "", "=q4=Ceremonial Qiraji Ring", "=ds=#tt2.5A#", "", "100%", "=TT=AQ20SetsFINGER" }; }; { Name = BabbleBoss["Ossirian the Unscarred"]; @@ -223,10 +203,7 @@ AtlasLoot_Data["RuinsofAQ"] = { { 18, 21507, "", "=q4=Amulet of the Shifting Sands", "=q1=#m4#: =ds=#s2#" }; { 19, 21505, "", "=q4=Choker of the Shifting Sands", "=q1=#m4#: =ds=#s2#" }; { 20, 21506, "", "=q4=Pendant of the Shifting Sands", "=q1=#m4#: =ds=#s2#" }; - { 22, 20886, "", "=q4=Qiraji Spiked Hilt", "#m3#", "", "35.27%" }; - { 23, 20890, "", "=q4=Qiraji Ornate Hilt", "#m3#", "", "30.69%" }; - { 24, 20884, "", "=q3=Qiraji Magisterial Ring", "#m3#", "", "9.65%" }; - { 25, 20888, "", "=q3=Qiraji Ceremonial Ring", "#m3#", "", "8.53%" }; + { 22, 1506053, "", "=q4=Ceremonial Qiraji Pendant", "=ds=#tt2.5A#", "", "100%", "=TT=AQ20SetsNECK" }; }; { Name = AL["Trash Mobs"]; @@ -238,8 +215,10 @@ AtlasLoot_Data["RuinsofAQ"] = { { 6, 20871, "", "=q3=Obsidian Idol", "=ds=#e15#", "", "0.41%" }; { 7, 20867, "", "=q3=Onyx Idol", "=ds=#e15#", "", "0.36%" }; { 8, 20872, "", "=q3=Vermillion Idol", "=ds=#e15#", "", "0.31%" }; - { 10, 22202, "", "=q1=Small Obsidian Shard", "=ds=#e8#" }; - { 11, 22203, "", "=q1=Large Obsidian Shard", "=ds=#e8#" }; + + { 9, 22202, "", "=q1=Small Obsidian Shard", "=ds=#e8#" }; + { 10, 22203, "", "=q1=Large Obsidian Shard", "=ds=#e8#" }; + { 16, 20864, "", "=q2=Bone Scarab", "=ds=#e15#", "", "0.84%" }; { 17, 20861, "", "=q2=Bronze Scarab", "=ds=#e15#", "", "0.88%" }; { 18, 20863, "", "=q2=Clay Scarab", "=ds=#e15#", "", "0.95%" }; @@ -248,37 +227,18 @@ AtlasLoot_Data["RuinsofAQ"] = { { 21, 20865, "", "=q2=Ivory Scarab", "=ds=#e15#", "", "0.93%" }; { 22, 20860, "", "=q2=Silver Scarab", "=ds=#e15#", "", "1.82%" }; { 23, 20858, "", "=q2=Stone Scarab", "=ds=#e15#", "", "0.86%" }; - { 25, 21761, "", "=q1=Scarab Coffer Key", "=ds=#e9#", "", "7.27%" }; - }; - { - Name = "AQ Class Books"; - { 1, 21294, "", "=q3=Book of Healing Touch XI", "=q1=#m1# =ds=#c1#", "", "4.12%" }; - { 2, 21296, "", "=q3=Book of Rejuvenation XI", "=q1=#m1# =ds=#c1#", "", "4.20%" }; - { 3, 21295, "", "=q3=Book of Starfire VII", "=q1=#m1# =ds=#c1#", "", "4.00%" }; - { 4, 21306, "", "=q3=Guide: Serpent Sting IX", "=q1=#m1# =ds=#c2#", "", "4.85%" }; - { 5, 21304, "", "=q3=Guide: Multi-Shot V", "=q1=#m1# =ds=#c2#", "", "4.66%" }; - { 6, 21307, "", "=q3=Guide: Aspect of the Hawk VII", "=q1=#m1# =ds=#c2#", "", "4.65%" }; - { 7, 21279, "", "=q3=Tome of Fireball XII", "=q1=#m1# =ds=#c3#", "", "5.15%" }; - { 8, 21214, "", "=q3=Tome of Frostbolt XI", "=q1=#m1# =ds=#c3#", "", "5.10%" }; - { 9, 21280, "", "=q3=Tome of Arcane Missiles VIII", "=q1=#m1# =ds=#c3#", "", "5.03%" }; - { 10, 21288, "", "=q3=Libram: Blessing of Wisdom VI", "=q1=#m1# =ds=#c4#", "", "3.50%" }; - { 11, 21289, "", "=q3=Libram: Blessing of Might VII", "=q1=#m1# =ds=#c4#", "", "3.07%" }; - { 12, 21290, "", "=q3=Libram: Holy Light IX", "=q1=#m1# =ds=#c4#", "", "3.09%" }; - { 13, 21284, "", "=q3=Codex of Greater Heal V", "=q1=#m1# =ds=#c5#", "", "5.15%" }; - { 14, 21287, "", "=q3=Codex of Prayer of Healing V", "=q1=#m1# =ds=#c5#", "", "4.89%" }; - { 15, 21285, "", "=q3=Codex of Renew X", "=q1=#m1# =ds=#c5#", "", "4.91%" }; - { 16, 21300, "", "=q3=Handbook of Backstab IX", "=q1=#m1# =ds=#c6#", "", "4.29%" }; - { 17, 21303, "", "=q3=Handbook of Feint V", "=q1=#m1# =ds=#c6#", "", "4.79%" }; - { 18, 21302, "", "=q3=Handbook of Deadly Poison V", "=q1=#m1# =ds=#c6#", "", "5.47%" }; - { 19, 21291, "", "=q3=Tablet of Healing Wave X", "=q1=#m1# =ds=#c7#", "", "2.05%" }; - { 20, 21292, "", "=q3=Tablet of Strength of Earth Totem V", "=q1=#m1# =ds=#c7#", "", "1.67%" }; - { 21, 21293, "", "=q3=Tablet of Grace of Air Totem III", "=q1=#m1# =ds=#c7#", "", "1.81%" }; - { 22, 21281, "", "=q3=Grimoire of Shadow Bolt X", "=q1=#m1# =ds=#c8#", "", "4.23%" }; - { 23, 21283, "", "=q3=Grimoire of Corruption VII", "=q1=#m1# =ds=#c8#", "", "3.82%" }; - { 24, 21282, "", "=q3=Grimoire of Immolate VIII", "=q1=#m1# =ds=#c8#", "", "4.51%" }; - { 25, 21298, "", "=q3=Manual of Battle Shout VII", "=q1=#m1# =ds=#c9#", "", "4.84%" }; - { 26, 21299, "", "=q3=Manual of Revenge VI", "=q1=#m1# =ds=#c9#", "", "4.78%" }; - { 27, 21297, "", "=q3=Manual of Heroic Strike IX", "=q1=#m1# =ds=#c9#", "", "4.83%" }; + { 24, 21761, "", "=q1=Scarab Coffer Key", "=ds=#e9#", "", "7.27%" }; + + { 12, 21404, "", "=q4=Dagger of Veiled Shadows", "=ds=#h1#, #w4#", "", "" }; + { 13, 21416, "", "=q4=Kris of Unspoken Names", "=ds=#h3#, #w4#", "", "" }; + { 14, 21413, "", "=q4=Blade of Vaulted Secrets", "=ds=#h3#, #w10#", "", "" }; + { 15, 21395, "", "=q4=Blade of Eternal Justice", "=ds=#h1#, #w10#", "", "" }; + + { 26, 21407, "", "=q4=Mace of Unending Life", "=ds=#h3#, #w6#", "", "" }; + { 27, 21410, "", "=q4=Gavel of Infinite Wisdom", "=ds=#h3#, #w6#", "", "" }; + { 28, 21398, "", "=q4=Hammer of the Gathering Storm", "=ds=#h3#, #w6#", "", "" }; + { 29, 21401, "", "=q4=Scythe of the Unseen Path", "=ds=#h1#, #w1#", "", "" }; + { 30, 21392, "", "=q4=Sickle of Unyielding Strength", "=ds=#h1#, #w1#", "", "" }; }; { Name = "AQ Enchants"; @@ -310,11 +270,13 @@ AtlasLoot_Data["TempleofAQ"] = { { 6, 21814, "", "=q4=Breastplate of Annihilation", "=ds=#s5#, #a4#", "", "11.01%" }; { 7, 21704, "", "=q4=Boots of the Redeemed Prophecy", "=ds=#s12#, #a4#", "", "7.75%" }; { 8, 21706, "", "=q4=Boots of the Unwavering Will", "=ds=#s12#, #a4#", "", "12.23%" }; + { 10, 21702, "", "=q4=Amulet of Foul Warding", "=ds=#s2#", "", "12.20%" }; { 11, 21700, "", "=q4=Pendant of the Qiraji Guardian", "=ds=#s2#", "", "11.57%" }; { 12, 21707, "", "=q4=Ring of Swarming Thought", "=ds=#s13#", "", "12.57%" }; { 13, 21703, "", "=q4=Hammer of Ji'zhi", "=ds=#h2#, #w6#", "", "7.14%" }; { 14, 21128, "", "=q4=Staff of the Qiraji Prophets", "=ds=#w9#", "", " 6.32%" }; + { 16, 21237, "", "=q4=Imperial Qiraji Regalia", "=ds=#m3#", "", "1.74%" }; { 17, 21273, "", "=q4=Blessed Qiraji Acolyte Staff", "=q1=#m4#, =ds=#w9#" }; { 18, 21275, "", "=q4=Blessed Qiraji Augur Staff", "=q1=#m4#, =ds=#w9#" }; @@ -326,30 +288,37 @@ AtlasLoot_Data["TempleofAQ"] = { { 25, 21269, "", "=q4=Blessed Qiraji Bulwark", "=q1=#m4#, =ds=#w8#" }; { 27, 22222, "", "=q3=Plans: Thick Obsidian Breastplate", "=ds=#p2# (300)", "", "5.00%" }; { 28, 22196, "", "=q4=Thick Obsidian Breastplate", "=ds=#s5#, #a4#" }; + + { 30, 20928, "", "=q4=Bindings of the Lost Nomad", "=ds=#tt2.5#", "", "100%", "=TT=T2.5FEET" }; }; { Name = BabbleBoss["The Bug Family"]; - { 1, 21697, "", "=q4=Cape of the Trinity", "=ds=#s4# =q2=#m5#", "", "14%" }; - { 2, 21694, "", "=q4=Ternary Mantle", "=ds=#s3#, #a1# =q2=#m5#", "", "16%" }; - { 3, 21696, "", "=q4=Robes of the Triumvirate", "=ds=#s5#, #a1# =q2=#m5#", "", "13%" }; - { 4, 21693, "", "=q4=Guise of the Devourer", "=ds=#s1#, #a2# =q2=#m5#", "", "16%" }; - { 5, 21692, "", "=q4=Triad Girdle", "=ds=#s10#, #a4# =q2=#m5#", "", "16%" }; - { 6, 21695, "", "=q4=Angelista's Touch", "=ds=#s13# =q2=#m5#", "", "14%" }; - { 8, 21237, "", "=q4=Imperial Qiraji Regalia", "=ds=#m3# =q2=#m5#", "", "7%" }; - { 9, 21232, "", "=q4=Imperial Qiraji Armaments", "=ds=#m3# =q2=#m5#", "", "7%" }; - { 11, 21680, "", "=q4=Vest of Swift Execution", "=ds=#s5#, #a2# =q2=#n115#", "", "21%" }; - { 12, 21603, "", "=q4=Wand of Qiraji Nobility", "=ds=#w12# =q2=#n115#", "", "25%" }; - { 13, 21681, "", "=q4=Ring of the Devoured", "=ds=#s13# =q2=#n115#", "", "17%" }; - { 14, 21685, "", "=q4=Petrified Scarab", "=ds=#s14# =q2=#n115#", "", "21%" }; - { 16, 21689, "", "=q4=Gloves of Ebru", "=ds=#s9#, #a2# =q2=#n116#", "", "18%" }; - { 17, 21691, "", "=q4=Ooze-ridden Gauntlets", "=ds=#s9#, #a4# =q2=#n116#", "", "20%" }; - { 18, 21688, "", "=q4=Boots of the Fallen Hero", "=ds=#s12#, #a4# =q2=#n116#", "", "18%" }; - { 19, 21690, "", "=q4=Angelista's Charm", "=ds=#s2# =q2=#n116#", "", "20%" }; - { 21, 21686, "", "=q4=Mantle of Phrenic Power", "=ds=#s3#, #a1# =q2=#n117#", "", "13%" }; - { 22, 21682, "", "=q4=Bile-Covered Gauntlets", "=ds=#s9#, #a2# =q2=#n117#", "", "19%" }; - { 23, 21684, "", "=q4=Mantle of the Desert's Fury", "=ds=#s3#, #a3# =q2=#n117#", "", "16%" }; - { 24, 21683, "", "=q4=Mantle of the Desert Crusade", "=ds=#s3#, #a4# =q2=#n117#", "", "14%" }; - { 25, 21687, "", "=q4=Ukko's Ring of Darkness", "=ds=#s13# =q2=#n117#", "", "20%" }; + { 1, 21697, "", "=q4=Cape of the Trinity", "=ds=#s4#", "", "14%" }; + { 2, 21694, "", "=q4=Ternary Mantle", "=ds=#s3#, #a1#", "", "16%" }; + { 3, 21696, "", "=q4=Robes of the Triumvirate", "=ds=#s5#, #a1#", "", "13%" }; + { 4, 21693, "", "=q4=Guise of the Devourer", "=ds=#s1#, #a2#", "", "16%" }; + { 5, 21692, "", "=q4=Triad Girdle", "=ds=#s10#, #a4#", "", "16%" }; + { 6, 21695, "", "=q4=Angelista's Touch", "=ds=#s13#", "", "14%" }; + { 8, 21237, "", "=q4=Imperial Qiraji Regalia", "=ds=#m3#", "", "7%" }; + { 9, 21232, "", "=q4=Imperial Qiraji Armaments", "=ds=#m3#", "", "7%" }; + + { 11, 21680, "", "=q4=Vest of Swift Execution", "=ds=#s5#, #a2#", "", "21%" }; + { 12, 21603, "", "=q4=Wand of Qiraji Nobility", "=ds=#w12#", "", "25%" }; + { 13, 21681, "", "=q4=Ring of the Devoured", "=ds=#s13#", "", "17%" }; + { 14, 21685, "", "=q4=Petrified Scarab", "=ds=#s14#", "", "21%" }; + + { 16, 21689, "", "=q4=Gloves of Ebru", "=ds=#s9#, #a2#", "", "18%" }; + { 17, 21691, "", "=q4=Ooze-ridden Gauntlets", "=ds=#s9#, #a4#", "", "20%" }; + { 18, 21688, "", "=q4=Boots of the Fallen Hero", "=ds=#s12#, #a4#", "", "18%" }; + { 19, 21690, "", "=q4=Angelista's Charm", "=ds=#s2#", "", "20%" }; + + { 21, 21686, "", "=q4=Mantle of Phrenic Power", "=ds=#s3#, #a1#", "", "13%" }; + { 22, 21682, "", "=q4=Bile-Covered Gauntlets", "=ds=#s9#, #a2#", "", "19%" }; + { 23, 21684, "", "=q4=Mantle of the Desert's Fury", "=ds=#s3#, #a3#", "", "16%" }; + { 24, 21683, "", "=q4=Mantle of the Desert Crusade", "=ds=#s3#, #a4#", "", "14%" }; + { 25, 21687, "", "=q4=Ukko's Ring of Darkness", "=ds=#s13#", "", "20%" }; + + { 27, 20928, "", "=q4=Bindings of the Lost Nomad", "=ds=#tt2.5#", "", "100%", "=TT=T2.5FEET" }; }; { Name = BabbleBoss["Battleguard Sartura"]; @@ -362,19 +331,24 @@ AtlasLoot_Data["TempleofAQ"] = { { 7, 21668, "", "=q4=Scaled Leggings of Qiraji Fury", "=ds=#s11#, #a3#", "", "4.03%" }; { 8, 21674, "", "=q4=Gauntlets of Steadfast Determination", "=ds=#s9#, #a4#", "", "11.07%" }; { 9, 21667, "", "=q4=Legplates of Blazing Light", "=ds=#s11#, #a4#", "", "7.44%" }; + { 11, 21678, "", "=q4=Necklace of Purity", "=ds=#s2#", "", "" }; { 12, 21670, "", "=q4=Badge of the Swarmguard", "=ds=#s14#", "", "13.22%" }; { 13, 21666, "", "=q4=Sartura's Might", "=ds=#s15#", "", "6.47%" }; { 14, 21673, "", "=q4=Silithid Claw", "=ds=#h3#, #w13#", "", "7.16%" }; + { 16, 21237, "", "=q4=Imperial Qiraji Regalia", "=ds=#m3#", "", "4.01%" }; { 17, 21273, "", "=q4=Blessed Qiraji Acolyte Staff", "=q1=#m4#, =ds=#w9#" }; { 18, 21275, "", "=q4=Blessed Qiraji Augur Staff", "=q1=#m4#, =ds=#w9#" }; { 19, 21268, "", "=q4=Blessed Qiraji War Hammer", "=q1=#m4#, =ds=#h1#, #w6#" }; + { 21, 21232, "", "=q4=Imperial Qiraji Armaments", "=ds=#m3#", "", "4.02%" }; { 22, 21242, "", "=q4=Blessed Qiraji War Axe", "=q1=#m4#, =ds=#h1#, #w1#" }; { 23, 21272, "", "=q4=Blessed Qiraji Musket", "=q1=#m4#, =ds=#w5#" }; { 24, 21244, "", "=q4=Blessed Qiraji Pugio", "=q1=#m4#, =ds=#h1#, #w4#" }; { 25, 21269, "", "=q4=Blessed Qiraji Bulwark", "=q1=#m4#, =ds=#w8#" }; + + { 27, 20932, "", "=q4=Spaulders of the Imperial Guard", "=ds=#tt2.5#", "", "100%", "=TT=T2.5SHOULDER" }; }; { Name = BabbleBoss["Fankriss the Unyielding"]; @@ -385,12 +359,14 @@ AtlasLoot_Data["TempleofAQ"] = { { 5, 21651, "", "=q4=Scaled Sand Reaver Leggings", "=ds=#s11#, #a3#", "", "12.91%" }; { 6, 21639, "", "=q4=Pauldrons of the Unrelenting", "=ds=#s3#, #a4#", "", "14.78%" }; { 7, 21652, "", "=q4=Silithid Carapace Chestguard", "=ds=#s5#, #a4#", "", "10.29%" }; + { 9, 21647, "", "=q4=Fetish of the Sand Reaver", "=ds=#s14#", "", "13.82%" }; { 10, 21664, "", "=q4=Barbed Choker", "=ds=#s2#", "", "12.63%" }; { 11, 22402, "", "=q4=Libram of Grace", "=ds=#s16#, #w16#", "", "4.21%" }; { 12, 22396, "", "=q4=Totem of Life", "=ds=#s16#, #w15#", "", "1.69%" }; { 13, 21650, "", "=q4=Ancient Qiraji Ripper", "=ds=#h1#, #w10#", "", " 7.19%" }; { 14, 21635, "", "=q4=Barb of the Sand Reaver", "=ds=#w7#", "", "6.61%" }; + { 16, 21237, "", "=q4=Imperial Qiraji Regalia", "=ds=#m3#", "", "4.84%" }; { 17, 21273, "", "=q4=Blessed Qiraji Acolyte Staff", "=q1=#m4#, =ds=#w9#" }; { 18, 21275, "", "=q4=Blessed Qiraji Augur Staff", "=q1=#m4#, =ds=#w9#" }; @@ -400,18 +376,23 @@ AtlasLoot_Data["TempleofAQ"] = { { 23, 21272, "", "=q4=Blessed Qiraji Musket", "=q1=#m4#, =ds=#w5#" }; { 24, 21244, "", "=q4=Blessed Qiraji Pugio", "=q1=#m4#, =ds=#h1#, #w4#" }; { 25, 21269, "", "=q4=Blessed Qiraji Bulwark", "=q1=#m4#, =ds=#w8#" }; + + { 27, 20932, "", "=q4=Spaulders of the Imperial Guard", "=ds=#tt2.5#", "", "100%", "=TT=T2.5SHOULDER" }; }; { Name = BabbleBoss["Viscidus"]; { 1, 21624, "", "=q4=Gauntlets of Kalimdor", "=ds=#s9#, #a3#", "", "3.90%" }; { 2, 21626, "", "=q4=Slime-coated Leggings", "=ds=#s11#, #a3#", "", "13.66%" }; { 3, 21623, "", "=q4=Gauntlets of the Righteous Champion", "=ds=#s9#, #a4#", "", "5.37%" }; - { 5, 21677, "", "=q4=Ring of the Qiraji Fury", "=ds=#s13#", "", "2.93%" }; - { 6, 21625, "", "=q4=Scarab Brooch", "=ds=#s14#", "", "21.46%" }; - { 7, 22399, "", "=q4=Idol of Health", "=ds=#s16#, #w14#", "", "7.32%" }; - { 8, 21622, "", "=q4=Sharpened Silithid Femur", "=ds=#h3#, #w10#", "", "15.12%" }; - { 10, 20932, "", "=q4=Spaulders of the Imperial Guard", "=ds=#tt2.5#", "", "100%", "=TT=T2.5SHOULDER" }; - { 11, 20928, "", "=q4=Bindings of the Lost Nomad", "=ds=#tt2.5#", "", "100%", "=TT=T2.5FEET" }; + { 4, 21691, "", "=q4=Ooze-ridden Gauntlets", "=ds=#s9#, #a4#", "", "5.37%" }; + { 5, 21688, "", "=q4=Boots of the Fallen Hero", "=ds=#s12#, #a4#", "", "18%" }; + { 6, 21682, "", "=q4=Bile-Covered Gauntlets", "=ds=#s9#, #a2#", "", "19%" }; + + { 8, 21677, "", "=q4=Ring of the Qiraji Fury", "=ds=#s13#", "", "2.93%" }; + { 9, 21625, "", "=q4=Scarab Brooch", "=ds=#s14#", "", "21.46%" }; + { 10, 22399, "", "=q4=Idol of Health", "=ds=#s16#, #w14#", "", "7.32%" }; + { 11, 21622, "", "=q4=Sharpened Silithid Femur", "=ds=#h3#, #w10#", "", "15.12%" }; + { 16, 21237, "", "=q4=Imperial Qiraji Regalia", "=ds=#m3#", "", "3.19%" }; { 17, 21273, "", "=q4=Blessed Qiraji Acolyte Staff", "=q1=#m4#, =ds=#w9#" }; { 18, 21275, "", "=q4=Blessed Qiraji Augur Staff", "=q1=#m4#, =ds=#w9#" }; @@ -421,26 +402,40 @@ AtlasLoot_Data["TempleofAQ"] = { { 23, 21272, "", "=q4=Blessed Qiraji Musket", "=q1=#m4#, =ds=#w5#" }; { 24, 21244, "", "=q4=Blessed Qiraji Pugio", "=q1=#m4#, =ds=#h1#, #w4#" }; { 25, 21269, "", "=q4=Blessed Qiraji Bulwark", "=q1=#m4#, =ds=#w8#" }; + + { 27, 20932, "", "=q4=Spaulders of the Imperial Guard", "=ds=#tt2.5#", "", "100%", "=TT=T2.5SHOULDER" }; + { 28, 20931, "", "=q4=Hardened Qiraj Chitin", "=ds=#tt2.5#", "", "100%", "=TT=T2.5LEGS" }; + { 29, 20930, "", "=q4=Diadem of the Desert Prince", "=ds=#tt2.5#", "", "100%", "=TT=T2.5HEAD" }; + { 30, 20928, "", "=q4=Bindings of the Lost Nomad", "=ds=#tt2.5#", "", "100%", "=TT=T2.5FEET" }; }; - { + { Name = BabbleBoss["Princess Huhuran"]; { 1, 21619, "", "=q4=Gloves of the Messiah", "=ds=#s9#, #a1#", "", "12.01%" }; { 2, 21621, "", "=q4=Cloak of the Golden Hive", "=ds=#s4#", "", "12.56%" }; { 3, 21617, "", "=q4=Wasphide Gauntlets", "=ds=#s9#, #a2#", "", "11.97%" }; { 4, 21618, "", "=q4=Hive Defiler Wristguards", "=ds=#s8#, #a4#", "", "10.34%" }; - { 6, 21620, "", "=q4=Ring of the Martyr", "=ds=#s13#", "", "12.97%" }; - { 7, 21616, "", "=q4=Huhuran's Stinger", "=ds=#w2#", "", "5.71%" }; - { 9, 20932, "", "=q4=Spaulders of the Imperial Guard", "=ds=#tt2.5#", "", "100%", "=TT=T2.5SHOULDER" }; - { 10, 20928, "", "=q4=Bindings of the Lost Nomad", "=ds=#tt2.5#", "", "100%", "=TT=T2.5FEET" }; + { 5, 21694, "", "=q4=Ternary Mantle", "=ds=#s3#, #a1#", "", "16%" }; + { 6, 21683, "", "=q4=Mantle of the Desert Crusade", "=ds=#s3#, #a4#", "", "14%" }; + { 7, 21680, "", "=q4=Vest of Swift Execution", "=ds=#s5#, #a2#", "", "21%" }; + { 8, 21668, "", "=q4=Scaled Leggings of Qiraji Fury", "=ds=#s11#, #a3#", "", "4.03%" }; + + { 10, 21603, "", "=q4=Wand of Qiraji Nobility", "=ds=#w12#", "", "25%" }; + { 11, 21620, "", "=q4=Ring of the Martyr", "=ds=#s13#", "", "12.97%" }; + { 12, 21616, "", "=q4=Huhuran's Stinger", "=ds=#w2#", "", "5.71%" }; + { 16, 21237, "", "=q4=Imperial Qiraji Regalia", "=ds=#m3#", "", "4.31%" }; { 17, 21273, "", "=q4=Blessed Qiraji Acolyte Staff", "=q1=#m4#, =ds=#w9#" }; { 18, 21275, "", "=q4=Blessed Qiraji Augur Staff", "=q1=#m4#, =ds=#w9#" }; { 19, 21268, "", "=q4=Blessed Qiraji War Hammer", "=q1=#m4#, =ds=#h1#, #w6#" }; + { 21, 21232, "", "=q4=Imperial Qiraji Armaments", "=ds=#m3#", "", "4.11%" }; { 22, 21242, "", "=q4=Blessed Qiraji War Axe", "=q1=#m4#, =ds=#h1#, #w1#" }; { 23, 21272, "", "=q4=Blessed Qiraji Musket", "=q1=#m4#, =ds=#w5#" }; { 24, 21244, "", "=q4=Blessed Qiraji Pugio", "=q1=#m4#, =ds=#h1#, #w4#" }; { 25, 21269, "", "=q4=Blessed Qiraji Bulwark", "=q1=#m4#, =ds=#w8#" }; + + { 27, 20932, "", "=q4=Spaulders of the Imperial Guard", "=ds=#tt2.5#", "", "100%", "=TT=T2.5SHOULDER" }; + { 28, 20931, "", "=q4=Hardened Qiraj Chitin", "=ds=#tt2.5#", "", "100%", "=TT=T2.5LEGS" }; }; { Name = BabbleBoss["The Twin Emperors"]; @@ -451,12 +446,14 @@ AtlasLoot_Data["TempleofAQ"] = { { 5, 21597, "", "=q4=Royal Scepter of Vek'lor", "=ds=#s15#", "", "6.99%" }; { 6, 21601, "", "=q4=Ring of Emperor Vek'lor", "=ds=#s13#", "", "17.27%" }; { 7, 20735, "", "=q3=Formula: Enchant Cloak - Subtlety", "=ds=#p4# (300)", "", "6.62%" }; + { 9, 21232, "", "=q4=Imperial Qiraji Armaments", "=ds=#m3#", "", "6.25%" }; { 10, 21242, "", "=q4=Blessed Qiraji War Axe", "=q1=#m4#, =ds=#h1#, #w1#" }; { 11, 21272, "", "=q4=Blessed Qiraji Musket", "=q1=#m4#, =ds=#w5#" }; { 12, 21244, "", "=q4=Blessed Qiraji Pugio", "=q1=#m4#, =ds=#h1#, #w4#" }; { 13, 21269, "", "=q4=Blessed Qiraji Bulwark", "=q1=#m4#, =ds=#w8#" }; { 15, 20930, "", "=q4=Diadem of the Desert Prince", "=ds=#tt2.5#", "", "100%", "=TT=T2.5HEAD" }; + { 16, 21604, "", "=q4=Bracelets of Royal Redemption", "=ds=#s8#, #a1#", "", "12.51%" }; { 17, 21605, "", "=q4=Gloves of the Hidden Temple", "=ds=#s9#, #a2#", "", "15.45%" }; { 18, 21609, "", "=q4=Regenerating Belt of Vek'nilash", "=ds=#s10#, #a2#", "", "13.35%" }; @@ -465,6 +462,7 @@ AtlasLoot_Data["TempleofAQ"] = { { 21, 21679, "", "=q4=Kalimdor's Revenge", "=ds=#h2#, #w10#", "", "9.25%" }; { 22, 21608, "", "=q4=Amulet of Vek'nilash", "=ds=#s2#", "", "14.25%" }; { 23, 20726, "", "=q3=Formula: Enchant Gloves - Threat", "=ds=#p4# (300)", "", "6.24%" }; + { 25, 21237, "", "=q4=Imperial Qiraji Regalia", "=ds=#m3#", "", "5.00%" }; { 26, 21273, "", "=q4=Blessed Qiraji Acolyte Staff", "=q1=#m4#, =ds=#w9#" }; { 27, 21275, "", "=q4=Blessed Qiraji Augur Staff", "=q1=#m4#, =ds=#w9#" }; @@ -478,16 +476,23 @@ AtlasLoot_Data["TempleofAQ"] = { { 4, 23570, "", "=q4=Jom Gabbar", "=ds=#s14#", "", "2.80%" }; { 5, 23557, "", "=q4=Larvae of the Great Worm", "=ds=#w5#", "", "3.95%" }; { 6, 21610, "", "=q4=Wormscale Blocker", "=ds=#w8#", "", "16.54%" }; - { 8, 20931, "", "=q4=Hardened Qiraj Chitin", "=ds=#tt2.5#", "", "100%", "=TT=T2.5LEGS" }; + { 7, 21708, "", "=q4=Beetle Scaled Wristguards", "=ds=#s8#, #a2#", "", "12.85%" }; + { 8, 21645, "", "=q4=Hive Tunneler's Boots", "=ds=#s12#, #a2#", "", "14.04%" }; + { 9, 21605, "", "=q4=Gloves of the Hidden Temple", "=ds=#s9#, #a2#", "", "15.45%" }; + { 10, 15029, "", "=q3=Aera's Poison Gland", "=ds=#w12#", "", "3.65%" }; + { 16, 21237, "", "=q4=Imperial Qiraji Regalia", "=ds=#m3#", "", "5.20%" }; { 17, 21273, "", "=q4=Blessed Qiraji Acolyte Staff", "=q1=#m4# =ds=#w9#" }; { 18, 21275, "", "=q4=Blessed Qiraji Augur Staff", "=q1=#m4# =ds=#w9#" }; { 19, 21268, "", "=q4=Blessed Qiraji War Hammer", "=q1=#m4# =ds=#h1#, #w6#" }; + { 21, 21232, "", "=q4=Imperial Qiraji Armaments", "=ds=#m3#", "", "4.10%" }; { 22, 21242, "", "=q4=Blessed Qiraji War Axe", "=q1=#m4# =ds=#h1#, #w1#" }; { 23, 21272, "", "=q4=Blessed Qiraji Musket", "=q1=#m4# =ds=#w5#" }; { 24, 21244, "", "=q4=Blessed Qiraji Pugio", "=q1=#m4# =ds=#h1#, #w4#" }; { 25, 21269, "", "=q4=Blessed Qiraji Bulwark", "=q1=#m4# =ds=#w8#" }; + + { 27, 20931, "", "=q4=Hardened Qiraj Chitin", "=ds=#tt2.5#", "", "100%", "=TT=T2.5LEGS" }; }; { Name = BabbleBoss["C'Thun"]; @@ -498,22 +503,26 @@ AtlasLoot_Data["TempleofAQ"] = { { 5, 21582, "", "=q4=Grasp of the Old God", "=ds=#s10#, #a1#", "", "15.04%" }; { 6, 21586, "", "=q4=Belt of Never-ending Agony", "=ds=#s10#, #a2#", "", "11.24%" }; { 7, 21581, "", "=q4=Gauntlets of Annihilation", "=ds=#s9#, #a4#", "", "12.04%" }; + { 9, 22732, "", "=q4=Mark of C'Thun", "=ds=#s2#", "", "10.62%" }; { 10, 21596, "", "=q4=Ring of the Godslayer", "=ds=#s13#", "", "11.83%" }; { 11, 21579, "", "=q4=Vanquished Tentacle of C'Thun", "=ds=#s14#", "", "12.18%" }; { 12, 21126, "", "=q4=Death's Sting", "=ds=#h1#, #w4#", "", "" }; { 13, 21134, "", "=q4=Dark Edge of Insanity", "=ds=#h2#, #w1#", "", "" }; { 14, 21839, "", "=q4=Scepter of the False Prophet", "=ds=#h3#, #w6#", "", "4.75%" }; - { 16, 20933, "", "=q4=Husk of the Old God", "=ds=#tt2.5#", "", "100%", "=TT=T2.5CHEST" }; - { 18, 21221, "", "=q4=Eye of C'Thun", "=ds=#m2#", "", "100%" }; - { 19, 21710, "", "=q4=Cloak of the Fallen God", "=q1=#m4#: =ds=#s4#" }; - { 20, 21712, "", "=q4=Amulet of the Fallen God", "=q1=#m4#: =ds=#s2#" }; - { 21, 21709, "", "=q4=Ring of the Fallen God", "=q1=#m4#: =ds=#s13#" }; - { 23, 22734, "", "=q1=Base of Atiesh", "=ds=#m3#" }; - { 24, 22632, "", "=q5=Atiesh, Greatstaff of the Guardian", "=ds=#m4#, =q1=#m1# =ds=#c1#" }; - { 25, 22589, "", "=q5=Atiesh, Greatstaff of the Guardian", "=ds=#m4#, =q1=#m1# =ds=#c3#" }; - { 26, 22631, "", "=q5=Atiesh, Greatstaff of the Guardian", "=ds=#m4#, =q1=#m1# =ds=#c5#" }; - { 27, 22630, "", "=q5=Atiesh, Greatstaff of the Guardian", "=ds=#m4#, =q1=#m1# =ds=#c8#" }; + + { 15, 21221, "", "=q4=Eye of C'Thun", "=ds=#m2#", "", "100%" }; + { 16, 21710, "", "=q4=Cloak of the Fallen God", "=q1=#m4#: =ds=#s4#" }; + { 17, 21712, "", "=q4=Amulet of the Fallen God", "=q1=#m4#: =ds=#s2#" }; + { 18, 21709, "", "=q4=Ring of the Fallen God", "=q1=#m4#: =ds=#s13#" }; + + { 20, 22734, "", "=q1=Base of Atiesh", "=ds=#m3#" }; + { 21, 22632, "", "=q5=Atiesh, Greatstaff of the Guardian", "=ds=#m4#, =q1=#m1# =ds=#c1#" }; + { 22, 22589, "", "=q5=Atiesh, Greatstaff of the Guardian", "=ds=#m4#, =q1=#m1# =ds=#c3#" }; + { 23, 22631, "", "=q5=Atiesh, Greatstaff of the Guardian", "=ds=#m4#, =q1=#m1# =ds=#c5#" }; + { 24, 22630, "", "=q5=Atiesh, Greatstaff of the Guardian", "=ds=#m4#, =q1=#m1# =ds=#c8#" }; + + { 26, 20933, "", "=q4=Husk of the Old God", "=ds=#tt2.5#", "", "100%", "=TT=T2.5CHEST" }; }; { Name = AL["Trash Mobs"]; @@ -1284,7 +1293,7 @@ AtlasLoot_Data["MoltenCore"] = { { 9, 19147, "", "=q4=Ring of Spell Power", "=ds=#s13#", "", "2.23%" }; { 10, 18878, "", "=q4=Sorcerous Dagger", "=ds=#h3#, #w4#", "", "2.23%" }; { 11, 17077, "", "=q4=Crimson Shocker", "=ds=#w12#", "", "1.60%" }; - { 16, 2522362, "", "=q4=Molten Wristgaurds", "=ds=#tt1#", "", "100%", "=TT=T1WRIST" }; + { 16, 2522362, "", "=q4=Molten Wristguards", "=ds=#tt1#", "", "100%", "=TT=T1WRIST" }; { 18, 17329, "", "=q1=Hand of Lucifron", "=ds=#m3#" }; }; { @@ -1494,9 +1503,10 @@ AtlasLoot_Data["BlackwingLair"] = { Map = "BlackwingLair"; { Name = BabbleBoss["Razorgore the Untamed"]; - { 1, 19337, "", "=q4=The Black Book", "=ds=#s14#, =q1=#m1# =ds=#c8#", "", "20%" }; - { 2, 19336, "", "=q4=Arcane Infused Gem", "=ds=#s14#, =q1=#m1# =ds=#c2#", "", "20%" }; - { 3, 19344, "", "=q4=Natural Alignment Crystal", "=ds=#s14#, =q1=#m1# =ds=#c7#", "", "6.67%" }; + { 1, 19337, "", "=q4=The Black Book", "=ds=#s14#", "", "" }; + { 2, 19336, "", "=q4=Arcane Infused Gem", "=ds=#s14#", "", "" }; + { 3, 1506015, "", "=q4=Soulsong Crystal", "=ds=#s14#", "", "" }; + { 4, 1506014, "", "=q4=Living Blood Gem", "=ds=#s14#", "", "" }; { 5, 19370, "", "=q4=Mantle of the Blackwing Cabal", "=ds=#s3#, #a1#", "", "20%" }; { 6, 19369, "", "=q4=Gloves of Rapid Evolution", "=ds=#s9#, #a1#", "", "20%" }; { 7, 19334, "", "=q4=The Untamed Blade", "=ds=#h2#, #w10#", "", "10%" }; @@ -1504,7 +1514,7 @@ AtlasLoot_Data["BlackwingLair"] = { { 9, 19397, "", "=q4=Ring of Blackrock", "=ds=#s13#", "", "6.67%" }; { 10, 19357, "", "=q4=Herald of Woe", "=ds=#h2#, #w6#", "", "16.67%" }; { 11, 19405, "", "=q4=Malfurion's Blessed Bulwark", "=ds=#s5#, #a2#", "", "16.67%" }; - { 16, 2522462, "", "=q4=Chromatic Wristgaurds", "=ds=#tt2#", "", "100%", "=TT=T2WRIST" }; + { 16, 2522462, "", "=q4=Chromatic Wristguards", "=ds=#tt2#", "", "100%", "=TT=T2WRIST" }; }; { Name = BabbleBoss["Vaelastrasz the Corrupt"]; @@ -1517,6 +1527,7 @@ AtlasLoot_Data["BlackwingLair"] = { { 7, 19430, "", "=q4=Shroud of Pure Thought", "=ds=#s4#", "", "16.67%" }; { 8, 19403, "", "=q4=Band of Forced Concentration", "=ds=#s13#", "", "16.67%" }; { 9, 19367, "", "=q4=Dragon's Touch", "=ds=#w12#", "", "16.67%" }; + { 10, 14000, "", "=q4=Ring of Trinity Force", "=ds=#s13#", "", "12.5%" }; { 16, 2522463, "", "=q4=Chromatic Girdle", "=ds=#tt2#", "", "100%", "=TT=T2WAIST" }; }; { @@ -1530,8 +1541,7 @@ AtlasLoot_Data["BlackwingLair"] = { { 7, 19350, "", "=q4=Heartstriker", "=ds=#w2#", "", "10%" }; { 8, 19402, "", "=q4=Legguards of the Fallen Crusader", "=ds=#s11#, #a4#", "", "12.5%" }; { 9, 19365, "", "=q4=Claw of the Black Drake", "=ds=#h3#, #w13#", "", "12.5%" }; - { 10, 14000, "", "=q4=Ring of Trinity Force", "=ds=#h3#, #w13#", "", "12.5%" }; - { 11, 19432, "", "=q4=Circle of Applied Force", "=ds=#s13#", "", "16.67%" }; + { 10, 19432, "", "=q4=Circle of Applied Force", "=ds=#s13#", "", "16.67%" }; { 16, 2522465, "", "=q4=Chromatic Boots", "=ds=#tt2#", "", "100%", "=TT=T2FEET" }; { 18, 20383, "", "=q1=Head of the Broodlord Lashlayer", "=ds=#m3#", "", "100%" }; }; @@ -5009,58 +5019,106 @@ AtlasLoot_Data["AQ20Sets"] = { Type = "ClassicRaid"; { Name = AL["Symbols of Unending Life"]; - { 1, 21407, "", "=q4=Mace of Unending Life", "=q4=#aq20t1#, =ds=#r5#" }; + { 1, 1506017, "", "=q4=Locket of Unending Life", "=q4=#aq20t1#, =ds=#r5#" }; { 2, 21409, "", "=q4=Cloak of Unending Life", "=q3=#aq20t5#, =ds=#r4#" }; { 3, 21408, "", "=q4=Band of Unending Life", "=q3=#aq20t3#, =ds=#r3#" }; }; { Name = AL["Trappings of the Unseen Path"]; - { 1, 21401, "", "=q4=Scythe of the Unseen Path", "=q4=#aq20t6#, =ds=#r5#" }; + { 1, 1506018, "", "=q4=Choker of the Unseen Path", "=q4=#aq20t6#, =ds=#r5#" }; { 2, 21403, "", "=q4=Cloak of the Unseen Path", "=q3=#aq20t5#, =ds=#r4#" }; { 3, 21402, "", "=q4=Signet of the Unseen Path", "=q3=#aq20t4#, =ds=#r3#" }; }; { Name = AL["Trappings of Vaulted Secrets"]; - { 1, 21413, "", "=q4=Blade of Vaulted Secrets", "=q4=#aq20t1#, =ds=#r5#" }; + { 1, 1506021, "", "=q4=Charm of Vaulted Secrets", "=q4=#aq20t1#, =ds=#r5#" }; { 2, 21415, "", "=q4=Drape of Vaulted Secrets", "=q3=#aq20t2#, =ds=#r4#" }; { 3, 21414, "", "=q4=Band of Vaulted Secrets", "=q3=#aq20t3#, =ds=#r3#" }; }; { Name = AL["Battlegear of Eternal Justice"]; - { 1, 21395, "", "=q4=Blade of Eternal Justice", "=q4=#aq20t6#, =ds=#r5#" }; + { 1, 1506020, "", "=q4=Medallion of Eternal Justice", "=q4=#aq20t6#, =ds=#r5#" }; { 2, 21397, "", "=q4=Cape of Eternal Justice", "=q3=#aq20t5#, =ds=#r4#" }; { 3, 21396, "", "=q4=Ring of Eternal Justice", "=q3=#aq20t3#, =ds=#r3#" }; }; { Name = AL["Finery of Infinite Wisdom"]; - { 1, 21410, "", "=q4=Gavel of Infinite Wisdom", "=q4=#aq20t1#, =ds=#r5#" }; + { 1, 1506023, "", "=q4=Bayadere of Infinite Wisdom", "=q4=#aq20t1#, =ds=#r5#" }; { 2, 21412, "", "=q4=Shroud of Infinite Wisdom", "=q3=#aq20t2#, =ds=#r4#" }; { 3, 21411, "", "=q4=Ring of Infinite Wisdom", "=q3=#aq20t4#, =ds=#r3#" }; }; { Name = AL["Emblems of Veiled Shadows"]; - { 1, 21404, "", "=q4=Dagger of Veiled Shadows", "=q4=#aq20t6#, =ds=#r5#" }; + { 1, 1506021, "", "=q4=Charm of Vaulted Secrets", "=q4=#aq20t6#, =ds=#r5#" }; { 2, 21406, "", "=q4=Cloak of Veiled Shadows", "=q3=#aq20t2#, =ds=#r4#" }; { 3, 21405, "", "=q4=Band of Veiled Shadows", "=q3=#aq20t4#, =ds=#r3#" }; }; { Name = AL["Gift of the Gathering Storm"]; - { 1, 21398, "", "=q4=Hammer of the Gathering Storm", "=q4=#aq20t6#, =ds=#r5#" }; + { 1, 1506024, "", "=q4=Necklace of the Gathering Storm", "=q4=#aq20t6#, =ds=#r5#" }; { 2, 21400, "", "=q4=Cloak of the Gathering Storm", "=q3=#aq20t5#, =ds=#r4#" }; { 3, 21399, "", "=q4=Ring of the Gathering Storm", "=q3=#aq20t3#, =ds=#r3#" }; }; { Name = AL["Implements of Unspoken Names"]; - { 1, 21416, "", "=q4=Kris of Unspoken Names", "=q4=#aq20t1#, =ds=#r5#" }; + { 1, 1506026, "", "=q4=Bayadere of Unspoken Names", "=q4=#aq20t1#, =ds=#r5#" }; { 2, 21418, "", "=q4=Shroud of Unspoken Names", "=q3=#aq20t5#, =ds=#r4#" }; { 3, 21417, "", "=q4=Ring of Unspoken Names", "=q3=#aq20t4#, =ds=#r3#" }; }; { Name = AL["Battlegear of Unyielding Strength"]; - { 1, 21392, "", "=q4=Sickle of Unyielding Strength", "=q4=#aq20t6#, =ds=#r5#" }; + { 1, 1506025, "", "=q4=Collar of Unyielding Strength", "=q4=#aq20t6#, =ds=#r5#" }; { 2, 21394, "", "=q4=Drape of Unyielding Strength", "=q3=#aq20t2#, =ds=#r4#" }; { 3, 21393, "", "=q4=Signet of Unyielding Strength", "=q3=#aq20t3#=ds=, #r3#" }; }; + { + Name = AL["Keepsakes of Endless Machinations"]; + { 1, 1506027, "", "=q4=Choker of Endless Machinations", "=q4=#aq20t6#, =ds=#r5#" }; + { 2, 1506028, "", "=q4=Shroud of Endless Machinations", "=q3=#aq20t2#, =ds=#r4#" }; + { 3, 1506029, "", "=q4=Loop of Endless Machinations", "=q3=#aq20t3#=ds=, #r3#" }; + }; + { + Name = AL["Regalia of Roaring Earth"]; + { 1, 1506019, "", "=q4=Pendant of Roaring Earth", "=q4=#aq20t6#, =ds=#r5#" }; + { 2, 1506031, "", "=q4=Drape of Roaring Earth", "=q3=#aq20t2#, =ds=#r4#" }; + { 3, 1506030, "", "=q4=Signet of Roaring Earth", "=q3=#aq20t3#=ds=, #r3#" }; + }; + { + Name = AL["Relics of Ferocious Vigor"]; + { 1, 1506034, "", "=q4=Choker of Ferocious Vigor", "=q4=#aq20t6#, =ds=#r5#" }; + { 2, 1506033, "", "=q4=Cape of Ferocious Vigor", "=q3=#aq20t2#, =ds=#r4#" }; + { 3, 1506032, "", "=q4=Signet of Ferocious Vigor", "=q3=#aq20t3#=ds=, #r3#" }; + }; + { + Name = AL["Laurels of the Faithful Zealot"]; + { 1, 1506037, "", "=q4=Locket of the Faithful Zealot", "=q4=#aq20t6#, =ds=#r5#" }; + { 2, 1506036, "", "=q4=Shroud of the Faithful Zealot", "=q3=#aq20t2#, =ds=#r4#" }; + { 3, 1506035, "", "=q4=Band of the Faithful Zealot", "=q3=#aq20t3#=ds=, #r3#" }; + }; + { + Name = AL["Instruments of Masterful Technique"]; + { 1, 1506040, "", "=q4=Locket of Masterful Technique", "=q4=#aq20t6#, =ds=#r5#" }; + { 2, 1506039, "", "=q4=Drape of Masterful Technique", "=q3=#aq20t2#, =ds=#r4#" }; + { 3, 1506038, "", "=q4=Band of Masterful Technique", "=q3=#aq20t3#=ds=, #r3#" }; + }; + { + Name = AL["Decorations of Martial Prowess"]; + { 1, 1506043, "", "=q4=Lariat of Martial Prowess", "=q4=#aq20t6#, =ds=#r5#" }; + { 2, 1506042, "", "=q4=Cloak of Martial Prowess", "=q3=#aq20t2#, =ds=#r4#" }; + { 3, 1506041, "", "=q4=Ring of Martial Prowess", "=q3=#aq20t3#=ds=, #r3#" }; + }; + { + Name = AL["Trophies of Unrivaled Rage"]; + { 1, 1506046, "", "=q4=Collar of Unrivaled Rage", "=q4=#aq20t6#, =ds=#r5#" }; + { 2, 1506045, "", "=q4=Cloak of Unrivaled Rage", "=q3=#aq20t2#, =ds=#r4#" }; + { 3, 1506044, "", "=q4=Signet of Unrivaled Rage", "=q3=#aq20t3#=ds=, #r3#" }; + }; + { + Name = AL["Remnants of Expansive Research"]; + { 1, 1506049, "", "=q4=Bayadere of Expansive Research", "=q4=#aq20t6#, =ds=#r5#" }; + { 2, 1506048, "", "=q4=Drape of Expansive Research", "=q3=#aq20t2#, =ds=#r4#" }; + { 3, 1506047, "", "=q4=Loop of Expansive Research", "=q3=#aq20t3#=ds=, #r3#" }; + }; }; ----------------- @@ -5078,6 +5136,22 @@ AtlasLoot_Data["T2.5"] = { { 4, 21354, "", "=q4=Genesis Shoulderpads", "" }; { 5, 21355, "", "=q4=Genesis Boots", "" }; }; + { + Name = AL["Druid"] .. " - Tank"; + { 1, 1507029, "", "=q4=Genesis Carapace", "" }; + { 2, 1507025, "", "=q4=Genesis Mask", "" }; + { 3, 1507028, "", "=q4=Genesis Pants", "" }; + { 4, 1507026, "", "=q4=Genesis Shoulderpads", "" }; + { 5, 1507027, "", "=q4=Genesis Treads", "" }; + }; + { + Name = AL["Druid"] .. " - Feral"; + { 1, 1507024, "", "=q4=Genesis Garb", "" }; + { 2, 1507020, "", "=q4=Genesis Visor", "" }; + { 3, 1507023, "", "=q4=Genesis Legguards", "" }; + { 4, 1507021, "", "=q4=Genesis Pauldrons", "" }; + { 5, 1507022, "", "=q4=Genesis Footwraps", "" }; + }; { Name = LOCALIZED_CLASS_NAMES_MALE["HUNTER"]; { 1, 21370, "", "=q4=Striker's Hauberk", "" }; @@ -5102,6 +5176,14 @@ AtlasLoot_Data["T2.5"] = { { 4, 21391, "", "=q4=Avenger's Pauldrons", "" }; { 5, 21388, "", "=q4=Avenger's Greaves", "" }; }; + { + Name = LOCALIZED_CLASS_NAMES_MALE["PALADIN"] .. " - Tank"; + { 1, 1507030, "", "=q4=Avenger's Carapace", "" }; + { 2, 1507031, "", "=q4=Avenger's Laurels", "" }; + { 3, 1507033, "", "=q4=Avenger's Legplates", "" }; + { 4, 1507034, "", "=q4=Avenger's Shoulderguards", "" }; + { 5, 1507032, "", "=q4=Avenger's Sabatons", "" }; + }; { Name = LOCALIZED_CLASS_NAMES_MALE["PRIEST"]; { 1, 21351, "", "=q4=Vestments of the Oracle", "" }; @@ -5126,6 +5208,14 @@ AtlasLoot_Data["T2.5"] = { { 4, 21376, "", "=q4=Stormcaller's Pauldrons", "" }; { 5, 21373, "", "=q4=Stormcaller's Footguards", "" }; }; + { + Name = LOCALIZED_CLASS_NAMES_MALE["SHAMAN"] .. " - Hybrid"; + { 1, 1507017, "", "=q4=Stormcaller's Chestguard", "" }; + { 2, 1507015, "", "=q4=Stormcaller's Crown", "" }; + { 3, 1507018, "", "=q4=Stormcaller's Greaves", "" }; + { 4, 1507019, "", "=q4=Stormcaller's Epaulets", "" }; + { 5, 1507016, "", "=q4=Stormcaller's Stompers", "" }; + }; { Name = LOCALIZED_CLASS_NAMES_MALE["WARLOCK"]; { 1, 21334, "", "=q4=Doomcaller's Robes", "" }; @@ -5142,6 +5232,14 @@ AtlasLoot_Data["T2.5"] = { { 4, 21330, "", "=q4=Conqueror's Spaulders", "" }; { 5, 21333, "", "=q4=Conqueror's Greaves", "" }; }; + { + Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] .. " - Parry Tank"; + { 1, 1507002, "", "=q4=Conqueror's Carapace", "" }; + { 2, 1507000, "", "=q4=Conqueror's Tusks", "" }; + { 3, 1507003, "", "=q4=Conqueror's Tassets", "" }; + { 4, 1507001, "", "=q4=Conqueror's Shoulderplates", "" }; + { 5, 1507004, "", "=q4=Conqueror's Advance", "" }; + }; { Name = LOCALIZED_CLASS_NAMES_MALE["WARRIOR"] .. " - DPS"; { 1, 10912, "", "=q4=Conqueror's Chestplate", "" };