From 1e00103a6513464787c36810e2fc5edd5efcf39f Mon Sep 17 00:00:00 2001 From: Lexie <6937574+Lexiebean@users.noreply.github.com> Date: Wed, 1 Nov 2023 21:10:52 +1100 Subject: [PATCH] CoT Trash --- Core/AtlasLoot.lua | 1 + Core/ButtonRegistry.lua | 15 +++++++++++---- Instances/instances.en.lua | 17 +++++++++++++++-- TableRegister/loottables.en.lua | 2 ++ 4 files changed, 29 insertions(+), 6 deletions(-) diff --git a/Core/AtlasLoot.lua b/Core/AtlasLoot.lua index 9bb8cb9..d4b99ca 100644 --- a/Core/AtlasLoot.lua +++ b/Core/AtlasLoot.lua @@ -2548,6 +2548,7 @@ AtlasLoot_HewdropDown_SubTables = { { AL["Mossheart"], "COTBMMossheart" }, { AL["Rotmaw"], "COTBMRotmaw" }, { AL["Antnormi"], "COTBMAntnormi" }, + { AL["Trash Mobs"], "COTTrash" }, --{ AL["Infinite Chromie"], "COTBMInfiniteChromie" }, }, ["StormwindVault"] = { diff --git a/Core/ButtonRegistry.lua b/Core/ButtonRegistry.lua index 704779f..0b764f5 100644 --- a/Core/ButtonRegistry.lua +++ b/Core/ButtonRegistry.lua @@ -494,8 +494,8 @@ AtlasLoot_ButtonRegistry = { Title = AL["Chronar"]; Next_Page = "COTBMHarbingerAphygth"; Next_Title = AL["Harbinger Aph'ygth"]; - Prev_Page = "COTBMAntnormi"; - Prev_Title = AL["Antnormi"]; + Prev_Page = "COTTrash"; + Prev_Title = AL["Trash Mobs"]; }; ["COTBMHarbingerAphygth"] = { Title = AL["Harbinger Aph'ygth"]; @@ -541,11 +541,18 @@ AtlasLoot_ButtonRegistry = { }; ["COTBMAntnormi"] = { Title = AL["Antnormi"]; - Next_Page = "COTBMChronar"; - Next_Title = AL["Chronar"]; + Next_Page = "COTTrash"; + Next_Title = AL["Trash Mobs"]; Prev_Page = "COTBMRotmaw"; Prev_Title = AL["Rotmaw"]; }; + ["COTTrash"] = { + Title = AL["Trash Mobs"]; + Next_Page = "COTBMChronar"; + Next_Title = AL["Chronar"]; + Prev_Page = "COTBMAntnormi"; + Prev_Title = AL["Antnormi"]; + }; --["COTBMInfiniteChromie"] = { -- Title = AL["Infinite Chromie"]; -- Prev_Page = "COTBMAntnormi"; diff --git a/Instances/instances.en.lua b/Instances/instances.en.lua index fb6c67f..5a1d096 100644 --- a/Instances/instances.en.lua +++ b/Instances/instances.en.lua @@ -653,6 +653,7 @@ AtlasLootBossButtons = { "COTBMRotmaw"; "COTBMAntnormi"; --"COTBMInfiniteChromie"; + "COTTrash"; }; StormwindVault = { ""; @@ -3143,7 +3144,7 @@ AtlasLoot_Data["AtlasLootItems"] = { { 61027, "INV_shoulder_24", "=q3=Epaulets of the Forgotten Past", "=ds=#s3#, #a1#", "33%" }, { 61040, "INV_gauntlets_05", "=q3=Gloves of the Unknown", "=ds=#s9#, #a1#", "33%" }, { 0, "", "", "" }, - { 61014, "INV_DataCrystal01", "Shard of Eternity", "=ds=#s14#", "1%" }, + { 61014, "INV_Enchant_ShardBrilliantLarge", "Shard of Eternity", "=ds=#s14#", "1%" }, { 61043, "Spell_Shadow_SoulGem", "=q4=Eye of the Abyss", "=ds=#s2#", "1.1%" }, { 0, "", "", "" }, { 51044, "INV_misc_head_dragon_black", "=q1=Antnormi's Head", "=ds=#m3#", "100%" }, @@ -3164,6 +3165,18 @@ AtlasLoot_Data["AtlasLootItems"] = { { 0, "", "", "" }, { 61043, "spell_shadow_soulgem", "=q4=Eye of the Abyss", "=ds=#s2#", "1%" }, }; + COTTrash = { + { 50203, "INV_enchant_dustsoul", "=q2=Corrupted Sand", "=ds=#m3#" }, + { 0, "", "", "" }, + { 61564, "INV_Misc_PocketWatch_02", "=q3=Chromie's Broken Pocket Watch", "=ds=#s14#", "0.0006%, 0.0013%, 0.0031%" }, + { 61565, "INV_Bracer_12", "=q3=Crochide Wrists", "=ds=#s8#, #a2#", "0.0006%, 0.0013%, 0.0031%" }, + { 61571, "INV_Weapon_ShortBlade_16", "=q3=Leeching Fang", "=ds=#h4#, #w4#", "0.0006%, 0.0013%, 0.0031%" }, + { 61570, "INV_Helmet_25", "=q3=Old Champion's Helmet", "=ds=#s1#, #a4#", "0.0006%, 0.0013%, 0.0031%" }, + { 61568, "INV_Belt_22", "=q3=Overcharged Belt", "=ds=#s10#, #a1#", "0.0006%, 0.0013%, 0.0031%" }, + { 61569, "INV_Weapon_Bow_09", "=q3=Time Frozen Bow", "=ds=#w2#", "0.0006%, 0.0013%, 0.0031%" }, + { 61567, "INV_Staff_07", "=q3=Timewarper's Staff", "=ds=#h2#, #w9#", "0.0006%, 0.0013%, 0.0031%" }, + { 61566, "INV_Weapon_ShortBlade_10", "=q3=Windchanneler", "=ds=#h1#, #w4#", "0.0006%, 0.0013%, 0.0031%" }, + }; SWVAszoshGrimflame = { { 60504, "INV_gauntlets_18", "=q3=Dreadskin Gloves", "=ds=#s9#, #a2#", "17%" }, { 60418, "INV_staff_14", "=q3=Sealbreaker Staff", "=ds=#h2#, #w9#", "17%" }, @@ -4980,7 +4993,7 @@ AtlasLoot_Data["AtlasLootItems"] = { { 12837,"INV_Scroll_03","=q3=Plans: Masterwork Stormhammer", "=ds=#p2# #m14#", "14%" }, { 12794,"INV_Hammer_04", "=q3=Masterwork Stormhammer", "=ds=#h3#, #w6#" }, { 12728,"INV_Scroll_03","=q4=Plans: Invulnerable Mail", "=ds=#p2# #m14#", "14%" }, - { 12794,"inv_chest_chain_07", "=q4=Invulnerable Mail", "=ds=#s5#, #a3#" }, + { 12641, "INV_Chest_Chain_07", "=q4=Invulnerable Mail", "=ds=#s5#, #a3#" }, { 0,"","","" }, { 18779,"INV_Misc_Note_06","=q3=Bottom Half of Advanced Armorsmithing: Volume I","=ds=#m8#", "1" }, { 12727, "INV_Scroll_05", "=q3=Plans: Enchanted Thorium Breastplate", "=q1=#m4# =ds=#p2# #m14#" }, diff --git a/TableRegister/loottables.en.lua b/TableRegister/loottables.en.lua index 3304857..1858a48 100644 --- a/TableRegister/loottables.en.lua +++ b/TableRegister/loottables.en.lua @@ -387,6 +387,7 @@ AtlasLoot_TableNames = { ["COTBMMossheart"] = { AL["Mossheart"], "AtlasLootItems" }, ["COTBMRotmaw"] = { AL["Rotmaw"], "AtlasLootItems" }, ["COTBMAntnormi"] = { AL["Antnormi"], "AtlasLootItems" }, + ["COTTrash"] = { AL["Trash Mobs"], "AtlasLootItems" }, ["COTBMInfiniteChromie"] = { AL["Infinite Chromie"], "AtlasLootItems" }, -- Stormwind Vault ["SWVAszoshGrimflame"] = { AL["Aszosh Grimflame"], "AtlasLootItems" }, @@ -1121,6 +1122,7 @@ AtlasLoot_TableNamesBoss = { ["COTBMMossheart"] = { AL["Mossheart"], "AtlasLootItems" }, ["COTBMRotmaw"] = { AL["Rotmaw"], "AtlasLootItems" }, ["COTBMAntnormi"] = { AL["Antnormi"], "AtlasLootItems" }, + ["COTTrash"] = { AL["Trash Mobs"], "AtlasLootItems" }, ["COTBMInfiniteChromie"] = { AL["Infinite Chromie"], "AtlasLootItems" }, }, ["Stormwind Vault"] = {