Fixed low level dungeons with two boss pages

This commit is contained in:
Szyler
2021-08-20 16:37:40 +02:00
parent 2a99d86383
commit cd6516d73d
2 changed files with 98 additions and 95 deletions
+8 -8
View File
@@ -436,8 +436,8 @@ end
-- Auch: Mana-Tombs MYTHIC
AtlasLoot_TableNames["AuchManaPandemonius25Man"] = { BabbleBoss["Pandemonius"], "AtlasLootBurningCrusade" };
AtlasLoot_TableNames["AuchManaTavarok25Man"] = { BabbleBoss["Tavarok"], "AtlasLootBurningCrusade" };
AtlasLoot_TableNames["AuchManaNexusPrince25Man"] = { BabbleBoss["Nexus-Prince Shaffar"], "AtlasLootBurningCrusade" };
AtlasLoot_TableNames["AuchManaNexusPrince25Man"] = { BabbleBoss["Nexus-Prince Shaffar"].." ("..AL["Heroic"]..")", "AtlasLootBurningCrusade" };
AtlasLoot_TableNames["AuchManaNexusPrince25ManHEROIC"] = { BabbleBoss["Nexus-Prince Shaffar"], "AtlasLootBurningCrusade" };
AtlasLoot_TableNames["AuchManaNexusPrince225ManHEROIC"] = { BabbleBoss["Nexus-Prince Shaffar"].." ("..AL["Heroic"]..")", "AtlasLootBurningCrusade" };
AtlasLoot_TableNames["AuchManaYor25Man"] = { AL["Yor"].." ("..AL["Heroic"]..")", "AtlasLootBurningCrusade" };
-- Auch: Sethekk Halls
AtlasLoot_TableNames["AuchSethekkDarkweaver"] = { BabbleBoss["Darkweaver Syth"], "AtlasLootBurningCrusade" };
@@ -535,8 +535,8 @@ end
AtlasLoot_TableNames["CFRUnderHungarfen25Man"] = { BabbleBoss["Hungarfen"], "AtlasLootBurningCrusade" };
AtlasLoot_TableNames["CFRUnderGhazan25Man"] = { BabbleBoss["Ghaz'an"], "AtlasLootBurningCrusade" };
AtlasLoot_TableNames["CFRUnderSwamplord25Man"] = { BabbleBoss["Swamplord Musel'ek"], "AtlasLootBurningCrusade" };
AtlasLoot_TableNames["CFRUnderStalker25Man"] = { BabbleBoss["The Black Stalker"], "AtlasLootBurningCrusade" };
AtlasLoot_TableNames["CFRUnderStalker25ManHEROIC"] = { BabbleBoss["The Black Stalker"].." ("..AL["Heroic"]..")", "AtlasLootBurningCrusade" };
AtlasLoot_TableNames["CFRUnderStalker25ManHEROIC"] = { BabbleBoss["The Black Stalker"], "AtlasLootBurningCrusade" };
AtlasLoot_TableNames["CFRUnderStalker225ManHEROIC"] = { BabbleBoss["The Black Stalker"].." ("..AL["Heroic"]..")", "AtlasLootBurningCrusade" };
-- CoT: Old Hillsbrad Foothills
AtlasLoot_TableNames["CoTHillsbradDrake"] = { BabbleBoss["Lieutenant Drake"], "AtlasLootBurningCrusade" };
AtlasLoot_TableNames["CoTHillsbradSkarloc"] = { BabbleBoss["Captain Skarloc"], "AtlasLootBurningCrusade" };
@@ -546,8 +546,8 @@ end
-- CoT: Old Hillsbrad Foothills MYTHIC
AtlasLoot_TableNames["CoTHillsbradDrake25Man"] = { BabbleBoss["Lieutenant Drake"], "AtlasLootBurningCrusade" };
AtlasLoot_TableNames["CoTHillsbradSkarloc25Man"] = { BabbleBoss["Captain Skarloc"], "AtlasLootBurningCrusade" };
AtlasLoot_TableNames["CoTHillsbradHunter25Man"] = { BabbleBoss["Epoch Hunter"], "AtlasLootBurningCrusade" };
AtlasLoot_TableNames["CoTHillsbradHunter25ManHEROIC"] = { BabbleBoss["Epoch Hunter"].." ("..AL["Heroic"]..")", "AtlasLootBurningCrusade" };
AtlasLoot_TableNames["CoTHillsbradHunter25ManHEROIC"] = { BabbleBoss["Epoch Hunter"], "AtlasLootBurningCrusade" };
AtlasLoot_TableNames["CoTHillsbradHunter225ManHEROIC"] = { BabbleBoss["Epoch Hunter"].." ("..AL["Heroic"]..")", "AtlasLootBurningCrusade" };
AtlasLoot_TableNames["CoTTrash25Man"] = { AL["Trash Mobs"].." ("..BabbleZone["Caverns of Time"]..")", "AtlasLootBurningCrusade" };
-- CoT: Black Morass
AtlasLoot_TableNames["CoTMorassDeja"] = { BabbleBoss["Chrono Lord Deja"], "AtlasLootBurningCrusade" };
@@ -716,8 +716,8 @@ end
AtlasLoot_TableNames["TKBotFreywinn25Man"] = { BabbleBoss["High Botanist Freywinn"], "AtlasLootBurningCrusade" };
AtlasLoot_TableNames["TKBotThorngrin25Man"] = { BabbleBoss["Thorngrin the Tender"], "AtlasLootBurningCrusade" };
AtlasLoot_TableNames["TKBotLaj25Man"] = { BabbleBoss["Laj"], "AtlasLootBurningCrusade" };
AtlasLoot_TableNames["TKBotSplinter25Man"] = { BabbleBoss["Warp Splinter"], "AtlasLootBurningCrusade" };
AtlasLoot_TableNames["TKBotSplinter25ManHEROIC"] = { BabbleBoss["Warp Splinter"].." ("..AL["Heroic"]..")", "AtlasLootBurningCrusade" };
AtlasLoot_TableNames["TKBotSplinter25ManHEROIC"] = { BabbleBoss["Warp Splinter"], "AtlasLootBurningCrusade" };
AtlasLoot_TableNames["TKBotSplinter225ManHEROIC"] = { BabbleBoss["Warp Splinter"].." ("..AL["Heroic"]..")", "AtlasLootBurningCrusade" };
-- TK: The Eye
AtlasLoot_TableNames["TKEyeAlar"] = { BabbleBoss["Al'ar"], "AtlasLootBurningCrusade" };
AtlasLoot_TableNames["TKEyeVoidReaver"] = { BabbleBoss["Void Reaver"], "AtlasLootBurningCrusade" };
+90 -87
View File
@@ -183,7 +183,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 25, 427845, "", "=q3=Magma Plume Boots", "=ds=#s12#, #a3#", "", "23.91%"};
{ 26, 427847, "", "=q3=Fanblade Pauldrons", "=ds=#s3#, #a4#", "", "6.52%"};
{ 27, 427846, "", "=q3=Claw of the Watcher", "=ds=#h3#, #w13#", "", "6.52%"};
Next = "AuchCryptsExarchæ";
Next = "AuchCryptsExarch25Man";
};
AtlasLoot_Data["AuchCryptsExarch25Man"] = {
@@ -209,8 +209,8 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 26, 427413, "", "=q3=Ring of the Exarchs", "=ds=#s13#", "", "10.42%"};
{ 27, 427416, "", "=q3=Fetish of the Fallen", "=ds=#s14#", "", "12.81%"};
{ 28, 427412, "", "=q3=Ironstaff of Regeneration", "=ds=#w9#", "", "11.95%"};
Prev = "AuchCryptsShirrakæ";
Next = "AuchCryptsAvataræ";
Prev = "AuchCryptsShirrak25Man";
Next = "AuchCryptsAvatar25Man";
};
AtlasLoot_Data["AuchCryptsAvatar25Man"] = {
@@ -220,7 +220,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 4, 427937, "", "=q3=Sky Breaker", "=ds=#h3#, #w6#", "", "3.48%"};
{ 5, 427877, "", "=q3=Draenic Wildstaff", "=ds=#w9#", "", "4.87%"};
{ 7, 427797, "", "=q3=Wastewalker Shoulderpads", "=ds=#s3#, #a2# (D3)", "", "3.94%"};
Prev = "AuchCryptsExarchæ";
Prev = "AuchCryptsExarch25Man";
};
------------------------------
@@ -354,7 +354,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 25, 427815, "", "=q3=Totem of the Astral Winds", "=ds=#s16#, #w15#", "", "2.33%"};
{ 26, 427814, "", "=q3=Twinblade of Mastery", "=ds=#h1#, #w4#", "", "6.98%"};
{ 27, 427817, "", "=q3=Starbolt Longbow", "=ds=#w2#", "", "9.30%"};
Next = "AuchManaTavarokæ";
Next = "AuchManaTavarok25Man";
};
AtlasLoot_Data["AuchManaTavarok25Man"] = {
@@ -376,11 +376,11 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 25, 427826, "", "=q3=Mantle of the Sea Wolf", "=ds=#s3#, #a3#", "", "3.03%"};
{ 26, 427823, "", "=q3=Shard Encrusted Breastplate", "=ds=#s5#, #a3#", "", "15.15%"};
{ 27, 427822, "", "=q3=Crystal Band of Valor", "=ds=#s13#", "", "15.15%"};
Prev = "AuchManaPandemoniusæ";
Next = "AuchManaNexusPrinceæ";
Prev = "AuchManaPandemonius25Man";
Next = "AuchManaNexusPrince25ManHEROIC";
};
AtlasLoot_Data["AuchManaNexusPrince25Man"] = {
AtlasLoot_Data["AuchManaNexusPrince25ManHEROIC"] = {
{ 1, 425957, "", "=q3=Ethereal Boots of the Skystrider", "=ds=#s12#, #a1#", "", "11.60%"};
{ 2, 425955, "", "=q3=Mask of the Howling Storm", "=ds=#s1#, #a3#", "", "12.37%"};
{ 3, 425956, "", "=q3=Nexus-Bracers of Vigor", "=ds=#s8#, #a4#", "", "10.84%"};
@@ -389,11 +389,11 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 6, 425953, "", "=q3=Ethereal Warp-Bow", "=ds=#w2#", "", "14.19%"};
{ 8, 22921, "", "=q2=Recipe: Major Frost Protection Potion", "=ds=#p1# (360)", "", "0.85%"};
{ 10, 28490, "", "=q1=Shaffar's Wrappings", "=ds=#m3#", "", "100%"};
Prev = "AuchManaTavarokæ";
Next = "AuchManaYoræ";
Prev = "AuchManaTavarok25Man";
Next = "AuchManaNexusPrince225ManHEROIC";
};
AtlasLoot_Data["AuchManaNexusPrince25ManHEROIC"] = {
AtlasLoot_Data["AuchManaNexusPrince225ManHEROIC"] = {
{ 1, 29434, "", "=q4=Badge of Justice", "=ds=#e15#", "", "100%"};
{ 2, 429240, "", "=q4=Bands of Negation", "=ds=#s8#, #a1#", "", "3.03%"};
{ 3, 430535, "", "=q4=Forestwalker Kilt", "=ds=#s11#, #a2#", "", "27.27%"};
@@ -417,8 +417,8 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 25, 427840, "", "=q3=Scepter of Sha'tar", "=ds=#h2#, #w6#"};
{ 26, 427842, "", "=q3=Grand Scepter of the Nexus-Kings", "=ds=#w9#", "", "9.09%"};
{ 28, 22921, "", "=q2=Recipe: Major Frost Protection Potion", "=ds=#p1# (360)", "", "2.85%"};
Prev = "AuchManaTavarokæ";
Next = "AuchManaYoræ";
Prev = "AuchManaNexusPrince25ManHEROIC";
Next = "AuchManaYor25Man";
};
AtlasLoot_Data["AuchManaYor25Man"] = {
@@ -436,7 +436,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 16, 30584, "", "=q4=Enscribed Fire Opal", "=ds=#e7#", "", "0.08%"};
{ 17, 30585, "", "=q4=Glistening Fire Opal", "=ds=#e7#", "", "6.06%"};
{ 18, 30583, "", "=q4=Timeless Chrysoprase", "=ds=#e7#", "", "9.09%"};
Prev = "AuchManaNexusPrinceæ";
Prev = "AuchManaNexusPrince225ManHEROIC";
};
---------------------------------
@@ -522,7 +522,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 19, 30554, "", "=q4=Stalwart Fire Opal", "=ds=#e7#", "", "10.11%"};
{ 20, 30552, "", "=q4=Blessed Tanzanite", "=ds=#e7#", "", "0.18%"};
{ 22, 25461, "", "=q1=Book of Forgotten Names", "=ds=#m3#", "", "100%"};
Next = "AuchSethekkTalonKingæ";
Next = "AuchSethekkTalonKing25Man";
};
AtlasLoot_Data["AuchSethekkRavenGod25Man"] = {
@@ -536,7 +536,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 9, 432779, "", "=q3=Band of Frigid Elements", "=ds=#s13#"};
{ 10, 432781, "", "=q3=Talon of Anzu", "=ds=#h1#, #w4#"};
{ 11, 432780, "", "=q3=The Boomstick", "=ds=#w5#"};
Prev = "AuchSethekkTalonKingæ";
Prev = "AuchSethekkTalonKing25Man";
};
AtlasLoot_Data["AuchSethekkTalonKing25Man"] = {
@@ -563,8 +563,8 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 24, 432073, "", "=q4=Spaulders of Dementia", "=ds=#s3#, #a4#"};
{ 25, 429355, "", "=q4=Terokk's Shadowstaff", "=ds=#w9#", "", "0.16%"};
{ 27, 33834, "", "=q1=The Headfeathers of Ikiss", "=ds=#m3#", "", "100%"};
Prev = "AuchSethekkDarkweaveræ";
Next = "AuchSethekkRavenGodæ";
Prev = "AuchSethekkDarkweaver25Man";
Next = "AuchSethekkRavenGod25Man";
};
------------------------------------
@@ -682,7 +682,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 18, 30563, "", "=q4=Regal Tanzanite", "=ds=#e7#", "", "16.67%"};
{ 19, 30559, "", "=q4=Etched Fire Opal", "=ds=#e7#", "", "17.85%"};
{ 20, 30560, "", "=q4=Rune Covered Chrysoprase", "=ds=#e7#", "", "15.47%"};
Next = "AuchShadowBlackheartæ";
Next = "AuchShadowBlackheart25Man";
};
AtlasLoot_Data["AuchShadowBlackheart25Man"] = {
@@ -699,8 +699,8 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 18, 30563, "", "=q4=Regal Tanzanite", "=ds=#e7#", "", "16.67%"};
{ 19, 30559, "", "=q4=Etched Fire Opal", "=ds=#e7#", "", "17.85%"};
{ 20, 30560, "", "=q4=Rune Covered Chrysoprase", "=ds=#e7#", "", "15.47%"};
Prev = "AuchShadowHellmawæ";
Next = "AuchShadowGrandmasteræ";
Prev = "AuchShadowHellmaw25Man";
Next = "AuchShadowGrandmaster25Man";
};
AtlasLoot_Data["AuchShadowGrandmaster25Man"] = {
@@ -715,8 +715,8 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 18, 30563, "", "=q4=Regal Tanzanite", "=ds=#e7#", "", "16.67%"};
{ 19, 30559, "", "=q4=Etched Fire Opal", "=ds=#e7#", "", "17.85%"};
{ 20, 30560, "", "=q4=Rune Covered Chrysoprase", "=ds=#e7#", "", "15.47%"};
Prev = "AuchShadowBlackheartæ";
Next = "AuchShadowMurmuræ";
Prev = "AuchShadowBlackheart25Man";
Next = "AuchShadowMurmur25Man";
};
AtlasLoot_Data["AuchShadowMurmur25Man"] = {
@@ -744,7 +744,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 25, 429353, "", "=q4=Shockwave Truncheon", "=ds=#h3#, #w6#", "", "10.71%"};
{ 27, 31722, "", "=q1=Murmur's Essence", "=ds=#m3#", "", "100%"};
{ 28, 33840, "", "=q1=Murmur's Whisper", "=ds=#m3#", "", "100%"};
Prev = "AuchShadowGrandmasteræ";
Prev = "AuchShadowGrandmaster25Man";
};
AtlasLoot_Data["AuchTrash25Man"] = {
@@ -1298,7 +1298,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 25, 428211, "", "=q3=Lieutenant's Signet of Lordaeron", "=ds=#s13#", "", "5.71%"};
{ 26, 428213, "", "=q3=Lordaeron Medical Guide", "=ds=#s15#", "", "8.57%"};
{ 27, 428210, "", "=q3=Bloodskull Destroyer", "=ds=#h1#, #w6#", "", "5.71%"};
Next = "CoTHillsbradSkarlocæ";
Next = "CoTHillsbradSkarloc25Man";
};
AtlasLoot_Data["CoTHillsbradSkarloc25Man"] = {
@@ -1320,21 +1320,22 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 25, 428221, "", "=q3=Boots of the Watchful Heart", "=ds=#s12#, #a4#", "", "0.52%"};
{ 26, 428217, "", "=q3=Tarren Mill Vitality Locket", "=ds=#s2#", "", "9.09%"};
{ 27, 428216, "", "=q3=Dathrohan's Ceremonial Hammer", "=ds=#h3#, #w6#", "", "6.06%"};
Prev = "CoTHillsbradDrakeæ";
Next = "CoTHillsbradHunteræ";
Prev = "CoTHillsbradDrake25Man";
Next = "CoTHillsbradHunter25ManHEROIC";
};
AtlasLoot_Data["CoTHillsbradHunter25Man"] = {
AtlasLoot_Data["CoTHillsbradHunter25ManHEROIC"] = {
{ 1, 24173, "", "=q4=Design: Circlet of Arcane Might", "=ds=#p12# (370)", "", "0.10%"};
{ 3, 427433, "", "=q3=Pauldrons of Sufferance", "=ds=#s3#, #a1#", "", "19.11%"};
{ 4, 427434, "", "=q3=Mantle of Perenolde", "=ds=#s3#, #a2#", "", "16.26%"};
{ 5, 427440, "", "=q3=Diamond Prism of Recurrence", "=ds=#s2#", "", "16.12%"};
{ 6, 427432, "", "=q3=Broxigar's Ring of Valor", "=ds=#s13#", "", "16.35%"};
{ 7, 427431, "", "=q3=Time-Shifted Dagger", "=ds=#h3#, #w4#", "", "14.09%"};
Prev = "CoTHillsbradSkarlocæ";
Prev = "CoTHillsbradSkarloc25Man";
Next = "CoTHillsbradHunter225ManHEROIC";
};
AtlasLoot_Data["CoTHillsbradHunter25Man"] = {
AtlasLoot_Data["CoTHillsbradHunter225ManHEROIC"] = {
{ 1, 29434, "", "=q4=Badge of Justice", "=ds=#e15#", "", "100%"};
{ 2, 429250, "", "=q4=Cord of Sanctification", "=ds=#s10#, #a1#"};
{ 3, 429246, "", "=q4=Nightfall Wristguards", "=ds=#s8#, #a2#"};
@@ -1358,7 +1359,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 23, 428401, "", "=q3=Hauberk of Desolation", "=ds=#s5#, #a3# (D3)", "", "0.14%"};
{ 24, 428225, "", "=q3=Doomplate Warhelm", "=ds=#s1#, #a4# (D3)", "", "0.14%"};
{ 26, 33847, "", "=q1=Epoch Hunter's Head", "=ds=#m3#", "", "100%"};
Prev = "CoTHillsbradSkarlocæ";
Prev = "CoTHillsbradHunter25ManHEROIC";
};
AtlasLoot_Data["CoTTrash25Man"] = {
@@ -1455,7 +1456,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 18, 30558, "", "=q4=Glimmering Fire Opal", "=ds=#e7#"};
{ 19, 30556, "", "=q4=Glinting Fire Opal", "=ds=#e7#"};
{ 20, 30555, "", "=q4=Glowing Tanzanite", "=ds=#e7#"};
Next = "CoTMorassTemporusæ";
Next = "CoTMorassTemporus25Man";
};
AtlasLoot_Data["CoTMorassTemporus25Man"] = {
@@ -1470,8 +1471,8 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 18, 30558, "", "=q4=Glimmering Fire Opal", "=ds=#e7#"};
{ 19, 30556, "", "=q4=Glinting Fire Opal", "=ds=#e7#"};
{ 20, 30555, "", "=q4=Glowing Tanzanite", "=ds=#e7#"};
Prev = "CoTMorassDejaæ";
Next = "CoTMorassAeonusæ";
Prev = "CoTMorassDeja25Man";
Next = "CoTMorassAeonus25Man";
};
AtlasLoot_Data["CoTMorassAeonus25Man"] = {
@@ -1497,7 +1498,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 24, 429253, "", "=q4=Girdle of Valorous Deeds", "=ds=#s10#, #a4#"};
{ 25, 429356, "", "=q4=Quantum Blade", "=ds=#h2#, #w10#"};
{ 27, 33858, "", "=q1=Aeonus's Hourglass", "=ds=#m3#", "", "100%"};
Prev = "CoTMorassTemporusæ";
Prev = "CoTMorassTemporus25Man";
};
-------------------------------------
@@ -1834,7 +1835,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 26, 427544, "", "=q3=Totem of Spontaneous Regrowth", "=ds=#s16#, #w15#", "", "12.25%"};
{ 27, 427543, "", "=q3=Starlight Dagger", "=ds=#h3#, #w4#", "", "20.00%"};
{ 29, 29674, "", "=q2=Pattern: Nature Armor Kit", "=ds=#p7# (340)", "", "0.80%"};
Next = "CFRSlaveRokmaræ";
Next = "CFRSlaveRokmar25Man";
};
AtlasLoot_Data["CFRSlaveRokmar25Man"] = {
@@ -1855,8 +1856,8 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 25, 427549, "", "=q3=Wavefury Boots", "=ds=#s12#, #a3#", "", "9.80%"};
{ 26, 427548, "", "=q3=Girdle of Many Blessings", "=ds=#s10#, #a4#", "", "14.85%"};
{ 27, 427551, "", "=q3=Skeletal Necklace of Battlerage", "=ds=#s2#", "", "16.25%"};
Prev = "CFRSlaveMennuæ";
Next = "CFRSlaveQuagmirranæ";
Prev = "CFRSlaveMennu25Man";
Next = "CFRSlaveQuagmirran25Man";
};
AtlasLoot_Data["CFRSlaveQuagmirran25Man"] = {
@@ -1887,7 +1888,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 28, 424366, "", "=q3=Scorpid-Sting Mantle", "=ds=#s3#, #a3#", "", "11.72%"};
{ 29, 424363, "", "=q3=Unscarred Breastplate", "=ds=#s5#, #a4#", "", "9.54%"};
{ 30, 424364, "", "=q3=Azureplate Greaves", "=ds=#s11#, #a4#", "", "9.98%"};
Prev = "CFRSlaveRokmaræ";
Prev = "CFRSlaveRokmar25Man";
};
------------------------------------------
@@ -1980,7 +1981,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 18, 30550, "", "=q4=Sundered Chrysoprase", "=ds=#e7#", "", "8.59%"};
{ 19, 30551, "", "=q4=Infused Fire Opal", "=ds=#e7#", "", "6.64%"};
{ 20, 30549, "", "=q4=Shifting Tanzanite", "=ds=#e7#", "", "1.56%"};
Next = "CFRSteamSteamriggeræ";
Next = "CFRSteamSteamrigger25Man";
};
AtlasLoot_Data["CFRSteamSteamrigger25Man"] = {
@@ -1995,8 +1996,8 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 18, 30550, "", "=q4=Sundered Chrysoprase", "=ds=#e7#", "", "8.59%"};
{ 19, 30551, "", "=q4=Infused Fire Opal", "=ds=#e7#", "", "6.64%"};
{ 20, 30549, "", "=q4=Shifting Tanzanite", "=ds=#e7#", "", "1.56%"};
Prev = "CFRSteamThespiaæ";
Next = "CFRSteamWarlordæ";
Prev = "CFRSteamThespia25Man";
Next = "CFRSteamWarlord25Man";
};
AtlasLoot_Data["CFRSteamWarlord25Man"] = {
@@ -2024,7 +2025,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 24, 429351, "", "=q4=Wrathtide Longbow", "=ds=#w2#", "", "3.52%"};
{ 26, 31721, "", "=q1=Kalithresh's Trident", "=ds=#m3#", "", "100%"};
{ 27, 33827, "", "=q1=The Warlord's Treatise", "=ds=#m3#", "", "100%"};
Prev = "CFRSteamSteamriggeræ";
Prev = "CFRSteamSteamrigger25Man";
};
AtlasLoot_Data["CFRSteamTrash25Man"] = {
@@ -2163,7 +2164,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 25, 427748, "", "=q3=Cassock of the Loyal", "=ds=#s11#, #a4#", "", "7.39%"};
{ 26, 427744, "", "=q3=Idol of Ursoc", "=ds=#s16#, #w14#", "", "16.26%"};
{ 27, 427747, "", "=q3=Boggspine Knuckles", "=ds=#h4#, #w13#", "", "12.81%"};
Next = "CFRUnderGhazanæ";
Next = "CFRUnderGhazan25Man";
};
AtlasLoot_Data["CFRUnderGhazan25Man"] = {
@@ -2184,8 +2185,8 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 25, 427758, "", "=q3=Hydra-fang Necklace", "=ds=#s2#", "", "12.00%"};
{ 26, 427761, "", "=q3=Ring of the Shadow Deeps", "=ds=#s13#", "", "18.67%"};
{ 27, 427757, "", "=q3=Greatstaff of the Leviathan", "=ds=#w9#", "", "16.00%"};
Prev = "CFRUnderHungarfenæ";
Next = "CFRUnderSwamplordæ";
Prev = "CFRUnderHungarfen25Man";
Next = "CFRUnderSwamplord25Man";
};
AtlasLoot_Data["CFRUnderSwamplord25Man"] = {
@@ -2206,21 +2207,22 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 25, 427766, "", "=q3=Swampstone Necklace", "=ds=#s2#", "", "17.14%"};
{ 26, 427762, "", "=q3=Weathered Band of the Swamplord", "=ds=#s13#"};
{ 27, 427767, "", "=q3=Bogreaver", "=ds=#h1#, #w1#", "", "9.29%"};
Prev = "CFRUnderGhazanæ";
Next = "CFRUnderStalkeræ";
Prev = "CFRUnderGhazan25Man";
Next = "CFRUnderStalker25ManHEROIC";
};
AtlasLoot_Data["CFRUnderStalker25Man"] = {
AtlasLoot_Data["CFRUnderStalker25ManHEROIC"] = {
{ 1, 424481, "", "=q3=Robes of the Augurer", "=ds=#s5#, #a1#", "", "10.55%"};
{ 2, 424466, "", "=q3=Skulldugger's Leggings", "=ds=#s11#, #a2#", "", "13.23%"};
{ 3, 424465, "", "=q3=Shamblehide Chestguard", "=ds=#s5#, #a3#", "", "10.95%"};
{ 4, 424463, "", "=q3=Pauldrons of Brute Force", "=ds=#s3#, #a4#", "", "11.95%"};
{ 5, 424464, "", "=q3=The Stalker's Fangs", "=ds=#h1#, #w4#", "", "14.31%"};
{ 7, 24248, "", "=q1=Brain of the Black Stalker", "=ds=#m3#", "", "100%"};
Prev = "CFRUnderSwamplordæ";
Prev = "CFRUnderSwamplord25Man";
Next = "CFRUnderStalker225ManHEROIC";
};
AtlasLoot_Data["CFRUnderStalker25Man"] = {
AtlasLoot_Data["CFRUnderStalker225ManHEROIC"] = {
{ 1, 29434, "", "=q4=Badge of Justice", "=ds=#e15#", "", "100%"};
{ 2, 429265, "", "=q4=Barkchip Boots", "=ds=#s12#, #a2#", "", "8.54%"};
{ 3, 430541, "", "=q4=Stormsong Kilt", "=ds=#s11#, #a3#", "", "6.50%"};
@@ -2243,7 +2245,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 24, 427772, "", "=q3=Stormshield of Renewal", "=ds=#w8#", "", "13.01%"};
{ 26, 24248, "", "=q1=Brain of the Black Stalker", "=ds=#m3#", "", "100%"};
{ 27, 33826, "", "=q1=Black Stalker Egg", "=ds=#m3#", "", "100%"};
Prev = "CFRUnderSwamplordæ";
Prev = "CFRUnderStalker25ManHEROIC";
};
------------------------------------------------
@@ -2917,7 +2919,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 25, 427447, "", "=q3=Bracers of Just Rewards", "=ds=#s8#, #a4#", "", "13.84%"};
{ 26, 427449, "", "=q3=Blood Knight Defender", "=ds=#w8#", "", "13.15%"};
{ 28, 23881, "", "=q1=Gargolmar's Hand", "=ds=#m3#", "", "100%"};
Next = "HCRampOmoræ";
Next = "HCRampOmor25Man";
};
AtlasLoot_Data["HCRampOmor25Man"] = {
@@ -2946,7 +2948,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 26, 424094, "", "=q3=Heart Fire Warhammer", "=ds=#h2#, #w6#", "", "14.76%"};
{ 27, 424069, "", "=q3=Crystalfire Staff", "=ds=#w9#", "", "12.43%"};
{ 29, 23886, "", "=q1=Omor's Hoof", "=ds=#m3#", "", "100%"};
Prev = "HCRampWatchkeeperæ";
Prev = "HCRampWatchkeeper25Man";
Next = "HCRampVazruden25ManHEROIC";
};
@@ -2966,7 +2968,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 17, 23892, "", "=q1=Ominous Letter", "=ds=#m2#", "", "100%"};
{ 19, 0, "INV_Box_01", "=q6="..BabbleBoss["Nazan"], ""};
{ 20, 23901, "", "=q1=Nazan's Head", "=ds=#m3#", "", "100%"};
Prev = "HCRampOmoræ";
Prev = "HCRampOmor25Man";
Next = "HCRampVazruden225ManHEROIC";
};
@@ -3093,7 +3095,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 24, 427483, "", "=q3=Moon-Touched Bands", "=ds=#s8#, #a2#", "", "25.00%"};
{ 25, 427487, "", "=q3=Bloodlord Legplates", "=ds=#s11#, #a4#", "", "9.26%"};
{ 26, 427484, "", "=q3=Libram of Avengement", "=ds=#s16#, #w16#", "", "14.81%"};
Next = "HCFurnaceBroggokæ";
Next = "HCFurnaceBroggok25Man";
};
AtlasLoot_Data["HCFurnaceBroggok25Man"] = {
@@ -3113,8 +3115,8 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 24, 427489, "", "=q3=Virtue Bearer's Vambraces", "=ds=#s8#, #a4#", "", "22.22%"};
{ 25, 427491, "", "=q3=Signet of Repose", "=ds=#s13#", "", "30.56%"};
{ 26, 427490, "", "=q3=Firebrand Battleaxe", "=ds=#h1#, #w1#", "", "9.72%"};
Prev = "HCFurnaceMakeræ";
Next = "HCFurnaceBreakeræ";
Prev = "HCFurnaceMaker25Man";
Next = "HCFurnaceBreaker25Man";
};
AtlasLoot_Data["HCFurnaceBreaker25Man"] = {
@@ -3145,7 +3147,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 28, 424398, "", "=q3=Mantle of the Dusk-Dweller", "=ds=#s3#, #a2#", "", "14.29%"};
{ 29, 424396, "", "=q3=Vest of Vengeance", "=ds=#s5#, #a2#", "", "15.46%"};
{ 30, 424394, "", "=q3=Warsong Howling Axe", "=ds=#h2#, #w1#", "", "15.52%"};
Prev = "HCFurnaceBroggokæ";
Prev = "HCFurnaceBroggok25Man";
};
---------------------------------------------
@@ -3250,7 +3252,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 20, 30547, "", "=q4=Luminous Fire Opal", "=ds=#e7#", "", "0.19%"};
{ 21, 30546, "", "=q4=Sovereign Tanzanite", "=ds=#e7#", "", "3.39%"};
{ 23, 25462, "", "=q1=Tome of Dusk", "=ds=#m3#", "", "100%"};
Next = "HCHallsOmroggæ";
Next = "HCHallsOmrogg25Man";
};
AtlasLoot_Data["HCHallsPorung25Man"] = {
@@ -3277,8 +3279,8 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 18, 30548, "", "=q4=Polished Chrysoprase", "=ds=#e7#", "", "0.16%"};
{ 19, 30547, "", "=q4=Luminous Fire Opal", "=ds=#e7#", "", "0.19%"};
{ 20, 30546, "", "=q4=Sovereign Tanzanite", "=ds=#e7#", "", "3.39%"};
Prev = "HCHallsNethekurseæ";
Next = "HCHallsKargathæ";
Prev = "HCHallsNethekurse25Man";
Next = "HCHallsKargath25Man";
};
AtlasLoot_Data["HCHallsKargath25Man"] = {
@@ -3305,7 +3307,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 24, 429254, "", "=q4=Boots of the Righteous Path", "=ds=#s12#, #a4#"};
{ 25, 429348, "", "=q4=The Bladefist", "=ds=#h3#, #w13#", "", "3.39%"};
{ 27, 33815, "", "=q1=Bladefist's Seal", "=ds=#m3#", "", "100%"};
Prev = "HCHallsOmroggæ";
Prev = "HCHallsOmrogg25Man";
};
AtlasLoot_Data["HCHallsTrash25Man"] = {
@@ -4798,7 +4800,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 18, 30582, "", "=q4=Deadly Fire Opal", "=ds=#e7#", "", "0.18%"};
{ 19, 30575, "", "=q4=Nimble Fire Opal", "=ds=#e7#", "", "0.18%"};
{ 20, 30581, "", "=q4=Durable Fire Opal", "=ds=#e7#", "", "0.18%"};
Next = "TKArcScryeræ";
Next = "TKArcScryer25Man";
};
AtlasLoot_Data["TKArcScryer25Man"] = {
@@ -4812,8 +4814,8 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 18, 30582, "", "=q4=Deadly Fire Opal", "=ds=#e7#", "", "0.18%"};
{ 19, 30575, "", "=q4=Nimble Fire Opal", "=ds=#e7#", "", "0.18%"};
{ 20, 30581, "", "=q4=Durable Fire Opal", "=ds=#e7#", "", "0.18%"};
Prev = "TKArcUnboundæ";
Next = "TKArcDalliahæ";
Prev = "TKArcUnbound25Man";
Next = "TKArcDalliah25Man";
};
AtlasLoot_Data["TKArcDalliah25Man"] = {
@@ -4828,8 +4830,8 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 18, 30582, "", "=q4=Deadly Fire Opal", "=ds=#e7#", "", "0.18%"};
{ 19, 30575, "", "=q4=Nimble Fire Opal", "=ds=#e7#", "", "0.18%"};
{ 20, 30581, "", "=q4=Durable Fire Opal", "=ds=#e7#", "", "0.18%"};
Prev = "TKArcScryeræ";
Next = "TKArcHarbingeræ";
Prev = "TKArcScryer25Man";
Next = "TKArcHarbinger25Man";
};
AtlasLoot_Data["TKArcHarbinger25Man"] = {
@@ -4855,7 +4857,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 24, 429252, "", "=q4=Bracers of Dignity", "=ds=#s8#, #a4#", "", "3.03%"};
{ 25, 429360, "", "=q4=Vileblade of the Betrayer", "=ds=#h1#, #w4#", "", "0.18%"};
{ 27, 33861, "", "=q1=The Scroll of Skyriss", "=ds=#m3#", "", "100%"};
Prev = "TKArcDalliahæ";
Prev = "TKArcDalliah25Man";
};
AtlasLoot_Data["TKTrash25Man"] = {
@@ -5005,7 +5007,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 18, 30574, "", "=q4=Brutal Tanzanite", "=ds=#e7#", "", "8.00%"};
{ 19, 30572, "", "=q4=Imperial Tanzanite", "=ds=#e7#", "", "8.00%"};
{ 20, 30573, "", "=q4=Mysterious Fire Opal", "=ds=#e7#", "", "8.00%"};
Next = "TKBotFreywinnæ";
Next = "TKBotFreywinn25Man";
};
AtlasLoot_Data["TKBotFreywinn25Man"] = {
@@ -5021,8 +5023,8 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 18, 30574, "", "=q4=Brutal Tanzanite", "=ds=#e7#", "", "8.00%"};
{ 19, 30572, "", "=q4=Imperial Tanzanite", "=ds=#e7#", "", "8.00%"};
{ 20, 30573, "", "=q4=Mysterious Fire Opal", "=ds=#e7#", "", "8.00%"};
Prev = "TKBotSarannisæ";
Next = "TKBotThorngrinæ";
Prev = "TKBotSarannis25Man";
Next = "TKBotThorngrin25Man";
};
AtlasLoot_Data["TKBotThorngrin25Man"] = {
@@ -5037,8 +5039,8 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 18, 30574, "", "=q4=Brutal Tanzanite", "=ds=#e7#", "", "8.00%"};
{ 19, 30572, "", "=q4=Imperial Tanzanite", "=ds=#e7#", "", "8.00%"};
{ 20, 30573, "", "=q4=Mysterious Fire Opal", "=ds=#e7#", "", "8.00%"};
Prev = "TKBotFreywinnæ";
Next = "TKBotLajæ";
Prev = "TKBotFreywinn25Man";
Next = "TKBotLaj25Man";
};
AtlasLoot_Data["TKBotLaj25Man"] = {
@@ -5052,11 +5054,11 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 18, 30574, "", "=q4=Brutal Tanzanite", "=ds=#e7#", "", "8.00%"};
{ 19, 30572, "", "=q4=Imperial Tanzanite", "=ds=#e7#", "", "8.00%"};
{ 20, 30573, "", "=q4=Mysterious Fire Opal", "=ds=#e7#", "", "8.00%"};
Prev = "TKBotThorngrinæ";
Next = "TKBotSplinteræ";
Prev = "TKBotThorngrin25Man";
Next = "TKBotSplinter25ManHEROIC";
};
AtlasLoot_Data["TKBotSplinter25Man"] = {
AtlasLoot_Data["TKBotSplinter25ManHEROIC"] = {
{ 1, 24311, "", "=q4=Pattern: Whitemend Hood", "=ds=#p8# (375)", "", "0.30%"};
{ 3, 428371, "", "=q3=Netherfury Cape", "=ds=#s4#", "", "13.52%"};
{ 4, 428342, "", "=q3=Warp Infused Drape", "=ds=#s5#, #a1#", "", "10.27%"};
@@ -5072,10 +5074,11 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 18, 428349, "", "=q3=Tidefury Helm", "=ds=#s1#, #a3# (D3)", "", "13.85%"};
{ 19, 428228, "", "=q3=Beast Lord Curiass", "=ds=#s5#, #a3# (D3)", "", "9.59%"};
{ 20, 428350, "", "=q3=Warhelm of the Bold", "=ds=#s1#, #a4# (D3)", "", "8.96%"};
Prev = "TKBotLajæ";
Prev = "TKBotLaj25Man";
Next = "TKBotSplinter225ManHEROIC";
};
AtlasLoot_Data["TKBotSplinter25Man"] = {
AtlasLoot_Data["TKBotSplinter225ManHEROIC"] = {
{ 1, 29434, "", "=q4=Badge of Justice", "=ds=#e15#", "", "100%"};
{ 2, 429258, "", "=q4=Boots of Ethereal Manipulation", "=ds=#s11#, #a1#"};
{ 3, 429262, "", "=q4=Boots of the Endless Hunt", "=ds=#s12#, #a3#", "", "4.00%"};
@@ -5100,7 +5103,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 24, 428350, "", "=q3=Warhelm of the Bold", "=ds=#s1#, #a4# (D3)", "", "16.00%"};
{ 26, 31085, "", "=q1=Top Shard of the Arcatraz Key", "=ds=#m3#", "", "100%"};
{ 27, 33859, "", "=q1=Warp Splinter Clipping", "=ds=#m3#", "", "100%"};
Prev = "TKBotLajæ";
Prev = "TKBotSplinter25ManHEROIC";
};
----------------------------------
@@ -5215,7 +5218,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 17, 30436, "", "=q1=Jagged Blue Crystal", "=ds=#e9#", "", "100%"};
{ 19, 0, "INV_Box_01", "=q6="..BabbleBoss["Gatewatcher Iron-Hand"], ""};
{ 20, 30437, "", "=q1=Jagged Red Crystal", "=ds=#e9#", "", "100%"};
Next = "TKMechCapacitusæ";
Next = "TKMechCapacitus25Man";
};
AtlasLoot_Data["TKMechCapacitus25Man"] = {
@@ -5230,8 +5233,8 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 18, 30565, "", "=q4=Assassin's Fire Opal", "=ds=#e7#", "", "18.72%"};
{ 19, 30566, "", "=q4=Defender's Tanzanite", "=ds=#e7#", "", "8.87%"};
{ 20, 30564, "", "=q4=Shining Fire Opal", "=ds=#e7#", "", "3.45%"};
Prev = "TKMechCacheoftheLegionææ";
Next = "TKMechSepethreaæ";
Prev = "TKMechCacheoftheLegion25Man";
Next = "TKMechSepethrea25Man";
};
AtlasLoot_Data["TKMechSepethrea25Man"] = {
@@ -5246,8 +5249,8 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 18, 30565, "", "=q4=Assassin's Fire Opal", "=ds=#e7#", "", "18.72%"};
{ 19, 30566, "", "=q4=Defender's Tanzanite", "=ds=#e7#", "", "8.87%"};
{ 20, 30564, "", "=q4=Shining Fire Opal", "=ds=#e7#", "", "3.45%"};
Prev = "TKMechCapacitusæ";
Next = "TKMechCalcæ";
Prev = "TKMechCapacitus25Man";
Next = "TKMechCalc25Man";
};
AtlasLoot_Data["TKMechCalc25Man"] = {
@@ -5265,7 +5268,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 18, 428204, "", "=q3=Tunic of Assassination", "=ds=#s5#, #a2# (D3)", "", "12.44%"};
{ 19, 428275, "", "=q3=Beast Lord Helm", "=ds=#s1#, #a3# (D3)", "", "12.37%"};
{ 20, 428285, "", "=q3=Helm of the Righteous", "=ds=#s1#, #a4# (D3)", "", "10.88%"};
Prev = "TKMechSepethreaæ";
Prev = "TKMechSepethrea25Man";
};
AtlasLoot_Data["TKMechCalc25Man"] = {
@@ -5292,7 +5295,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 24, 428285, "", "=q3=Helm of the Righteous", "=ds=#s1#, #a4# (D3)", "", "10.34%"};
{ 26, 33860, "", "=q1=Pathaleon's Projector", "=ds=#m3#", "", "100%"};
{ 27, 31086, "", "=q1=Bottom Shard of the Arcatraz Key", "=ds=#m3#", "", "100%"};
Prev = "TKMechSepethreaæ";
Prev = "TKMechSepethrea25Man";
};
-----------------------------