diff --git a/AtlasLoot.toc b/AtlasLoot.toc index d536acd..9d0fd96 100644 --- a/AtlasLoot.toc +++ b/AtlasLoot.toc @@ -3,7 +3,7 @@ ## Notes: Shows possible loot from dungeon bosses and other sources. ## Author: Shagu (pfUI update code), Lexie (Turtle WoW fixes/updates), Otari (overhaul/revamp, menu changes, bugfixes/updates) ## LegacyAuthor: Daviesh, Pompa (Turtle WoW World Bosses), Xerron (Turtle WoW World Bosses), Gurky (Turtle WoW 1.16/1.16.1 Dungeons) -## Version: 3.0.2 +## Version: 3.0.3 ## SavedVariables: AtlasLoot_updateavailable ## SavedVariablesPerCharacter: AtlasLootCharDB ## OptionalDeps: Alphamap, AtlasLoader, LootLink, ItemSync, HewdropLib, Ace2, EquipCompare, EQCompare diff --git a/Core/AtlasLoot.lua b/Core/AtlasLoot.lua index 6ed8192..a491e01 100644 --- a/Core/AtlasLoot.lua +++ b/Core/AtlasLoot.lua @@ -79,7 +79,7 @@ local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot"); --Establish version number and compatible version of Atlas local VERSION_MAJOR = "3"; local VERSION_MINOR = "0"; -local VERSION_BOSSES = "2"; +local VERSION_BOSSES = "3"; ATLASLOOT_VERSION = "|cffFF8400AtlasLoot TW Edition v"..VERSION_MAJOR.."."..VERSION_MINOR.."."..VERSION_BOSSES.."|r"; ATLASLOOT_CURRENT_ATLAS = "1.13.4"; ATLASLOOT_PREVIEW_ATLAS = "1.13.3"; @@ -187,6 +187,7 @@ AtlasLoot_MenuList = { "SETMENU", "AQ20SET", "AQ40SET", + "KARASET", "PRE60SET", "ZGSET", "T3SET", @@ -205,7 +206,8 @@ AtlasLoot_MenuList = { "TAILORINGMENU", "CRAFTSET", "COOKINGMENU", - "WORLDBOSSMENU" + "WORLDBOSSMENU", + "JEWELCRAFTMENU" }; --entrance maps to instance maps NOT NEEDED FOR ATLAS 1.12 @@ -1173,6 +1175,8 @@ function AtlasLoot_ShowItemsFrame(dataID, dataSource, boss, pFrame) AtlasLootAQ40SetMenu(); elseif(dataID=="AQ20SET") then AtlasLootAQ20SetMenu(); + elseif(dataID=="KARASET") then + AtlasLoot_Kara40SetMenu(); elseif(dataID=="T3SET") then AtlasLootT3SetMenu(); elseif(dataID=="T2SET") then @@ -1225,6 +1229,8 @@ function AtlasLoot_ShowItemsFrame(dataID, dataSource, boss, pFrame) AtlasLoot_DungeonsMenu1(); elseif(dataID=="DUNGEONSMENU2") then AtlasLoot_DungeonsMenu2(); + elseif(dataID=="JEWELCRAFTMENU") then + AtlasLoot_JewelcraftingMenu(); else --Iterate through each item object and set its properties for i = 1, 30, 1 do @@ -2393,16 +2399,17 @@ AtlasLoot_HewdropDown = { [2] = {{ AL["Zul'Gurub Sets"], "ZGSET", "Table" },}, [3] = {{ AL["Ruins of Ahn'Qiraj Sets"], "AQ20SET", "Table" },}, [4] = {{ AL["Temple of Ahn'Qiraj Sets"], "AQ40SET", "Table" },}, - [5] = {{ AL["Dungeon 1/2 Sets"], "T0SET", "Table" },}, - [6] = {{ AL["Tier 1 Sets"], "T1SET", "Table" },}, - [7] = {{ AL["Tier 2 Sets"], "T2SET", "Table" },}, - [8] = {{ AL["Tier 3 Sets"], "T3SET", "Table" },}, - [9] = {{ AL["Legendary Items"], "Legendaries", "Table" },}, - [10] = {{ AL["World Epics"], "WORLDEPICS", "Table" },}, - [11] = {{ AL["Rare Pets"], "RarePets1", "Table" },}, - [12] = {{ AL["Rare Mounts"], "RareMounts", "Table" },}, - [13] = {{ AL["Fashion"], "DonationRewards2", "Table" },}, - [14] = {{ AL["Tabards"], "Tabards", "Table" },}, + [5] = {{ AL["Karazhan Sets"], "KARASET", "Table" },}, + [6] = {{ AL["Dungeon 1/2 Sets"], "T0SET", "Table" },}, + [7] = {{ AL["Tier 1 Sets"], "T1SET", "Table" },}, + [8] = {{ AL["Tier 2 Sets"], "T2SET", "Table" },}, + [9] = {{ AL["Tier 3 Sets"], "T3SET", "Table" },}, + [10] = {{ AL["Legendary Items"], "Legendaries", "Table" },}, + [11] = {{ AL["World Epics"], "WORLDEPICS", "Table" },}, + [12] = {{ AL["Rare Pets"], "RarePets1", "Table" },}, + [13] = {{ AL["Rare Mounts"], "RareMounts", "Table" },}, + [14] = {{ AL["Fashion"], "DonationRewards2", "Table" },}, + [15] = {{ AL["Tabards"], "Tabards", "Table" },}, --[15] = {{ AL["Old Mounts"], "OldMounts", "Table" },}, --[16] = {{ AL["Unobtainable Mounts"], "UnobMounts", "Table" },}, }, @@ -2464,15 +2471,16 @@ AtlasLoot_HewdropDown = { [4] = { { (AL["Engineering"]), "ENGINEERINGMENU", "Table" }, }, [5] = { { (AL["Herbalism"]), "Herbalism1", "Table" }, }, [6] = { { (AL["Leatherworking"]), "LEATHERWORKINGMENU", "Table" }, }, - [7] = { { (AL["Mining"]), "Mining1", "Table" }, }, - [8] = { { (AL["Tailoring"]), "TAILORINGMENU", "Table" }, }, - [9] = { { (AL["Cooking"]), "COOKINGMENU", "Table" }, }, - [10] = { { (AL["First Aid"]), "FirstAid1", "Table" }, }, - [11] = { { (AL["Survival"]), "Survival1", "Table" }, }, - [12] = { { (AL["Gardening"]), "Survival2", "Table" }, }, - [13] = { { (AL["Poisons"]), "Poisons1", "Table" }, }, - [14] = { { AL["Crafted Sets"], "CRAFTSET", "Table" },}, - [15] = { { AL["Crafted Epic Weapons"], "CraftedWeapons1", "Table" }, }, + [7] = { { (AL["Jewelcrafting"]), "JEWELCRAFTMENU", "Table" }, }, + [8] = { { (AL["Mining"]), "Mining1", "Table" }, }, + [9] = { { (AL["Tailoring"]), "TAILORINGMENU", "Table" }, }, + [10] = { { (AL["Cooking"]), "COOKINGMENU", "Table" }, }, + [11] = { { (AL["First Aid"]), "FirstAid1", "Table" }, }, + [12] = { { (AL["Survival"]), "Survival1", "Table" }, }, + [13] = { { (AL["Gardening"]), "Survival2", "Table" }, }, + [14] = { { (AL["Poisons"]), "Poisons1", "Table" }, }, + [15] = { { AL["Crafted Sets"], "CRAFTSET", "Table" },}, + [16] = { { AL["Crafted Epic Weapons"], "CraftedWeapons1", "Table" }, }, }, }, [8] = {{ "Rare Spawns", "RareSpawns", "Submenu" },}, @@ -2486,7 +2494,7 @@ AtlasLoot_HewdropDown_SubTables = { { AL["Engineer Figgles"], "HQEngineerFiggles" }, { AL["Corrosis"], "HQCorrosis" }, { AL["Hatereaver Annihilator"], "HQHatereaverAnnihilator" }, - { AL["Hargesh Doomcaller"], "HQHargeshDoomcaller" }, + { AL["Har'gesh Doomcaller"], "HQHargeshDoomcaller" }, { AL["Trash Mobs"], "HQTrash" }, }, ["BlackrockDepths"] = { diff --git a/Core/ButtonRegistry.lua b/Core/ButtonRegistry.lua index cb926d3..ccf2292 100644 --- a/Core/ButtonRegistry.lua +++ b/Core/ButtonRegistry.lua @@ -49,14 +49,14 @@ AtlasLoot_ButtonRegistry = { ["HQHatereaverAnnihilator"] = { Title = AL["Hatereaver Annihilator"]; Next_Page = "HQHargeshDoomcaller"; - Next_Title = AL["Hargesh Doomcaller"]; + Next_Title = AL["Har'gesh Doomcaller"]; Prev_Page = "HQCorrosis"; Prev_Title = AL["Corrosis"]; Back_Page = "DUNGEONSMENU1"; Back_Title = AL["Dungeons & Raids"]; }; ["HQHargeshDoomcaller"] = { - Title = AL["Hargesh Doomcaller"]; + Title = AL["Har'gesh Doomcaller"]; Next_Page = "HQTrash"; Next_Title = AL["Trash Mobs"]; Prev_Page = "HQHatereaverAnnihilator"; @@ -67,7 +67,7 @@ AtlasLoot_ButtonRegistry = { ["HQTrash"] = { Title = AL["Trash Mobs"]; Prev_Page = "HQHargeshDoomcaller"; - Prev_Title = AL["Hargesh Doomcaller"]; + Prev_Title = AL["Har'gesh Doomcaller"]; Back_Page = "DUNGEONSMENU1"; Back_Title = AL["Dungeons & Raids"]; }; @@ -4521,6 +4521,51 @@ AtlasLoot_ButtonRegistry = { Back_Page = "T3SET"; Back_Title = AL["Tier 3 Sets"]; }; + ["T35Druid"] = { + Title = AL["Druid"]; + Back_Page = "KARASET"; + Back_Title = AL["Karazhan"].." "..AL["Sets"]; + }; + ["T35Hunter"] = { + Title = AL["Hunter"]; + Back_Page = "KARASET"; + Back_Title = AL["Karazhan"].." "..AL["Sets"]; + }; + ["T35Mage"] = { + Title = AL["Mage"]; + Back_Page = "KARASET"; + Back_Title = AL["Karazhan"].." "..AL["Sets"]; + }; + ["T35Paladin"] = { + Title = AL["Paladin"]; + Back_Page = "KARASET"; + Back_Title = AL["Karazhan"].." "..AL["Sets"]; + }; + ["T35Priest"] = { + Title = AL["Priest"]; + Back_Page = "KARASET"; + Back_Title = AL["Karazhan"].." "..AL["Sets"]; + }; + ["T35Rogue"] = { + Title = AL["Rogue"]; + Back_Page = "KARASET"; + Back_Title = AL["Karazhan"].." "..AL["Sets"]; + }; + ["T35Shaman"] = { + Title = AL["Shaman"]; + Back_Page = "KARASET"; + Back_Title = AL["Karazhan"].." "..AL["Sets"]; + }; + ["T35Warlock"] = { + Title = AL["Warlock"]; + Back_Page = "KARASET"; + Back_Title = AL["Karazhan"].." "..AL["Sets"]; + }; + ["T35Warrior"] = { + Title = AL["Warrior"]; + Back_Page = "KARASET"; + Back_Title = AL["Karazhan"].." "..AL["Sets"]; + }; ["AQ40Druid"] = { Title = AL["Druid"]; Back_Page = "AQ40SET"; @@ -5989,6 +6034,182 @@ AtlasLoot_ButtonRegistry = { Prev_Page = "Elemental1"; Prev_Title = AL["Leatherworking"] .. ": " .. AL["Elemental Leatherworking"]; }; + ["JewelcraftingApprentice1"] = { + Title = AL["Jewelcrafting"] .. ": " .. AL["Apprentice"]; + Back_Page = "JEWELCRAFTMENU"; + Back_Title = AL["Jewelcrafting"]; + Next_Page = "JewelcraftingJourneyman1"; + Next_Title = AL["Jewelcrafting"] .. ": " .. AL["Journeyman"]; + }; + ["JewelcraftingJourneyman1"] = { + Title = AL["Jewelcrafting"] .. ": " .. AL["Journeyman"]; + Back_Page = "JEWELCRAFTMENU"; + Back_Title = AL["Jewelcrafting"]; + Prev_Page = "JewelcraftingApprentice1"; + Prev_Title = AL["Jewelcrafting"] .. ": " .. AL["Journeyman"]; + Next_Page = "JewelcraftingJourneyman2"; + Next_Title = AL["Jewelcrafting"] .. ": " .. AL["Journeyman"]; + }; + ["JewelcraftingJourneyman2"] = { + Title = AL["Jewelcrafting"] .. ": " .. AL["Journeyman"]; + Back_Page = "JEWELCRAFTMENU"; + Back_Title = AL["Jewelcrafting"]; + Prev_Page = "JewelcraftingJourneyman1"; + Prev_Title = AL["Jewelcrafting"] .. ": " .. AL["Journeyman"]; + Next_Page = "JewelcraftingExpert1"; + Next_Title = AL["Jewelcrafting"] .. ": " .. AL["Expert"]; + }; + ["JewelcraftingExpert1"] = { + Title = AL["Jewelcrafting"] .. ": " .. AL["Expert"]; + Back_Page = "JEWELCRAFTMENU"; + Back_Title = AL["Jewelcrafting"]; + Prev_Page = "JewelcraftingJourneyman2"; + Prev_Title = AL["Jewelcrafting"] .. ": " .. AL["Journeyman"]; + Next_Page = "JewelcraftingExpert2"; + Next_Title = AL["Jewelcrafting"] .. ": " .. AL["Expert"]; + }; + ["JewelcraftingExpert2"] = { + Title = AL["Jewelcrafting"] .. ": " .. AL["Expert"]; + Back_Page = "JEWELCRAFTMENU"; + Back_Title = AL["Jewelcrafting"]; + Prev_Page = "JewelcraftingExpert1"; + Prev_Title = AL["Jewelcrafting"] .. ": " .. AL["Expert"]; + Next_Page = "JewelcraftingExpert3"; + Next_Title = AL["Jewelcrafting"] .. ": " .. AL["Artisan"]; + }; + ["JewelcraftingExpert3"] = { + Title = AL["Jewelcrafting"] .. ": " .. AL["Expert"]; + Back_Page = "JEWELCRAFTMENU"; + Back_Title = AL["Jewelcrafting"]; + Prev_Page = "JewelcraftingExpert2"; + Prev_Title = AL["Jewelcrafting"] .. ": " .. AL["Expert"]; + Next_Page = "JewelcraftingArtisan1"; + Next_Title = AL["Jewelcrafting"] .. ": " .. AL["Artisan"]; + }; + ["JewelcraftingArtisan1"] = { + Title = AL["Jewelcrafting"] .. ": " .. AL["Artisan"]; + Back_Page = "JEWELCRAFTMENU"; + Back_Title = AL["Jewelcrafting"]; + Prev_Page = "JewelcraftingExpert3"; + Prev_Title = AL["Jewelcrafting"] .. ": " .. AL["Expert"]; + Next_Page = "JewelcraftingArtisan2"; + Next_Title = AL["Jewelcrafting"] .. ": " .. AL["Artisan"]; + }; + ["JewelcraftingArtisan2"] = { + Title = AL["Jewelcrafting"] .. ": " .. AL["Artisan"]; + Back_Page = "JEWELCRAFTMENU"; + Back_Title = AL["Jewelcrafting"]; + Prev_Page = "JewelcraftingArtisan1"; + Prev_Title = AL["Jewelcrafting"] .. ": " .. AL["Artisan"]; + Next_Page = "JewelcraftingGemstones1"; + Next_Title = AL["Jewelcrafting"] .. ": " .. AL["Gemstones"]; + }; + ["JewelcraftingGemstones1"] = { + Title = AL["Jewelcrafting"] .. ": " .. AL["Gemstones"]; + Back_Page = "JEWELCRAFTMENU"; + Back_Title = AL["Jewelcrafting"]; + Prev_Page = "JewelcraftingArtisan2"; + Prev_Title = AL["Jewelcrafting"] .. ": " .. AL["Artisan"]; + Next_Page = "JewelcraftingRings1"; + Next_Title = AL["Jewelcrafting"] .. ": " .. AL["Rings"]; + }; + ["JewelcraftingRings1"] = { + Title = AL["Jewelcrafting"] .. ": " .. AL["Rings"]; + Back_Page = "JEWELCRAFTMENU"; + Back_Title = AL["Jewelcrafting"]; + Prev_Page = "JewelcraftingGemstones1"; + Prev_Title = AL["Jewelcrafting"] .. ": " .. AL["Gemstones"]; + Next_Page = "JewelcraftingRings2"; + Next_Title = AL["Jewelcrafting"] .. ": " .. AL["Rings"]; + }; + ["JewelcraftingRings2"] = { + Title = AL["Jewelcrafting"] .. ": " .. AL["Rings"]; + Back_Page = "JEWELCRAFTMENU"; + Back_Title = AL["Jewelcrafting"]; + Prev_Page = "JewelcraftingRings1"; + Prev_Title = AL["Jewelcrafting"] .. ": " .. AL["Rings"]; + Next_Page = "JewelcraftingAmulets1"; + Next_Title = AL["Jewelcrafting"] .. ": " .. AL["Amulets"]; + }; + ["JewelcraftingAmulets1"] = { + Title = AL["Jewelcrafting"] .. ": " .. AL["Amulets"]; + Back_Page = "JEWELCRAFTMENU"; + Back_Title = AL["Jewelcrafting"]; + Prev_Page = "JewelcraftingRings2"; + Prev_Title = AL["Jewelcrafting"] .. ": " .. AL["Rings"]; + Next_Page = "JewelcraftingHelm1"; + Next_Title = AL["Jewelcrafting"] .. ": " .. AL["Head"]; + }; + ["JewelcraftingHelm1"] = { + Title = AL["Jewelcrafting"] .. ": " .. AL["Head"]; + Back_Page = "JEWELCRAFTMENU"; + Back_Title = AL["Jewelcrafting"]; + Prev_Page = "JewelcraftingAmulets1"; + Prev_Title = AL["Jewelcrafting"] .. ": " .. AL["Amulets"]; + Next_Page = "JewelcraftingBracers1"; + Next_Title = AL["Jewelcrafting"] .. ": " .. AL["Bracers"]; + }; + ["JewelcraftingBracers1"] = { + Title = AL["Jewelcrafting"] .. ": " .. AL["Bracers"]; + Back_Page = "JEWELCRAFTMENU"; + Back_Title = AL["Jewelcrafting"]; + Prev_Page = "JewelcraftingHelm1"; + Prev_Title = AL["Jewelcrafting"] .. ": " .. AL["Head"]; + Next_Page = "JewelcraftingOffHands1"; + Next_Title = AL["Jewelcrafting"] .. ": " .. AL["Off-hand"]; + }; + ["JewelcraftingOffHands1"] = { + Title = AL["Jewelcrafting"] .. ": " .. AL["Off-hand"]; + Back_Page = "JEWELCRAFTMENU"; + Back_Title = AL["Jewelcrafting"]; + Prev_Page = "JewelcraftingBracers1"; + Prev_Title = AL["Jewelcrafting"] .. ": " .. AL["Bracers"]; + Next_Page = "JewelcraftingStaves1"; + Next_Title = AL["Jewelcrafting"] .. ": " .. AL["Staff"]; + }; + ["JewelcraftingStaves1"] = { + Title = AL["Jewelcrafting"] .. ": " .. AL["Staff"]; + Back_Page = "JEWELCRAFTMENU"; + Back_Title = AL["Jewelcrafting"]; + Prev_Page = "JewelcraftingOffHands1"; + Prev_Title = AL["Jewelcrafting"] .. ": " .. AL["Off-hand"]; + Next_Page = "JewelcraftingTrinkets1"; + Next_Title = AL["Jewelcrafting"] .. ": " .. AL["Trinkets"]; + }; + ["JewelcraftingTrinkets1"] = { + Title = AL["Jewelcrafting"] .. ": " .. AL["Trinkets"]; + Back_Page = "JEWELCRAFTMENU"; + Back_Title = AL["Jewelcrafting"]; + Prev_Page = "JewelcraftingStaves1"; + Prev_Title = AL["Jewelcrafting"] .. ": " .. AL["Staff"]; + Next_Page = "JewelcraftingMisc1"; + Next_Title = AL["Jewelcrafting"] .. ": " .. AL["Misc"]; + }; + ["JewelcraftingMisc1"] = { + Title = AL["Jewelcrafting"] .. ": " .. AL["Misc"]; + Back_Page = "JEWELCRAFTMENU"; + Back_Title = AL["Jewelcrafting"]; + Prev_Page = "JewelcraftingTrinkets1"; + Prev_Title = AL["Jewelcrafting"] .. ": " .. AL["Trinkets"]; + Next_Page = "JewelcraftingGemology1"; + Next_Title = AL["Jewelcrafting"] .. ": " .. AL["Gemology"]; + }; + ["JewelcraftingGemology1"] = { + Title = AL["Jewelcrafting"] .. ": " .. AL["Gemology"]; + Back_Page = "JEWELCRAFTMENU"; + Back_Title = AL["Jewelcrafting"]; + Prev_Page = "JewelcraftingMisc1"; + Prev_Title = AL["Jewelcrafting"] .. ": " .. AL["Misc"]; + Next_Page = "JewelcraftingGoldsmithing1"; + Next_Title = AL["Jewelcrafting"] .. ": " .. AL["Goldsmithing"]; + }; + ["JewelcraftingGoldsmithing1"] = { + Title = AL["Jewelcrafting"] .. ": " .. AL["Goldsmithing"]; + Back_Page = "JEWELCRAFTMENU"; + Back_Title = AL["Jewelcrafting"]; + Prev_Page = "JewelcraftingGemology1"; + Prev_Title = AL["Jewelcrafting"] .. ": " .. AL["Gemology"]; + }; ["Herbalism1"] = { Title = AL["Herbalism"]; Back_Page = "CRAFTINGMENU"; diff --git a/Core/Crafting.lua b/Core/Crafting.lua index 587af47..ec59448 100644 --- a/Core/Crafting.lua +++ b/Core/Crafting.lua @@ -19,40 +19,46 @@ function AtlasLoot_CraftingMenu() getglobal("AtlasLootItemsFrame_PREV"):Hide(); getglobal("AtlasLootServerQueryButton"):Hide(); --Alchemy - AtlasLootMenuItem_2_Name:SetText(AL["Alchemy"]); - AtlasLootMenuItem_2_Extra:SetText(""); - AtlasLootMenuItem_2_Icon:SetTexture("Interface\\Icons\\Trade_Alchemy"); - AtlasLootMenuItem_2.lootpage="ALCHEMYMENU"; - AtlasLootMenuItem_2:Show(); + AtlasLootMenuItem_1_Name:SetText(AL["Alchemy"]); + AtlasLootMenuItem_1_Extra:SetText(""); + AtlasLootMenuItem_1_Icon:SetTexture("Interface\\Icons\\Trade_Alchemy"); + AtlasLootMenuItem_1.lootpage="ALCHEMYMENU"; + AtlasLootMenuItem_1:Show(); --Enchanting - AtlasLootMenuItem_3_Name:SetText(AL["Enchanting"]); - AtlasLootMenuItem_3_Extra:SetText(""); - AtlasLootMenuItem_3_Icon:SetTexture("Interface\\Icons\\Trade_Engraving"); - AtlasLootMenuItem_3.lootpage="ENCHANTINGMENU"; - AtlasLootMenuItem_3:Show(); + AtlasLootMenuItem_2_Name:SetText(AL["Enchanting"]); + AtlasLootMenuItem_2_Extra:SetText(""); + AtlasLootMenuItem_2_Icon:SetTexture("Interface\\Icons\\Trade_Engraving"); + AtlasLootMenuItem_2.lootpage="ENCHANTINGMENU"; + AtlasLootMenuItem_2:Show(); --Engineering - AtlasLootMenuItem_4_Name:SetText(AL["Engineering"]); - AtlasLootMenuItem_4_Extra:SetText(""); - AtlasLootMenuItem_4_Icon:SetTexture("Interface\\Icons\\Trade_Engineering"); - AtlasLootMenuItem_4.lootpage="ENGINEERINGMENU"; - AtlasLootMenuItem_4:Show(); + AtlasLootMenuItem_3_Name:SetText(AL["Engineering"]); + AtlasLootMenuItem_3_Extra:SetText(""); + AtlasLootMenuItem_3_Icon:SetTexture("Interface\\Icons\\Trade_Engineering"); + AtlasLootMenuItem_3.lootpage="ENGINEERINGMENU"; + AtlasLootMenuItem_3:Show(); --Leatherworking - AtlasLootMenuItem_5_Name:SetText(AL["Leatherworking"]); - AtlasLootMenuItem_5_Extra:SetText(""); - AtlasLootMenuItem_5_Icon:SetTexture("Interface\\Icons\\INV_Misc_ArmorKit_17"); - AtlasLootMenuItem_5.lootpage="LEATHERWORKINGMENU"; - AtlasLootMenuItem_5:Show(); + AtlasLootMenuItem_4_Name:SetText(AL["Leatherworking"]); + AtlasLootMenuItem_4_Extra:SetText(""); + AtlasLootMenuItem_4_Icon:SetTexture("Interface\\Icons\\INV_Misc_ArmorKit_17"); + AtlasLootMenuItem_4.lootpage="LEATHERWORKINGMENU"; + AtlasLootMenuItem_4:Show(); --Blacksmithing - AtlasLootMenuItem_6_Name:SetText(AL["Blacksmithing"]); - AtlasLootMenuItem_6_Extra:SetText(""); - AtlasLootMenuItem_6_Icon:SetTexture("Interface\\Icons\\Trade_BlackSmithing"); - AtlasLootMenuItem_6.lootpage="SMITHINGMENU"; - AtlasLootMenuItem_6:Show(); + AtlasLootMenuItem_5_Name:SetText(AL["Blacksmithing"]); + AtlasLootMenuItem_5_Extra:SetText(""); + AtlasLootMenuItem_5_Icon:SetTexture("Interface\\Icons\\Trade_BlackSmithing"); + AtlasLootMenuItem_5.lootpage="SMITHINGMENU"; + AtlasLootMenuItem_5:Show(); --Tailoring - AtlasLootMenuItem_7_Name:SetText(AL["Tailoring"]); + AtlasLootMenuItem_6_Name:SetText(AL["Tailoring"]); + AtlasLootMenuItem_6_Extra:SetText(""); + AtlasLootMenuItem_6_Icon:SetTexture("Interface\\Icons\\Trade_Tailoring"); + AtlasLootMenuItem_6.lootpage="TAILORINGMENU"; + AtlasLootMenuItem_6:Show(); + --Jewelcrafting + AtlasLootMenuItem_7_Name:SetText(AL["Jewelcrafting"]); AtlasLootMenuItem_7_Extra:SetText(""); - AtlasLootMenuItem_7_Icon:SetTexture("Interface\\Icons\\Trade_Tailoring"); - AtlasLootMenuItem_7.lootpage="TAILORINGMENU"; + AtlasLootMenuItem_7_Icon:SetTexture("Interface\\Icons\\INV_Jewelry_Necklace_01"); + AtlasLootMenuItem_7.lootpage="JEWELCRAFTMENU"; AtlasLootMenuItem_7:Show(); --Herbalism AtlasLootMenuItem_8_Name:SetText(AL["Herbalism"]); @@ -97,17 +103,17 @@ function AtlasLoot_CraftingMenu() AtlasLootMenuItem_15.lootpage="Poisons1"; AtlasLootMenuItem_15:Show(); --Crafted Armor Sets - AtlasLootMenuItem_17_Name:SetText(AL["Crafted Sets"]); - AtlasLootMenuItem_17_Extra:SetText(""); - AtlasLootMenuItem_17_Icon:SetTexture("Interface\\Icons\\INV_Pants_Wolf"); - AtlasLootMenuItem_17.lootpage="CRAFTSET"; - AtlasLootMenuItem_17:Show(); + AtlasLootMenuItem_16_Name:SetText(AL["Crafted Sets"]); + AtlasLootMenuItem_16_Extra:SetText(""); + AtlasLootMenuItem_16_Icon:SetTexture("Interface\\Icons\\INV_Pants_Wolf"); + AtlasLootMenuItem_16.lootpage="CRAFTSET"; + AtlasLootMenuItem_16:Show(); --Crafted Epic Weapons - AtlasLootMenuItem_19_Name:SetText(AL["Crafted Epic Weapons"]); - AtlasLootMenuItem_19_Extra:SetText(""); - AtlasLootMenuItem_19_Icon:SetTexture("Interface\\Icons\\INV_Hammer_Unique_Sulfuras"); - AtlasLootMenuItem_19.lootpage="CraftedWeapons1"; - AtlasLootMenuItem_19:Show(); + AtlasLootMenuItem_18_Name:SetText(AL["Crafted Epic Weapons"]); + AtlasLootMenuItem_18_Extra:SetText(""); + AtlasLootMenuItem_18_Icon:SetTexture("Interface\\Icons\\INV_Hammer_Unique_Sulfuras"); + AtlasLootMenuItem_18.lootpage="CraftedWeapons1"; + AtlasLootMenuItem_18:Show(); for i = 1, 30, 1 do getglobal("AtlasLootMenuItem_"..i.."_Extra"):Show(); end @@ -512,35 +518,35 @@ function AtlasLoot_SmithingMenu() AtlasLootMenuItem_22.lootpage="SmithingMisc1"; AtlasLootMenuItem_22:Show(); --Armorsmith - AtlasLootMenuItem_26_Name:SetText(AL["Blacksmithing"]..": "..AL["Armorsmith"]); - AtlasLootMenuItem_26_Extra:SetText(""); - AtlasLootMenuItem_26_Icon:SetTexture("Interface\\Icons\\INV_Chest_Plate04"); - AtlasLootMenuItem_26.lootpage="Armorsmith1"; - AtlasLootMenuItem_26:Show(); + AtlasLootMenuItem_24_Name:SetText(AL["Armorsmith"]); + AtlasLootMenuItem_24_Extra:SetText(""); + AtlasLootMenuItem_24_Icon:SetTexture("Interface\\Icons\\INV_Chest_Plate04"); + AtlasLootMenuItem_24.lootpage="Armorsmith1"; + AtlasLootMenuItem_24:Show(); --Weaponsmith - AtlasLootMenuItem_27_Name:SetText(AL["Blacksmithing"]..": "..AL["Weaponsmith"]); - AtlasLootMenuItem_27_Extra:SetText(""); - AtlasLootMenuItem_27_Icon:SetTexture("Interface\\Icons\\INV_Sword_25"); - AtlasLootMenuItem_27.lootpage="Weaponsmith1"; - AtlasLootMenuItem_27:Show(); + AtlasLootMenuItem_25_Name:SetText(AL["Weaponsmith"]); + AtlasLootMenuItem_25_Extra:SetText(""); + AtlasLootMenuItem_25_Icon:SetTexture("Interface\\Icons\\INV_Sword_25"); + AtlasLootMenuItem_25.lootpage="Weaponsmith1"; + AtlasLootMenuItem_25:Show(); --Master Axesmith - AtlasLootMenuItem_28_Name:SetText(AL["Blacksmithing"]..": "..AL["Master Axesmith"]); - AtlasLootMenuItem_28_Extra:SetText(""); - AtlasLootMenuItem_28_Icon:SetTexture("Interface\\Icons\\INV_Axe_05"); - AtlasLootMenuItem_28.lootpage="Axesmith1"; - AtlasLootMenuItem_28:Show(); + AtlasLootMenuItem_26_Name:SetText(AL["Master Axesmith"]); + AtlasLootMenuItem_26_Extra:SetText(""); + AtlasLootMenuItem_26_Icon:SetTexture("Interface\\Icons\\INV_Axe_05"); + AtlasLootMenuItem_26.lootpage="Axesmith1"; + AtlasLootMenuItem_26:Show(); --Master Hammersmith - AtlasLootMenuItem_29_Name:SetText(AL["Blacksmithing"]..": "..AL["Master Hammersmith"]); - AtlasLootMenuItem_29_Extra:SetText(""); - AtlasLootMenuItem_29_Icon:SetTexture("Interface\\Icons\\INV_Hammer_23"); - AtlasLootMenuItem_29.lootpage="Hammersmith1"; - AtlasLootMenuItem_29:Show(); + AtlasLootMenuItem_27_Name:SetText(AL["Master Hammersmith"]); + AtlasLootMenuItem_27_Extra:SetText(""); + AtlasLootMenuItem_27_Icon:SetTexture("Interface\\Icons\\INV_Hammer_23"); + AtlasLootMenuItem_27.lootpage="Hammersmith1"; + AtlasLootMenuItem_27:Show(); --Master Swordsmith - AtlasLootMenuItem_30_Name:SetText(AL["Blacksmithing"]..": "..AL["Master Swordsmith"]); - AtlasLootMenuItem_30_Extra:SetText(""); - AtlasLootMenuItem_30_Icon:SetTexture("Interface\\Icons\\INV_Sword_41"); - AtlasLootMenuItem_30.lootpage="Swordsmith1"; - AtlasLootMenuItem_30:Show(); + AtlasLootMenuItem_28_Name:SetText(AL["Master Swordsmith"]); + AtlasLootMenuItem_28_Extra:SetText(""); + AtlasLootMenuItem_28_Icon:SetTexture("Interface\\Icons\\INV_Sword_41"); + AtlasLootMenuItem_28.lootpage="Swordsmith1"; + AtlasLootMenuItem_28:Show(); for i = 1, 30, 1 do getglobal("AtlasLootMenuItem_"..i.."_Extra"):Show(); end @@ -598,7 +604,7 @@ function AtlasLoot_EnchantingMenu() AtlasLootMenuItem_8.lootpage="EnchantingChest1"; AtlasLootMenuItem_8:Show(); --Enchanting Bracer - AtlasLootMenuItem_9_Name:SetText(AL["Enchanting"]..": "..AL["Bracer"]); + AtlasLootMenuItem_9_Name:SetText(AL["Enchanting"]..": "..AL["Bracers"]); AtlasLootMenuItem_9_Extra:SetText(""); AtlasLootMenuItem_9_Icon:SetTexture("Interface\\Icons\\Trade_Engraving"); AtlasLootMenuItem_9.lootpage="EnchantingBracer1"; @@ -1027,3 +1033,113 @@ function AtlasLoot_CookingMenu() AtlasLoot_BossName:SetText("|cffFFFFFF"..AL["Cooking"]); AtlasLoot_SetItemInfoFrame(AtlasLoot_AnchorFrame); end + +function AtlasLoot_JewelcraftingMenu() + for i = 1, 30, 1 do + getglobal("AtlasLootItem_"..i):Hide(); + end + for i = 1, 30, 1 do + getglobal("AtlasLootMenuItem_"..i):Hide(); + getglobal("AtlasLootMenuItem_"..i).isheader = false; + end + getglobal("AtlasLootItemsFrame_BACK"):Show(); + getglobal("AtlasLootItemsFrame_BACK").lootpage = "CRAFTINGMENU"; + getglobal("AtlasLootItemsFrame_NEXT"):Hide(); + getglobal("AtlasLootItemsFrame_PREV"):Hide(); + getglobal("AtlasLootServerQueryButton"):Hide(); + --Apprentice + AtlasLootMenuItem_2_Name:SetText(AL["Jewelcrafting"]..": "..AL["Apprentice"]); + AtlasLootMenuItem_2_Extra:SetText(""); + AtlasLootMenuItem_2_Icon:SetTexture("Interface\\Icons\\INV_Jewelry_Necklace_01"); + AtlasLootMenuItem_2.lootpage = "JewelcraftingApprentice1"; + AtlasLootMenuItem_2:Show(); + --Journeyman + AtlasLootMenuItem_3_Name:SetText(AL["Jewelcrafting"]..": "..AL["Journeyman"]); + AtlasLootMenuItem_3_Extra:SetText(""); + AtlasLootMenuItem_3_Icon:SetTexture("Interface\\Icons\\INV_Jewelry_Necklace_01"); + AtlasLootMenuItem_3.lootpage = "JewelcraftingJourneyman1"; + AtlasLootMenuItem_3:Show(); + --Expert + AtlasLootMenuItem_4_Name:SetText(AL["Jewelcrafting"]..": "..AL["Expert"]); + AtlasLootMenuItem_4_Extra:SetText(""); + AtlasLootMenuItem_4_Icon:SetTexture("Interface\\Icons\\INV_Jewelry_Necklace_01"); + AtlasLootMenuItem_4.lootpage="JewelcraftingExpert1"; + AtlasLootMenuItem_4:Show(); + --Artisan + AtlasLootMenuItem_5_Name:SetText(AL["Jewelcrafting"]..": "..AL["Artisan"]); + AtlasLootMenuItem_5_Extra:SetText(""); + AtlasLootMenuItem_5_Icon:SetTexture("Interface\\Icons\\INV_Jewelry_Necklace_01"); + AtlasLootMenuItem_5.lootpage="JewelcraftingArtisan1"; + AtlasLootMenuItem_5:Show(); + --Gemstones + AtlasLootMenuItem_7_Name:SetText(AL["Jewelcrafting"]..": "..AL["Gemstones"]); + AtlasLootMenuItem_7_Extra:SetText(""); + AtlasLootMenuItem_7_Icon:SetTexture("Interface\\Icons\\INV_Jewelry_Necklace_01"); + AtlasLootMenuItem_7.lootpage="JewelcraftingGemstones1"; + AtlasLootMenuItem_7:Show(); + --Rings + AtlasLootMenuItem_8_Name:SetText(AL["Jewelcrafting"]..": "..AL["Rings"]); + AtlasLootMenuItem_8_Extra:SetText(""); + AtlasLootMenuItem_8_Icon:SetTexture("Interface\\Icons\\INV_Jewelry_Necklace_01"); + AtlasLootMenuItem_8.lootpage="JewelcraftingRings1"; + AtlasLootMenuItem_8:Show(); + --Amulets + AtlasLootMenuItem_9_Name:SetText(AL["Jewelcrafting"]..": "..AL["Amulets"]); + AtlasLootMenuItem_9_Extra:SetText(""); + AtlasLootMenuItem_9_Icon:SetTexture("Interface\\Icons\\INV_Jewelry_Necklace_01"); + AtlasLootMenuItem_9.lootpage="JewelcraftingAmulets1"; + AtlasLootMenuItem_9:Show(); + --Head + AtlasLootMenuItem_10_Name:SetText(AL["Jewelcrafting"]..": "..AL["Head"]); + AtlasLootMenuItem_10_Extra:SetText(""); + AtlasLootMenuItem_10_Icon:SetTexture("Interface\\Icons\\INV_Jewelry_Necklace_01"); + AtlasLootMenuItem_10.lootpage="JewelcraftingHelm1"; + AtlasLootMenuItem_10:Show(); + --Bracers + AtlasLootMenuItem_11_Name:SetText(AL["Jewelcrafting"]..": "..AL["Bracers"]); + AtlasLootMenuItem_11_Extra:SetText(""); + AtlasLootMenuItem_11_Icon:SetTexture("Interface\\Icons\\INV_Jewelry_Necklace_01"); + AtlasLootMenuItem_11.lootpage="JewelcraftingBracers1"; + AtlasLootMenuItem_11:Show(); + --Offhands + AtlasLootMenuItem_12_Name:SetText(AL["Jewelcrafting"]..": "..AL["Off-hand"]); + AtlasLootMenuItem_12_Extra:SetText(""); + AtlasLootMenuItem_12_Icon:SetTexture("Interface\\Icons\\INV_Jewelry_Necklace_01"); + AtlasLootMenuItem_12.lootpage="JewelcraftingOffHands1"; + AtlasLootMenuItem_12:Show(); + --Staves + AtlasLootMenuItem_13_Name:SetText(AL["Jewelcrafting"]..": "..AL["Staff"]); + AtlasLootMenuItem_13_Extra:SetText(""); + AtlasLootMenuItem_13_Icon:SetTexture("Interface\\Icons\\INV_Jewelry_Necklace_01"); + AtlasLootMenuItem_13.lootpage="JewelcraftingStaves1"; + AtlasLootMenuItem_13:Show(); + --Trinkets + AtlasLootMenuItem_14_Name:SetText(AL["Jewelcrafting"]..": "..AL["Trinkets"]); + AtlasLootMenuItem_14_Extra:SetText(""); + AtlasLootMenuItem_14_Icon:SetTexture("Interface\\Icons\\INV_Jewelry_Necklace_01"); + AtlasLootMenuItem_14.lootpage="JewelcraftingTrinkets1"; + AtlasLootMenuItem_14:Show(); + --Misc + AtlasLootMenuItem_15_Name:SetText(AL["Jewelcrafting"]..": "..AL["Misc"]); + AtlasLootMenuItem_15_Extra:SetText(""); + AtlasLootMenuItem_15_Icon:SetTexture("Interface\\Icons\\INV_Jewelry_Necklace_01"); + AtlasLootMenuItem_15.lootpage="JewelcraftingMisc1"; + AtlasLootMenuItem_15:Show(); + --Gemology + AtlasLootMenuItem_17_Name:SetText(AL["Jewelcrafting"]..": "..AL["Gemology"]); + AtlasLootMenuItem_17_Extra:SetText(""); + AtlasLootMenuItem_17_Icon:SetTexture("Interface\\Icons\\INV_Misc_Gem_Variety_01"); + AtlasLootMenuItem_17.lootpage="JewelcraftingGemology1"; + AtlasLootMenuItem_17:Show(); + --Goldsmithing + AtlasLootMenuItem_18_Name:SetText(AL["Jewelcrafting"]..": "..AL["Goldsmithing"]); + AtlasLootMenuItem_18_Extra:SetText(""); + AtlasLootMenuItem_18_Icon:SetTexture("Interface\\Icons\\INV_Jewelry_Ring_03"); + AtlasLootMenuItem_18.lootpage="JewelcraftingGoldsmithing1"; + AtlasLootMenuItem_18:Show(); + for i = 1, 30, 1 do + getglobal("AtlasLootMenuItem_"..i.."_Extra"):Show(); + end + AtlasLoot_BossName:SetText("|cffFFFFFF"..AL["Jewelcrafting"]); + AtlasLoot_SetItemInfoFrame(AtlasLoot_AnchorFrame); +end \ No newline at end of file diff --git a/Core/Sets.lua b/Core/Sets.lua index de436de..2380bac 100644 --- a/Core/Sets.lua +++ b/Core/Sets.lua @@ -34,12 +34,18 @@ function AtlasLootSetMenu() AtlasLootMenuItem_5_Icon:SetTexture("Interface\\Icons\\INV_Shoulder_35"); AtlasLootMenuItem_5.lootpage="AQ40SET"; AtlasLootMenuItem_5:Show(); + --Karazhan + AtlasLootMenuItem_6_Name:SetText(AL["Karazhan"].." "..AL["Sets"]); + AtlasLootMenuItem_6_Extra:SetText(""); + AtlasLootMenuItem_6_Icon:SetTexture("Interface\\Icons\\INV_Staff_Medivh"); + AtlasLootMenuItem_6.lootpage="KARASET"; + AtlasLootMenuItem_6:Show(); --Legendaries - AtlasLootMenuItem_7_Name:SetText(AL["Legendary Items"]); - AtlasLootMenuItem_7_Extra:SetText(""); - AtlasLootMenuItem_7_Icon:SetTexture("Interface\\Icons\\INV_Staff_Medivh"); - AtlasLootMenuItem_7.lootpage="Legendaries"; - AtlasLootMenuItem_7:Show(); + AtlasLootMenuItem_8_Name:SetText(AL["Legendary Items"]); + AtlasLootMenuItem_8_Extra:SetText(""); + AtlasLootMenuItem_8_Icon:SetTexture("Interface\\Icons\\INV_Hammer_Unique_Sulfuras"); + AtlasLootMenuItem_8.lootpage="Legendaries"; + AtlasLootMenuItem_8:Show(); --Artifacts --[[ AtlasLootMenuItem_8_Name:SetText(AL["Artifact Items"]); @@ -814,3 +820,77 @@ function AtlasLootT3SetMenu() AtlasLoot_BossName:SetText("|cffFFFFFF"..AL["Tier 3 Sets"]); AtlasLoot_SetItemInfoFrame(AtlasLoot_AnchorFrame); end + +function AtlasLoot_Kara40SetMenu() + for i = 1, 30, 1 do + getglobal("AtlasLootItem_"..i):Hide(); + end + for i = 1, 30, 1 do + getglobal("AtlasLootMenuItem_"..i):Hide(); + getglobal("AtlasLootMenuItem_"..i).isheader = false; + end + getglobal("AtlasLootItemsFrame_BACK"):Show(); + getglobal("AtlasLootItemsFrame_BACK").lootpage = "SETMENU"; + getglobal("AtlasLootItemsFrame_NEXT"):Hide(); + getglobal("AtlasLootItemsFrame_PREV"):Hide(); + getglobal("AtlasLootServerQueryButton"):Hide(); + --Priest + AtlasLootMenuItem_3_Name:SetText("|cffffffff"..AL["Priest"]); + AtlasLootMenuItem_3_Extra:SetText(""); + AtlasLootMenuItem_3_Icon:SetTexture("Interface\\Icons\\Spell_Holy_PowerWordShield"); + AtlasLootMenuItem_3.lootpage="T35Priest"; + AtlasLootMenuItem_3:Show(); + --Mage + AtlasLootMenuItem_4_Name:SetText("|cff68ccef"..AL["Mage"]); + AtlasLootMenuItem_4_Extra:SetText(""); + AtlasLootMenuItem_4_Icon:SetTexture("Interface\\Icons\\Spell_Frost_IceStorm"); + AtlasLootMenuItem_4.lootpage="T35Mage"; + AtlasLootMenuItem_4:Show(); + --Warlock + AtlasLootMenuItem_5_Name:SetText("|cff9382c9"..AL["Warlock"]); + AtlasLootMenuItem_5_Extra:SetText(""); + AtlasLootMenuItem_5_Icon:SetTexture("Interface\\Icons\\Spell_Shadow_CurseOfTounges"); + AtlasLootMenuItem_5.lootpage="T35Warlock"; + AtlasLootMenuItem_5:Show(); + --Rogue + AtlasLootMenuItem_6_Name:SetText("|cfffff468"..AL["Rogue"]); + AtlasLootMenuItem_6_Extra:SetText(""); + AtlasLootMenuItem_6_Icon:SetTexture("Interface\\Icons\\Ability_BackStab"); + AtlasLootMenuItem_6.lootpage="T35Rogue"; + AtlasLootMenuItem_6:Show(); + --Druid + AtlasLootMenuItem_7_Name:SetText("|cffff7c0a"..AL["Druid"]); + AtlasLootMenuItem_7_Extra:SetText(""); + AtlasLootMenuItem_7_Icon:SetTexture("Interface\\Icons\\Spell_Nature_Regeneration"); + AtlasLootMenuItem_7.lootpage="T35Druid"; + AtlasLootMenuItem_7:Show(); + --Hunter + AtlasLootMenuItem_18_Name:SetText("|cffaad372"..AL["Hunter"]); + AtlasLootMenuItem_18_Extra:SetText(""); + AtlasLootMenuItem_18_Icon:SetTexture("Interface\\Icons\\Ability_Hunter_RunningShot"); + AtlasLootMenuItem_18.lootpage="T35Hunter"; + AtlasLootMenuItem_18:Show(); + --Shaman + AtlasLootMenuItem_19_Name:SetText("|cff2773ff"..AL["Shaman"]); + AtlasLootMenuItem_19_Extra:SetText(""); + AtlasLootMenuItem_19_Icon:SetTexture("Interface\\Icons\\Spell_FireResistanceTotem_01"); + AtlasLootMenuItem_19.lootpage="T35Shaman"; + AtlasLootMenuItem_19:Show(); + --Paladin + AtlasLootMenuItem_20_Name:SetText("|cfff48cba"..AL["Paladin"]); + AtlasLootMenuItem_20_Extra:SetText(""); + AtlasLootMenuItem_20_Icon:SetTexture("Interface\\Icons\\Spell_Holy_SealOfMight"); + AtlasLootMenuItem_20.lootpage="T35Paladin"; + AtlasLootMenuItem_20:Show(); + --Warrior + AtlasLootMenuItem_21_Name:SetText("|cffc69b6d"..AL["Warrior"]); + AtlasLootMenuItem_21_Extra:SetText(""); + AtlasLootMenuItem_21_Icon:SetTexture("Interface\\Icons\\INV_Shield_05"); + AtlasLootMenuItem_21.lootpage="T35Warrior"; + AtlasLootMenuItem_21:Show(); + for i = 1, 30, 1 do + getglobal("AtlasLootMenuItem_"..i.."_Extra"):Show(); + end + AtlasLoot_BossName:SetText("|cffFFFFFF"..AL["Karazhan"].." "..AL["Sets"]); + AtlasLoot_SetItemInfoFrame(AtlasLoot_AnchorFrame); +end \ No newline at end of file diff --git a/Core/Spells.lua b/Core/Spells.lua index fbec23c..6458e05 100644 --- a/Core/Spells.lua +++ b/Core/Spells.lua @@ -20062,5 +20062,3396 @@ GetSpellInfoAtlasLootDB = { [8] = {4278, 10}, }, }, + [29728] = { + ["name"] = "Jewelcrafting: Rough Gritted Paper", + ["requires"] = "", + ["tools"] = "", + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55150, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2589, 1}, + [2] = {2835, 1}, + }, + }, + [29730] = { + ["name"] = "Jewelcrafting: Rough Copper Ring", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55156, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2840, 2}, + }, + }, + [29732] = { + ["name"] = "Jewelcrafting: Copper Bangle", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55157, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2840, 4}, + }, + }, + [41001] = { + ["name"] = "Jewelcrafting: Bright Copper Ring", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55158, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55156, 1}, + [2] = {55245, 1}, + }, + }, + [41003] = { + ["name"] = "Jewelcrafting: Malachite Ring", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 81030, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55156, 1}, + [2] = {774, 1}, + [3] = {55150, 1}, + }, + }, + [41577] = { + ["name"] = "Jewelcrafting: Malachite Ring", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 81030, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55156, 1}, + [2] = {774, 1}, + }, + }, + [41249] = { + ["name"] = "Jewelcrafting: Bulky Copper Ring", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 81093, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55156, 1}, + [2] = {2880, 1}, + [3] = {55245, 1}, + }, + }, + [41005] = { + ["name"] = "Jewelcrafting: Sturdy Copper Ring", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55159, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55156, 1}, + [2] = {2840, 1}, + [3] = {55150, 2}, + }, + }, + [41031] = { + ["name"] = "Jewelcrafting: Rough Gemstone Cluster", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 81032, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55150, 1}, + [2] = {2770, 1}, + }, + }, + [41007] = { + ["name"] = "Jewelcrafting: Inlaid Copper Ring", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55160, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55156, 1}, + [2] = {55245, 1}, + [3] = {55150, 4}, + [4] = {818, 1}, + }, + }, + [41009] = { + ["name"] = "Jewelcrafting: Copper Staff", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 81092, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2840, 4}, + [2] = {55245, 1}, + }, + }, + [41011] = { + ["name"] = "Jewelcrafting: Encrusted Copper Bangle", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55161, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2840, 4}, + [2] = {55245, 2}, + [3] = {774, 1}, + }, + }, + [41013] = { + ["name"] = "Jewelcrafting: Lesser Fortification Ring", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55162, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55156, 1}, + [2] = {5997, 1}, + [3] = {774, 1}, + }, + }, + [41015] = { + ["name"] = "Jewelcrafting: Tigercrest Ring", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55163, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55156, 1}, + [2] = {55150, 1}, + [3] = {55245, 1}, + [4] = {818, 1}, + }, + }, + [41231] = { + ["name"] = "Jewelcrafting: Minor Trollblood Ring", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55164, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55156, 1}, + [2] = {3382, 1}, + [3] = {55245, 1}, + }, + }, + [41017] = { + ["name"] = "Jewelcrafting: Small Pearlstone Staff", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55165, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2840, 10}, + [2] = {55150, 4}, + [3] = {5498, 2}, + }, + }, + [41019] = { + ["name"] = "Jewelcrafting: Amber Ring", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55166, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55156, 1}, + [2] = {55150, 1}, + [3] = {81094, 1}, + }, + }, + [41021] = { + ["name"] = "Jewelcrafting: Azure Ring", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55167, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55156, 1}, + [2] = {55245, 1}, + [3] = {1210, 1}, + [4] = {159, 5}, + }, + }, + [41023] = { + ["name"] = "Jewelcrafting: Bright Copper Necklace", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 81031, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2840, 6}, + [2] = {774, 2}, + [3] = {55245, 1}, + }, + }, + [41025] = { + ["name"] = "Jewelcrafting: Softglow Ring", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55168, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55156, 1}, + [2] = {774, 1}, + [3] = {2880, 1}, + [4] = {818, 1}, + }, + }, + [41027] = { + ["name"] = "Jewelcrafting: Topaz Studded Ring", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55170, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55156, 1}, + [2] = {81094, 2}, + [3] = {2880, 1}, + [4] = {55150, 1}, + }, + }, + [41029] = { + ["name"] = "Jewelcrafting: Coarse Gritted Paper", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55151, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2592, 2}, + [2] = {2836, 2}, + }, + }, + [41560] = { + ["name"] = "Jewelcrafting: Ebon Ring", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55316, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55156, 1}, + [2] = {2880, 3}, + [3] = {55150, 2}, + }, + }, + [41033] = { + ["name"] = "Jewelcrafting: Lavish Gemmed Necklace", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55171, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2840, 8}, + [2] = {81094, 1}, + [3] = {818, 1}, + [4] = {2880, 1}, + [5] = {1210, 1}, + }, + }, + [41321] = { + ["name"] = "Jewelcrafting: Gleaming Chain", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56037, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2840, 5}, + [2] = {55245, 2}, + [3] = {55150, 2}, + }, + }, + [41035] = { + ["name"] = "Jewelcrafting: Amberstone Pendant", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55172, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2840, 6}, + [2] = {81094, 3}, + [3] = {55245, 1}, + [4] = {55150, 4}, + }, + }, + [41587] = { + ["name"] = "Jewelcrafting: Gloomweed Bindings", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55329, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2840, 6}, + [2] = {2447, 2}, + [3] = {55245, 1}, + }, + }, + [41037] = { + ["name"] = "Jewelcrafting: Deepmist Choker", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55173, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2840, 8}, + [2] = {5498, 1}, + [3] = {818, 1}, + [4] = {2880, 1}, + [5] = {55150, 2}, + }, + }, + [41562] = { + ["name"] = "Jewelcrafting: The King's Conviction", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55317, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55156, 1}, + [2] = {2880, 1}, + [3] = {2447, 4}, + }, + }, + [41732] = { + ["name"] = "Jewelcrafting: Shadowmoon Orb", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55333, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2840, 5}, + [2] = {81094, 2}, + [3] = {55150, 2}, + }, + }, + [41746] = { + ["name"] = "Jewelcrafting: Shadowforged Eye", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55340, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2840, 2}, + [2] = {774, 1}, + [3] = {818, 1}, + [4] = {81094, 1}, + [5] = {1210, 1}, + }, + }, + [41039] = { + ["name"] = "Jewelcrafting: Rough Bronze Ring", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55174, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2841, 2}, + }, + }, + [41041] = { + ["name"] = "Jewelcrafting: Shimmering Bronze Ring", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41308, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55174, 1}, + [2] = {55246, 1}, + [3] = {2880, 2}, + [4] = {55151, 2}, + }, + }, + [41043] = { + ["name"] = "Jewelcrafting: Amber Orb", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41309, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2841, 2}, + [2] = {81094, 3}, + [3] = {55150, 4}, + [4] = {55245, 1}, + }, + }, + [41045] = { + ["name"] = "Jewelcrafting: Encrusted Bronze Staff", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55175, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2841, 8}, + [2] = {1210, 1}, + [3] = {81094, 1}, + [4] = {55151, 4}, + [5] = {55245, 2}, + }, + }, + [41047] = { + ["name"] = "Jewelcrafting: Earthrock Loop", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55176, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55174, 1}, + [2] = {2449, 3}, + [3] = {2836, 6}, + [4] = {2880, 4}, + }, + }, + [41564] = { + ["name"] = "Jewelcrafting: Shadowfall Jewel", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55318, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55174, 1}, + [2] = {1210, 1}, + [3] = {81094, 1}, + [4] = {55150, 1}, + }, + }, + [41581] = { + ["name"] = "Jewelcrafting: Serpent's Coil Staff", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55326, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2841, 10}, + [2] = {1210, 2}, + [3] = {2453, 2}, + }, + }, + [41323] = { + ["name"] = "Jewelcrafting: Talisman of Stone", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56038, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2841, 8}, + [2] = {2836, 4}, + [3] = {55151, 2}, + }, + }, + [41049] = { + ["name"] = "Jewelcrafting: Bronze Cuffed Bangles", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41310, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2841, 6}, + [2] = {2880, 2}, + [3] = {55245, 2}, + }, + }, + [41051] = { + ["name"] = "Jewelcrafting: Shadowgem Band", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41311, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55174, 1}, + [2] = {1210, 2}, + [3] = {55246, 1}, + }, + }, + [41726] = { + ["name"] = "Jewelcrafting: Hydrathorn Bracers", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55330, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3576, 8}, + [2] = {2450, 2}, + [3] = {55151, 2}, + }, + }, + [41740] = { + ["name"] = "Jewelcrafting: Mistwood Tiara", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55337, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2841, 10}, + [2] = {1206, 2}, + [3] = {55245, 1}, + }, + }, + [41053] = { + ["name"] = "Jewelcrafting: Bronze Scepter", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41313, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2841, 6}, + [2] = {55246, 1}, + [3] = {55151, 4}, + }, + }, + [41325] = { + ["name"] = "Jewelcrafting: Medallion of Flame", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56039, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2841, 6}, + [2] = {2880, 1}, + [3] = {10940, 1}, + }, + }, + [41566] = { + ["name"] = "Jewelcrafting: Ocean's Wrath", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55319, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55174, 1}, + [2] = {5498, 1}, + [3] = {2880, 1}, + }, + }, + [41337] = { + ["name"] = "Jewelcrafting: Dawnbright Cuffs", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56045, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2841, 5}, + [2] = {81094, 2}, + [3] = {55245, 1}, + }, + }, + [41734] = { + ["name"] = "Jewelcrafting: Fangclaw Relic", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55334, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2842, 4}, + [2] = {1206, 4}, + [3] = {55246, 2}, + [4] = {55151, 2}, + [5] = {3390, 1}, + [6] = {5635, 8}, + }, + }, + [41055] = { + ["name"] = "Jewelcrafting: Pendant of Midnight", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41312, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2841, 6}, + [2] = {1210, 3}, + [3] = {785, 1}, + [4] = {55246, 1}, + }, + }, + [41067] = { + ["name"] = "Jewelcrafting: Rough Silver Ring", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41319, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2842, 2}, + }, + }, + [41065] = { + ["name"] = "Jewelcrafting: Coarse Gemstone Cluster", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41320, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2771, 2}, + [2] = {55151, 2}, + }, + }, + [41057] = { + ["name"] = "Jewelcrafting: Agatestone Crown", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41314, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2841, 6}, + [2] = {1206, 1}, + [3] = {3466, 2}, + [4] = {55151, 2}, + }, + }, + [41061] = { + ["name"] = "Jewelcrafting: Binding Signet", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41316, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55174, 1}, + [2] = {1705, 2}, + [3] = {3385, 1}, + }, + }, + [41063] = { + ["name"] = "Jewelcrafting: Enchanted Bracelets", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41318, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2842, 3}, + [2] = {10998, 1}, + [3] = {1210, 1}, + }, + }, + [41776] = { + ["name"] = "Jewelcrafting: Ring of Midnight", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56091, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55174, 1}, + [2] = {1210, 2}, + [3] = {785, 1}, + [4] = {55246, 1}, + }, + }, + [41059] = { + ["name"] = "Jewelcrafting: Moonlight Staff", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41315, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2841, 8}, + [2] = {1705, 3}, + [3] = {3466, 1}, + [4] = {55246, 1}, + }, + }, + [41568] = { + ["name"] = "Jewelcrafting: Dazzling Moonstone Band", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55320, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55174, 1}, + [2] = {1705, 3}, + [3] = {55245, 1}, + }, + }, + [41760] = { + ["name"] = "Jewelcrafting: Graceful Agate Gemstone", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56074, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {1206, 1}, + [2] = {55151, 2}, + [3] = {55246, 2}, + }, + }, + [41069] = { + ["name"] = "Jewelcrafting: Silver Medallion", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41325, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2842, 5}, + [2] = {3466, 1}, + [3] = {55246, 2}, + [4] = {55151, 2}, + }, + }, + [41071] = { + ["name"] = "Jewelcrafting: Ring of Purified Silver", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41329, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41319, 1}, + [2] = {3466, 2}, + [3] = {55246, 4}, + [4] = {55151, 8}, + [5] = {55249, 3}, + [6] = {1206, 3}, + }, + }, + [41327] = { + ["name"] = "Jewelcrafting: Gleaming Silver Necklace", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56040, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2842, 4}, + [2] = {55249, 1}, + [3] = {55246, 2}, + [4] = {55245, 2}, + }, + }, + [41339] = { + ["name"] = "Jewelcrafting: Circlet of Dampening", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56046, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2841, 4}, + [2] = {2842, 2}, + [3] = {3384, 1}, + [4] = {55151, 3}, + }, + }, + [41748] = { + ["name"] = "Jewelcrafting: Totem of Self Preservation", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55341, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2842, 2}, + [2] = {5498, 2}, + [3] = {55249, 4}, + [4] = {55246, 2}, + [5] = {55151, 2}, + }, + }, + [41583] = { + ["name"] = "Jewelcrafting: Farraki Ceremony Totem", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55327, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2841, 12}, + [2] = {3575, 6}, + [3] = {7069, 2}, + [4] = {7068, 2}, + [5] = {3388, 2}, + [6] = {55151, 4}, + }, + }, + [41728] = { + ["name"] = "Jewelcrafting: Blackrock Ironclamps", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55331, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3575, 10}, + [2] = {1210, 2}, + [3] = {5500, 1}, + [4] = {5635, 8}, + [5] = {3466, 2}, + }, + }, + [41570] = { + ["name"] = "Jewelcrafting: Harpy Talon Ring", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55321, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55174, 1}, + [2] = {5635, 4}, + [3] = {55151, 2}, + }, + }, + [41742] = { + ["name"] = "Jewelcrafting: Venomspire Diadem", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55338, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3575, 10}, + [2] = {1529, 2}, + [3] = {55245, 2}, + [4] = {1288, 6}, + [5] = {3466, 2}, + }, + }, + [41201] = { + ["name"] = "Jewelcrafting: Heavy Gritted Paper", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55152, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2592, 3}, + [2] = {2838, 3}, + }, + }, + [41203] = { + ["name"] = "Jewelcrafting: Heavy Gemstone Cluster", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41344, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2772, 3}, + [2] = {55152, 3}, + }, + }, + [41627] = { + ["name"] = "Jewelcrafting: Pristine Crystal Gemstone", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56000, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55249, 1}, + [2] = {55151, 1}, + [3] = {55247, 1}, + }, + }, + [41607] = { + ["name"] = "Jewelcrafting: Shimmering Aqua Gemstone", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56003, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {7909, 1}, + [2] = {55152, 1}, + [3] = {55246, 2}, + [4] = {55247, 1}, + }, + }, + [41081] = { + ["name"] = "Jewelcrafting: Rough Iron Ring", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41332, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3575, 2}, + }, + }, + [41083] = { + ["name"] = "Jewelcrafting: Rough Gold Ring", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41331, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3577, 2}, + }, + }, + [41205] = { + ["name"] = "Jewelcrafting: Goldfire Crystal Bracelet", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55144, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {2841, 6}, + [2] = {3577, 1}, + [3] = {55249, 1}, + [4] = {2880, 1}, + }, + }, + [41207] = { + ["name"] = "Jewelcrafting: Quartz Halo", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55142, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41332, 1}, + [2] = {55249, 2}, + [3] = {55151, 2}, + [4] = {55246, 1}, + }, + }, + [41275] = { + ["name"] = "Jewelcrafting: Gemmed Citrine Pendant", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55202, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3575, 6}, + [2] = {3577, 1}, + [3] = {55249, 2}, + [4] = {3864, 2}, + }, + }, + [41572] = { + ["name"] = "Jewelcrafting: Centaur Hoof Circlet", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55322, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41332, 1}, + [2] = {7067, 1}, + [3] = {3466, 1}, + [4] = {55151, 2}, + }, + }, + [41331] = { + ["name"] = "Jewelcrafting: Gem Encrusted Choker", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56042, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3575, 5}, + [2] = {1206, 1}, + [3] = {55249, 1}, + [4] = {1705, 1}, + }, + }, + [41736] = { + ["name"] = "Jewelcrafting: Netherbane Rod", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55335, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3575, 6}, + [2] = {3864, 4}, + [3] = {55246, 2}, + }, + }, + [41329] = { + ["name"] = "Jewelcrafting: Ring of The Turtle", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56041, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41331, 1}, + [2] = {1206, 2}, + [3] = {3389, 1}, + }, + }, + [41283] = { + ["name"] = "Jewelcrafting: Astral Amulet", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55195, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3575, 6}, + [2] = {3864, 2}, + [3] = {55249, 2}, + [4] = {55152, 3}, + }, + }, + [41209] = { + ["name"] = "Jewelcrafting: Staff of Blossomed Jade", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55148, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3575, 12}, + [2] = {1529, 2}, + [3] = {1705, 2}, + [4] = {3357, 2}, + [5] = {55247, 1}, + }, + }, + [41333] = { + ["name"] = "Jewelcrafting: Goldcrest Amulet", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56043, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3577, 8}, + [2] = {3466, 1}, + [3] = {55152, 2}, + }, + }, + [41730] = { + ["name"] = "Jewelcrafting: Monastery Emberbrace", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55332, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3859, 6}, + [2] = {4306, 2}, + [3] = {3864, 2}, + }, + }, + [41211] = { + ["name"] = "Jewelcrafting: Jade Harmony Circlet", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55143, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41331, 1}, + [2] = {1529, 1}, + [3] = {55246, 2}, + [4] = {55152, 2}, + }, + }, + [41585] = { + ["name"] = "Jewelcrafting: Sphinx's Wisdom Staff", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55328, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3575, 18}, + [2] = {2838, 2}, + [3] = {3864, 2}, + }, + }, + [41574] = { + ["name"] = "Jewelcrafting: Ogre Bone Band", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55323, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41332, 1}, + [2] = {55249, 4}, + [3] = {3864, 4}, + [4] = {3391, 1}, + [5] = {3466, 2}, + }, + }, + [41219] = { + ["name"] = "Jewelcrafting: Rough Mithril Ring", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41322, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3860, 2}, + }, + }, + [41629] = { + ["name"] = "Jewelcrafting: Gleaming Jade Gemstone", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56001, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {1529, 1}, + [2] = {11135, 1}, + [3] = {55247, 1}, + }, + }, + [41623] = { + ["name"] = "Jewelcrafting: Pure Shining Moonstone", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56058, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55251, 1}, + [2] = {55152, 5}, + [3] = {55247, 1}, + }, + }, + [41752] = { + ["name"] = "Jewelcrafting: Obsidian Brooch", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55211, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3859, 4}, + [2] = {1529, 2}, + [3] = {55152, 2}, + }, + }, + [41213] = { + ["name"] = "Jewelcrafting: Goldenshade Quartz Crown", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55145, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3575, 8}, + [2] = {3577, 2}, + [3] = {55249, 2}, + }, + }, + [41215] = { + ["name"] = "Jewelcrafting: The Golden Goblet", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55146, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3577, 5}, + [2] = {4234, 2}, + [3] = {3466, 2}, + [4] = {3825, 1}, + }, + }, + [41217] = { + ["name"] = "Jewelcrafting: Powerful Citrine Pendant", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55147, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3575, 12}, + [2] = {3577, 4}, + [3] = {3864, 4}, + [4] = {1206, 2}, + [5] = {55247, 1}, + [6] = {11135, 1}, + }, + }, + [41556] = { + ["name"] = "Jewelcrafting: Delicate Mithril Amulet", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56054, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3860, 10}, + [2] = {3466, 2}, + [3] = {55152, 4}, + }, + }, + [41221] = { + ["name"] = "Jewelcrafting: Ironsun Citrine Ring", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55141, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41332, 1}, + [2] = {3577, 2}, + [3] = {3864, 4}, + [4] = {55246, 1}, + }, + }, + [41750] = { + ["name"] = "Jewelcrafting: Facetted Moonstone Brooch", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55210, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3859, 3}, + [2] = {1705, 2}, + [3] = {55152, 2}, + }, + }, + [41589] = { + ["name"] = "Jewelcrafting: Crystal Earring", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56047, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3575, 4}, + [2] = {55249, 5}, + [3] = {3466, 2}, + [4] = {55152, 2}, + }, + }, + [41263] = { + ["name"] = "Jewelcrafting: Ocean's Gaze", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56023, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41322, 1}, + [2] = {7909, 3}, + [3] = {6372, 3}, + [4] = {55152, 3}, + }, + }, + [41223] = { + ["name"] = "Jewelcrafting: Shimmering Gold Necklace", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41340, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3577, 8}, + [2] = {55246, 3}, + [3] = {55152, 3}, + }, + }, + [41225] = { + ["name"] = "Jewelcrafting: Ironbloom Ring", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41342, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41332, 1}, + [2] = {3575, 2}, + [3] = {2838, 6}, + [4] = {3355, 1}, + [5] = {55152, 2}, + }, + }, + [41541] = { + ["name"] = "Jewelcrafting: Dazzling Aquamarine Loop", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56048, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41322, 1}, + [2] = {7909, 4}, + [3] = {55246, 2}, + [4] = {55152, 2}, + }, + }, + [41579] = { + ["name"] = "Jewelcrafting: Marine's Demise", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55325, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41322, 1}, + [2] = {7909, 2}, + [3] = {1210, 2}, + [4] = {55246, 1}, + }, + }, + [41285] = { + ["name"] = "Jewelcrafting: Shimmering Moonstone Tablet", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56034, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55251, 2}, + [2] = {1705, 8}, + [3] = {55246, 2}, + [4] = {55152, 4}, + }, + }, + [41229] = { + ["name"] = "Jewelcrafting: Solid Gritted Paper", + ["requires"] = "", + ["tools"] = {41328}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55153, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {4306, 4}, + [2] = {7912, 4}, + }, + }, + [41233] = { + ["name"] = "Jewelcrafting: Rough Truesilver Ring", + ["requires"] = "", + ["tools"] = {41328}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41341, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {7911, 2}, + }, + }, + [41237] = { + ["name"] = "Jewelcrafting: Solid Gemstone Cluster", + ["requires"] = "", + ["tools"] = {41328}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56020, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3858, 4}, + [2] = {55153, 4}, + }, + }, + [41601] = { + ["name"] = "Jewelcrafting: Sharpened Citrine Gemstone", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56002, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3864, 1}, + [2] = {55152, 4}, + [3] = {55247, 1}, + }, + }, + [41603] = { + ["name"] = "Jewelcrafting: Radiant Ember Gemstone", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56004, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55250, 1}, + [2] = {55152, 4}, + [3] = {55247, 1}, + }, + }, + [41605] = { + ["name"] = "Jewelcrafting: Glowing Ruby Gemstone", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56006, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {7910, 1}, + [2] = {55152, 1}, + [3] = {11134, 1}, + [4] = {55247, 1}, + }, + }, + [41631] = { + ["name"] = "Jewelcrafting: Illuminated Gemstone", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56005, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55251, 1}, + [2] = {11082, 1}, + [3] = {55247, 1}, + [4] = {55152, 1}, + }, + }, + [41738] = { + ["name"] = "Jewelcrafting: Marine Root", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55336, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3860, 2}, + [2] = {3357, 2}, + [3] = {7909, 2}, + }, + }, + [41227] = { + ["name"] = "Jewelcrafting: Ornate Mithril Scepter", + ["requires"] = "", + ["tools"] = {41328}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41343, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3860, 8}, + [2] = {4234, 2}, + [3] = {55152, 2}, + }, + }, + [41546] = { + ["name"] = "Jewelcrafting: Alluring Citrine Choker", + ["requires"] = "", + ["tools"] = {41328, 55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56049, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3860, 12}, + [2] = {3864, 2}, + }, + }, + [41548] = { + ["name"] = "Jewelcrafting: Elaborate Golden Bracelets", + ["requires"] = "", + ["tools"] = {41326, 55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56050, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3577, 10}, + [2] = {4234, 4}, + [3] = {55251, 2}, + }, + }, + [41550] = { + ["name"] = "Jewelcrafting: Heart of the Sea", + ["requires"] = "", + ["tools"] = {41326, 55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56051, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3860, 4}, + [2] = {7070, 4}, + [3] = {7909, 1}, + [4] = {55246, 1}, + }, + }, + [41744] = { + ["name"] = "Jewelcrafting: Bloodfire Circlet", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55339, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3859, 7}, + [2] = {55250, 2}, + [3] = {55245, 2}, + }, + }, + [41754] = { + ["name"] = "Jewelcrafting: Smoldering Brooch", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55212, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3860, 3}, + [2] = {55250, 2}, + [3] = {55153, 2}, + }, + }, + [41552] = { + ["name"] = "Jewelcrafting: Staff of Gallitrea", + ["requires"] = "", + ["tools"] = {41326, 55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56052, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3860, 18}, + [2] = {55249, 3}, + [3] = {7070, 2}, + [4] = {55153, 6}, + }, + }, + [41558] = { + ["name"] = "Jewelcrafting: Draenethyst Baton", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56055, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3860, 4}, + [2] = {10593, 1}, + [3] = {55246, 1}, + }, + }, + [41718] = { + ["name"] = "Jewelcrafting: Ornate Mithril Bracelets", + ["requires"] = "", + ["tools"] = {41326, 41328 }, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56070, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3860, 8}, + [2] = {3466, 6}, + [3] = {3864, 4}, + [4] = {55152, 4}, + [5] = {55246, 4}, + }, + }, + [41756] = { + ["name"] = "Jewelcrafting: Vitriol Brooch", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55213, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3860, 3}, + [2] = {9262, 2}, + [3] = {55153, 2}, + }, + }, + [41239] = { + ["name"] = "Jewelcrafting: Greater Binding Signet", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41346, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41322, 1}, + [2] = {55251, 1}, + [3] = {7909, 1}, + [4] = {6149, 2}, + [5] = {55247, 1}, + }, + }, + [41786] = { + ["name"] = "Jewelcrafting: Ornate Mithril Crown", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56089, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3860, 16}, + [2] = {55152, 4}, + [3] = {3466, 1}, + [4] = {55246, 4}, + }, + }, + [41554] = { + ["name"] = "Jewelcrafting: Golden Jade Ring", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56053, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41331, 1}, + [2] = {3577, 2}, + [3] = {1529, 6}, + [4] = {3821, 6}, + [5] = {55247, 2}, + }, + }, + [41352] = { + ["name"] = "Jewelcrafting: Opaline Illuminator", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55242, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3860, 24}, + [2] = {3864, 6}, + [3] = {55249, 6}, + [4] = {7075, 2}, + [5] = {55246, 4}, + }, + }, + [41307] = { + ["name"] = "Jewelcrafting: Gemkeeper's Folio", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55243, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3860, 18}, + [2] = {55249, 3}, + [3] = {55251, 3}, + [4] = {3864, 3}, + [5] = {55152, 6}, + }, + }, + [41235] = { + ["name"] = "Jewelcrafting: Aquamarine Pendant", + ["requires"] = "", + ["tools"] = {41328, 3 }, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55196, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3860, 8}, + [2] = {7909, 2}, + [3] = {55152, 2}, + }, + }, + [41241] = { + ["name"] = "Jewelcrafting: Royal Gemstone Staff", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41345, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3860, 14}, + [2] = {3577, 4}, + [3] = {55251, 2}, + [4] = {7909, 2}, + [5] = {55153, 4}, + }, + }, + [41277] = { + ["name"] = "Jewelcrafting: Starforge Amulet", + ["requires"] = "", + ["tools"] = {55155, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55197, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3860, 6}, + [2] = {7910, 2}, + [3] = {55249, 2}, + [4] = {55153, 4}, + }, + }, + [41243] = { + ["name"] = "Jewelcrafting: Emberstone Idol", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41349, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55250, 5}, + [2] = {6371, 3}, + [3] = {7077, 1}, + [4] = {7068, 1}, + }, + }, + [41245] = { + ["name"] = "Jewelcrafting: Runed Truesilver Ring", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41347, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41341, 1}, + [2] = {7067, 1}, + [3] = {7075, 1}, + [4] = {55153, 2}, + }, + }, + [41633] = { + ["name"] = "Jewelcrafting: Burning Star Gemstone", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56056, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {7910, 1}, + [2] = {7068, 2}, + [3] = {55247, 1}, + }, + }, + [41085] = { + ["name"] = "Jewelcrafting: Emberstone Studded Ring", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41323, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41322, 1}, + [2] = {7077, 1}, + [3] = {55250, 4}, + [4] = {55247, 2}, + }, + }, + [41281] = { + ["name"] = "Jewelcrafting: Runebound Amulet", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55204, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {6037, 12}, + [2] = {7075, 4}, + [3] = {7067, 4}, + [4] = {7068, 4}, + [5] = {55153, 8}, + }, + }, + [41716] = { + ["name"] = "Jewelcrafting: Crown of Elegance", + ["requires"] = "", + ["tools"] = {41326, 41328 }, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56069, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3860, 20}, + [2] = {7971, 2}, + [3] = {55249, 4}, + [4] = {55251, 4}, + [5] = {3466, 8}, + }, + }, + [41784] = { + ["name"] = "Jewelcrafting: Mana Binding Signet", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56095, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41341, 1}, + [2] = {55251, 8}, + [3] = {7079, 8}, + [4] = {7070, 12}, + [5] = {3358, 12}, + [6] = {55247, 4}, + }, + }, + [41305] = { + ["name"] = "Jewelcrafting: Golden Scepter of Authority", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56036, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3577, 8}, + [2] = {3860, 2}, + [3] = {4304, 2}, + [4] = {55246, 6}, + }, + }, + [41635] = { + ["name"] = "Jewelcrafting: Brilliant Opal Gemstone", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56008, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12799, 2}, + [2] = {55153, 1}, + [3] = {55247, 1}, + }, + }, + [41770] = { + ["name"] = "Jewelcrafting: Dense Gemstone Cluster", + ["requires"] = "", + ["tools"] = {41328}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56019, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {10620, 5}, + [2] = {55154, 5}, + }, + }, + [41087] = { + ["name"] = "Jewelcrafting: Rough Thorium Ring", + ["requires"] = "", + ["tools"] = {41328, 41327}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41321, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12359, 2}, + }, + }, + [41720] = { + ["name"] = "Jewelcrafting: Regal Twilight Staff", + ["requires"] = "", + ["tools"] = {41326, 41328 }, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56071, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3860, 12}, + [2] = {6037, 8}, + [3] = {7971, 4}, + [4] = {8839, 2}, + [5] = {55251, 4}, + [6] = {55153, 8}, + }, + }, + [41724] = { + ["name"] = "Jewelcrafting: Ornament of Restraint", + ["requires"] = "", + ["tools"] = {41326, 41328 }, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56073, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12359, 8}, + [2] = {7971, 2}, + [3] = {11175, 2}, + [4] = {7067, 4}, + [5] = {55153, 4}, + }, + }, + [41089] = { + ["name"] = "Jewelcrafting: Mithril Blackstone Necklace", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41324, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3860, 10}, + [2] = {7971, 3}, + [3] = {7909, 1}, + [4] = {55247, 1}, + }, + }, + [41261] = { + ["name"] = "Jewelcrafting: Sunburst Tiara", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55266, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12359, 20}, + [2] = {7910, 2}, + [3] = {55250, 2}, + [4] = {3466, 2}, + [5] = {55246, 4}, + }, + }, + [41621] = { + ["name"] = "Jewelcrafting: Enchanted Emerald Gemstone", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56018, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12364, 1}, + [2] = {7081, 3}, + [3] = {55152, 1}, + [4] = {55247, 1}, + }, + }, + [41091] = { + ["name"] = "Jewelcrafting: Dense Gritted Paper", + ["requires"] = "", + ["tools"] = {41328}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55154, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {14047, 5}, + [2] = {12365, 5}, + }, + }, + [41714] = { + ["name"] = "Jewelcrafting: Opal Guided Bangles", + ["requires"] = "", + ["tools"] = {41326, 41328 }, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56068, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12359, 8}, + [2] = {12799, 4}, + [3] = {7081, 6}, + [4] = {9187, 1}, + [5] = {55153, 4}, + }, + }, + [41637] = { + ["name"] = "Jewelcrafting: Elegant Emerald Gemstone", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56009, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12364, 1}, + [2] = {55153, 2}, + [3] = {55247, 2}, + }, + }, + [41639] = { + ["name"] = "Jewelcrafting: Shining Sapphire Gemstone", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56007, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12361, 1}, + [2] = {16203, 1}, + [3] = {55247, 1}, + }, + }, + [41093] = { + ["name"] = "Jewelcrafting: Radiant Thorium Twilight", + ["requires"] = "", + ["tools"] = {41328, 41327}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55256, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41321, 1}, + [2] = {3466, 2}, + [3] = {55251, 3}, + [4] = {55153, 3}, + }, + }, + [41348] = { + ["name"] = "Jewelcrafting: Crystalfire Armlets", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55180, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12359, 8}, + [2] = {55249, 4}, + [3] = {8956, 2}, + [4] = {55153, 2}, + }, + }, + [41265] = { + ["name"] = "Jewelcrafting: Starry Thorium Band", + ["requires"] = "", + ["tools"] = {41328, 41327}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55260, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41321, 1}, + [2] = {7910, 2}, + [3] = {55246, 4}, + [4] = {55247, 1}, + }, + }, + [41611] = { + ["name"] = "Jewelcrafting: Gloomy Diamond Gemstone", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56012, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {11754, 1}, + [2] = {55153, 5}, + [3] = {55247, 1}, + }, + }, + [41095] = { + ["name"] = "Jewelcrafting: Glyph Codex", + ["requires"] = "", + ["tools"] = {41328, 41327}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55269, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12359, 8}, + [2] = {55251, 5}, + [3] = {55247, 1}, + }, + }, + [41350] = { + ["name"] = "Jewelcrafting: Cinderfall Band", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55228, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41321, 1}, + [2] = {55250, 1}, + [3] = {7910, 1}, + [4] = {7077, 1}, + [5] = {55247, 1}, + }, + }, + [41251] = { + ["name"] = "Jewelcrafting: Blue Starfire", + ["requires"] = "", + ["tools"] = {41328, 41327}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55258, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41321, 1}, + [2] = {12361, 1}, + [3] = {55251, 1}, + [4] = {55247, 1}, + }, + }, + [41273] = { + ["name"] = "Jewelcrafting: Prism Amulet", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55199, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12359, 8}, + [2] = {12799, 2}, + [3] = {55154, 2}, + [4] = {55247, 1}, + }, + }, + [41774] = { + ["name"] = "Jewelcrafting: Spellweaver Pendant", + ["requires"] = "", + ["tools"] = {41328, 41327}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56090, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12359, 6}, + [2] = {6037, 3}, + [3] = {7910, 1}, + [4] = {7909, 1}, + }, + }, + [41097] = { + ["name"] = "Jewelcrafting: Spellweaver Rod", + ["requires"] = "", + ["tools"] = {41328, 41327}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55271, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12359, 12}, + [2] = {6037, 6}, + [3] = {7910, 3}, + [4] = {7909, 3}, + [5] = {3466, 1}, + }, + }, + [41099] = { + ["name"] = "Jewelcrafting: Quicksilver Whirl", + ["requires"] = "", + ["tools"] = {41328, 41327}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55268, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {6037, 4}, + [2] = {12361, 2}, + [3] = {55247, 2}, + [4] = {7069, 4}, + }, + }, + [41762] = { + ["name"] = "Jewelcrafting: Dreary Opal Gemstone", + ["requires"] = "", + ["tools"] = {41327, 41328 }, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56075, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12799, 1}, + [2] = {13466, 1}, + [3] = {55247, 2}, + }, + }, + [41625] = { + ["name"] = "Jewelcrafting: Beautiful Diamond Gemstone", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56010, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12800, 2}, + [2] = {55152, 2}, + [3] = {55247, 1}, + }, + }, + [41311] = { + ["name"] = "Jewelcrafting: Stellar Gemguards", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55178, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3860, 8}, + [2] = {55249, 1}, + [3] = {55251, 1}, + [4] = {55250, 1}, + }, + }, + [41315] = { + ["name"] = "Jewelcrafting: Moonlit Charm", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55198, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3860, 12}, + [2] = {55251, 4}, + [3] = {55247, 1}, + }, + }, + [41641] = { + ["name"] = "Jewelcrafting: Unstable Arcane Gemstone", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56011, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12363, 1}, + [2] = {61673, 1}, + [3] = {55247, 1}, + }, + }, + [41356] = { + ["name"] = "Jewelcrafting: Gemstone Compendium", + ["requires"] = "", + ["tools"] = {55155}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55244, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {8170, 12}, + [2] = {10648, 20}, + [3] = {16203, 2}, + [4] = {12655, 2}, + [5] = {7076, 3}, + }, + }, + [41609] = { + ["name"] = "Jewelcrafting: Azerothian Ruby Gemstone", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56015, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12800, 1}, + [2] = {7910, 1}, + [3] = {16203, 1}, + [4] = {55154, 2}, + [5] = {55247, 1}, + }, + }, + [41617] = { + ["name"] = "Jewelcrafting: Tempered Azerothian Gemstone", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56017, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12800, 2}, + [2] = {55154, 1}, + [3] = {55247, 1}, + }, + }, + [41279] = { + ["name"] = "Jewelcrafting: Voidheart Charm", + ["requires"] = "", + ["tools"] = {41328, 41327}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55200, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12359, 5}, + [2] = {12655, 1}, + [3] = {55249, 4}, + [4] = {12808, 2}, + [5] = {55154, 2}, + }, + }, + [41101] = { + ["name"] = "Jewelcrafting: Crystalweft Bracers", + ["requires"] = "", + ["tools"] = {41328, 41327}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55273, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12359, 14}, + [2] = {55154, 4}, + [3] = {3864, 3}, + [4] = {55246, 1}, + }, + }, + [41103] = { + ["name"] = "Jewelcrafting: Ethereal Frostspark Crown", + ["requires"] = "", + ["tools"] = {41328, 41327}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55267, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12359, 12}, + [2] = {55154, 6}, + [3] = {12361, 1}, + [4] = {3829, 1}, + }, + }, + [41105] = { + ["name"] = "Jewelcrafting: Pendant of Arcane Radiance", + ["requires"] = "", + ["tools"] = {41328, 41327}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 41330, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12359, 6}, + [2] = {13454, 1}, + [3] = {12363, 1}, + }, + }, + [41313] = { + ["name"] = "Jewelcrafting: Garnet Guardian Staff", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55241, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12359, 24}, + [2] = {12800, 2}, + [3] = {12799, 2}, + [4] = {7075, 2}, + [5] = {55154, 4}, + }, + }, + [41643] = { + ["name"] = "Jewelcrafting: Glittering Sapphire Gemstone", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56057, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12361, 1}, + [2] = {3819, 4}, + [3] = {7070, 1}, + [4] = {55247, 1}, + }, + }, + [41309] = { + ["name"] = "Jewelcrafting: Stellar Ruby Ring", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55261, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41321, 1}, + [2] = {7910, 5}, + [3] = {55154, 3}, + [4] = {55247, 1}, + }, + }, + [41613] = { + ["name"] = "Jewelcrafting: Flawless Black Gemstone", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56013, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {18335, 1}, + [2] = {16202, 1}, + [3] = {55154, 2}, + [4] = {55248, 1}, + }, + }, + [41782] = { + ["name"] = "Jewelcrafting: Golden Runed Ring", + ["requires"] = "", + ["tools"] = {41328, 41327}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56094, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {56033, 1}, + [2] = {12360, 2}, + [3] = {12655, 6}, + [4] = {20520, 12}, + [5] = {7075, 20}, + [6] = {55248, 3}, + }, + }, + [41287] = { + ["name"] = "Jewelcrafting: Stormcloud Sigil", + ["requires"] = "", + ["tools"] = {41328, 41327}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56035, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12655, 3}, + [2] = {7082, 3}, + [3] = {7069, 5}, + [4] = {7081, 5}, + }, + }, + [41780] = { + ["name"] = "Jewelcrafting: Stormcloud Signet", + ["requires"] = "", + ["tools"] = {41328, 41327}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56093, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41321, 1}, + [2] = {12655, 6}, + [3] = {7082, 3}, + [4] = {7081, 6}, + [5] = {55154, 4}, + [6] = {55247, 4}, + }, + }, + [41708] = { + ["name"] = "Jewelcrafting: Opalstone Circle", + ["requires"] = "", + ["tools"] = {41326, 41328 }, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56065, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41321, 1}, + [2] = {12799, 6}, + [3] = {7076, 6}, + [4] = {3356, 6}, + [5] = {55154, 8}, + [6] = {55247, 3}, + }, + }, + [41710] = { + ["name"] = "Jewelcrafting: Deep Sapphire Circlet", + ["requires"] = "", + ["tools"] = {41326, 41328 }, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56066, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {56033, 1}, + [2] = {12361, 5}, + [3] = {7080, 2}, + [4] = {55247, 1}, + }, + }, + [41712] = { + ["name"] = "Jewelcrafting: Dark Iron Signet Ring", + ["requires"] = "", + ["tools"] = {41326, 41328 }, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56067, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {11371, 4}, + [2] = {7077, 8}, + [3] = {11382, 2}, + }, + }, + [41790] = { + ["name"] = "Jewelcrafting: Ring of Unleashed Potential", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55360, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {56033, 1}, + [2] = {55252, 1}, + [3] = {12803, 16}, + [4] = {18335, 4}, + [5] = {12799, 6}, + [6] = {55248, 4}, + }, + }, + [41615] = { + ["name"] = "Jewelcrafting: Arcane Emerald Gemstone", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56016, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12363, 1}, + [2] = {12364, 1}, + [3] = {14344, 1}, + [4] = {55154, 2}, + [5] = {55248, 1}, + }, + }, + [41722] = { + ["name"] = "Jewelcrafting: Pendant of Instability", + ["requires"] = "", + ["tools"] = {41326, 41328 }, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56072, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12655, 12}, + [2] = {12363, 4}, + [3] = {61673, 8}, + [4] = {16203, 2}, + [5] = {55248, 2}, + }, + }, + [41619] = { + ["name"] = "Jewelcrafting: Stunning Imperial Gemstone", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56014, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55252, 1}, + [2] = {14344, 1}, + [3] = {8831, 4}, + [4] = {7075, 1}, + [5] = {55248, 1}, + }, + }, + [41253] = { + ["name"] = "Jewelcrafting: Emerald Monarch's Glow", + ["requires"] = "", + ["tools"] = {41328, 41327}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55265, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41321, 1}, + [2] = {12655, 4}, + [3] = {12364, 2}, + [4] = {55154, 2}, + [5] = {55247, 1}, + }, + }, + [41255] = { + ["name"] = "Jewelcrafting: Sapphire Luminescence", + ["requires"] = "", + ["tools"] = {41328, 41327}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55259, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41341, 1}, + [2] = {12655, 5}, + [3] = {12361, 5}, + [4] = {7076, 1}, + [5] = {55154, 8}, + [6] = {55247, 3}, + }, + }, + [41257] = { + ["name"] = "Jewelcrafting: Arcanum Baton", + ["requires"] = "", + ["tools"] = {41328, 41327}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55272, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41341, 1}, + [2] = {12655, 5}, + [3] = {12361, 5}, + [4] = {7076, 1}, + [5] = {55150, 8}, + [6] = {55247, 3}, + }, + }, + [41696] = { + ["name"] = "Jewelcrafting: Shimmering Diamond Band", + ["requires"] = "", + ["tools"] = {41326, 41328}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56059, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {56033, 1}, + [2] = {6037, 8}, + [3] = {12800, 10}, + [4] = {3466, 6}, + [5] = {55154, 6}, + [6] = {55247, 6}, + }, + }, + [41698] = { + ["name"] = "Jewelcrafting: Crown of Molten Ascension", + ["requires"] = "", + ["tools"] = {41326, 41328 }, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56060, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12360, 8}, + [2] = {55250, 12}, + [3] = {7078, 6}, + [4] = {7077, 6}, + [5] = {7068, 6}, + [6] = {55248, 2}, + }, + }, + [41700] = { + ["name"] = "Jewelcrafting: Embergem Cuffs", + ["requires"] = "", + ["tools"] = {41326, 41328 }, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56061, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12360, 4}, + [2] = {12655, 12}, + [3] = {7910, 8}, + [4] = {7078, 4}, + [5] = {7068, 12}, + [6] = {55247, 6}, + }, + }, + [41702] = { + ["name"] = "Jewelcrafting: Blackwing Signet of Command", + ["requires"] = "", + ["tools"] = {41326, 41328 }, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56062, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12360, 6}, + [2] = {3577, 28}, + [3] = {15416, 32}, + [4] = {17010, 4}, + [5] = {55154, 8}, + [6] = {7078, 6}, + }, + }, + [41704] = { + ["name"] = "Jewelcrafting: Talisman of Hinderance", + ["requires"] = "", + ["tools"] = {41326, 41328 }, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56063, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12655, 20}, + [2] = {7082, 8}, + [3] = {7080, 8}, + [4] = {7076, 8}, + [5] = {7078, 8}, + [6] = {12803, 8}, + }, + }, + [41706] = { + ["name"] = "Jewelcrafting: Mastercrafted Diamond Crown", + ["requires"] = "", + ["tools"] = {41326, 41328 }, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56064, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12360, 8}, + [2] = {6037, 8}, + [3] = {12800, 12}, + [4] = {61673, 4}, + [5] = {55154, 12}, + [6] = {55248, 4}, + }, + }, + [41764] = { + ["name"] = "Jewelcrafting: Resurged Topaz Gemstone", + ["requires"] = "", + ["tools"] = {41327, 41328 }, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56077, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55252, 1}, + [2] = {61673, 3}, + [3] = {55248, 3}, + }, + }, + [41768] = { + ["name"] = "Jewelcrafting: Resilient Arcane Gemstone", + ["requires"] = "", + ["tools"] = {41327, 41328 }, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56076, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {55252, 1}, + [2] = {12363, 1}, + [3] = {7076, 2}, + [4] = {55248, 1}, + }, + }, + [41788] = { + ["name"] = "Jewelcrafting: Blazefury Circlet", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55359, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {56033, 1}, + [2] = {55252, 2}, + [3] = {12364, 8}, + [4] = {12799, 10}, + [5] = {55248, 4}, + [6] = {7078, 6}, + }, + }, + [41798] = { + ["name"] = "Jewelcrafting: Guardbreaker Charm", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55364, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3577, 32}, + [2] = {7082, 8}, + [3] = {12800, 8}, + [4] = {8152, 8}, + [5] = {55247, 6}, + }, + }, + [41804] = { + ["name"] = "Jewelcrafting: Bindings of Luminance", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55367, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3577, 26}, + [2] = {55252, 1}, + [3] = {17011, 2}, + [4] = {12799, 8}, + [5] = {55248, 2}, + }, + }, + [41806] = { + ["name"] = "Jewelcrafting: Crown of the Illustrious Queen", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55368, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3577, 32}, + [2] = {55252, 1}, + [3] = {12364, 6}, + [4] = {12800, 8}, + [5] = {3466, 6}, + [6] = {55248, 4}, + }, + }, + [41802] = { + ["name"] = "Jewelcrafting: Spire of Channeled Power", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55366, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12359, 18}, + [2] = {12360, 2}, + [3] = {12799, 10}, + [4] = {61673, 6}, + [5] = {55154, 6}, + [6] = {55247, 2}, + }, + }, + [41808] = { + ["name"] = "Jewelcrafting: Mastercrafted Diamond Bangles", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56096, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12360, 6}, + [2] = {6037, 6}, + [3] = {12800, 8}, + [4] = {61673, 4}, + [5] = {55154, 6}, + [6] = {55248, 4}, + }, + }, + [41267] = { + ["name"] = "Jewelcrafting: Ruby Ring of Ruin", + ["requires"] = "", + ["tools"] = {41328, 41327}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56032, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {56033, 1}, + [2] = {7910, 12}, + [3] = {55250, 12}, + [4] = {7078, 8}, + [5] = {7077, 12}, + [6] = {55248, 8}, + }, + }, + [41269] = { + ["name"] = "Jewelcrafting: Encrusted Gemstone Ring", + ["requires"] = "", + ["tools"] = {41328, 41327}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56031, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {56033, 1}, + [2] = {55252, 1}, + [3] = {12364, 5}, + [4] = {7910, 5}, + [5] = {12361, 5}, + [6] = {55248, 5}, + }, + }, + [41792] = { + ["name"] = "Jewelcrafting: Empowered Domination Rod", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55361, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12360, 6}, + [2] = {12359, 12}, + [3] = {55252, 1}, + [4] = {13926, 4}, + [5] = {12800, 8}, + [6] = {55248, 2}, + }, + }, + [41796] = { + ["name"] = "Jewelcrafting: Grail of Forgotten Memories", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55363, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3577, 24}, + [2] = {55252, 1}, + [3] = {7080, 8}, + [4] = {7076, 8}, + [5] = {12800, 6}, + [6] = {55248, 4}, + }, + }, + [41800] = { + ["name"] = "Jewelcrafting: Rudeus' Focusing Cane", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55365, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12359, 28}, + [2] = {55252, 2}, + [3] = {12364, 12}, + [4] = {7077, 8}, + [5] = {61673, 8}, + [6] = {18567, 1}, + [7] = {55248, 6}, + }, + }, + [41821] = { + ["name"] = "Jewelcrafting: Gorgeous Mountain Gemstone", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 61818, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {11382, 1}, + [2] = {7077, 6}, + [3] = {55248, 1}, + [4] = {55154, 2}, + }, + }, + [41778] = { + ["name"] = "Jewelcrafting: Stormcloud Shackles", + ["requires"] = "", + ["tools"] = {41328, 41327}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56092, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {12655, 2}, + [2] = {7082, 1}, + [3] = {7081, 3}, + [4] = {55154, 3}, + }, + }, + [41303] = { + ["name"] = "Jewelcrafting: Massive Jewel Circlet", + ["requires"] = "", + ["tools"] = {41328, 41327}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55264, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {41321, 1}, + [2] = {12364, 1}, + [3] = {55154, 3}, + [4] = {55247, 1}, + }, + }, + [41317] = { + ["name"] = "Jewelcrafting: Twilight Opal Cascade", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 55263, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {56033, 1}, + [2] = {12799, 3}, + [3] = {20520, 3}, + [4] = {55248, 2}, + }, + }, + [41271] = { + ["name"] = "Jewelcrafting: Pure Gold Ring", + ["requires"] = "", + ["tools"] = {41328, 41326}, + ["castTime"] = "??", + ["text"] = "", + ["craftItem"] = 56033, + ["craftQuantityMin"] = "", + ["craftQuantityMax"] = "", + ["reagents"] = { + [1] = {3577, 8}, + [2] = {12360, 2}, + [3] = {3466, 2}, + }, + }, + }, } diff --git a/Core/Tooltip.lua b/Core/Tooltip.lua index c5b648a..7999dca 100644 --- a/Core/Tooltip.lua +++ b/Core/Tooltip.lua @@ -1,14 +1,12 @@ -- extra info on GameTooltip and ItemRefTooltip local AtlasLootTip = CreateFrame("Frame", "AtlasLootTip", GameTooltip) -local strfind = string.find -local tonumber = tonumber local GREY = "|cff999999" -local LastSearchName = nil +local lastSearchName = nil local lastSearchLink = nil local function GetItemLinkByName(name) - if name ~= LastSearchName then + if name ~= lastSearchName then for itemID = 1, 90000 do local itemName, hyperLink, itemQuality = GetItemInfo(itemID) if (itemName and itemName == name) then @@ -16,7 +14,7 @@ local function GetItemLinkByName(name) lastSearchLink = hex.. "|H"..hyperLink.."|h["..itemName.."]|h|r" end end - LastSearchName = name + lastSearchName = name end return lastSearchLink end @@ -52,15 +50,6 @@ function GameTooltip.SetBagItem(self, container, slot) return HookSetBagItem(self, container, slot) end -local HookSetLootItem = GameTooltip.SetLootItem -function GameTooltip.SetLootItem(self, slot) - if GetLootSlotLink(slot) then - local _, _, id = string.find(GetLootSlotLink(slot),"item:(%d+):.*") - GameTooltip.itemID = id - end - HookSetLootItem(self, slot) -end - local HookSetInboxItem = GameTooltip.SetInboxItem function GameTooltip.SetInboxItem(self, mailID, attachmentIndex) local itemName = GetInboxItem(mailID) @@ -143,25 +132,18 @@ function GameTooltip.SetTradeTargetItem(self, index) return HookSetTradeTargetItem(self, index) end -local lastItemName = nil -local lastItemID = nil -local lastSourceStr = nil -local lastDropRate = nil +local lastItemName, lastItemID, lastSourceStr, lastDropRate function AtlasLootTip.extendTooltip(tooltip, tooltipTypeStr) if AtlasLootCharDB.ShowSource ~= true then return end local originalTooltip = {} local itemName = getglobal(tooltipTypeStr .. "TextLeft1"):GetText() local line2 = getglobal(tooltipTypeStr .. "TextLeft2") - if not line2:GetText() then return end - local craftSpell = nil - local source = nil - local sourceStr = nil - local dropRate = nil + local craftSpell, source, sourceStr, dropRate local isCraft = false + local isWBLoot = false local isPvP = false local isRepReward = false local isSetPiece = false - local isWBLoot = false local isWorldEvent = false if itemName and itemName ~= "Fashion Coin" and tooltip.itemID then if itemName ~= lastItemName or tooltip.itemID ~= lastItemID then @@ -176,7 +158,7 @@ function AtlasLootTip.extendTooltip(tooltip, tooltipTypeStr) end end for row=1, table.getn(originalTooltip) do - if strfind(originalTooltip[row].text, "—",1,true) then -- skip items that state which rep they require + if string.find(originalTooltip[row].text, "—",1,true) then -- skip items that state which rep they require return end end @@ -188,29 +170,31 @@ function AtlasLootTip.extendTooltip(tooltip, tooltipTypeStr) end for k1,v1 in pairs(AtlasLoot_Data["AtlasLootCrafting"]) do for k2,v2 in pairs(AtlasLoot_Data["AtlasLootCrafting"][k1]) do - if type(v2[1]) == "string" and v2[1] ~= "" and string.sub(v2[1], 1, 1) ~= "e" then - if v2[1] == craftSpell + if v2[1] ~= 0 and v2[1] ~= "" and string.sub(v2[1], 1, 1) ~= "e" then + if (v2[1] == craftSpell or v2[1] == tonumber(tooltip.itemID)) and - (strfind(k1, "Apprentice",1,true) or - strfind(k1, "Journeyman",1,true) or - strfind(k1, "Expert",1,true) or - strfind(k1, "Artisan",1,true) or - strfind(k1, "Goblin",1,true) or - strfind(k1, "Gnomish",1,true) or - strfind(k1, "Survival",1,true) or - strfind(k1, "Herbalism",1,true) or - strfind(k1, "FirstAid",1,true) or - strfind(k1, "Poisons",1,true) or - strfind(k1, "Mining",1,true) or - strfind(k1, "Smelting",1,true) or - strfind(k1, "Elemental",1,true) or - strfind(k1, "Tribal",1,true) or - strfind(k1, "Dragonscale",1,true)or - strfind(k1, "Weaponsmith",1,true)or - strfind(k1, "Axesmith",1,true)or - strfind(k1, "Hammersmith",1,true)or - strfind(k1, "Swordsmith",1,true)or - strfind(k1, "Armorsmith",1,true)) + (string.find(k1, "Apprentice",1,true) or + string.find(k1, "Journeyman",1,true) or + string.find(k1, "Expert",1,true) or + string.find(k1, "Artisan",1,true) or + string.find(k1, "Goblin",1,true) or + string.find(k1, "Gnomish",1,true) or + string.find(k1, "Survival",1,true) or + string.find(k1, "Herbalism",1,true) or + string.find(k1, "FirstAid",1,true) or + string.find(k1, "Poisons",1,true) or + string.find(k1, "Mining",1,true) or + string.find(k1, "Smelting",1,true) or + string.find(k1, "Elemental",1,true) or + string.find(k1, "Tribal",1,true) or + string.find(k1, "Dragonscale",1,true)or + string.find(k1, "Weaponsmith",1,true)or + string.find(k1, "Axesmith",1,true)or + string.find(k1, "Hammersmith",1,true)or + string.find(k1, "Swordsmith",1,true)or + string.find(k1, "Armorsmith",1,true)or + string.find(k1, "Gemology",1,true)or + string.find(k1, "Goldsmithing",1,true)) then source = k1 isCraft = true @@ -223,7 +207,7 @@ function AtlasLootTip.extendTooltip(tooltip, tooltipTypeStr) if not isCraft then for k1,v1 in pairs(AtlasLoot_Data["AtlasLootWBItems"]) do for k2,v2 in pairs(AtlasLoot_Data["AtlasLootWBItems"][k1]) do - if v2[1] == tonumber(tooltip.itemID) and strfind(v2[3], itemName, 1, true) then + if v2[1] == tonumber(tooltip.itemID) and string.find(v2[3], itemName, 1, true) then source = k1 isWBLoot = true if v2[5] then @@ -240,7 +224,7 @@ function AtlasLootTip.extendTooltip(tooltip, tooltipTypeStr) if not isCraft and not isWBLoot then for k1,v1 in pairs(AtlasLoot_Data["AtlasLootGeneralPvPItems"]) do for k2,v2 in pairs(AtlasLoot_Data["AtlasLootGeneralPvPItems"][k1]) do - if v2[1] == tonumber(tooltip.itemID) and strfind(v2[3], itemName, 1, true) then + if v2[1] == tonumber(tooltip.itemID) and string.find(v2[3], itemName, 1, true) then source = k1 isPvP = true lastDropRate = nil @@ -249,10 +233,11 @@ function AtlasLootTip.extendTooltip(tooltip, tooltipTypeStr) end end -- check if its a rep reward + -- bgs if not isCraft and not isWBLoot and not isPvP then for k1,v1 in pairs(AtlasLoot_Data["AtlasLootBGItems"]) do for k2,v2 in pairs(AtlasLoot_Data["AtlasLootBGItems"][k1]) do - if v2[1] == tonumber(tooltip.itemID) and strfind(v2[3], itemName, 1, true) then + if v2[1] == tonumber(tooltip.itemID) and string.find(v2[3], itemName, 1, true) then source = k1 isRepReward = true if v2[5] then @@ -264,12 +249,13 @@ function AtlasLootTip.extendTooltip(tooltip, tooltipTypeStr) end end end + -- factions for k1,v1 in pairs(AtlasLoot_Data["AtlasLootRepItems"]) do for k2,v2 in pairs(AtlasLoot_Data["AtlasLootRepItems"][k1]) do - if v2[1] == tonumber(tooltip.itemID) and strfind(v2[3], itemName, 1, true) then + if v2[1] == tonumber(tooltip.itemID) and string.find(v2[3], itemName, 1, true) then source = k1 isRepReward = true - if v2[5] and source ~= "Darkmoon" and not strfind(source, "Cenarion",1,true) then + if v2[5] and source ~= "Darkmoon" and not string.find(source, "Cenarion",1,true) then dropRate = v2[5] lastDropRate = dropRate else @@ -283,9 +269,10 @@ function AtlasLootTip.extendTooltip(tooltip, tooltipTypeStr) if not isCraft and not isWBLoot and not isPvP and not isRepReward then for k1,v1 in pairs(AtlasLoot_Data["AtlasLootSetItems"]) do for k2,v2 in pairs(AtlasLoot_Data["AtlasLootSetItems"][k1]) do - if v2[1] == tonumber(tooltip.itemID) and strfind(v2[3], itemName, 1, true) then + if v2[1] == tonumber(tooltip.itemID) and string.find(v2[3], itemName, 1, true) then source = k1 - if not (source == "SpiritofEskhandar" or + isSetPiece = true + if (source == "SpiritofEskhandar" or source == "HakkariBlades" or source == "PrimalBlessing" or source == "ShardOfGods" or @@ -295,8 +282,9 @@ function AtlasLootTip.extendTooltip(tooltip, tooltipTypeStr) source == "Legendaries" or source == "Artifacts" or source == "ZGRings" or - source == "Tabards") then - isSetPiece = true + source == "Tabards" or string.find(source, "WorldEpics",1,true)) then + source = nil + isSetPiece = false end lastDropRate = nil end @@ -307,8 +295,11 @@ function AtlasLootTip.extendTooltip(tooltip, tooltipTypeStr) if not isCraft and not isWBLoot and not isPvP and not isRepReward and not isSetPiece then for k1,v1 in pairs(AtlasLoot_Data["AtlasLootWorldEvents"]) do for k2,v2 in pairs(AtlasLoot_Data["AtlasLootWorldEvents"][k1]) do - if v2[1] == tonumber(tooltip.itemID) and strfind(v2[3], itemName, 1, true) then + if v2[1] == tonumber(tooltip.itemID) and string.find(v2[3], itemName, 1, true) then source = k1 + if source == "WintervielSnowball" and not (tonumber(tooltip.itemID) == 51249 or tonumber(tooltip.itemID) == 61089) then + return + end isWorldEvent = true if v2[5] then dropRate = v2[5] @@ -325,7 +316,7 @@ function AtlasLootTip.extendTooltip(tooltip, tooltipTypeStr) for k1,v1 in pairs(AtlasLoot_Data["AtlasLootItems"]) do for k2,v2 in pairs(AtlasLoot_Data["AtlasLootItems"][k1]) do if v2[1] ~= 0 then - if v2[1] == tonumber(tooltip.itemID) and strfind(v2[3], itemName,1,true) then + if v2[1] == tonumber(tooltip.itemID) and string.find(v2[3], itemName,1,true) then if k1 ~= "VanillaKeys" then source = k1 end @@ -380,11 +371,17 @@ function AtlasLootTip.extendTooltip(tooltip, tooltipTypeStr) else line2:SetText(GREY..lastSourceStr.."|r\n"..line2:GetText()) end + else + if lastDropRate then + tooltip:AddLine(GREY..lastSourceStr.." ("..lastDropRate..")|r") + else + tooltip:AddLine(GREY..lastSourceStr.."|r") + end end end end - tooltip:Show() end + tooltip:Show() end AtlasLootTip:SetScript("OnHide", function() @@ -393,7 +390,5 @@ AtlasLootTip:SetScript("OnHide", function() end) AtlasLootTip:SetScript("OnShow", function() - if GameTooltip.itemID then - AtlasLootTip.extendTooltip(GameTooltip, "GameTooltip") - end + AtlasLootTip.extendTooltip(GameTooltip, "GameTooltip") end) diff --git a/Crafting/crafting.en.lua b/Crafting/crafting.en.lua index 69724ef..af59d97 100644 --- a/Crafting/crafting.en.lua +++ b/Crafting/crafting.en.lua @@ -3434,7 +3434,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { 0, "", "", "" }, { "s46075", "inv_misc_lantern_01", "=q2=Iron Lantern", "=ds=#sr# =so1=30 =so2=30 =so3=45 =so4=60" }, { 0, "", "", "" }, - { "s46068", "inv_misc_bandage_07", "=q1=Cleaning Cloth", "=ds=#sr# =so1=50, =q6=Requires Rogue Poisons" }, + { "s46068", "inv_misc_bandage_07", "=q1=Cleaning Cloth", "=ds=#sr# =so1=50 =so2=? =so3=? =so4=?" }, { "s46072", "Trade_Survival", "=q2=Traveler's Tent", "=ds=#sr# =so1=50 =so2=100 =so3=? =so4=?" }, { 0, "", "", "" }, { "s46074", "trade_herbalism", "=q2=Simple Woodern Planter", "=ds=#sr# =so1=75 =so2=100 =so3=112 =so4=125" }, @@ -3501,7 +3501,476 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s65032", "spell_nature_nullifypoison", "=q1=Agitating Poison I", "=ds=#lr#=q1= 60 =ds=#sr# =so1=? =so2=? =so3=? =so4=?" }, { 0, "", "", "" }, { "s6510", "inv_misc_ammo_gunpowder_01", "=q1=Blinding Powder", "=ds=#lr#=q1= 34 =ds=#sr# =so1=1 =so2=170 =so3=195 =so4=220" }, - { "s46068", "inv_misc_bandage_07", "=q1=Cleaning Cloth", "=q6=Requires 50 Survival" }, + }; +----------------- +-- Jewelcrafting -- +----------------- + JewelcraftingApprentice1 = { + { "s29728", "INV_Misc_Bandage_08", "=q1=Rough Gritted Paper", "=ds=#sr# =so1=1 =so2=21 =so3=25 =so4=30" }, + { "s29730", "BTNCopperring01", "=q1=Rough Copper Ring", "=ds=#sr# =so1=1 =so2=21 =so3=30 =so4=40" }, + { "s29732", "INV_Bracer_03", "=q1=Copper Bangle", "=ds=#sr# =so1=1 =so2=21 =so3=33 =so4=45" }, + { "s41001", "INV_Jewelry_Ring_12", "=q2=Bright Copper Ring", "=ds=#sr# =so1=15 =so2=35 =so3=45 =so4=55" }, + { "s41003", "INV_Jewelry_Ring_18", "=q2=Malachite Ring", "=ds=#sr# =so1=20 =so2=40 =so3=47 =so4=55" }, + { "s41249", "INV_Jewelry_Ring_07", "=q2=Bulky Copper Ring", "=ds=#sr# =so1=25 =so2=25 =so3=45 =so4=65" }, + { "s41005", "INV_Jewelry_Ring_13", "=q2=Sturdy Copper Ring", "=ds=#sr# =so1=25 =so2=45 =so3=52 =so4=60" }, + { "s41031", "INV_Ore_Tin_01", "=q1=Rough Gemstone Cluster", "=ds=#sr# =so1=35 =so2=45 =so3=50 =so4=55" }, + { "s41007", "INV_Jewelry_Ring_06", "=q2=Inlaid Copper Ring", "=ds=#sr# =so1=35 =so2=55 =so3=62 =so4=70" }, + { "s41009", "INV_Staff_07", "=q1=Copper Staff", "=ds=#sr# =so1=45 =so2=60 =so3=67 =so4=75" }, + { "s41011", "INV_Bracer_09", "=q2=Encrusted Copper Bangle", "=ds=#sr# =so1=50 =so2=70 =so3=75 =so4=80" }, + { "s41013", "INV_Jewelry_Ring_19", "=q2=Lesser Fortification Ring", "=ds=#sr# =so1=50 =so2=70 =so3=77 =so4=85" }, + { "s41015", "INV_Jewelry_Ring_02", "=q2=Tigercrest Ring", "=ds=#sr# =so1=50 =so2=70 =so3=77 =so4=85" }, + { "s41231", "INV_Jewelry_Ring_27", "=q2=Minor Trollblood Ring", "=ds=#sr# =so1=50 =so2=70 =so3=80 =so4=90" }, + { "s41017", "INV_Staff_10", "=q2=Small Pearlstone Staff", "=ds=#sr# =so1=55 =so2=75 =so3=82 =so4=90" }, + { "s41019", "INV_Jewelry_Ring_03", "=q2=Amber Ring", "=ds=#sr# =so1=60 =so2=80 =so3=87 =so4=95" }, + { "s41021", "INV_Jewelry_Ring_07", "=q2=Azure Ring", "=ds=#sr# =so1=60 =so2=80 =so3=87 =so4=95" }, + { "s41023", "INV_Jewelry_Necklace_01", "=q2=Bright Copper Necklace", "=ds=#sr# =so1=65 =so2=85 =so3=92 =so4=100" }, + { "s41025", "INV_Jewelry_Ring_04", "=q2=Softglow Ring", "=ds=#sr# =so1=65 =so2=85 =so3=92 =so4=100" }, + { "s41027", "INV_Jewelry_Ring_33", "=q2=Topaz Studded Ring", "=ds=#sr# =so1=70 =so2=90 =so3=95 =so4=100" }, + { "s41029", "INV_Misc_Bandage_10", "=q1=Coarse Gritted Paper", "=ds=#sr# =so1=70 =so2=90 =so3=95 =so4=100" }, + { "s41560", "INV_Jewelry_Ring_03", "=q2=Ebon Ring", "=ds=#sr# =so1=75 =so2=95 =so3=105 =so4=115" }, + { "s41033", "INV_Jewelry_Necklace_08", "=q2=Lavish Gemmed Necklace", "=ds=#sr# =so1=80 =so2=100 =so3=110 =so4=120" }, + }; + JewelcraftingJourneyman1 = { + { "s41321", "INV_Belt_32", "=q2=Gleaming Chain", "=ds=#sr# =so1=80 =so2=100 =so3=110 =so4=120" }, + { "s41035", "INV_Jewelry_Necklace_02", "=q2=Amberstone Pendant", "=ds=#sr# =so1=80 =so2=105 =so3=115 =so4=125" }, + { "s41587", "INV_Bracer_12", "=q2=Gloomweed Bindings", "=ds=#sr# =so1=80 =so2=160 =so3=170 =so4=180" }, + { "s41037", "INV_Jewelry_Necklace_16", "=q2=Deepmist Choker", "=ds=#sr# =so1=85 =so2=105 =so3=115 =so4=125" }, + { "s41562", "INV_Jewelry_Ring_05", "=q2=The King's Conviction", "=ds=#sr# =so1=85 =so2=105 =so3=115 =so4=125" }, + { "s41732", "INV_Misc_Orb_04", "=q2=Shadowmoon Orb", "=ds=#sr# =so1=85 =so2=105 =so3=115 =so4=125" }, + { "s41746", "INV_Misc_ShadowEgg", "=q2=Shadowforged Eye", "=ds=#sr# =so1=85 =so2=105 =so3=115 =so4=125" }, + { "s41039", "INV_Jewelry_Ring_26", "=q1=Rough Bronze Ring", "=ds=#sr# =so1=90 =so2=100 =so3=107 =so4=115" }, + { "s41041", "INV_Jewelry_Ring_22", "=q2=Shimmering Bronze Ring", "=ds=#sr# =so1=90 =so2=105 =so3=112 =so4=120" }, + { "s41043", "INV_Misc_Orb_01", "=q2=Amber Orb", "=ds=#sr# =so1=95 =so2=110 =so3=120 =so4=130" }, + { "s41045", "INV_Staff_08", "=q2=Encrusted Bronze Staff", "=ds=#sr# =so1=100 =so2=120 =so3=130 =so4=140" }, + { "s41047", "INV_Jewelry_Ring_01", "=q2=Earthrock Loop", "=ds=#sr# =so1=100 =so2=120 =so3=130 =so4=140" }, + { "s41564", "INV_Jewelry_Ring_16", "=q2=Shadowfall Jewel", "=ds=#sr# =so1=100 =so2=120 =so3=130 =so4=140" }, + { "s41581", "INV_Staff_13", "=q2=Serpent's Coil Staff", "=ds=#sr# =so1=100 =so2=120 =so3=130 =so4=140" }, + { "s41323", "INV_Jewelry_Necklace_22", "=q2=Talisman of Stone", "=ds=#sr# =so1=100 =so2=125 =so3=135 =so4=145" }, + { "s41049", "INV_Bracer_01", "=q1=Bronze Cuffed Bangles", "=ds=#sr# =so1=105 =so2=120 =so3=132 =so4=145" }, + { "s41051", "INV_Belt_29", "=q2=Shadowgem Band", "=ds=#sr# =so1=105 =so2=125 =so3=135 =so4=145" }, + { "s41726", "INV_Bracer_19", "=q2=Hydrathorn Bracers", "=ds=#sr# =so1=105 =so2=125 =so3=135 =so4=145" }, + { "s41740", "INV_Crown_01", "=q2=Mistwood Tiara", "=ds=#sr# =so1=105 =so2=135 =so3=145 =so4=155" }, + { "s41053", "INV_Mace_08", "=q2=Bronze Scepter", "=ds=#sr# =so1=110 =so2=130 =so3=140 =so4=150" }, + { "s41325", "INV_Jewelry_Necklace_15", "=q2=Medallion of Flame", "=ds=#sr# =so1=110 =so2=130 =so3=140 =so4=150" }, + { "s41566", "INV_Jewelry_Ring_22", "=q2=Ocean's Wrath", "=ds=#sr# =so1=115 =so2=120 =so3=130 =so4=140" }, + { "s41337", "INV_Bracer_19", "=q2=Dawnbright Cuffs", "=ds=#sr# =so1=115 =so2=135 =so3=142 =so4=150" }, + { "s41734", "INV_Misc_Gem_Pearl_02", "=q3=Fangclaw Relic", "=ds=#sr# =so1=120 =so2=140 =so3=150 =so4=160" }, + { "s41055", "BTNBlackPendant", "=q2=Pendant of Midnight", "=ds=#sr# =so1=120 =so2=145 =so3=155 =so4=165" }, + { "s41067", "INV_Jewelry_Ring_01", "=q1=Rough Silver Ring", "=ds=#sr# =so1=125 =so2=135 =so3=145 =so4=155" }, + { "s41065", "INV_Stone_08", "=q1=Coarse Gemstone Cluster", "=ds=#sr# =so1=125 =so2=140 =so3=142 =so4=145" }, + { "s41057", "INV_Crown_01", "=q2=Agatestone Crown", "=ds=#sr# =so1=125 =so2=145 =so3=155 =so4=165" }, + { "s41061", "INV_Belt_31", "=q2=Binding Signet", "=ds=#sr# =so1=125 =so2=145 =so3=155 =so4=165" }, + }; + JewelcraftingJourneyman2 = { + { "s41063", "INV_Bracer_14", "=q2=Enchanted Bracelets", "=ds=#sr# =so1=125 =so2=145 =so3=155 =so4=165" }, + { "s41776", "INV_Jewelry_Ring_24", "=q2=Ring of Midnight", "=ds=#sr# =so1=125 =so2=145 =so3=155 =so4=165" }, + { "s41059", "INV_Staff_15", "=q2=Moonlight Staff", "=ds=#sr# =so1=125 =so2=150 =so3=160 =so4=170" }, + { "s41568", "INV_Jewelry_Ring_10", "=q2=Dazzling Moonstone Band", "=ds=#sr# =so1=130 =so2=150 =so3=160 =so4=170" }, + { "s41760", "INV_Misc_Gem_Emerald_02", "=q2=Graceful Agate Gemstone", "=ds=#sr# =so1=135 =so2=135 =so3=137 =so4=140" }, + { "s41069", "INV_Jewelry_Talisman_06", "=q2=Silver Medallion", "=ds=#sr# =so1=135 =so2=150 =so3=160 =so4=170" }, + { "s41071", "BTNLancelot_Ring", "=q3=Ring of Purified Silver", "=ds=#sr# =so1=135 =so2=155 =so3=165 =so4=175" }, + { "s41327", "INV_Jewelry_Necklace_07", "=q2=Gleaming Silver Necklace", "=ds=#sr# =so1=135 =so2=155 =so3=165 =so4=175" }, + { "s41339", "INV_Crown_02", "=q2=Circlet of Dampening", "=ds=#sr# =so1=135 =so2=155 =so3=165 =so4=175" }, + { "s41748", "INV_QirajIdol_Life", "=q3=Totem of Self Preservation", "=ds=#sr# =so1=135 =so2=155 =so3=165 =so4=175" }, + { "s41583", "INV_Staff_18", "=q3=Farraki Ceremony Totem", "=ds=#sr# =so1=140 =so2=160 =so3=170 =so4=180" }, + { "s41728", "INV_Bracer_09", "=q3=Blackrock Ironclamps", "=ds=#sr# =so1=140 =so2=160 =so3=170 =so4=180" }, + { "s41570", "INV_Jewelry_Ring_26", "=q2=Harpy Talon Ring", "=ds=#sr# =so1=145 =so2=165 =so3=175 =so4=185" }, + { "s41742", "INV_Crown_01", "=q3=Venomspire Diadem", "=ds=#sr# =so1=145 =so2=165 =so3=175 =so4=185" }, + { "s41201", "INV_Misc_Bandage_18", "=q1=Heavy Gritted Paper", "=ds=#sr# =so1=150 =so2=150 =so3=155 =so4=160" }, + { "s41203", "INV_Stone_13", "=q1=Heavy Gemstone Cluster", "=ds=#sr# =so1=150 =so2=150 =so3=152 =so4=155" }, + { "s41627", "INV_Misc_Gem_Diamond_02", "=q2=Pristine Crystal Gemstone", "=ds=#sr# =so1=150 =so2=155 =so3=157 =so4=160" }, + { "s41607", "INV_Misc_Gem_Crystal_02", "=q2=Shimmering Aqua Gemstone", "=ds=#sr# =so1=150 =so2=155 =so3=157 =so4=160" }, + { "s41081", "INV_Jewelry_Ring_27", "=q1=Rough Iron Ring", "=ds=#sr# =so1=150 =so2=165 =so3=170 =so4=175" }, + { "s41083", "INV_Jewelry_Ring_03", "=q1=Rough Gold Ring", "=ds=#sr# =so1=150 =so2=165 =so3=170 =so4=175" }, + }; + JewelcraftingExpert1 = { + { "s41205", "INV_Bracer_10", "=q2=Goldfire Crystal Bracelet", "=ds=#sr# =so1=155 =so2=155 =so3=160 =so4=165" }, + { "s41207", "INV_Jewelry_Ring_31", "=q2=Quartz Halo", "=ds=#sr# =so1=155 =so2=175 =so3=185 =so4=195" }, + { "s41275", "INV_Jewelry_Necklace_06", "=q3=Gemmed Citrine Pendant", "=ds=#sr# =so1=160 =so2=160 =so3=180 =so4=200" }, + { "s41572", "INV_Jewelry_Ring_47", "=q2=Centaur Hoof Circlet", "=ds=#sr# =so1=160 =so2=180 =so3=190 =so4=200" }, + { "s41331", "INV_Jewelry_Amulet_05", "=q2=Gem Encrusted Choker", "=ds=#sr# =so1=160 =so2=180 =so3=190 =so4=200" }, + { "s41736", "INV_Wand_05", "=q2=Netherbane Rod", "=ds=#sr# =so1=160 =so2=180 =so3=190 =so4=200" }, + { "s41329", "BTNTurtlePendant", "=q2=Ring of The Turtle", "=ds=#sr# =so1=160 =so2=185 =so3=195 =so4=205" }, + { "s41283", "BTNEnchantedNecklace", "=q2=Astral Amulet", "=ds=#sr# =so1=??? =so2=175 =so3=192 =so4=210" }, + { "s41209", "INV_Wand_04", "=q2=Staff of Blossomed Jade", "=ds=#sr# =so1=165 =so2=185 =so3=195 =so4=205" }, + { "s41333", "INV_Jewelry_Amulet_03", "=q2=Goldcrest Amulet", "=ds=#sr# =so1=170 =so2=180 =so3=190 =so4=200" }, + { "s41730", "INV_Bracer_09", "=q2=Monastery Emberbrace", "=ds=#sr# =so1=170 =so2=185 =so3=195 =so4=205" }, + { "s41211", "INV_Jewelry_Ring_12", "=q2=Jade Harmony Circlet", "=ds=#sr# =so1=170 =so2=190 =so3=197 =so4=205" }, + { "s41585", "INV_Staff_12", "=q2=Sphinx's Wisdom Staff", "=ds=#sr# =so1=170 =so2=190 =so3=200 =so4=210" }, + { "s41574", "INV_Jewelry_Ring_32", "=q3=Ogre Bone Band", "=ds=#sr# =so1=170 =so2=200 =so3=210 =so4=220" }, + { "s41219", "INV_Jewelry_Ring_12", "=q1=Rough Mithril Ring", "=ds=#sr# =so1=175 =so2=175 =so3=177 =so4=180" }, + { "s41629", "INV_Misc_Gem_Stone_01", "=q2=Gleaming Jade Gemstone", "=ds=#sr# =so1=175 =so2=180 =so3=182 =so4=185" }, + { "s41623", "INV_Misc_Gem_Crystal_03", "=q2=Pure Shining Moonstone", "=ds=#sr# =so1=175 =so2=180 =so3=182 =so4=185" }, + { "s41752", "INV_Misc_Gem_Pearl_01", "=q2=Obsidian Brooch", "=ds=#sr# =so1=175 =so2=190 =so3=197 =so4=205" }, + { "s41213", "INV_Helmet_19", "=q2=Goldenshade Quartz Crown", "=ds=#sr# =so1=175 =so2=195 =so3=202 =so4=210" }, + { "s41215", "BTNHL_Holy_Grail", "=q2=The Golden Goblet", "=ds=#sr# =so1=175 =so2=195 =so3=202 =so4=210" }, + { "s41217", "INV_Jewelry_Necklace_06", "=q3=Powerful Citrine Pendant", "=ds=#sr# =so1=175 =so2=195 =so3=202 =so4=210" }, + { "s41556", "INV_Jewelry_Talisman_10", "=q2=Delicate Mithril Amulet", "=ds=#sr# =so1=180 =so2=200 =so3=210 =so4=220" }, + { "s41221", "INV_Jewelry_Ring_22", "=q2=Ironsun Citrine Ring", "=ds=#sr# =so1=185 =so2=200 =so3=210 =so4=220" }, + { "s41750", "INV_Misc_Gem_Pearl_06", "=q2=Facetted Moonstone Brooch", "=ds=#sr# =so1=185 =so2=200 =so3=207 =so4=215" }, + { "s41589", "INV_Jewelry_Ring_07", "=q2=Crystal Earring", "=ds=#sr# =so1=185 =so2=205 =so3=215 =so4=225" }, + { "s41263", "INV_Jewelry_Ring_29", "=q2=Ocean's Gaze", "=ds=#sr# =so1=190 =so2=190 =so3=210 =so4=230" }, + { "s41223", "INV_Belt_19", "=q2=Shimmering Gold Necklace", "=ds=#sr# =so1=190 =so2=205 =so3=215 =so4=225" }, + { "s41225", "INV_Jewelry_Ring_20", "=q2=Ironbloom Ring", "=ds=#sr# =so1=190 =so2=205 =so3=215 =so4=225" }, + { "s41541", "INV_Jewelry_Ring_28", "=q2=Dazzling Aquamarine Loop", "=ds=#sr# =so1=190 =so2=210 =so3=220 =so4=230" }, + { "s41579", "INV_Jewelry_Ring_12", "=q2=Marine's Demise", "=ds=#sr# =so1=190 =so2=210 =so3=220 =so4=230" }, + }; + JewelcraftingExpert2 = { + { "s41285", "INV_Ingot_08", "=q2=Shimmering Moonstone Tablet", "=ds=#sr# =so1=195 =so2=195 =so3=217 =so4=240" }, + { "s41229", "INV_Misc_Bandage_17", "=q1=Solid Gritted Paper", "=ds=#sr# =so1=200 =so2=200 =so3=205 =so4=210" }, + { "s41233", "INV_Jewelry_Ring_07", "=q1=Rough Truesilver Ring", "=ds=#sr# =so1=200 =so2=200 =so3=205 =so4=210" }, + { "s41237", "INV_Stone_07", "=q1=Solid Gemstone Cluster", "=ds=#sr# =so1=200 =so2=200 =so3=205 =so4=210" }, + { "s41601", "INV_Misc_Gem_Opal_02", "=q2=Sharpened Citrine Gemstone", "=ds=#sr# =so1=200 =so2=205 =so3=207 =so4=210" }, + { "s41603", "INV_Misc_Gem_Ruby_01", "=q2=Radiant Ember Gemstone", "=ds=#sr# =so1=200 =so2=205 =so3=207 =so4=210" }, + { "s41605", "INV_Misc_Gem_Ruby_02", "=q2=Glowing Ruby Gemstone", "=ds=#sr# =so1=200 =so2=205 =so3=207 =so4=210" }, + { "s41631", "INV_Misc_Gem_Crystal_03", "=q2=Illuminated Gemstone", "=ds=#sr# =so1=200 =so2=205 =so3=205 =so4=205" }, + { "s41738", "INV_Misc_Orb_01", "=q2=Marine Root", "=ds=#sr# =so1=200 =so2=215 =so3=225 =so4=235" }, + { "s41227", "INV_Staff_07", "=q2=Ornate Mithril Scepter", "=ds=#sr# =so1=200 =so2=220 =so3=230 =so4=240" }, + { "s41546", "INV_Belt_27", "=q2=Alluring Citrine Choker", "=ds=#sr# =so1=200 =so2=220 =so3=230 =so4=240" }, + { "s41548", "INV_Bracer_19", "=q2=Elaborate Golden Bracelets", "=ds=#sr# =so1=200 =so2=220 =so3=230 =so4=240" }, + { "s41550", "INV_Wand_05", "=q2=Heart of the Sea", "=ds=#sr# =so1=200 =so2=220 =so3=230 =so4=240" }, + { "s41744", "INV_Jewelry_Ring_03", "=q2=Bloodfire Circlet", "=ds=#sr# =so1=200 =so2=220 =so3=230 =so4=240" }, + { "s41754", "INV_Misc_Gem_Pearl_04", "=q2=Smoldering Brooch", "=ds=#sr# =so1=200 =so2=220 =so3=230 =so4=240" }, + { "s41552", "INV_Staff_11", "=q2=Staff of Gallitrea", "=ds=#sr# =so1=200 =so2=225 =so3=235 =so4=245" }, + { "s41558", "INV_Misc_Gem_Sapphire_02", "=q2=Draenethyst Baton", "=ds=#sr# =so1=200 =so2=225 =so3=235 =so4=245" }, + { "s41718", "INV_Bracer_14", "=q3=Ornate Mithril Bracelets", "=ds=#sr# =so1=200 =so2=225 =so3=237 =so4=250" }, + { "s41756", "INV_Misc_Gem_Sapphire_03", "=q2=Vitriol Brooch", "=ds=#sr# =so1=205 =so2=220 =so3=227 =so4=235" }, + { "s41239", "INV_Belt_31", "=q2=Greater Binding Signet", "=ds=#sr# =so1=210 =so2=230 =so3=240 =so4=250" }, + { "s41786", "INV_Helmet_06", "=q2=Ornate Mithril Crown", "=ds=#sr# =so1=210 =so2=230 =so3=240 =so4=250" }, + { "s41554", "INV_Jewelry_Ring_Emerald", "=q3=Golden Jade Ring", "=ds=#sr# =so1=210 =so2=235 =so3=245 =so4=255" }, + { "s41352", "INV_Staff_13", "=q3=Opaline Illuminator", "=ds=#sr# =so1=210 =so2=235 =so3=245 =so4=255" }, + { "s41307", "INV_Wand_11", "=q3=Gemkeeper's Folio", "=ds=#sr# =so1=??? =so2=235 =so3=245 =so4=255" }, + { "s41235", "INV_Jewelry_Necklace_03", "=q2=Aquamarine Pendant", "=ds=#sr# =so1=215 =so2=215 =so3=225 =so4=235" }, + { "s41241", "INV_Staff_32", "=q2=Royal Gemstone Staff", "=ds=#sr# =so1=215 =so2=235 =so3=245 =so4=255" }, + { "s41277", "INV_Jewelry_Necklace_07", "=q2=Starforge Amulet", "=ds=#sr# =so1=220 =so2=220 =so3=240 =so4=260" }, + { "s41243", "INV_Misc_Orb_05", "=q2=Emberstone Idol", "=ds=#sr# =so1=220 =so2=240 =so3=250 =so4=260" }, + { "s41245", "BTNIrongRingUPG2", "=q2=Runed Truesilver Ring", "=ds=#sr# =so1=220 =so2=240 =so3=250 =so4=260" }, + { "s41633", "INV_Misc_Gem_Ruby_02", "=q2=Burning Star Gemstone", "=ds=#sr# =so1=225 =so2=225 =so3=227 =so4=230" }, + }; + JewelcraftingExpert3 = { + { "s41085", "INV_Jewelry_Ring_25", "=q2=Emberstone Studded Ring", "=ds=#sr# =so1=225 =so2=240 =so3=247 =so4=255" }, + { "s41281", "INV_Jewelry_Talisman_05", "=q3=Runebound Amulet", "=ds=#sr# =so1=230 =so2=230 =so3=252 =so4=275" }, + { "s41716", "INV_Jewelry_Ring_03", "=q3=Crown of Elegance", "=ds=#sr# =so1=230 =so2=260 =so3=270 =so4=280" }, + { "s41784", "INV_Jewelry_Ring_Jade", "=q4=Mana Binding Signet", "=ds=#sr# =so1=230 =so2=260 =so3=275 =so4=290" }, + { "s41305", "INV_Wand_09", "=q2=Golden Scepter of Authority", "=ds=#sr# =so1=??? =so2=260 =so3=270 =so4=280" }, + { "s41635", "INV_Misc_Gem_Opal_01", "=q2=Brilliant Opal Gemstone", "=ds=#sr# =so1=235 =so2=235 =so3=237 =so4=240" }, + { "s41770", "INV_Stone_14", "=q1=Dense Gemstone Cluster", "=ds=#sr# =so1=235 =so2=240 =so3=240 =so4=240" }, + { "s41087", "BTNring02", "=q1=Rough Thorium Ring", "=ds=#sr# =so1=235 =so2=245 =so3=250 =so4=255" }, + { "s41720", "INV_Staff_32", "=q3=Regal Twilight Staff", "=ds=#sr# =so1=240 =so2=260 =so3=275 =so4=290" }, + { "s41724", "Spell_Shadow_GrimWard", "=q3=Ornament of Restraint", "=ds=#sr# =so1=245 =so2=245 =so3=265 =so4=285" }, + { "s41089", "BTNEmptyAmulet", "=q2=Mithril Blackstone Necklace", "=ds=#sr# =so1=245 =so2=265 =so3=275 =so4=285" }, + { "s41261", "INV_Jewelry_Amulet_05", "=q2=Sunburst Tiara", "=ds=#sr# =so1=250 =so2=250 =so3=270 =so4=290" }, + { "s41091", "INV_Misc_LeatherScrap_08", "=q1=Dense Gritted Paper", "=ds=#sr# =so1=250 =so2=260 =so3=265 =so4=270" }, + { "s41714", "INV_Bracer_19", "=q3=Opal Guided Bangles", "=ds=#sr# =so1=250 =so2=280 =so3=290 =so4=300" }, + { "s41637", "INV_Misc_Gem_Emerald_01", "=q2=Elegant Emerald Gemstone", "=ds=#sr# =so1=??? =so2=250 =so3=252 =so4=255" }, + { "s41639", "INV_Misc_Gem_Sapphire_02", "=q2=Shining Sapphire Gemstone", "=ds=#sr# =so1=??? =so2=250 =so3=252 =so4=255" }, + }; + JewelcraftingArtisan1 = { + { "s41093", "INV_Jewelry_Ring_10", "=q2=Radiant Thorium Twilight", "=ds=#sr# =so1=255 =so2=270 =so3=277 =so4=285" }, + { "s41348", "INV_Bracer_10", "=q2=Crystalfire Armlets", "=ds=#sr# =so1=255 =so2=275 =so3=285 =so4=295" }, + { "s41265", "INV_Jewelry_Ring_31", "=q2=Starry Thorium Band", "=ds=#sr# =so1=260 =so2=260 =so3=275 =so4=290" }, + { "s41611", "INV_Misc_Gem_01", "=q2=Gloomy Diamond Gemstone", "=ds=#sr# =so1=260 =so2=265 =so3=267 =so4=270" }, + { "s41095", "INV_Ore_Arcanite_02", "=q2=Glyph Codex", "=ds=#sr# =so1=260 =so2=280 =so3=287 =so4=295" }, + { "s41350", "INV_Jewelry_Ring_19", "=q2=Cinderfall Band", "=ds=#sr# =so1=260 =so2=280 =so3=290 =so4=300" }, + { "s41251", "INV_Jewelry_Ring_29", "=q2=Blue Starfire", "=ds=#sr# =so1=265 =so2=265 =so3=285 =so4=305" }, + { "s41273", "INV_Jewelry_Necklace_16", "=q2=Prism Amulet", "=ds=#sr# =so1=265 =so2=265 =so3=285 =so4=305" }, + { "s41774", "INV_Jewelry_Necklace_07", "=q2=Spellweaver Pendant", "=ds=#sr# =so1=265 =so2=275 =so3=285 =so4=295" }, + { "s41097", "INV_Staff_13", "=q2=Spellweaver Rod", "=ds=#sr# =so1=265 =so2=285 =so3=292 =so4=300" }, + { "s41099", "INV_Misc_Orb_01", "=q2=Quicksilver Whirl", "=ds=#sr# =so1=265 =so2=285 =so3=292 =so4=300" }, + { "s41762", "INV_Misc_Gem_03", "=q2=Dreary Opal Gemstone", "=ds=#sr# =so1=270 =so2=270 =so3=272 =so4=275" }, + { "s41311", "INV_Bracer_03", "=q2=Stellar Gemguards", "=ds=#sr# =so1=??? =so2=270 =so3=280 =so4=290" }, + { "s41315", "INV_Jewelry_Necklace_11", "=q2=Moonlit Charm", "=ds=#sr# =so1=??? =so2=275 =so3=285 =so4=295" }, + { "s41641", "INV_Misc_Gem_Topaz_01", "=q2=Unstable Arcane Gemstone", "=ds=#sr# =so1=??? =so2=275 =so3=277 =so4=280" }, + { "s41356", "INV_Misc_Book_09", "=q3=Gemstone Compendium", "=ds=#sr# =so1=275 =so2=275 =so3=297 =so4=320" }, + { "s41279", "INV_Jewelry_Necklace_Banshee", "=q2=Voidheart Charm", "=ds=#sr# =so1=280 =so2=280 =so3=300 =so4=320" }, + { "s41101", "INV_Bracer_13", "=q2=Crystalweft Bracers", "=ds=#sr# =so1=280 =so2=285 =so3=297 =so4=310" }, + { "s41103", "INV_Helmet_53", "=q2=Ethereal Frostspark Crown", "=ds=#sr# =so1=280 =so2=285 =so3=297 =so4=310" }, + { "s41105", "INV_Jewelry_Amulet_04", "=q2=Pendant of Arcane Radiance", "=ds=#sr# =so1=280 =so2=300 =so3=305 =so4=310" }, + { "s41313", "INV_Wand_07", "=q2=Garnet Guardian Staff", "=ds=#sr# =so1=??? =so2=290 =so3=300 =so4=310" }, + { "s41643", "INV_Misc_Gem_Sapphire_02", "=q2=Glittering Sapphire Gemstone", "=ds=#sr# =so1=??? =so2=290 =so3=292 =so4=295" }, + { "s41309", "BTNEyeRing", "=q2=Stellar Ruby Ring", "=ds=#sr# =so1=??? =so2=300 =so3=310 =so4=320" }, + { "s41287", "INV_Jewelry_Talisman_05", "=q2=Stormcloud Sigil", "=ds=#sr# =so1=290 =so2=310 =so3=325 =so4=340" }, + { "s41708", "INV_Jewelry_Ring_21", "=q3=Opalstone Circle", "=ds=#sr# =so1=290 =so2=320 =so3=330 =so4=340" }, + { "s41712", "BTNHarbingerRing", "=q3=Dark Iron Signet Ring", "=ds=#sr# =so1=290 =so2=320 =so3=330 =so4=340" }, + { "s41722", "INV_Jewelry_Necklace_06", "=q4=Pendant of Instability", "=ds=#sr# =so1=300 =so2=300 =so3=307 =so4=315" }, + { "s41253", "INV_Jewelry_Ring_37", "=q2=Emerald Monarch's Glow", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s41257", "INV_Staff_28", "=q2=Arcanum Baton", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s41700", "INV_Bracer_13", "=q4=Embergem Cuffs", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + }; + JewelcraftingArtisan2 = { + { "s41706", "INV_Crown_02", "=q4=Mastercrafted Diamond Crown", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s41764", "INV_Misc_Gem_Topaz_02", "=q3=Resurged Topaz Gemstone", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s41768", "INV_Misc_Gem_Topaz_03", "=q3=Resilient Arcane Gemstone", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s41798", "INV_Misc_Gem_03", "=q3=Guardbreaker Charm", "=ds=#sr# =so1=300 =so2=320 =so3=325 =so4=330" }, + { "s41804", "INV_Bracer_13", "=q3=Bindings of Luminance", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s41806", "INV_Crown_01", "=q3=Crown of the Illustrious Queen", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s41802", "INV_Staff_20", "=q3=Spire of Channeled Power", "=ds=#sr# =so1=300 =so2=325 =so3=335 =so4=345" }, + { "s41808", "INV_Bracer_03", "=q4=Mastercrafted Diamond Bangles", "=ds=#sr# =so1=300 =so2=325 =so3=332 =so4=340" }, + { "s41778", "INV_Bracer_01", "=q2=Stormcloud Shackles", "=ds=#sr# =so1=??? =so2=310 =so3=320 =so4=330" }, + { "s41303", "INV_Jewelry_Ring_08", "=q2=Massive Jewel Circlet", "=ds=#sr# =so1=??? =so2=315 =so3=322 =so4=330" }, + { "s41317", "INV_Jewelry_Ring_24", "=q3=Twilight Opal Cascade", "=ds=#sr# =so1=??? =so2=320 =so3=330 =so4=340" }, + { "s41271", "INV_Jewelry_Ring_Gold", "=q1=Pure Gold Ring", "=ds=#sr# =so1=??? =so2=325 =so3=335 =so4=345" }, + }; + JewelcraftingGemology1 = { + { "s41621", "INV_Stone_03", "=q2=Enchanted Emerald Gemstone", "=ds=#sr# =so1=250 =so2=255 =so3=257 =so4=260" }, + { "s41625", "INV_Misc_Gem_Diamond_01", "=q2=Beautiful Diamond Gemstone", "=ds=#sr# =so1=270 =so2=275 =so3=277 =so4=280" }, + { "s41609", "INV_Misc_Gem_Bloodstone_01", "=q3=Azerothian Ruby Gemstone", "=ds=#sr# =so1=275 =so2=280 =so3=282 =so4=285" }, + { "s41617", "INV_Stone_01", "=q2=Tempered Azerothian Gemstone", "=ds=#sr# =so1=275 =so2=280 =so3=282 =so4=285" }, + { "s41613", "INV_Misc_Gem_02", "=q3=Flawless Black Gemstone", "=ds=#sr# =so1=285 =so2=290 =so3=292 =so4=295" }, + { "s41615", "INV_Misc_Gem_Sapphire_01", "=q3=Arcane Emerald Gemstone", "=ds=#sr# =so1=295 =so2=300 =so3=302 =so4=305" }, + { "s41619", "INV_Misc_Gem_Topaz_02", "=q3=Stunning Imperial Gemstone", "=ds=#sr# =so1=300 =so2=310 =so3=315 =so4=320" }, + { "s41821", "INV_Misc_Gem_Topaz_02", "=q3=Gorgeous Mountain Gemstone", "=ds=#sr# =so1=300 =so2=330 =so3=345 =so4=360" }, + }; + JewelcraftingGoldsmithing1 = { + { "s41782", "INV_Jewelry_Ring_Truesight", "=q4=Golden Runed Ring", "=ds=#sr# =so1=285 =so2=310 =so3=320 =so4=330" }, + { "s41780", "INV_Jewelry_Ring_Saphire", "=q3=Stormcloud Signet", "=ds=#sr# =so1=290 =so2=310 =so3=320 =so4=330" }, + { "s41710", "INV_Jewelry_Ring_DragonPaw", "=q3=Deep Sapphire Circlet", "=ds=#sr# =so1=290 =so2=320 =so3=330 =so4=340" }, + { "s41790", "INV_Jewelry_Ring_DragonPaw", "=q4=Ring of Unleashed Potential", "=ds=#sr# =so1=290 =so2=320 =so3=330 =so4=340" }, + { "s41255", "INV_Jewelry_Ring_35", "=q3=Sapphire Luminescence", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s41696", "INV_Jewelry_Ring_42", "=q4=Shimmering Diamond Band", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s41698", "INV_Misc_Gem_Ruby_03", "=q4=Crown of Molten Ascension", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s41702", "INV_Belt_29", "=q4=Blackwing Signet of Command", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s41704", "INV_Jewelry_Amulet_01", "=q4=Talisman of Hinderance", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s41788", "INV_Jewelry_Ring_Gold", "=q4=Blazefury Circlet", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s41267", "BTNGoldMysticRing", "=q4=Ruby Ring of Ruin", "=ds=#sr# =so1=300 =so2=330 =so3=350 =so4=370" }, + { "s41269", "BTNRingOfInfiniteGems", "=q4=Encrusted Gemstone Ring", "=ds=#sr# =so1=300 =so2=330 =so3=350 =so4=370" }, + { "s41792", "INV_Staff_11", "=q4=Empowered Domination Rod", "=ds=#sr# =so1=300 =so2=330 =so3=340 =so4=350" }, + { "s41796", "INV_Jewelry_Trinket_VampiricGrail", "=q4=Grail of Forgotten Memories", "=ds=#sr# =so1=300 =so2=330 =so3=340 =so4=350" }, + { "s41800", "inv_staff_14", "=q4=Rudeus' Focusing Cane", "=ds=#sr# =so1=300 =so2=330 =so3=340 =so4=350" }, + }; + JewelcraftingGemstones1 = { + { "s41760", "INV_Misc_Gem_Emerald_02", "=q2=Graceful Agate Gemstone", "=ds=#sr# =so1=135 =so2=135 =so3=137 =so4=140" }, + { "s41627", "INV_Misc_Gem_Diamond_02", "=q2=Pristine Crystal Gemstone", "=ds=#sr# =so1=150 =so2=155 =so3=157 =so4=160" }, + { "s41607", "INV_Misc_Gem_Crystal_02", "=q2=Shimmering Aqua Gemstone", "=ds=#sr# =so1=150 =so2=155 =so3=157 =so4=160" }, + { "s41629", "INV_Misc_Gem_Stone_01", "=q2=Gleaming Jade Gemstone", "=ds=#sr# =so1=175 =so2=180 =so3=182 =so4=185" }, + { "s41601", "INV_Misc_Gem_Opal_02", "=q2=Sharpened Citrine Gemstone", "=ds=#sr# =so1=200 =so2=205 =so3=207 =so4=210" }, + { "s41603", "INV_Misc_Gem_Ruby_01", "=q2=Radiant Ember Gemstone", "=ds=#sr# =so1=200 =so2=205 =so3=207 =so4=210" }, + { "s41605", "INV_Misc_Gem_Ruby_02", "=q2=Glowing Ruby Gemstone", "=ds=#sr# =so1=200 =so2=205 =so3=207 =so4=210" }, + { "s41631", "INV_Misc_Gem_Crystal_03", "=q2=Illuminated Gemstone", "=ds=#sr# =so1=200 =so2=205 =so3=205 =so4=205" }, + { "s41633", "INV_Misc_Gem_Ruby_02", "=q2=Burning Star Gemstone", "=ds=#sr# =so1=225 =so2=225 =so3=227 =so4=230" }, + { "s41635", "INV_Misc_Gem_Opal_01", "=q2=Brilliant Opal Gemstone", "=ds=#sr# =so1=235 =so2=235 =so3=237 =so4=240" }, + { "s41637", "INV_Misc_Gem_Emerald_01", "=q2=Elegant Emerald Gemstone", "=ds=#sr# =so1=??? =so2=250 =so3=252 =so4=255" }, + { "s41639", "INV_Misc_Gem_Sapphire_02", "=q2=Shining Sapphire Gemstone", "=ds=#sr# =so1=??? =so2=250 =so3=252 =so4=255" }, + { "s41611", "INV_Misc_Gem_01", "=q2=Gloomy Diamond Gemstone", "=ds=#sr# =so1=260 =so2=265 =so3=267 =so4=270" }, + { "s41762", "INV_Misc_Gem_03", "=q2=Dreary Opal Gemstone", "=ds=#sr# =so1=270 =so2=270 =so3=272 =so4=275" }, + { "s41625", "INV_Misc_Gem_Diamond_01", "=q2=Beautiful Diamond Gemstone", "=ds=#sr# =so1=270 =so2=275 =so3=277 =so4=280" }, + { "s41641", "INV_Misc_Gem_Topaz_01", "=q2=Unstable Arcane Gemstone", "=ds=#sr# =so1=??? =so2=275 =so3=277 =so4=280" }, + { "s41643", "INV_Misc_Gem_Sapphire_02", "=q2=Glittering Sapphire Gemstone", "=ds=#sr# =so1=??? =so2=290 =so3=292 =so4=295" }, + { "s41764", "INV_Misc_Gem_Topaz_02", "=q3=Resurged Topaz Gemstone", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s41768", "INV_Misc_Gem_Topaz_03", "=q3=Resilient Arcane Gemstone", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s41621", "INV_Stone_03", "=q2=Enchanted Emerald Gemstone", "=ds=#sr# =so1=250 =so2=255 =so3=257 =so4=260" }, + { "s41609", "INV_Misc_Gem_Bloodstone_01", "=q3=Azerothian Ruby Gemstone", "=ds=#sr# =so1=275 =so2=280 =so3=282 =so4=285" }, + { "s41617", "INV_Stone_01", "=q2=Tempered Azerothian Gemstone", "=ds=#sr# =so1=275 =so2=280 =so3=282 =so4=285" }, + { "s41613", "INV_Misc_Gem_02", "=q3=Flawless Black Gemstone", "=ds=#sr# =so1=285 =so2=290 =so3=292 =so4=295" }, + { "s41615", "INV_Misc_Gem_Sapphire_01", "=q3=Arcane Emerald Gemstone", "=ds=#sr# =so1=295 =so2=300 =so3=302 =so4=305" }, + { "s41619", "INV_Misc_Gem_Topaz_02", "=q3=Stunning Imperial Gemstone", "=ds=#sr# =so1=300 =so2=310 =so3=315 =so4=320" }, + { "s41821", "INV_Misc_Gem_Topaz_02", "=q3=Gorgeous Mountain Gemstone", "=ds=#sr# =so1=300 =so2=330 =so3=345 =so4=360" }, + }; + JewelcraftingRings1 = { + { "s41001", "INV_Jewelry_Ring_12", "=q2=Bright Copper Ring", "=ds=#sr# =so1=15 =so2=35 =so3=45 =so4=55" }, + { "s41003", "INV_Jewelry_Ring_18", "=q2=Malachite Ring", "=ds=#sr# =so1=20 =so2=40 =so3=47 =so4=55" }, + { "s41249", "INV_Jewelry_Ring_07", "=q2=Bulky Copper Ring", "=ds=#sr# =so1=25 =so2=25 =so3=45 =so4=65" }, + { "s41005", "INV_Jewelry_Ring_13", "=q2=Sturdy Copper Ring", "=ds=#sr# =so1=25 =so2=45 =so3=52 =so4=60" }, + { "s41007", "INV_Jewelry_Ring_06", "=q2=Inlaid Copper Ring", "=ds=#sr# =so1=35 =so2=55 =so3=62 =so4=70" }, + { "s41013", "INV_Jewelry_Ring_19", "=q2=Lesser Fortification Ring", "=ds=#sr# =so1=50 =so2=70 =so3=77 =so4=85" }, + { "s41015", "INV_Jewelry_Ring_02", "=q2=Tigercrest Ring", "=ds=#sr# =so1=50 =so2=70 =so3=77 =so4=85" }, + { "s41231", "INV_Jewelry_Ring_27", "=q2=Minor Trollblood Ring", "=ds=#sr# =so1=50 =so2=70 =so3=80 =so4=90" }, + { "s41019", "INV_Jewelry_Ring_03", "=q2=Amber Ring", "=ds=#sr# =so1=60 =so2=80 =so3=87 =so4=95" }, + { "s41021", "INV_Jewelry_Ring_07", "=q2=Azure Ring", "=ds=#sr# =so1=60 =so2=80 =so3=87 =so4=95" }, + { "s41025", "INV_Jewelry_Ring_04", "=q2=Softglow Ring", "=ds=#sr# =so1=65 =so2=85 =so3=92 =so4=100" }, + { "s41027", "INV_Jewelry_Ring_33", "=q2=Topaz Studded Ring", "=ds=#sr# =so1=70 =so2=90 =so3=95 =so4=100" }, + { "s41560", "INV_Jewelry_Ring_03", "=q2=Ebon Ring", "=ds=#sr# =so1=75 =so2=95 =so3=105 =so4=115" }, + { "s41562", "INV_Jewelry_Ring_05", "=q2=The King's Conviction", "=ds=#sr# =so1=85 =so2=105 =so3=115 =so4=125" }, + { "s41041", "INV_Jewelry_Ring_22", "=q2=Shimmering Bronze Ring", "=ds=#sr# =so1=90 =so2=105 =so3=112 =so4=120" }, + { "s41047", "INV_Jewelry_Ring_01", "=q2=Earthrock Loop", "=ds=#sr# =so1=100 =so2=120 =so3=130 =so4=140" }, + { "s41564", "INV_Jewelry_Ring_16", "=q2=Shadowfall Jewel", "=ds=#sr# =so1=100 =so2=120 =so3=130 =so4=140" }, + { "s41566", "INV_Jewelry_Ring_22", "=q2=Ocean's Wrath", "=ds=#sr# =so1=115 =so2=120 =so3=130 =so4=140" }, + { "s41776", "INV_Jewelry_Ring_24", "=q2=Ring of Midnight", "=ds=#sr# =so1=125 =so2=145 =so3=155 =so4=165" }, + { "s41568", "INV_Jewelry_Ring_10", "=q2=Dazzling Moonstone Band", "=ds=#sr# =so1=130 =so2=150 =so3=160 =so4=170" }, + { "s41570", "INV_Jewelry_Ring_26", "=q2=Harpy Talon Ring", "=ds=#sr# =so1=145 =so2=165 =so3=175 =so4=185" }, + { "s41207", "INV_Jewelry_Ring_31", "=q2=Quartz Halo", "=ds=#sr# =so1=155 =so2=175 =so3=185 =so4=195" }, + { "s41572", "INV_Jewelry_Ring_47", "=q2=Centaur Hoof Circlet", "=ds=#sr# =so1=160 =so2=180 =so3=190 =so4=200" }, + { "s41211", "INV_Jewelry_Ring_12", "=q2=Jade Harmony Circlet", "=ds=#sr# =so1=170 =so2=190 =so3=197 =so4=205" }, + { "s41574", "INV_Jewelry_Ring_32", "=q3=Ogre Bone Band", "=ds=#sr# =so1=170 =so2=200 =so3=210 =so4=220" }, + { "s41221", "INV_Jewelry_Ring_22", "=q2=Ironsun Citrine Ring", "=ds=#sr# =so1=185 =so2=200 =so3=210 =so4=220" }, + { "s41589", "INV_Jewelry_Ring_07", "=q2=Crystal Earring", "=ds=#sr# =so1=185 =so2=205 =so3=215 =so4=225" }, + { "s41263", "INV_Jewelry_Ring_29", "=q2=Ocean's Gaze", "=ds=#sr# =so1=190 =so2=190 =so3=210 =so4=230" }, + { "s41225", "INV_Jewelry_Ring_20", "=q2=Ironbloom Ring", "=ds=#sr# =so1=190 =so2=205 =so3=215 =so4=225" }, + { "s41541", "INV_Jewelry_Ring_28", "=q2=Dazzling Aquamarine Loop", "=ds=#sr# =so1=190 =so2=210 =so3=220 =so4=230" }, + }; + JewelcraftingRings2 = { + { "s41579", "INV_Jewelry_Ring_12", "=q2=Marine's Demise", "=ds=#sr# =so1=190 =so2=210 =so3=220 =so4=230" }, + { "s41744", "INV_Jewelry_Ring_03", "=q2=Bloodfire Circlet", "=ds=#sr# =so1=200 =so2=220 =so3=230 =so4=240" }, + { "s41554", "INV_Jewelry_Ring_Emerald", "=q3=Golden Jade Ring", "=ds=#sr# =so1=210 =so2=235 =so3=245 =so4=255" }, + { "s41085", "INV_Jewelry_Ring_25", "=q2=Emberstone Studded Ring", "=ds=#sr# =so1=225 =so2=240 =so3=247 =so4=255" }, + { "s41784", "INV_Jewelry_Ring_Jade", "=q4=Mana Binding Signet", "=ds=#sr# =so1=230 =so2=260 =so3=275 =so4=290" }, + { "s41093", "INV_Jewelry_Ring_10", "=q2=Radiant Thorium Twilight", "=ds=#sr# =so1=255 =so2=270 =so3=277 =so4=285" }, + { "s41265", "INV_Jewelry_Ring_31", "=q2=Starry Thorium Band", "=ds=#sr# =so1=260 =so2=260 =so3=275 =so4=290" }, + { "s41350", "INV_Jewelry_Ring_19", "=q2=Cinderfall Band", "=ds=#sr# =so1=260 =so2=280 =so3=290 =so4=300" }, + { "s41251", "INV_Jewelry_Ring_29", "=q2=Blue Starfire", "=ds=#sr# =so1=265 =so2=265 =so3=285 =so4=305" }, + { "s41708", "INV_Jewelry_Ring_21", "=q3=Opalstone Circle", "=ds=#sr# =so1=290 =so2=320 =so3=330 =so4=340" }, + { "s41253", "INV_Jewelry_Ring_37", "=q2=Emerald Monarch's Glow", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s41303", "INV_Jewelry_Ring_08", "=q2=Massive Jewel Circlet", "=ds=#sr# =so1=??? =so2=315 =so3=322 =so4=330" }, + { "s41317", "INV_Jewelry_Ring_24", "=q3=Twilight Opal Cascade", "=ds=#sr# =so1=??? =so2=320 =so3=330 =so4=340" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { "s41782", "INV_Jewelry_Ring_Truesight", "=q4=Golden Runed Ring", "=ds=#sr# =so1=285 =so2=310 =so3=320 =so4=330" }, + { "s41780", "INV_Jewelry_Ring_Saphire", "=q3=Stormcloud Signet", "=ds=#sr# =so1=290 =so2=310 =so3=320 =so4=330" }, + { "s41710", "INV_Jewelry_Ring_DragonPaw", "=q3=Deep Sapphire Circlet", "=ds=#sr# =so1=290 =so2=320 =so3=330 =so4=340" }, + { "s41790", "INV_Jewelry_Ring_DragonPaw", "=q4=Ring of Unleashed Potential", "=ds=#sr# =so1=290 =so2=320 =so3=330 =so4=340" }, + { "s41255", "INV_Jewelry_Ring_35", "=q3=Sapphire Luminescence", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s41696", "INV_Jewelry_Ring_42", "=q4=Shimmering Diamond Band", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s41702", "INV_Belt_29", "=q4=Blackwing Signet of Command", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s41788", "INV_Jewelry_Ring_Gold", "=q4=Blazefury Circlet", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s41267", "BTNGoldMysticRing", "=q4=Ruby Ring of Ruin", "=ds=#sr# =so1=300 =so2=330 =so3=350 =so4=370" }, + { "s41269", "BTNRingOfInfiniteGems", "=q4=Encrusted Gemstone Ring", "=ds=#sr# =so1=300 =so2=330 =so3=350 =so4=370" }, + }; + JewelcraftingAmulets1 = { + { "s41023", "INV_Jewelry_Necklace_01", "=q2=Bright Copper Necklace", "=ds=#sr# =so1=65 =so2=85 =so3=92 =so4=100" }, + { "s41033", "INV_Jewelry_Necklace_08", "=q2=Lavish Gemmed Necklace", "=ds=#sr# =so1=80 =so2=100 =so3=110 =so4=120" }, + { "s41321", "INV_Belt_32", "=q2=Gleaming Chain", "=ds=#sr# =so1=80 =so2=100 =so3=110 =so4=120" }, + { "s41035", "INV_Jewelry_Necklace_02", "=q2=Amberstone Pendant", "=ds=#sr# =so1=80 =so2=105 =so3=115 =so4=125" }, + { "s41037", "INV_Jewelry_Necklace_16", "=q2=Deepmist Choker", "=ds=#sr# =so1=85 =so2=105 =so3=115 =so4=125" }, + { "s41323", "INV_Jewelry_Necklace_22", "=q2=Talisman of Stone", "=ds=#sr# =so1=100 =so2=125 =so3=135 =so4=145" }, + { "s41325", "INV_Jewelry_Necklace_15", "=q2=Medallion of Flame", "=ds=#sr# =so1=110 =so2=130 =so3=140 =so4=150" }, + { "s41055", "BTNBlackPendant", "=q2=Pendant of Midnight", "=ds=#sr# =so1=120 =so2=145 =so3=155 =so4=165" }, + { "s41327", "INV_Jewelry_Necklace_07", "=q2=Gleaming Silver Necklace", "=ds=#sr# =so1=135 =so2=155 =so3=165 =so4=175" }, + { "s41275", "INV_Jewelry_Necklace_06", "=q3=Gemmed Citrine Pendant", "=ds=#sr# =so1=160 =so2=160 =so3=180 =so4=200" }, + { "s41331", "INV_Jewelry_Amulet_05", "=q2=Gem Encrusted Choker", "=ds=#sr# =so1=160 =so2=180 =so3=190 =so4=200" }, + { "s41283", "BTNEnchantedNecklace", "=q2=Astral Amulet", "=ds=#sr# =so1=??? =so2=175 =so3=192 =so4=210" }, + { "s41333", "INV_Jewelry_Amulet_03", "=q2=Goldcrest Amulet", "=ds=#sr# =so1=170 =so2=180 =so3=190 =so4=200" }, + { "s41217", "INV_Jewelry_Necklace_06", "=q3=Powerful Citrine Pendant", "=ds=#sr# =so1=175 =so2=195 =so3=202 =so4=210" }, + { "s41556", "INV_Jewelry_Talisman_10", "=q2=Delicate Mithril Amulet", "=ds=#sr# =so1=180 =so2=200 =so3=210 =so4=220" }, + { "s41223", "INV_Belt_19", "=q2=Shimmering Gold Necklace", "=ds=#sr# =so1=190 =so2=205 =so3=215 =so4=225" }, + { "s41546", "INV_Belt_27", "=q2=Alluring Citrine Choker", "=ds=#sr# =so1=200 =so2=220 =so3=230 =so4=240" }, + { "s41235", "INV_Jewelry_Necklace_03", "=q2=Aquamarine Pendant", "=ds=#sr# =so1=215 =so2=215 =so3=225 =so4=235" }, + { "s41277", "INV_Jewelry_Necklace_07", "=q2=Starforge Amulet", "=ds=#sr# =so1=220 =so2=220 =so3=240 =so4=260" }, + { "s41281", "INV_Jewelry_Talisman_05", "=q3=Runebound Amulet", "=ds=#sr# =so1=230 =so2=230 =so3=252 =so4=275" }, + { "s41089", "BTNEmptyAmulet", "=q2=Mithril Blackstone Necklace", "=ds=#sr# =so1=245 =so2=265 =so3=275 =so4=285" }, + { "s41273", "INV_Jewelry_Necklace_16", "=q2=Prism Amulet", "=ds=#sr# =so1=265 =so2=265 =so3=285 =so4=305" }, + { "s41774", "INV_Jewelry_Necklace_07", "=q2=Spellweaver Pendant", "=ds=#sr# =so1=265 =so2=275 =so3=285 =so4=295" }, + { "s41315", "INV_Jewelry_Necklace_11", "=q2=Moonlit Charm", "=ds=#sr# =so1=??? =so2=275 =so3=285 =so4=295" }, + { "s41279", "INV_Jewelry_Necklace_Banshee", "=q2=Voidheart Charm", "=ds=#sr# =so1=280 =so2=280 =so3=300 =so4=320" }, + { "s41105", "INV_Jewelry_Amulet_04", "=q2=Pendant of Arcane Radiance", "=ds=#sr# =so1=280 =so2=300 =so3=305 =so4=310" }, + { "s41287", "INV_Jewelry_Talisman_05", "=q2=Stormcloud Sigil", "=ds=#sr# =so1=290 =so2=310 =so3=325 =so4=340" }, + { "s41722", "INV_Jewelry_Necklace_06", "=q4=Pendant of Instability", "=ds=#sr# =so1=300 =so2=300 =so3=307 =so4=315" }, + { 0, "", "", "" }, + { "s41704", "INV_Jewelry_Amulet_01", "=q4=Talisman of Hinderance", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + }; + JewelcraftingHelm1 = { + { "s41740", "INV_Crown_01", "=q2=Mistwood Tiara", "=ds=#sr# =so1=105 =so2=135 =so3=145 =so4=155" }, + { "s41057", "INV_Crown_01", "=q2=Agatestone Crown", "=ds=#sr# =so1=125 =so2=145 =so3=155 =so4=165" }, + { "s41339", "INV_Crown_02", "=q2=Circlet of Dampening", "=ds=#sr# =so1=135 =so2=155 =so3=165 =so4=175" }, + { "s41742", "INV_Crown_01", "=q3=Venomspire Diadem", "=ds=#sr# =so1=145 =so2=165 =so3=175 =so4=185" }, + { "s41213", "INV_Helmet_19", "=q2=Goldenshade Quartz Crown", "=ds=#sr# =so1=175 =so2=195 =so3=202 =so4=210" }, + { "s41744", "INV_Jewelry_Ring_03", "=q2=Bloodfire Circlet", "=ds=#sr# =so1=200 =so2=220 =so3=230 =so4=240" }, + { "s41786", "INV_Helmet_06", "=q2=Ornate Mithril Crown", "=ds=#sr# =so1=210 =so2=230 =so3=240 =so4=250" }, + { "s41716", "INV_Jewelry_Ring_03", "=q3=Crown of Elegance", "=ds=#sr# =so1=230 =so2=260 =so3=270 =so4=280" }, + { "s41261", "INV_Jewelry_Amulet_05", "=q2=Sunburst Tiara", "=ds=#sr# =so1=250 =so2=250 =so3=270 =so4=290" }, + { "s41103", "INV_Helmet_53", "=q2=Ethereal Frostspark Crown", "=ds=#sr# =so1=280 =so2=285 =so3=297 =so4=310" }, + { "s41706", "INV_Crown_02", "=q4=Mastercrafted Diamond Crown", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s41806", "INV_Crown_01", "=q3=Crown of the Illustrious Queen", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { 0, "", "", "" }, + { "s41698", "INV_Misc_Gem_Ruby_03", "=q4=Crown of Molten Ascension", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + }; + JewelcraftingBracers1 = { + { "s29732", "INV_Bracer_03", "=q1=Copper Bangle", "=ds=#sr# =so1=1 =so2=21 =so3=33 =so4=45" }, + { "s41011", "INV_Bracer_09", "=q2=Encrusted Copper Bangle", "=ds=#sr# =so1=50 =so2=70 =so3=75 =so4=80" }, + { "s41587", "INV_Bracer_12", "=q2=Gloomweed Bindings", "=ds=#sr# =so1=80 =so2=160 =so3=170 =so4=180" }, + { "s41049", "INV_Bracer_01", "=q1=Bronze Cuffed Bangles", "=ds=#sr# =so1=105 =so2=120 =so3=132 =so4=145" }, + { "s41726", "INV_Bracer_19", "=q2=Hydrathorn Bracers", "=ds=#sr# =so1=105 =so2=125 =so3=135 =so4=145" }, + { "s41337", "INV_Bracer_19", "=q2=Dawnbright Cuffs", "=ds=#sr# =so1=115 =so2=135 =so3=142 =so4=150" }, + { "s41063", "INV_Bracer_14", "=q2=Enchanted Bracelets", "=ds=#sr# =so1=125 =so2=145 =so3=155 =so4=165" }, + { "s41728", "INV_Bracer_09", "=q3=Blackrock Ironclamps", "=ds=#sr# =so1=140 =so2=160 =so3=170 =so4=180" }, + { "s41205", "INV_Bracer_10", "=q2=Goldfire Crystal Bracelet", "=ds=#sr# =so1=155 =so2=155 =so3=160 =so4=165" }, + { "s41730", "INV_Bracer_09", "=q2=Monastery Emberbrace", "=ds=#sr# =so1=170 =so2=185 =so3=195 =so4=205" }, + { "s41548", "INV_Bracer_19", "=q2=Elaborate Golden Bracelets", "=ds=#sr# =so1=200 =so2=220 =so3=230 =so4=240" }, + { "s41718", "INV_Bracer_14", "=q3=Ornate Mithril Bracelets", "=ds=#sr# =so1=200 =so2=225 =so3=237 =so4=250" }, + { "s41714", "INV_Bracer_19", "=q3=Opal Guided Bangles", "=ds=#sr# =so1=250 =so2=280 =so3=290 =so4=300" }, + { "s41348", "INV_Bracer_10", "=q2=Crystalfire Armlets", "=ds=#sr# =so1=255 =so2=275 =so3=285 =so4=295" }, + { "s41311", "INV_Bracer_03", "=q2=Stellar Gemguards", "=ds=#sr# =so1=??? =so2=270 =so3=280 =so4=290" }, + { "s41101", "INV_Bracer_13", "=q2=Crystalweft Bracers", "=ds=#sr# =so1=280 =so2=285 =so3=297 =so4=310" }, + { "s41700", "INV_Bracer_13", "=q4=Embergem Cuffs", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s41804", "INV_Bracer_13", "=q3=Bindings of Luminance", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s41808", "INV_Bracer_03", "=q4=Mastercrafted Diamond Bangles", "=ds=#sr# =so1=300 =so2=325 =so3=332 =so4=340" }, + { "s41778", "INV_Bracer_01", "=q2=Stormcloud Shackles", "=ds=#sr# =so1=??? =so2=310 =so3=320 =so4=330" }, + }; + JewelcraftingOffHands1 = { + { "s41732", "INV_Misc_Orb_04", "=q2=Shadowmoon Orb", "=ds=#sr# =so1=85 =so2=105 =so3=115 =so4=125" }, + { "s41043", "INV_Misc_Orb_01", "=q2=Amber Orb", "=ds=#sr# =so1=95 =so2=110 =so3=120 =so4=130" }, + { "s41053", "INV_Mace_08", "=q2=Bronze Scepter", "=ds=#sr# =so1=110 =so2=130 =so3=140 =so4=150" }, + { "s41734", "INV_Misc_Gem_Pearl_02", "=q3=Fangclaw Relic", "=ds=#sr# =so1=120 =so2=140 =so3=150 =so4=160" }, + { "s41736", "INV_Wand_05", "=q2=Netherbane Rod", "=ds=#sr# =so1=160 =so2=180 =so3=190 =so4=200" }, + { "s41738", "INV_Misc_Orb_01", "=q2=Marine Root", "=ds=#sr# =so1=200 =so2=215 =so3=225 =so4=235" }, + { "s41227", "INV_Staff_07", "=q2=Ornate Mithril Scepter", "=ds=#sr# =so1=200 =so2=220 =so3=230 =so4=240" }, + { "s41550", "INV_Wand_05", "=q2=Heart of the Sea", "=ds=#sr# =so1=200 =so2=220 =so3=230 =so4=240" }, + { "s41558", "INV_Misc_Gem_Sapphire_02", "=q2=Draenethyst Baton", "=ds=#sr# =so1=200 =so2=225 =so3=235 =so4=245" }, + { "s41307", "INV_Wand_11", "=q3=Gemkeeper's Folio", "=ds=#sr# =so1=??? =so2=235 =so3=245 =so4=255" }, + { "s41243", "INV_Misc_Orb_05", "=q2=Emberstone Idol", "=ds=#sr# =so1=220 =so2=240 =so3=250 =so4=260" }, + { "s41305", "INV_Wand_09", "=q2=Golden Scepter of Authority", "=ds=#sr# =so1=??? =so2=260 =so3=270 =so4=280" }, + { "s41095", "INV_Ore_Arcanite_02", "=q2=Glyph Codex", "=ds=#sr# =so1=260 =so2=280 =so3=287 =so4=295" }, + { "s41356", "INV_Misc_Book_09", "=q3=Gemstone Compendium", "=ds=#sr# =so1=275 =so2=275 =so3=297 =so4=320" }, + { 0, "", "", "" }, + { "s41792", "INV_Staff_11", "=q4=Empowered Domination Rod", "=ds=#sr# =so1=300 =so2=330 =so3=340 =so4=350" }, + }; + JewelcraftingStaves1 = { + { "s41009", "INV_Staff_07", "=q1=Copper Staff", "=ds=#sr# =so1=45 =so2=60 =so3=67 =so4=75" }, + { "s41017", "INV_Staff_10", "=q2=Small Pearlstone Staff", "=ds=#sr# =so1=55 =so2=75 =so3=82 =so4=90" }, + { "s41045", "INV_Staff_08", "=q2=Encrusted Bronze Staff", "=ds=#sr# =so1=100 =so2=120 =so3=130 =so4=140" }, + { "s41581", "INV_Staff_13", "=q2=Serpent's Coil Staff", "=ds=#sr# =so1=100 =so2=120 =so3=130 =so4=140" }, + { "s41059", "INV_Staff_15", "=q2=Moonlight Staff", "=ds=#sr# =so1=125 =so2=150 =so3=160 =so4=170" }, + { "s41583", "INV_Staff_18", "=q3=Farraki Ceremony Totem", "=ds=#sr# =so1=140 =so2=160 =so3=170 =so4=180" }, + { "s41209", "INV_Wand_04", "=q2=Staff of Blossomed Jade", "=ds=#sr# =so1=165 =so2=185 =so3=195 =so4=205" }, + { "s41585", "INV_Staff_12", "=q2=Sphinx's Wisdom Staff", "=ds=#sr# =so1=170 =so2=190 =so3=200 =so4=210" }, + { "s41552", "INV_Staff_11", "=q2=Staff of Gallitrea", "=ds=#sr# =so1=200 =so2=225 =so3=235 =so4=245" }, + { "s41352", "INV_Staff_13", "=q3=Opaline Illuminator", "=ds=#sr# =so1=210 =so2=235 =so3=245 =so4=255" }, + { "s41241", "INV_Staff_32", "=q2=Royal Gemstone Staff", "=ds=#sr# =so1=215 =so2=235 =so3=245 =so4=255" }, + { "s41720", "INV_Staff_32", "=q3=Regal Twilight Staff", "=ds=#sr# =so1=240 =so2=260 =so3=275 =so4=290" }, + { "s41097", "INV_Staff_13", "=q2=Spellweaver Rod", "=ds=#sr# =so1=265 =so2=285 =so3=292 =so4=300" }, + { "s41313", "INV_Wand_07", "=q2=Garnet Guardian Staff", "=ds=#sr# =so1=??? =so2=290 =so3=300 =so4=310" }, + { "s41257", "INV_Staff_28", "=q2=Arcanum Baton", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s41802", "INV_Staff_20", "=q3=Spire of Channeled Power", "=ds=#sr# =so1=300 =so2=325 =so3=335 =so4=345" }, + { 0, "", "", "" }, + { "s41800", "inv_staff_14", "=q4=Rudeus' Focusing Cane", "=ds=#sr# =so1=300 =so2=330 =so3=340 =so4=350" }, + }; + JewelcraftingTrinkets1 = { + { "s41746", "INV_Misc_ShadowEgg", "=q2=Shadowforged Eye", "=ds=#sr# =so1=85 =so2=105 =so3=115 =so4=125" }, + { "s41069", "INV_Jewelry_Talisman_06", "=q2=Silver Medallion", "=ds=#sr# =so1=135 =so2=150 =so3=160 =so4=170" }, + { "s41748", "INV_QirajIdol_Life", "=q3=Totem of Self Preservation", "=ds=#sr# =so1=135 =so2=155 =so3=165 =so4=175" }, + { "s41752", "INV_Misc_Gem_Pearl_01", "=q2=Obsidian Brooch", "=ds=#sr# =so1=175 =so2=190 =so3=197 =so4=205" }, + { "s41215", "BTNHL_Holy_Grail", "=q2=The Golden Goblet", "=ds=#sr# =so1=175 =so2=195 =so3=202 =so4=210" }, + { "s41285", "INV_Ingot_08", "=q2=Shimmering Moonstone Tablet", "=ds=#sr# =so1=195 =so2=195 =so3=217 =so4=240" }, + { "s41754", "INV_Misc_Gem_Pearl_04", "=q2=Smoldering Brooch", "=ds=#sr# =so1=200 =so2=220 =so3=230 =so4=240" }, + { "s41756", "INV_Misc_Gem_Sapphire_03", "=q2=Vitriol Brooch", "=ds=#sr# =so1=205 =so2=220 =so3=227 =so4=235" }, + { "s41243", "INV_Misc_Orb_05", "=q2=Emberstone Idol", "=ds=#sr# =so1=220 =so2=240 =so3=250 =so4=260" }, + { "s41724", "Spell_Shadow_GrimWard", "=q3=Ornament of Restraint", "=ds=#sr# =so1=245 =so2=245 =so3=265 =so4=285" }, + { "s41099", "INV_Misc_Orb_01", "=q2=Quicksilver Whirl", "=ds=#sr# =so1=265 =so2=285 =so3=292 =so4=300" }, + { "s41287", "INV_Jewelry_Talisman_05", "=q2=Stormcloud Sigil", "=ds=#sr# =so1=290 =so2=310 =so3=325 =so4=340" }, + { "s41798", "INV_Misc_Gem_03", "=q3=Guardbreaker Charm", "=ds=#sr# =so1=300 =so2=320 =so3=325 =so4=330" }, + { 0, "", "", "" }, + { "s41796", "INV_Jewelry_Trinket_VampiricGrail", "=q4=Grail of Forgotten Memories", "=ds=#sr# =so1=300 =so2=330 =so3=340 =so4=350" }, + }; + JewelcraftingMisc1 = { + { "s29730", "BTNCopperring01", "=q1=Rough Copper Ring", "=ds=#sr# =so1=1 =so2=21 =so3=30 =so4=40" }, + { "s41039", "INV_Jewelry_Ring_26", "=q1=Rough Bronze Ring", "=ds=#sr# =so1=90 =so2=100 =so3=107 =so4=115" }, + { "s41067", "INV_Jewelry_Ring_01", "=q1=Rough Silver Ring", "=ds=#sr# =so1=125 =so2=135 =so3=145 =so4=155" }, + { "s41081", "INV_Jewelry_Ring_27", "=q1=Rough Iron Ring", "=ds=#sr# =so1=150 =so2=165 =so3=170 =so4=175" }, + { "s41083", "INV_Jewelry_Ring_03", "=q1=Rough Gold Ring", "=ds=#sr# =so1=150 =so2=165 =so3=170 =so4=175" }, + { "s41219", "INV_Jewelry_Ring_12", "=q1=Rough Mithril Ring", "=ds=#sr# =so1=175 =so2=175 =so3=177 =so4=180" }, + { "s41233", "INV_Jewelry_Ring_07", "=q1=Rough Truesilver Ring", "=ds=#sr# =so1=200 =so2=200 =so3=205 =so4=210" }, + { "s41087", "BTNring02", "=q1=Rough Thorium Ring", "=ds=#sr# =so1=235 =so2=245 =so3=250 =so4=255" }, + { "s41271", "INV_Jewelry_Ring_Gold", "=q1=Pure Gold Ring", "=ds=#sr# =so1=??? =so2=325 =so3=335 =so4=345" }, + { 0, "", "", "" }, + { "s29728", "INV_Misc_Bandage_08", "=q1=Rough Gritted Paper", "=ds=#sr# =so1=1 =so2=21 =so3=25 =so4=30" }, + { "s41029", "INV_Misc_Bandage_10", "=q1=Coarse Gritted Paper", "=ds=#sr# =so1=70 =so2=90 =so3=95 =so4=100" }, + { "s41201", "INV_Misc_Bandage_18", "=q1=Heavy Gritted Paper", "=ds=#sr# =so1=150 =so2=150 =so3=155 =so4=160" }, + { "s41229", "INV_Misc_Bandage_17", "=q1=Solid Gritted Paper", "=ds=#sr# =so1=200 =so2=200 =so3=205 =so4=210" }, + { "s41091", "INV_Misc_LeatherScrap_08", "=q1=Dense Gritted Paper", "=ds=#sr# =so1=250 =so2=260 =so3=265 =so4=270" }, + { "s41031", "INV_Ore_Tin_01", "=q1=Rough Gemstone Cluster", "=ds=#sr# =so1=35 =so2=45 =so3=50 =so4=55" }, + { "s41065", "INV_Stone_08", "=q1=Coarse Gemstone Cluster", "=ds=#sr# =so1=125 =so2=140 =so3=142 =so4=145" }, + { "s41203", "INV_Stone_13", "=q1=Heavy Gemstone Cluster", "=ds=#sr# =so1=150 =so2=150 =so3=152 =so4=155" }, + { "s41237", "INV_Stone_07", "=q1=Solid Gemstone Cluster", "=ds=#sr# =so1=200 =so2=200 =so3=205 =so4=210" }, + { "s41770", "INV_Stone_14", "=q1=Dense Gemstone Cluster", "=ds=#sr# =so1=235 =so2=240 =so3=240 =so4=240" }, }; } diff --git a/Instances/instances.en.lua b/Instances/instances.en.lua index e4d17f7..7e03294 100644 --- a/Instances/instances.en.lua +++ b/Instances/instances.en.lua @@ -1235,6 +1235,7 @@ AtlasLoot_Data["AtlasLootItems"] = { { 19358, "INV_Mace_05", "=q4=Draconic Maul", "=ds=#h2#, #w6#", "4%" }, { 0,"","","" }, { 18562, "INV_Stone_SharpeningStone_01", "=q4=Elementium Ore", "=ds=#e12#", "8%" }, + { 19183, "INV_Misc_Dust_02", "=q1=Hourglass Sand", "=ds=#m25#", "47%" }, }; MCLucifron = { --https://database.turtle-wow.org/?npc=12118 { 16800, "INV_Boots_07", "=q4=Arcanist Boots", "=ds=#s12#, #a1# =q10=#c3#", "20%" }, @@ -2665,7 +2666,7 @@ AtlasLoot_Data["AtlasLootItems"] = { }; SWStBazil = { { 80729, "INV_Shirt_14", "=q2=Standard Issue Tunic", "=ds=#s5#, #a1#", "35%" }, - { 80730, "INV_Boots_08", "=q2=Convict Moccasins", "=ds=#s12#, #a2#", "3%" }, + { 80730, "INV_Boots_08", "=q2=Convict Moccasins", "=ds=#s12#, #a2#", "35%" }, { 80731, "INV_Sword_36", "=q3=Runed Hookblade", "=ds=#h3#, #w10#", "30%" }, { 0, "", "", "" }, { 51217, "INV_misc_ribbon_01", "=q2=Fashion Coin", "=ds=#e27#", "1%" }, @@ -2741,29 +2742,29 @@ AtlasLoot_Data["AtlasLootItems"] = { { 6465, "INV_Chest_Cloth_36", "=q2=Robe of the Moccasin", "=ds=#s5#, #a1#", "33%" }, }; WCLadyAnacondra = { - { 10412, "INV_Belt_30", "=q2=Belt of the Fang", "=ds=#s10#, #a2#", "33%" }, - { 5404, "INV_Shoulder_08", "=q1=Serpent's Shoulders", "=ds=#s3#, #a2#", "33%" }, - { 6446, "INV_Misc_Bag_12", "=q1=Snakeskin Bag", "=ds=#m13# #e10#", "33%" }, + { 10412, "INV_Belt_30", "=q2=Belt of the Fang", "=ds=#s10#, #a2#", "25%" }, + { 5404, "INV_Shoulder_08", "=q1=Serpent's Shoulders", "=ds=#s3#, #a2#", "25%" }, + { 6446, "INV_Misc_Bag_12", "=q1=Snakeskin Bag", "=ds=#m13# #e10#", "25%" }, { 0, "", "", "" }, - { 80709, "INV_STAFF_28", "=q3=Guardian Staff", "=ds=#h2#, #w9#", "60%" }, + { 80709, "INV_STAFF_28", "=q3=Guardian Staff", "=ds=#h2#, #w9#", "25%" }, }; WCKresh = { - { 13245, "INV_Shield_18", "=q3=Kresh's Back", "=ds=#w8#", "50%" }, - { 6447, "INV_Shield_21", "=q1=Worn Turtle Shell Shield", "=ds=#w8#", "50%" }, + { 13245, "INV_Shield_18", "=q3=Kresh's Back", "=ds=#w8#", "33%" }, + { 6447, "INV_Shield_21", "=q1=Worn Turtle Shell Shield", "=ds=#w8#", "33%" }, { 0, "", "", "" }, - { 80710, "INV_SHOULDER_18", "=q2=Turtle Scale Shoulderguards", "=ds=#s3#, #a3#", "50%" }, + { 80710, "INV_SHOULDER_18", "=q2=Turtle Scale Shoulderguards", "=ds=#s3#, #a3#", "33%" }, }; WCLordPythas = { - { 6472, "INV_Wand_10", "=q3=Stinging Viper", "=ds=#h1#, #w6#", "50%" }, - { 6473, "INV_Shirt_16", "=q2=Armor of the Fang", "=ds=#s5#, #a2#", "50%" }, + { 6472, "INV_Wand_10", "=q3=Stinging Viper", "=ds=#h1#, #w6#", "33%" }, + { 6473, "INV_Shirt_16", "=q2=Armor of the Fang", "=ds=#s5#, #a2#", "33%" }, { 0, "", "", "" }, - { 80711, "INV_BRACER_12", "=q3=Bracers of Wild Growth", "=ds=#s8#, #a2#", "60%" }, + { 80711, "INV_BRACER_12", "=q3=Bracers of Wild Growth", "=ds=#s8#, #a2#", "33%" }, }; WCSkum = { - { 6449, "INV_Chest_Cloth_15", "=q3=Glowing Lizardscale Cloak", "=ds=#s4#", "50%" }, - { 6448, "INV_Weapon_ShortBlade_10", "=q2=Tail Spike", "=ds=#h1#, #w4#", "50%" }, + { 6449, "INV_Chest_Cloth_15", "=q3=Glowing Lizardscale Cloak", "=ds=#s4#", "33%" }, + { 6448, "INV_Weapon_ShortBlade_10", "=q2=Tail Spike", "=ds=#h1#, #w4#", "33%" }, { 0, "", "", "" }, - { 80712, "INV_PANTS_08", "=q3=Charged Leggings", "=ds=#s11#, #a1#", "60%" }, + { 80712, "INV_PANTS_08", "=q3=Charged Leggings", "=ds=#s11#, #a1#", "33%" }, }; WCLordSerpentis = { { 6469, "INV_Weapon_Bow_10", "=q3=Venomstrike", "=ds=#w2#", "25%" }, @@ -2777,16 +2778,15 @@ AtlasLoot_Data["AtlasLootItems"] = { { 6629, "INV_Misc_Cape_17", "=q2=Sporid Cape", "=ds=#s4#", "33%" }, }; WCMutanus = { - { 6461, "INV_Shoulder_05", "=q3=Slime-encrusted Pads", "=ds=#s3#, #a1#", "33%" }, - { 6627, "INV_Chest_Plate08", "=q3=Mutant Scale Breastplate", "=ds=#s5#, #a3#", "33%" }, - { 6463, "INV_Jewelry_Ring_15", "=q3=Deep Fathom Ring", "=ds=#s13#", "33%" }, + { 6461, "INV_Shoulder_05", "=q3=Slime-encrusted Pads", "=ds=#s3#, #a1#", "25%" }, + { 6627, "INV_Chest_Plate08", "=q3=Mutant Scale Breastplate", "=ds=#s5#, #a3#", "25%" }, + { 6463, "INV_Jewelry_Ring_15", "=q3=Deep Fathom Ring", "=ds=#s13#", "25%" }, + { 81006, "INV_HELMET_27", "=q3=Cowl of the Fang", "=ds=#s1#, #a1#", "25%" }, { 0, "", "", "" }, { 10441, "INV_Stone_03", "=q1=Glowing Shard", "=ds=#m2#" }, { 10657, "INV_Shoulder_09", "=q2=Talbar Mantle", "=q1=#m4# =ds=#s3#, #a1#" }, { 10658, "INV_Boots_07", "=q2=Quagmire Galoshes", "=q1=#m4# =ds=#s12#, #a3#" }, { 0, "", "", "" }, - { 81006, "INV_HELMET_27", "=q3=Cowl of the Fang", "=ds=#s1#, #a1#", "8%" }, - { 0, "", "", "" }, { 51217, "INV_misc_ribbon_01", "=q2=Fashion Coin", "=ds=#e27#", "1%" }, }; WCDeviateFaerieDragon = { @@ -2899,10 +2899,6 @@ AtlasLoot_Data["AtlasLootItems"] = { { 0, "", "", "" }, { 61368, "INV_Shirt_GuildTabard_01", "=q2=Greymane Tabard", "=ds=#s7#", "3%" }, }; - --GCCeliaHarlow = { - --}; - --GCMortimerHarlow = { - --}; GCHorsemasterLevvin = { { 61734, "INV_Belt_09", "=q2=Horsemaster Belt", "=ds=#s10#, #a2#", "25%" }, { 61736, "INV_Misc_Pelt_Bear_Ruin_03", "=q2=Horse Rustler Drape", "=ds=#s4#", "25%" }, @@ -2928,7 +2924,7 @@ AtlasLoot_Data["AtlasLootItems"] = { { 61328, "INV_Sword_17", "=q3=Wolfblood", "=ds=#h2#, #w10#", "15%" }, { 61329, "inv_misc_bag_10_red", "=q3=Sack of Gruesome Eminence", "=ds=#s15#", "15%" }, { 0, "", "", "" }, - { 61406, "INV_Jewelry_Necklace_22", "=q4=Mark of the Worgen", "=ds=#s13#", "0.5%, 1%" }, + { 61406, "INV_Jewelry_Necklace_22", "=q4=Mark of the Worgen", "=ds=#s13#", "0.5%" }, { 0, "", "", "" }, { 61738, "INV_Misc_Note_01", "=q2=Formula: Enchant Bracer - Vampirism", "=ds=#p4# #m14#", "6%" }, { 69000, "INV_Weapon_ShortBlade_16", "=q2=Gilnean Raven", "=ds=#e15#", "1.5%" }, @@ -2970,11 +2966,11 @@ AtlasLoot_Data["AtlasLootItems"] = { }; KCCorpsemuncher = { { 70057, "inv_helmet_19", "=q3=Crown of Eternal Sacrifice", "=ds=#s1#, #a4#", "15%" }, - { 83459, "INV_bracer_03", "=q3=Consumer Shackles", "=ds=#s8#, #a4#", "18%" }, - { 83460, "INV_jewelry_ring_26", "=q3=Deepearth Signet", "=ds=#s13#", "18%" }, - { 83461, "INV_spear_06", "=q3=Cryptkeeper's Pike", "=ds=#h2#, #w7#", "18%" }, - { 83462, "INV_chest_plate08", "=q3=Cadaverlink Vest", "=ds=#s5#, #a3#", "18%" }, - { 83463, "INV_gauntlets_23", "=q3=Rotworm Grips", "=ds=#s9#, #a2#", "18%" }, + { 83459, "INV_bracer_03", "=q3=Consumer Shackles", "=ds=#s8#, #a4#", "15%" }, + { 83460, "INV_jewelry_ring_26", "=q3=Deepearth Signet", "=ds=#s13#", "15%" }, + { 83461, "INV_spear_06", "=q3=Cryptkeeper's Pike", "=ds=#h2#, #w7#", "15%" }, + { 83462, "INV_chest_plate08", "=q3=Cadaverlink Vest", "=ds=#s5#, #a3#", "15%" }, + { 83463, "INV_gauntlets_23", "=q3=Rotworm Grips", "=ds=#s9#, #a2#", "15%" }, { 83458, "INV_misc_organ_01", "=q3=Wormheart", "=ds=#s2#", "10%" }, { 0, "", "", "", "" }, { 51217, "INV_misc_ribbon_01", "=q2=Fashion Coin", "=ds=#e27#", "5%" }, @@ -3002,12 +2998,12 @@ AtlasLoot_Data["AtlasLootItems"] = { { 51217, "INV_misc_ribbon_01", "=q2=Fashion Coin", "=ds=#e27#", "5%" }, }; KCCommanderAndreon = { - { 50188, "INV_Belt_03", "=q3=Deathforge Belt", "=ds=#s10#, #a4#", "16% ?" }, - { 50189, "INV_Belt_27", "=q3=Ring of Authority", "=ds=#s13#", "16% ?" }, - { 50190, "INV_Boots_05", "=q3=Boots of the Holy Mentor", "=ds=#s12#, #a1#", "16% ?" }, - { 50191, "INV_Gauntlets_09", "=q3=Frostchain Gauntlets", "=ds=#s9#, #a3#", "16% ?" }, - { 50192, "INV_Jewelry_Ring_35", "=q3=Band of Arcane Dampening", "=ds=#s13#", "16% ?" }, - { 50193, "INV_Shoulder_24", "=q3=Gravewalker Pauldrons", "=ds=#s3#, #a2#", "16% ?" }, + { 50188, "INV_Belt_03", "=q3=Deathforge Belt", "=ds=#s10#, #a4#", "17%" }, + { 50189, "INV_Belt_27", "=q3=Ring of Authority", "=ds=#s13#", "17%" }, + { 50190, "INV_Boots_05", "=q3=Boots of the Holy Mentor", "=ds=#s12#, #a1#", "17%" }, + { 50191, "INV_Gauntlets_09", "=q3=Frostchain Gauntlets", "=ds=#s9#, #a3#", "17%" }, + { 50192, "INV_Jewelry_Ring_35", "=q3=Band of Arcane Dampening", "=ds=#s13#", "17%" }, + { 50193, "INV_Shoulder_24", "=q3=Gravewalker Pauldrons", "=ds=#s3#, #a2#", "17%" }, { 0, "", "", "", "" }, { 51217, "INV_misc_ribbon_01", "=q2=Fashion Coin", "=ds=#e27#", "5%" }, }; @@ -3026,7 +3022,7 @@ AtlasLoot_Data["AtlasLootItems"] = { { 0, "", "", "" }, { 83571, "inv_misc_book_05", "=q3=Codex: Shadow Mend", "=ds=#c5#", "15%" }, { 0, "", "", "", "" }, - { 51217, "INV_misc_ribbon_01", "=q2=Fashion Coin", "=ds=#e27#, Quantity of 2", "100%" }, + { 51217, "INV_misc_ribbon_01", "=q2=Fashion Coin", "=ds=#e27#, x2", "100%" }, }; KCTreasure = { { 5823, "INV_Mushroom_06", "=q1=Poisonous Mushroom", "=ds=#m25#", "100%" }, @@ -3167,7 +3163,7 @@ AtlasLoot_Data["AtlasLootItems"] = { { 61043, "Spell_Shadow_SoulGem", "=q4=Eye of the Abyss", "=ds=#s2#", "1.1%" }, { 51044, "INV_misc_head_dragon_black", "=q1=Antnormi's Head", "=ds=#m3#", "100%" }, { 0, "", "", "", "" }, - { 51217, "INV_misc_ribbon_01", "=q2=Fashion Coin", "=ds=#e27#, Quantity of 2", "100%" }, + { 51217, "INV_misc_ribbon_01", "=q2=Fashion Coin", "=ds=#e27#, x2", "100%" }, }; --[[COTBMInfiniteChromie = { { 50203, "INV_enchant_dustsoul", "=q2=Corrupted Sand", "=ds=#m3#, 17-23", "100%" }, @@ -3635,7 +3631,7 @@ AtlasLoot_Data["AtlasLootItems"] = { { 80755, "inv_gauntlets_09", "=q3=Befouled Handwraps", "=ds=#s9#, #a1#", "0.01%" }, { 80749, "inv_belt_03", "=q3=Pysan's Lost Girdle", "=ds=#s10#, #a4#", "0.01%" }, { 80754, "inv_boots_plate_06", "=q3=Earthsong Treaders", "=ds=#s12#, #a3#", "0.01%" }, - { 80757, "inv_misc_herb_08", "=q3=Thornpod", "=ds=#s14#", "0.01%" }, + { 62008, "inv_misc_herb_08", "=q3=Thornpod", "=ds=#s14#", "0.01%" }, { 80750, "inv_gauntlets_11", "=q3=Thornfist", "=ds=#h3#, #w13#", "0.01%" }, { 80751, "inv_hammer_23", "=q3=Thornclad Warhammer", "=ds=#h2#, #w6#", "0.01%" }, { 80748, "inv_wand_09", "=q3=Corrupter's Focus", "=ds=#w12#", "0.01%" }, @@ -3683,6 +3679,7 @@ AtlasLoot_Data["AtlasLootItems"] = { ZFGahzrilla = { { 9469, "INV_Chest_Chain_06", "=q3=Gahz'rilla Scale Armor", "=ds=#s5#, #a3#", "50%" }, { 9467, "INV_Misc_MonsterFang_01", "=q2=Gahz'rilla Fang", "=ds=#h1#, #w4#", "50%" }, + { 0, "", "", "" }, { 80747, "INV_Gauntlets_30", "=q3=Electrified Gloves", "=ds=#s9#, #a2#", "50%" }, { 0, "", "", "" }, { 51217, "INV_misc_ribbon_01", "=q2=Fashion Coin", "=ds=#e27#", "1%" }, @@ -5174,7 +5171,7 @@ AtlasLoot_Data["AtlasLootItems"] = { { 0, "", "", "", "" }, { 13090, "INV_Chest_Chain_16", "=q3=Breastplate of the Chosen", "=ds=#s5#, #a3#", "10%" }, { 0, "", "", "", "" }, - { 51217, "INV_misc_ribbon_01", "=q2=Fashion Coin", "=ds=#e27#, Quantity of 3", "100%" }, + { 51217, "INV_misc_ribbon_01", "=q2=Fashion Coin", "=ds=#e27#, x3", "100%" }, }; UBRSTrash = { { 24102, "INV_Misc_Book_14", "=q3=Manual of Eviscerate IX", "=ds=#e20# =q12=#c6# =q7=#x60#", "10%" }, @@ -5312,7 +5309,7 @@ AtlasLoot_Data["AtlasLootItems"] = { { 0, "", "", "", "" }, { 12811, "INV_Misc_Gem_Pearl_03", "=q2=Righteous Orb", "=ds=#e12#", "18%" }, { 0, "", "", "", "" }, - { 22897, "INV_Misc_Book_07", "=q1=Tome of Conjure Food VII", "=ds=#e20# =q10=#c3#", "14%" }, + { 22897, "INV_Misc_Book_07", "=q3=Tome of Conjure Food VII", "=ds=#e20# =q10=#c3#", "14%" }, { 0, "", "", "", "" }, { 51217, "INV_misc_ribbon_01", "=q2=Fashion Coin", "=ds=#e27#", "5%" }, }; @@ -5655,7 +5652,7 @@ AtlasLoot_Data["AtlasLootItems"] = { { 0, "", "", "", "" }, { 80760, "INV_Jewelry_Ring_14", "=q3=Spireblade Band","=ds=#s13#", "35%" }, { 0, "", "", "", "" }, - { 51217, "INV_misc_ribbon_01", "=q2=Fashion Coin", "=ds=#e27#, Quantity of 2", "100%" }, + { 51217, "INV_misc_ribbon_01", "=q2=Fashion Coin", "=ds=#e27#, x2", "100%" }, }; LBRSGrimaxe = { { 12637, "INV_Gauntlets_26", "=q3=Backusarian Gauntlets", "=ds=#s9#, #a4#", "33%" }, diff --git a/Locale/locale.en.lua b/Locale/locale.en.lua index 59352c9..87cc335 100644 --- a/Locale/locale.en.lua +++ b/Locale/locale.en.lua @@ -847,7 +847,7 @@ AL:RegisterTranslations("enUS", function() return { ["Engineer Figgles"] = true, ["Corrosis"] = true, ["Hatereaver Annihilator"] = true, - ["Hargesh Doomcaller"] = true, + ["Har'gesh Doomcaller"] = true, ["[32-38] The Crescent Grove"] = "|cffffffff[32-38]|cffffd200 The Crescent Grove", ["The Crescent Grove"] = true, ["Grovetender Engryss"] = true, @@ -1596,5 +1596,15 @@ AL:RegisterTranslations("enUS", function() return { ["Dustwallow Marsh"] = true, ["Mooncloth Regalia"] = true, ["Show Source on Tooltips"] = true, + ["Jewelcrafting"] = true, + ["Gemology"] = true, + ["Gemstones"] = true, + ["Goldsmithing"] = true, + ["Off-hand"] = true, + ["Amulets"] = true, + ["Rings"] = true, + ["Karazhan"] = true, + ["Tier 3.5"] = true, + ["Karazhan Sets"] = true, } end) diff --git a/Sets/sets.lua b/Sets/sets.lua index 4d481a2..0d3d6fd 100644 --- a/Sets/sets.lua +++ b/Sets/sets.lua @@ -202,10 +202,145 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 13218, "INV_Weapon_ShortBlade_16", "=q3=Fang of the Crystal Spider", "=ds=#h1#, #w4#", "15.46%" }, { 13183, "INV_Wand_10", "=q3=Venomspitter", "=ds=#h1#, #w6#", "13.07%" }, }; + T35Priest = { + { 47228, "inv_helmet_24", "=q4=Crown of Pestilence", "=ds=#s1#, #a1#" }, + { 47229, "inv_shoulder_01", "=q4=Shoulderpads of Pestilence", "=ds=#s3#, #a1#" }, + { 47230, "INV_Chest_Leather_04", "=q4=Robes of Pestilence", "=ds=#s5#, #a1#" }, + { 47231, "INV_Pants_02", "=q4=Leggings of Pestilence", "=ds=#s11#, #a1#" }, + { 47232, "INV_Boots_Plate_03", "=q4=Boots of Pestilence", "=ds=#s12#, #a1#" }, + { 47233, "INV_GreenGem", "=q4=Amulet of Pestilence", "=ds=#s2#" }, + { 0, "", "", "" }, + { 47234, "inv_helmet_24", "=q4=Coronet of Pestilence", "=ds=#s1#, #a1#" }, + { 47235, "inv_shoulder_01", "=q4=Shoulderpads of Pestilence", "=ds=#s3#, #a1#" }, + { 47236, "INV_Chest_Leather_04", "=q4=Raiments of Pestilence", "=ds=#s5#, #a1#" }, + { 47237, "INV_Pants_02", "=q4=Pants of Pestilence", "=ds=#s11#, #a1#" }, + { 47238, "INV_Boots_Plate_03", "=q4=Sandals of Pestilence", "=ds=#s12#, #a1#" }, + { 47239, "INV_BlueGem", "=q4=Pendant of Pestilence", "=ds=#s2#" }, + }; + T35Mage = { + { 47108, "inv_helmet_51", "=q4=Crown of the Guardian", "=ds=#s1#, #a1#" }, + { 47109, "inv_shoulder_25", "=q4=Mantle of the Guardian", "=ds=#s3#, #a1#" }, + { 47110, "INV_Chest_Cloth_23", "=q4=Robes of the Guardian", "=ds=#s5#, #a1#" }, + { 47111, "INV_Pants_02", "=q4=Leggings of the Guardian", "=ds=#s11#, #a1#" }, + { 47112, "INV_Boots_Plate_03", "=q4=Boots of the Guardian", "=ds=#s12#, #a1#" }, + { 47113, "INV_BlueGem", "=q4=Pendant of the Guardian", "=ds=#s2#" }, + { 0, "", "", "" }, + { 47114, "inv_helmet_51", "=q4=Circlet of the Guardian", "=ds=#s1#, #a1#" }, + { 47115, "inv_shoulder_25", "=q4=Epaulets of the Guardian", "=ds=#s3#, #a1#" }, + { 47116, "INV_Chest_Cloth_23", "=q4=Vestments of the Guardian", "=ds=#s5#, #a1#" }, + { 47117, "INV_Pants_02", "=q4=Trousers of the Guardian", "=ds=#s11#, #a1#" }, + { 47118, "INV_Boots_Plate_03", "=q4=Slippers of the Guardian", "=ds=#s12#, #a1#" }, + { 47119, "INV_BlueGem", "=q4=Amulet of the Guardian", "=ds=#s2#" }, + }; + T35Warlock = { + { 47306, "inv_helmet_24", "=q4=Nathrezim Crown", "=ds=#s1#, #a1#" }, + { 47307, "inv_shoulder_01", "=q4=Nathrezim Mantle", "=ds=#s3#, #a1#" }, + { 47308, "INV_Chest_Leather_04", "=q4=Nathrezim Raiments", "=ds=#s5#, #a1#" }, + { 47309, "INV_Pants_02", "=q4=Nathrezim Leggings", "=ds=#s11#, #a1#" }, + { 47310, "INV_Boots_Plate_03", "=q4=Nathrezim Boots", "=ds=#s12#, #a1#" }, + { 47311, "INV_BlueGem", "=q4=Nathrezim Amulet", "=ds=#s2#" }, + { 0, "", "", "" }, + { 47312, "inv_helmet_24", "=q4=Nathrezim Skullcap", "=ds=#s1#, #a1#" }, + { 47313, "inv_shoulder_01", "=q4=Nathrezim Spaulders", "=ds=#s3#, #a1#" }, + { 47314, "INV_Chest_Leather_04", "=q4=Nathrezim Robes", "=ds=#s5#, #a1#" }, + { 47315, "INV_Pants_02", "=q4=Nathrezim Pants", "=ds=#s11#, #a1#" }, + { 47316, "INV_Boots_Plate_03", "=q4=Nathrezim Slippers", "=ds=#s12#, #a1#" }, + { 47317, "INV_BlueGem", "=q4=Nathrezim Pendant", "=ds=#s2#" }, + }; + T35Rogue = { + { 47324, "inv_helmet_24", "=q4=Trickster Helmet", "=ds=#s1#, #a2#" }, + { 47325, "inv_shoulder_01", "=q4=Trickster Pauldrons", "=ds=#s3#, #a2#" }, + { 47326, "INV_Chest_Leather_04", "=q4=Trickster Breastplate", "=ds=#s5#, #a2#" }, + { 47327, "INV_Pants_02", "=q4=Trickster Leggings", "=ds=#s11#, #a2#" }, + { 47328, "INV_Boots_07", "=q4=Trickster Sabatons", "=ds=#s12#, #a2#" }, + { 47329, "INV_RedGem", "=q4=Trickster Choker", "=ds=#s2#" }, + }; + T35Druid = { + { 47390, "inv_helmet_24", "=q4=Helm of the Talon", "=ds=#s1#, #a2#" }, + { 47391, "inv_shoulder_01", "=q4=Spaulders of the Talon", "=ds=#s3#, #a2#" }, + { 47392, "INV_Chest_Leather_04", "=q4=Vestments of the Talon", "=ds=#s5#, #a2#" }, + { 47393, "INV_Pants_02", "=q4=Leggings of the Talon", "=ds=#s11#, #a2#" }, + { 47394, "INV_Boots_Plate_03", "=q4=Boots of the Talon", "=ds=#s12#, #a2#" }, + { 47395, "INV_GreenGem", "=q4=Amulet of the Talon", "=ds=#s2#" }, + { 0, "", "", "" }, + { 47396, "inv_helmet_24", "=q4=Circlet of the Talon", "=ds=#s1#, #a2#" }, + { 47397, "inv_shoulder_01", "=q4=Mantle of the Talon", "=ds=#s3#, #a2#" }, + { 47398, "INV_Chest_Leather_04", "=q4=Vest of the Talon", "=ds=#s5#, #a2#" }, + { 47399, "INV_Pants_02", "=q4=Trousers of the Talon", "=ds=#s11#, #a2#" }, + { 47400, "INV_Boots_Plate_03", "=q4=Slippers of the Talon", "=ds=#s12#, #a2#" }, + { 47401, "INV_BlueGem", "=q4=Pendant of the Talon", "=ds=#s2#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 47402, "inv_helmet_24", "=q4=Helmet of the Talon", "=ds=#s1#, #a2#" }, + { 47403, "inv_shoulder_01", "=q4=Shoulderpads of the Talon", "=ds=#s3#, #a2#" }, + { 47404, "INV_Chest_Leather_04", "=q4=Raiments of the Talon", "=ds=#s5#, #a2#" }, + { 47405, "INV_Pants_02", "=q4=Pants of the Talon", "=ds=#s11#, #a2#" }, + { 47406, "INV_Boots_Plate_03", "=q4=Treads of the Talon", "=ds=#s12#, #a2#" }, + { 47407, "INV_RedGem", "=q4=Choker of the Talon", "=ds=#s2#" }, + }; + T35Hunter = { + { 47318, "inv_helmet_24", "=q4=Ravenstalker Headpiece", "=ds=#s1#, #a3#" }, + { 47319, "inv_shoulder_01", "=q4=Ravenstalker Spaulders", "=ds=#s3#, #a3#" }, + { 47320, "INV_Chest_Leather_04", "=q4=Ravenstalker Tunic", "=ds=#s5#, #a3#" }, + { 47321, "INV_Pants_02", "=q4=Ravenstalker Legguards", "=ds=#s11#, #a3#" }, + { 47322, "INV_Boots_Plate_03", "=q4=Ravenstalker Boots", "=ds=#s12#, #a3#" }, + { 47323, "INV_RedGem", "=q4=Ravenstalker Choker", "=ds=#s2#" }, + }; + T35Shaman = { + { 47180, "inv_helmet_24", "=q4=Stormhowl Crown", "=ds=#s1#, #a3#" }, + { 47181, "inv_shoulder_01", "=q4=Stormhowl Pauldrons", "=ds=#s3#, #a3#" }, + { 47182, "INV_Chest_Leather_04", "=q4=Stormhowl Breastplate", "=ds=#s5#, #a3#" }, + { 47183, "INV_Pants_02", "=q4=Stormhowl Leggings", "=ds=#s11#, #a3#" }, + { 47184, "INV_Boots_Plate_03", "=q4=Stormhowl Sabatons", "=ds=#s12#, #a3#" }, + { 47185, "INV_RedGem", "=q4=Choker of the Stormhowl", "=ds=#s2#" }, + { 0, "", "", "" }, + { 47186, "inv_helmet_24", "=q4=Stormhowl Helmet", "=ds=#s1#, #a3#" }, + { 47187, "inv_shoulder_01", "=q4=Stormhowl Epaulets", "=ds=#s3#, #a3#" }, + { 47188, "INV_Chest_Leather_04", "=q4=Stormhowl Raiments", "=ds=#s5#, #a3#" }, + { 47189, "INV_Pants_02", "=q4=Stormhowl Legplates", "=ds=#s11#, #a3#" }, + { 47190, "INV_Boots_Plate_03", "=q4=Stormhowl Greaves", "=ds=#s12#, #a3#" }, + { 47191, "INV_BlueGem", "=q4=Pendant of the Stormhowl", "=ds=#s2#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 47192, "inv_helmet_24", "=q4=Stormhowl Headpiece", "=ds=#s1#, #a3#" }, + { 47193, "inv_shoulder_01", "=q4=Stormhowl Spaulders", "=ds=#s3#, #a3#" }, + { 47194, "INV_Chest_Leather_04", "=q4=Stormhowl Tunic", "=ds=#s5#, #a3#" }, + { 47195, "INV_Pants_02", "=q4=Stormhowl Legguards", "=ds=#s11#, #a3#" }, + { 47196, "INV_Boots_Plate_03", "=q4=Stormhowl Boots", "=ds=#s12#, #a3#" }, + { 47197, "INV_GreenGem", "=q4=Amulet of the Stormhowl", "=ds=#s2#" }, + }; + T35Paladin = { + { 47060, "inv_helmet_24", "=q4=Lionheart Headpiece", "=ds=#s1#, #a4#" }, + { 47061, "inv_shoulder_01", "=q4=Lionheart Spaulders", "=ds=#s3#, #a4#" }, + { 47062, "INV_Chest_Leather_04", "=q4=Lionheart Breastplate", "=ds=#s5#, #a4#" }, + { 47063, "INV_Pants_02", "=q4=Lionheart Legplates", "=ds=#s11#, #a4#" }, + { 47064, "INV_Boots_Plate_03", "=q4=Lionheart Boots", "=ds=#s12#, #a4#" }, + { 47065, "INV_GreenGem", "=q4=Lionheart Amulet", "=ds=#s2#" }, + { 0, "", "", "" }, + { 47066, "inv_helmet_24", "=q4=Lionheart Helmet", "=ds=#s1#, #a4#" }, + { 47067, "inv_shoulder_01", "=q4=Lionheart Shoulderguards", "=ds=#s3#, #a4#" }, + { 47068, "INV_Chest_Leather_04", "=q4=Lionheart Chestguard", "=ds=#s5#, #a4#" }, + { 47069, "INV_Pants_02", "=q4=Lionheart Legguards", "=ds=#s11#, #a4#" }, + { 47070, "INV_Boots_Plate_03", "=q4=Lionheart Greaves", "=ds=#s12#, #a4#" }, + { 47071, "INV_BlueGem", "=q4=Lionheart Pendant", "=ds=#s2#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 47072, "inv_helmet_24", "=q4=Lionheart Crown", "=ds=#s1#, #a4#" }, + { 47073, "inv_shoulder_01", "=q4=Lionheart Pauldrons", "=ds=#s3#, #a4#" }, + { 47074, "INV_Chest_Leather_04", "=q4=Lionheart Chestplate", "=ds=#s5#, #a4#" }, + { 47075, "INV_Pants_02", "=q4=Lionheart Leggings", "=ds=#s11#, #a4#" }, + { 47076, "INV_Boots_Plate_03", "=q4=Lionheart Sabatons", "=ds=#s12#, #a4#" }, + { 47077, "INV_RedGem", "=q4=Lionheart Choker", "=ds=#s2#" }, + }; + T35Warrior = { + { 47270, "inv_helmet_24", "=q4=Helmet of the Brotherhood", "=ds=#s1#, #a4#" }, + { 47271, "inv_shoulder_01", "=q4=Shoulderguards of the Brotherhood", "=ds=#s3#, #a4#" }, + { 47272, "INV_Chest_Leather_04", "=q4=Chestguard of the Brotherhood", "=ds=#s5#, #a4#" }, + { 47273, "INV_Pants_02", "=q4=Legguards of the Brotherhood", "=ds=#s11#, #a4#" }, + { 47274, "INV_Boots_07", "=q4=Greaves of the Brotherhood", "=ds=#s12#, #a4#" }, + { 47275, "INV_RedGem", "=q4=Choker of the Brotherhood", "=ds=#s2#" }, + }; T3Mage = { - { 0, "", "", "" }, - { 0, "Spell_Frost_IceStorm", "=q10=#t3s3#", ""}, - { 0, "", "", "" }, { 22498, "INV_Crown_01", "=q4=Frostfire Circlet", "=ds=#s1#, #a1# =q7=#db4#" }, { 22499, "INV_Shoulder_25", "=q4=Frostfire Shoulderpads", "=ds=#s3#, #a1# =q7=#db1#=ds=, =q7=#db2#=ds=, =q7=#db3#" }, { 22496, "INV_Chest_Cloth_43", "=q4=Frostfire Robe", "=ds=#s5#, #a1# =q7=#db13#" }, @@ -215,11 +350,33 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 22497, "INV_Pants_Cloth_05", "=q4=Frostfire Leggings", "=ds=#s11#, #a1# =q7=#db10#" }, { 22500, "INV_Boots_Fabric_01", "=q4=Frostfire Sandals", "=ds=#s12#, #a1# =q7=#db11#=ds=, =q7=#db12#=ds=, =q7=#db3#" }, { 23062, "INV_Jewelry_Ring_51Naxxramas", "=q4=Frostfire Ring", "=ds=#s13# =q7=#db14#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 47099, "INV_Crown_01", "=q4=Frostfire Crown", "=ds=#s1#, #a1#" }, + { 47100, "INV_Shoulder_25", "=q4=Frostfire Epaulets", "=ds=#s3#, #a1#" }, + { 47101, "INV_Chest_Cloth_43", "=q4=Frostfire Vestments", "=ds=#s5#, #a1#" }, + { 47102, "INV_Bracer_13", "=q4=Frostfire Bracers", "=ds=#s8#, #a1#" }, + { 47103, "INV_Gauntlets_17", "=q4=Frostfire Handwraps", "=ds=#s9#, #a1#" }, + { 47104, "INV_Belt_03", "=q4=Frostfire Cord", "=ds=#s10#, #a1#" }, + { 47105, "INV_Pants_Cloth_05", "=q4=Frostfire Trousers", "=ds=#s11#, #a1#" }, + { 47106, "INV_Boots_Fabric_01", "=q4=Frostfire Slippers", "=ds=#s12#, #a1#" }, + { 47107, "INV_Jewelry_Ring_51Naxxramas", "=q4=Frostfire Signet", "=ds=#s13#" }, + + --[[{ 70640, "INV_Crown_01", "=q4=Frostfire Coronet", "=ds=#s1#, #a1#" }, + { 70641, "INV_Shoulder_25", "=q4=Frostfire Shoulderpads", "=ds=#s3#, #a1#" }, + { 70642, "INV_Chest_Cloth_43", "=q4=Frostfire Raiments", "=ds=#s5#, #a1#" }, + { 70643, "INV_Bracer_13", "=q4=Frostfire Wristbands", "=ds=#s8#, #a1#" }, + { 70644, "INV_Gauntlets_17", "=q4=Frostfire Handguards", "=ds=#s9#, #a1#" }, + { 70645, "INV_Belt_03", "=q4=Frostfire Cord", "=ds=#s10#, #a1#" }, + { 70646, "INV_Pants_Cloth_05", "=q4=Frostfire Pants", "=ds=#s11#, #a1#" }, + { 70647, "INV_Boots_Fabric_01", "=q4=Frostfire Sandals", "=ds=#s12#, #a1#" }, + { 70648, "INV_Jewelry_Ring_51Naxxramas", "=q4=Frostfire Ring", "=ds=#s13#" },]] }; T3Warlock = { - { 0, "", "", "" }, - { 0, "Spell_Shadow_CurseOfTounges", "=q11=#t3s8#", "" }, - { 0, "", "", "" }, { 22506, "INV_Crown_01", "=q4=Plagueheart Circlet", "=ds=#s1#, #a1# =q7=#db4#" }, { 22507, "INV_Shoulder_25", "=q4=Plagueheart Shoulderpads", "=ds=#s3#, #a1# =q7=#db1#=ds=, =q7=#db2#=ds=, =q7=#db3#" }, { 22504, "INV_Chest_Cloth_43", "=q4=Plagueheart Robe", "=ds=#s5#, #a1# =q7=#db13#" }, @@ -229,11 +386,23 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 22505, "INV_Pants_Cloth_05", "=q4=Plagueheart Leggings", "=ds=#s11#, #a1# =q7=#db10#" }, { 22508, "INV_Boots_Fabric_01", "=q4=Plagueheart Sandals", "=ds=#s12#, #a1# =q7=#db11#=ds=, =q7=#db12#=ds=, =q7=#db3#" }, { 23063, "INV_Jewelry_Ring_51Naxxramas", "=q4=Plagueheart Ring", "=ds=#s13# =q7=#db14#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 47297, "INV_Crown_01", "=q4=Plagueheart Crown", "=ds=#s1#, #a1#" }, + { 47298, "INV_Shoulder_25", "=q4=Plagueheart Mantle", "=ds=#s3#, #a1#" }, + { 47299, "INV_Chest_Cloth_43", "=q4=Plagueheart Raiments", "=ds=#s5#, #a1#" }, + { 47300, "INV_Bracer_13", "=q4=Plagueheart Bindings", "=ds=#s8#, #a1#" }, + { 47301, "INV_Gauntlets_17", "=q4=Plagueheart Handwraps", "=ds=#s9#, #a1#" }, + { 47302, "INV_Belt_03", "=q4=Plagueheart Sash", "=ds=#s10#, #a1#" }, + { 47303, "INV_Pants_Cloth_05", "=q4=Plagueheart Leggings", "=ds=#s11#, #a1#" }, + { 47304, "INV_Boots_Fabric_01", "=q4=Plagueheart Boots", "=ds=#s12#, #a1#" }, + { 47305, "INV_Jewelry_Ring_51Naxxramas", "=q4=Plagueheart Signet", "=ds=#s13#" }, }; T3Priest = { - { 0, "", "", "" }, - { 0, "Spell_Holy_PowerWordShield", "=q9=#t3s5#", "" }, - { 0, "", "", "" }, { 22514, "INV_Crown_01", "=q4=Circlet of Faith", "=ds=#s1#, #a1# =q7=#db4#" }, { 22515, "INV_Shoulder_25", "=q4=Shoulderpads of Faith", "=ds=#s3#, #a1# =q7=#db1#=ds=, =q7=#db2#=ds=, =q7=#db3#" }, { 22512, "INV_Chest_Cloth_43", "=q4=Robe of Faith", "=ds=#s5#, #a1# =q7=#db13#" }, @@ -243,11 +412,23 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 22513, "INV_Pants_Cloth_05", "=q4=Leggings of Faith", "=ds=#s11#, #a1# =q7=#db10#" }, { 22516, "INV_Boots_Fabric_01", "=q4=Sandals of Faith", "=ds=#s12#, #a1# =q7=#db11#=ds=, =q7=#db12#=ds=, =q7=#db3#" }, { 23061, "INV_Jewelry_Ring_51Naxxramas", "=q4=Ring of Faith", "=ds=#s13# =q7=#db14#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 47219, "INV_Crown_01", "=q4=Coronet of Faith", "=ds=#s1#, #a1#" }, + { 47220, "INV_Shoulder_25", "=q4=Shoulderpads of Faith", "=ds=#s3#, #a1#" }, + { 47221, "INV_Chest_Cloth_43", "=q4=Raiments of Faith", "=ds=#s5#, #a1#" }, + { 47222, "INV_Bracer_13", "=q4=Bracers of Faith", "=ds=#s8#, #a1#" }, + { 47223, "INV_Gauntlets_17", "=q4=Handguards of Faith", "=ds=#s9#, #a1#" }, + { 47224, "INV_Belt_08", "=q4=Sash of Faith", "=ds=#s10#, #a1#" }, + { 47225, "INV_Pants_Cloth_05", "=q4=Pants of Faith", "=ds=#s11#, #a1#" }, + { 47226, "INV_Boots_Fabric_01", "=q4=Sandals of Faith", "=ds=#s12#, #a1#" }, + { 47227, "INV_Jewelry_Ring_51Naxxramas", "=q4=Ring of Faith", "=ds=#s13#" }, }; T3Rogue = { - { 0, "", "", "" }, - { 0, "Ability_BackStab", "=q12=#t3s6#", "" }, - { 0, "", "", "" }, { 22478, "INV_Helmet_58", "=q4=Bonescythe Helmet", "=ds=#s1#, #a2# =q7=#db4#" }, { 22479, "INV_Shoulder_29", "=q4=Bonescythe Pauldrons", "=ds=#s3#, #a2# =q7=#db1#=ds=, =q7=#db2#=ds=, =q7=#db3#" }, { 22476, "INV_Chest_Plate02", "=q4=Bonescythe Breastplate", "=ds=#s5#, #a2# =q7=#db13#" }, @@ -259,9 +440,6 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 23060, "INV_Jewelry_Ring_51Naxxramas", "=q4=Bonescythe Ring", "=ds=#s13# =q7=#db14#" }, }; T3Druid = { - { 0, "", "", "" }, - { 0, "Spell_Nature_Regeneration", "=q13=#t3s1#", "" }, - { 0, "", "", "" }, { 22490, "INV_Helmet_15", "=q4=Dreamwalker Headpiece", "=ds=#s1#, #a2# =q7=#db4#" }, { 22491, "INV_Shoulder_14", "=q4=Dreamwalker Spaulders", "=ds=#s3#, #a2# =q7=#db1#=ds=, =q7=#db2#=ds=, =q7=#db3#" }, { 22488, "INV_Chest_Chain_15", "=q4=Dreamwalker Tunic", "=ds=#s5#, #a2# =q7=#db13#" }, @@ -271,11 +449,28 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 22489, "INV_Pants_Mail_15", "=q4=Dreamwalker Legguards", "=ds=#s11#, #a2# =q7=#db10#" }, { 22492, "INV_Boots_Chain_05", "=q4=Dreamwalker Boots", "=ds=#s12#, #a2# =q7=#db11#=ds=, =q7=#db12#=ds=, =q7=#db3#" }, { 23064, "INV_Jewelry_Ring_51Naxxramas", "=q4=Ring of the Dreamwalker", "=ds=#s13# =q7=#db14#" }, + { 0, "", "", "" }, + { 47372, "INV_Helmet_15", "=q4=Dreamwalker Circlet", "=ds=#s1#, #a2#" }, + { 47373, "INV_Shoulder_14", "=q4=Dreamwalker Mantle", "=ds=#s3#, #a2#" }, + { 47374, "INV_Chest_Chain_15", "=q4=Dreamwalker Vest", "=ds=#s5#, #a2#" }, + { 47375, "INV_Bracer_02", "=q4=Dreamwalker Wristbands", "=ds=#s8#, #a2#" }, + { 47376, "INV_Gauntlets_25", "=q4=Dreamwalker Handwraps", "=ds=#s9#, #a2#" }, + { 47377, "INV_Belt_22", "=q4=Dreamwalker Sash", "=ds=#s10#, #a2#" }, + { 47378, "INV_Pants_Mail_15", "=q4=Dreamwalker Trousers", "=ds=#s11#, #a2#" }, + { 47379, "INV_Boots_Chain_05", "=q4=Dreamwalker Slippers", "=ds=#s12#, #a2#" }, + { 47380, "INV_Jewelry_Ring_51Naxxramas", "=q4=Signet of the Dreamwalker", "=ds=#s13#" }, + { 0, "", "", "" }, + { 47381, "INV_Helmet_15", "=q4=Dreamwalker Helmet", "=ds=#s1#, #a2#" }, + { 47382, "INV_Shoulder_14", "=q4=Dreamwalker Shoulderpads", "=ds=#s3#, #a2#" }, + { 47383, "INV_Chest_Chain_15", "=q4=Dreamwalker Raiments", "=ds=#s5#, #a2#" }, + { 47384, "INV_Bracer_02", "=q4=Dreamwalker Wristguards", "=ds=#s8#, #a2#" }, + { 47385, "INV_Gauntlets_25", "=q4=Dreamwalker Handwraps", "=ds=#s9#, #a2#" }, + { 47386, "INV_Belt_22", "=q4=Dreamwalker Girdle", "=ds=#s10#, #a2#" }, + { 47387, "INV_Pants_Mail_15", "=q4=Dreamwalker Pants", "=ds=#s11#, #a2#" }, + { 47388, "INV_Boots_Chain_05", "=q4=Dreamwalker Treads", "=ds=#s12#, #a2#" }, + { 47389, "INV_Jewelry_Ring_51Naxxramas", "=q4=Band of the Dreamwalker", "=ds=#s13#" }, }; T3Hunter = { - { 0, "", "", "" }, - { 0, "Ability_Hunter_RunningShot", "=q14=#t3s2#", "" }, - { 0, "", "", "" }, { 22438, "INV_Helmet_15", "=q4=Cryptstalker Headpiece", "=ds=#s1#, #a3# =q7=#db4#" }, { 22439, "INV_Shoulder_14", "=q4=Cryptstalker Spaulders", "=ds=#s3#, #a3# =q7=#db1#=ds=, =q7=#db2#=ds=, =q7=#db3#" }, { 22436, "INV_Chest_Chain_15", "=q4=Cryptstalker Tunic", "=ds=#s5#, #a3# =q7=#db13#" }, @@ -287,9 +482,6 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 23067, "INV_Jewelry_Ring_51Naxxramas", "=q4=Ring of the Cryptstalker", "=ds=#s13# =q7=#db14#" }, }; T3Shaman = { - { 0, "", "", "" }, - { 0, "Spell_FireResistanceTotem_01", "=q15=#t3s7#", "" }, - { 0, "", "", "" }, { 22466, "INV_Helmet_15", "=q4=Earthshatter Headpiece", "=ds=#s1#, #a3# =q7=#db4#" }, { 22467, "INV_Shoulder_14", "=q4=Earthshatter Spaulders", "=ds=#s3#, #a3# =q7=#db1#=ds=, =q7=#db2#=ds=, =q7=#db3#" }, { 22464, "INV_Chest_Chain_15", "=q4=Earthshatter Tunic", "=ds=#s5#, #a3# =q7=#db13#" }, @@ -299,11 +491,28 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 22465, "INV_Pants_Mail_15", "=q4=Earthshatter Legguards", "=ds=#s11#, #a3# =q7=#db10#" }, { 22468, "INV_Boots_Chain_05", "=q4=Earthshatter Boots", "=ds=#s12#, #a3# =q7=#db11#=ds=, =q7=#db12#=ds=, =q7=#db3#" }, { 23065, "INV_Jewelry_Ring_51Naxxramas", "=q4=Ring of the Earthshatterer", "=ds=#s13# =q7=#db14#" }, + { 0, "", "", "" }, + { 47162, "INV_Helmet_15", "=q4=Earthshatter Crown", "=ds=#s1#, #a3#" }, + { 47163, "INV_Shoulder_14", "=q4=Earthshatter Pauldrons", "=ds=#s3#, #a3#" }, + { 47164, "INV_Chest_Chain_15", "=q4=Earthshatter Breastplate", "=ds=#s5#, #a3#" }, + { 47165, "INV_Bracer_02", "=q4=Earthshatter Bracelets", "=ds=#s8#, #a3#" }, + { 47166, "INV_Gauntlets_25", "=q4=Earthshatter Fists", "=ds=#s9#, #a3#" }, + { 47167, "INV_Belt_22", "=q4=Earthshatter Girdle", "=ds=#s10#, #a3#" }, + { 47168, "INV_Pants_Mail_15", "=q4=Earthshatter Leggings", "=ds=#s11#, #a3#" }, + { 47169, "INV_Boots_Chain_05", "=q4=Earthshatter Sabatons", "=ds=#s12#, #a3#" }, + { 47170, "INV_Jewelry_Ring_51Naxxramas", "=q4=Signet of the Earthshatterer", "=ds=#s13#" }, + { 0, "", "", "" }, + { 47171, "INV_Helmet_15", "=q4=Earthshatter Helmet", "=ds=#s1#, #a3#" }, + { 47172, "INV_Shoulder_14", "=q4=Earthshatter Epaulets", "=ds=#s3#, #a3#" }, + { 47173, "INV_Chest_Chain_15", "=q4=Earthshatter Raiments", "=ds=#s5#, #a3#" }, + { 47174, "INV_Bracer_02", "=q4=Earthshatter Bindings", "=ds=#s8#, #a3#" }, + { 47175, "INV_Gauntlets_25", "=q4=Earthshatter Gauntlets", "=ds=#s9#, #a3#" }, + { 47176, "INV_Belt_22", "=q4=Earthshatter Sash", "=ds=#s10#, #a3#" }, + { 47177, "INV_Pants_Mail_15", "=q4=Earthshatter Legplates", "=ds=#s11#, #a3#" }, + { 47178, "INV_Boots_Chain_05", "=q4=Earthshatter Greaves", "=ds=#s12#, #a3#" }, + { 47179, "INV_Jewelry_Ring_51Naxxramas", "=q4=Loop of the Earthshatterer", "=ds=#s13#" }, }; T3Paladin = { - { 0, "", "", "" }, - { 0, "Spell_Holy_SealOfMight", "=q16=#t3s4#", "" }, - { 0, "", "", "" }, { 22428, "INV_Helmet_15", "=q4=Redemption Headpiece", "=ds=#s1#, #a4# =q7=#db4#" }, { 22429, "INV_Shoulder_14", "=q4=Redemption Spaulders", "=ds=#s3#, #a4# =q7=#db1#=ds=, =q7=#db2#=ds=, =q7=#db3#" }, { 22425, "INV_Chest_Chain_15", "=q4=Redemption Tunic", "=ds=#s5#, #a4# =q7=#db13#" }, @@ -313,11 +522,28 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 22427, "INV_Pants_Mail_15", "=q4=Redemption Legguards", "=ds=#s11#, #a4# =q7=#db10#" }, { 22430, "INV_Boots_Chain_05", "=q4=Redemption Boots", "=ds=#s12#, #a4# =q7=#db11#=ds=, =q7=#db12#=ds=, =q7=#db3#" }, { 23066, "INV_Jewelry_Ring_51Naxxramas", "=q4=Ring of Redemption", "=ds=#s13# =q7=#db14#" }, + { 0, "", "", "" }, + { 47042, "INV_Helmet_15", "=q4=Redemption Helmet", "=ds=#s1#, #a4#" }, + { 47043, "INV_Shoulder_14", "=q4=Redemption Shoulderguards", "=ds=#s3#, #a4#" }, + { 47044, "INV_Chest_Chain_15", "=q4=Redemption Chestguard", "=ds=#s5#, #a4#" }, + { 47045, "INV_Bracer_02", "=q4=Redemption Wristguards", "=ds=#s8#, #a4#" }, + { 47046, "INV_Gauntlets_25", "=q4=Redemption Handguards", "=ds=#s9#, #a4#" }, + { 47047, "INV_Belt_22", "=q4=Redemption Waistguard", "=ds=#s10#, #a4#" }, + { 47048, "INV_Pants_Mail_15", "=q4=Redemption Legguards", "=ds=#s11#, #a4#" }, + { 47049, "INV_Boots_Chain_05", "=q4=Redemption Greaves", "=ds=#s12#, #a4#" }, + { 47050, "INV_Jewelry_Ring_51Naxxramas", "=q4=Signet of Redemption", "=ds=#s13#" }, + { 0, "", "", "" }, + { 47051, "INV_Helmet_15", "=q4=Redemption Crown", "=ds=#s1#, #a4#" }, + { 47052, "INV_Shoulder_14", "=q4=Redemption Pauldrons", "=ds=#s3#, #a4#" }, + { 47053, "INV_Chest_Chain_15", "=q4=Redemption Chestplate", "=ds=#s5#, #a4#" }, + { 47054, "INV_Bracer_02", "=q4=Redemption Bindings", "=ds=#s8#, #a4#" }, + { 47055, "INV_Gauntlets_25", "=q4=Redemption Gauntlets", "=ds=#s9#, #a4#" }, + { 47056, "INV_Belt_22", "=q4=Redemption Girdle", "=ds=#s10#, #a4#" }, + { 47057, "INV_Pants_Mail_15", "=q4=Redemption Leggings", "=ds=#s11#, #a4#" }, + { 47058, "INV_Boots_Chain_05", "=q4=Redemption Sabatons", "=ds=#s12#, #a4#" }, + { 47059, "INV_Jewelry_Ring_51Naxxramas", "=q4=Band of Redemption", "=ds=#s13#" }, }; T3Warrior = { - { 0, "", "", "" }, - { 0, "INV_Shield_05", "=q17=#t3s9#", "" }, - { 0, "", "", "" }, { 22418, "INV_Helmet_58", "=q4=Dreadnaught Helmet", "=ds=#s1#, #a4# =q7=#db4#" }, { 22419, "INV_Shoulder_29", "=q4=Dreadnaught Pauldrons", "=ds=#s3#, #a4# =q7=#db1#=ds=, =q7=#db2#=ds=, =q7=#db3#" }, { 22416, "INV_Chest_Plate02", "=q4=Dreadnaught Breastplate", "=ds=#s5#, #a4# =q7=#db13#" }, @@ -327,11 +553,23 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 22417, "INV_Pants_Plate_05", "=q4=Dreadnaught Legplates", "=ds=#s11#, #a4# =q7=#db10#" }, { 22420, "INV_Boots_Plate_06", "=q4=Dreadnaught Sabatons", "=ds=#s12#, #a4# =q7=#db11#=ds=, =q7=#db12#=ds=, =q7=#db3#" }, { 23059, "INV_Jewelry_Ring_51Naxxramas", "=q4=Ring of the Dreadnaught", "=ds=#s13# =q7=#db14#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 47261, "INV_Helmet_58", "=q4=Dreadnaught Crown", "=ds=#s1#, #a4#" }, + { 47262, "INV_Shoulder_29", "=q4=Dreadnaught Pauldrons", "=ds=#s3#, #a4#" }, + { 47263, "INV_Chest_Plate02", "=q4=Dreadnaught Chestplate", "=ds=#s5#, #a4#" }, + { 47264, "INV_Bracer_15", "=q4=Dreadnaught Bindings", "=ds=#s8#, #a4#" }, + { 47265, "INV_Gauntlets_28", "=q4=Dreadnaught Gloves", "=ds=#s9#, #a4#" }, + { 47266, "INV_Belt_27", "=q4=Dreadnaught Girdle", "=ds=#s10#, #a4#" }, + { 47267, "INV_Pants_Plate_05", "=q4=Dreadnaught Leggings", "=ds=#s11#, #a4#" }, + { 47268, "INV_Boots_Plate_06", "=q4=Dreadnaught Sabatons", "=ds=#s12#, #a4#" }, + { 47269, "INV_Jewelry_Ring_51Naxxramas", "=q4=Ring of the Dreadnaught", "=ds=#s13#" }, }; T2Mage = { - { 0, "", "", "" }, - { 0, "Spell_Frost_IceStorm", "=q10=#t2s3#", "" }, - { 0, "", "", "" }, { 16914, "INV_Helmet_70", "=q4=Netherwind Crown", "=ds=#s1#, #a1# =q7=#db15#" }, { 16917, "INV_Shoulder_32", "=q4=Netherwind Mantle", "=ds=#s3#, #a1# =q7=#db23#" }, { 16916, "INV_Chest_Cloth_03", "=q4=Netherwind Robes", "=ds=#s5#, #a1# =q7=#db24#" }, @@ -340,11 +578,31 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16818, "INV_Belt_22", "=q4=Netherwind Belt", "=ds=#s10#, #a1# =q7=#db18#" }, { 16915, "INV_Pants_08", "=q4=Netherwind Pants", "=ds=#s11#, #a1# =q7=#db16#" }, { 16912, "INV_Boots_07", "=q4=Netherwind Boots", "=ds=#s12#, #a1# =q7=#db19#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 47086, "INV_Helmet_70", "=q4=Netherwind Circlet", "=ds=#s1#, #a1#" }, + { 47087, "INV_Shoulder_32", "=q4=Netherwind Epaulets", "=ds=#s3#, #a1#" }, + { 47088, "INV_Chest_Cloth_03", "=q4=Netherwind Vestments", "=ds=#s5#, #a1#" }, + { 47089, "INV_Bracer_09", "=q4=Netherwind Wristbands", "=ds=#s8#, #a1#" }, + { 47090, "INV_Gauntlets_14", "=q4=Netherwind Handwraps", "=ds=#s9#, #a1#" }, + { 47091, "INV_Belt_22", "=q4=Netherwind Cord", "=ds=#s10#, #a1#" }, + { 47092, "INV_Pants_08", "=q4=Netherwind Trousers", "=ds=#s11#, #a1#" }, + { 47093, "INV_Boots_07", "=q4=Netherwind Slippers", "=ds=#s12#, #a1#" }, + --[[{ 70613, "INV_Helmet_70", "=q4=Netherwind Coronet", "=ds=#s1#, #a1#" }, + { 70614, "INV_Shoulder_32", "=q4=Netherwind Shoulderpads", "=ds=#s3#, #a1#" }, + { 70615, "INV_Chest_Cloth_03", "=q4=Netherwind Raiments", "=ds=#s5#, #a1#" }, + { 70616, "INV_Bracer_09", "=q4=Netherwind Bracers", "=ds=#s8#, #a1#" }, + { 70617, "INV_Gauntlets_14", "=q4=Netherwind Handguards", "=ds=#s9#, #a1#" }, + { 70618, "INV_Belt_22", "=q4=Netherwind Sash", "=ds=#s10#, #a1#" }, + { 70619, "INV_Pants_08", "=q4=Netherwind Pants", "=ds=#s11#, #a1#" }, + { 70620, "INV_Boots_07", "=q4=Netherwind Sandals", "=ds=#s12#, #a1#" },]] }; T2Priest = { - { 0, "", "", "" }, - { 0, "Spell_Holy_PowerWordShield", "=q9=#t2s5#", "" }, - { 0, "", "", "" }, { 16921, "INV_Helmet_24", "=q4=Halo of Transcendence", "=ds=#s1#, #a1# =q7=#db15#" }, { 16924, "INV_Shoulder_02", "=q4=Pauldrons of Transcendence", "=ds=#s3#, #a1# =q7=#db23#" }, { 16923, "INV_Chest_Cloth_03", "=q4=Robes of Transcendence", "=ds=#s5#, #a1# =q7=#db24#" }, @@ -353,11 +611,23 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16925, "INV_Belt_22", "=q4=Belt of Transcendence", "=ds=#s10#, #a1# =q7=#db18#" }, { 16922, "INV_Pants_08", "=q4=Leggings of Transcendence", "=ds=#s11#, #a1# =q7=#db16#" }, { 16919, "INV_Boots_07", "=q4=Boots of Transcendence", "=ds=#s12#, #a1# =q7=#db19#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 47206, "INV_Helmet_24", "=q4=Coronet of Transcendence", "=ds=#s1#, #a1#" }, + { 47207, "INV_Shoulder_02", "=q4=Shoulderpads of Transcendence", "=ds=#s3#, #a1#" }, + { 47208, "INV_Chest_Cloth_03", "=q4=Raiments of Transcendence", "=ds=#s5#, #a1#" }, + { 47209, "INV_Bracer_09", "=q4=Bracers of Transcendence", "=ds=#s8#, #a1#" }, + { 47210, "INV_Gauntlets_14", "=q4=Handguards of Transcendence", "=ds=#s9#, #a1#" }, + { 47211, "INV_Belt_22", "=q4=Sash of Transcendence", "=ds=#s10#, #a1#" }, + { 47212, "INV_Pants_08", "=q4=Pants of Transcendence", "=ds=#s11#, #a1#" }, + { 47213, "INV_Boots_07", "=q4=Sandals of Transcendence", "=ds=#s12#, #a1#" }, }; T2Warlock = { - { 0, "", "", "" }, - { 0, "Spell_Shadow_CurseOfTounges", "=q11=#t2s8#", "" }, - { 0, "", "", "" }, { 16929, "INV_Helmet_08", "=q4=Nemesis Skullcap", "=ds=#s1#, #a1# =q7=#db15#" }, { 16932, "INV_Shoulder_19", "=q4=Nemesis Spaulders", "=ds=#s3#, #a1# =q7=#db23#" }, { 16931, "INV_Chest_Leather_01", "=q4=Nemesis Robes", "=ds=#s5#, #a1# =q7=#db24#" }, @@ -366,11 +636,23 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16933, "INV_Belt_13", "=q4=Nemesis Belt", "=ds=#s10#, #a1# =q7=#db18#" }, { 16930, "INV_Pants_07", "=q4=Nemesis Leggings", "=ds=#s11#, #a1# =q7=#db16#" }, { 16927, "INV_Boots_05", "=q4=Nemesis Boots", "=ds=#s12#, #a1# =q7=#db19#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 47284, "INV_Helmet_08", "=q4=Nemesis Crown", "=ds=#s1#, #a1#" }, + { 47285, "INV_Shoulder_19", "=q4=Nemesis Mantle", "=ds=#s3#, #a1#" }, + { 47286, "INV_Chest_Leather_01", "=q4=Nemesis Raiments", "=ds=#s5#, #a1#" }, + { 47287, "INV_Bracer_07", "=q4=Nemesis Bindings", "=ds=#s8#, #a1#" }, + { 47288, "INV_Gauntlets_19", "=q4=Nemesis Handwraps", "=ds=#s9#, #a1#" }, + { 47289, "INV_Belt_13", "=q4=Nemesis Sash", "=ds=#s10#, #a1#" }, + { 47290, "INV_Pants_07", "=q4=Nemesis Leggings", "=ds=#s11#, #a1#" }, + { 47291, "INV_Boots_05", "=q4=Nemesis Slippers", "=ds=#s12#, #a1#" }, }; T2Rogue = { - { 0, "", "", "" }, - { 0, "Ability_BackStab", "=q12=#t2s6#", "" }, - { 0, "", "", "" }, { 16908, "INV_Helmet_41", "=q4=Bloodfang Hood", "=ds=#s1#, #a2# =q7=#db15#" }, { 16832, "INV_Shoulder_23", "=q4=Bloodfang Spaulders", "=ds=#s3#, #a2# =q7=#db23#" }, { 16905, "INV_Chest_Cloth_07", "=q4=Bloodfang Chestpiece", "=ds=#s5#, #a2# =q7=#db24#" }, @@ -381,9 +663,6 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16906, "INV_Boots_08", "=q4=Bloodfang Boots", "=ds=#s12#, #a2# =q7=#db19#" }, }; T2Druid = { - { 0, "", "", "" }, - { 0, "Spell_Nature_Regeneration", "=q13=#t2s1#", "" }, - { 0, "", "", "" }, { 16900, "INV_Helmet_09", "=q4=Stormrage Cover", "=ds=#s1#, #a2# =q7=#db15#" }, { 16902, "INV_Shoulder_07", "=q4=Stormrage Pauldrons", "=ds=#s3#, #a2# =q7=#db23#" }, { 16897, "INV_Chest_Chain_16", "=q4=Stormrage Chestguard", "=ds=#s5#, #a2# =q7=#db24#" }, @@ -392,11 +671,26 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16903, "INV_Belt_06", "=q4=Stormrage Belt", "=ds=#s10#, #a2# =q7=#db18#" }, { 16901, "INV_Pants_06", "=q4=Stormrage Legguards", "=ds=#s11#, #a2# =q7=#db16#" }, { 16898, "INV_Boots_08", "=q4=Stormrage Boots", "=ds=#s12#, #a2# =q7=#db19#" }, + { 0, "", "", "" }, + { 47346, "INV_Helmet_09", "=q4=Stormrage Circlet", "=ds=#s1#, #a2#" }, + { 47347, "INV_Shoulder_07", "=q4=Stormrage Mantle", "=ds=#s3#, #a2#" }, + { 47348, "INV_Chest_Cloth_06", "=q4=Stormrage Vest", "=ds=#s5#, #a2#" }, + { 47349, "INV_Bracer_03", "=q4=Stormrage Wristbands", "=ds=#s8#, #a2#" }, + { 47350, "INV_Gauntlets_25", "=q4=Stormrage Handwraps", "=ds=#s9#, #a2#" }, + { 47351, "INV_Belt_06", "=q4=Stormrage Sash", "=ds=#s10#, #a2#" }, + { 47352, "INV_Pants_06", "=q4=Stormrage Trousers", "=ds=#s11#, #a2#" }, + { 47353, "INV_Boots_08", "=q4=Stormrage Slippers", "=ds=#s12#, #a2#" }, + { 0, "", "", "" }, + { 47354, "INV_Helmet_09", "=q4=Stormrage Helmet", "=ds=#s1#, #a2#" }, + { 47355, "INV_Shoulder_07", "=q4=Stormrage Shoulderpads", "=ds=#s3#, #a2#" }, + { 47356, "INV_Chest_Cloth_06", "=q4=Stormrage Raiments", "=ds=#s5#, #a2#" }, + { 47357, "INV_Bracer_03", "=q4=Stormrage Wristguards", "=ds=#s8#, #a2#" }, + { 47358, "INV_Gauntlets_25", "=q4=Stormrage Handguards", "=ds=#s9#, #a2#" }, + { 47359, "INV_Belt_06", "=q4=Stormrage Girdle", "=ds=#s10#, #a2#" }, + { 47360, "INV_Pants_06", "=q4=Stormrage Pants", "=ds=#s11#, #a2#" }, + { 47361, "INV_Boots_08", "=q4=Stormrage Treads", "=ds=#s12#, #a2#" }, }; T2Shaman = { - { 0, "", "", "" }, - { 0, "Spell_FireResistanceTotem_01", "=q15=#t2s7#", "" }, - { 0, "", "", "" }, { 16947, "INV_Helmet_69", "=q4=Helmet of Ten Storms", "=ds=#s1#, #a3# =q7=#db15#" }, { 16945, "INV_Shoulder_33", "=q4=Epaulets of Ten Storms", "=ds=#s3#, #a3# =q7=#db23#" }, { 16950, "INV_Chest_Chain_11", "=q4=Breastplate of Ten Storms", "=ds=#s5#, #a3# =q7=#db24#" }, @@ -405,11 +699,26 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16944, "INV_Belt_14", "=q4=Belt of Ten Storms", "=ds=#s10#, #a3# =q7=#db18#" }, { 16946, "INV_Pants_03", "=q4=Legplates of Ten Storms", "=ds=#s11#, #a3# =q7=#db16#" }, { 16949, "INV_Boots_Plate_06", "=q4=Greaves of Ten Storms", "=ds=#s12#, #a3# =q7=#db19#" }, + { 0, "", "", "" }, + { 47136, "INV_Helmet_69", "=q4=Crown of Ten Storms", "=ds=#s1#, #a3#" }, + { 47137, "INV_Shoulder_33", "=q4=Pauldrons of Ten Storms", "=ds=#s3#, #a3#" }, + { 47138, "INV_Chest_Chain_11", "=q4=Breastplate of Ten Storms", "=ds=#s5#, #a3#" }, + { 47139, "INV_Bracer_16", "=q4=Bracelets of Ten Storms", "=ds=#s8#, #a3#" }, + { 47140, "INV_Gauntlets_11", "=q4=Fists of Ten Storms", "=ds=#s9#, #a3#" }, + { 47141, "INV_Belt_14", "=q4=Girdle of Ten Storms", "=ds=#s10#, #a3#" }, + { 47142, "INV_Pants_03", "=q4=Leggings of Ten Storms", "=ds=#s11#, #a3#" }, + { 47143, "INV_Boots_Plate_06", "=q4=Sabatons of Ten Storms", "=ds=#s12#, #a3#" }, + { 0, "", "", "" }, + { 47144, "INV_Helmet_69", "=q4=Helmet of Ten Storms", "=ds=#s1#, #a3#" }, + { 47145, "INV_Shoulder_33", "=q4=Spaulders of Ten Storms", "=ds=#s3#, #a3#" }, + { 47146, "INV_Chest_Chain_11", "=q4=Chestpiece of Ten Storms", "=ds=#s5#, #a3#" }, + { 47147, "INV_Bracer_16", "=q4=Bracers of Ten Storms", "=ds=#s8#, #a3#" }, + { 47148, "INV_Gauntlets_11", "=q4=Gloves of Ten Storms", "=ds=#s9#, #a3#" }, + { 47149, "INV_Belt_14", "=q4=Belt of Ten Storms", "=ds=#s10#, #a3#" }, + { 47150, "INV_Pants_03", "=q4=Pants of Ten Storms", "=ds=#s11#, #a3#" }, + { 47151, "INV_Boots_Plate_06", "=q4=Boots of Ten Storms", "=ds=#s12#, #a3#" }, }; T2Hunter = { - { 0, "", "", "" }, - { 0, "Ability_Hunter_RunningShot", "=q14=#t2s2#", "" }, - { 0, "", "", "" }, { 16939, "INV_Helmet_05", "=q4=Dragonstalker's Helm", "=ds=#s1#, #a3# =q7=#db15#" }, { 16937, "INV_Shoulder_10", "=q4=Dragonstalker's Spaulders", "=ds=#s3#, #a3# =q7=#db23#" }, { 16942, "INV_Chest_Chain_03", "=q4=Dragonstalker's Breastplate", "=ds=#s5#, #a3# =q7=#db24#" }, @@ -420,9 +729,6 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16941, "INV_Boots_Plate_07", "=q4=Dragonstalker's Greaves", "=ds=#s12#, #a3# =q7=#db19#" }, }; T2Warrior = { - { 0, "", "", "" }, - { 0, "INV_Shield_05", "=q17=#t2s9#", "" }, - { 0, "", "", "" }, { 16963, "INV_Helmet_71", "=q4=Helm of Wrath", "=ds=#s1#, #a4# =q7=#db15#" }, { 16961, "INV_Shoulder_34", "=q4=Pauldrons of Wrath", "=ds=#s3#, #a4# =q7=#db23#" }, { 16966, "INV_Chest_Plate16", "=q4=Breastplate of Wrath", "=ds=#s5#, #a4# =q7=#db24#" }, @@ -431,11 +737,23 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16960, "INV_Belt_09", "=q4=Waistband of Wrath", "=ds=#s10#, #a4# =q7=#db18#" }, { 16962, "INV_Pants_04", "=q4=Legplates of Wrath", "=ds=#s11#, #a4# =q7=#db16#" }, { 16965, "INV_Boots_Plate_04", "=q4=Sabatons of Wrath", "=ds=#s12#, #a4# =q7=#db19#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 47248, "INV_Helmet_71", "=q4=Crown of Wrath", "=ds=#s1#, #a4#" }, + { 47249, "INV_Shoulder_34", "=q4=Pauldrons of Wrath", "=ds=#s3#, #a4#" }, + { 47250, "INV_Chest_Plate16", "=q4=Chestplate of Wrath", "=ds=#s5#, #a4#" }, + { 47251, "INV_Bracer_19", "=q4=Bindings of Wrath", "=ds=#s8#, #a4#" }, + { 47252, "INV_Gauntlets_10", "=q4=Gloves of Wrath", "=ds=#s9#, #a4#" }, + { 47253, "INV_Belt_09", "=q4=Girdle of Wrath", "=ds=#s10#, #a4#" }, + { 47254, "INV_Pants_04", "=q4=Leggings of Wrath", "=ds=#s11#, #a4#" }, + { 47255, "INV_Boots_Plate_04", "=q4=Sabatons of Wrath", "=ds=#s12#, #a4#" }, }; T2Paladin = { - { 0, "", "", "" }, - { 0, "Spell_Holy_SealOfMight", "=q16=#t2s4#", "" }, - { 0, "", "", "" }, { 16955, "INV_Helmet_74", "=q4=Judgement Crown", "=ds=#s1#, #a4# =q7=#db15#" }, { 16953, "INV_Shoulder_37", "=q4=Judgement Spaulders", "=ds=#s3#, #a4# =q7=#db23#" }, { 16958, "INV_Chest_Plate03", "=q4=Judgement Breastplate", "=ds=#s5#, #a4# =q7=#db24#" }, @@ -444,11 +762,26 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16952, "INV_Belt_27", "=q4=Judgement Belt", "=ds=#s10#, #a4# =q7=#db18#" }, { 16954, "INV_Pants_04", "=q4=Judgement Legplates", "=ds=#s11#, #a4# =q7=#db16#" }, { 16957, "INV_Boots_Plate_09", "=q4=Judgement Sabatons", "=ds=#s12#, #a4# =q7=#db19#" }, + { 0, "", "", "" }, + { 47016, "INV_Helmet_74", "=q4=Judgement Helmet", "=ds=#s1#, #a4#" }, + { 47017, "INV_Shoulder_37", "=q4=Judgement Shoulderguards", "=ds=#s3#, #a4#" }, + { 47018, "INV_Chest_Plate03", "=q4=Judgement Chestguard", "=ds=#s5#, #a4#" }, + { 47019, "INV_Bracer_18", "=q4=Judgement Wristguards", "=ds=#s8#, #a4#" }, + { 47020, "INV_Gauntlets_29", "=q4=Judgement Handguards", "=ds=#s9#, #a4#" }, + { 47021, "INV_Belt_27", "=q4=Judgement Waistguard", "=ds=#s10#, #a4#" }, + { 47022, "INV_Pants_04", "=q4=Judgement Legguards", "=ds=#s11#, #a4#" }, + { 47023, "INV_Boots_Plate_09", "=q4=Judgement Greaves", "=ds=#s12#, #a4#" }, + { 0, "", "", "" }, + { 47024, "INV_Helmet_74", "=q4=Judgement Crown", "=ds=#s1#, #a4#" }, + { 47025, "INV_Shoulder_37", "=q4=Judgement Pauldrons", "=ds=#s3#, #a4#" }, + { 47026, "INV_Chest_Plate03", "=q4=Judgement Chestplate", "=ds=#s5#, #a4#" }, + { 47027, "INV_Bracer_18", "=q4=Judgement Bindings", "=ds=#s8#, #a4#" }, + { 47028, "INV_Gauntlets_29", "=q4=Judgement Gauntlets", "=ds=#s9#, #a4#" }, + { 47029, "INV_Belt_27", "=q4=Judgement Girdle", "=ds=#s10#, #a4#" }, + { 47030, "INV_Pants_04", "=q4=Judgement Leggings", "=ds=#s11#, #a4#" }, + { 47031, "INV_Boots_Plate_09", "=q4=Judgement Sabatons", "=ds=#s12#, #a4#" }, }; T1Mage = { - { 0, "", "", "" }, - { 0, "Spell_Frost_IceStorm", "=q10=#t1s3#", "" }, - { 0, "", "", "" }, { 16795, "INV_Helmet_53", "=q4=Arcanist Crown", "=ds=#s1#, #a1# =q7=#db28#" }, { 16797, "INV_Shoulder_02", "=q4=Arcanist Mantle", "=ds=#s3#, #a1# =q7=#db29#" }, { 16798, "INV_Chest_Cloth_03", "=q4=Arcanist Robes", "=ds=#s5#, #a1# =q7=#db32#" }, @@ -457,11 +790,23 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16802, "INV_Belt_30", "=q4=Arcanist Belt", "=ds=#s10#, #a1# =q7=#x34# #z1#" }, { 16796, "INV_Pants_08", "=q4=Arcanist Leggings", "=ds=#s11#, #a1# =q7=#db26#" }, { 16800, "INV_Boots_07", "=q4=Arcanist Boots", "=ds=#s12#, #a1# =q7=#db25#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 47078, "INV_Helmet_53", "=q4=Arcanist Circlet", "=ds=#s1#, #a1#" }, + { 47079, "INV_Shoulder_02", "=q4=Arcanist Epaulets", "=ds=#s3#, #a1#" }, + { 47080, "INV_Chest_Cloth_03", "=q4=Arcanist Vestments", "=ds=#s5#, #a1#" }, + { 47081, "INV_Belt_29", "=q4=Arcanist Wristbands", "=ds=#s8#, #a1#" }, + { 47082, "INV_Gauntlets_14", "=q4=Arcanist Handwraps", "=ds=#s9#, #a1#" }, + { 47083, "INV_Belt_30", "=q4=Arcanist Cord", "=ds=#s10#, #a1#" }, + { 47084, "INV_Pants_08", "=q4=Arcanist Trousers", "=ds=#s11#, #a1#" }, + { 47085, "INV_Boots_07", "=q4=Arcanist Slippers", "=ds=#s12#, #a1#" }, }; T1Priest = { - { 0, "", "", "" }, - { 0, "Spell_Holy_PowerWordShield", "=q9=#t1s5#", "" }, - { 0, "", "", "" }, { 16813, "INV_Helmet_34", "=q4=Circlet of Prophecy", "=ds=#s1#, #a1# =q7=#db28#" }, { 16816, "INV_Shoulder_02", "=q4=Mantle of Prophecy", "=ds=#s3#, #a1# =q7=#db31#" }, { 16815, "INV_Chest_Cloth_03", "=q4=Robes of Prophecy", "=ds=#s5#, #a1# =q7=#db32#" }, @@ -470,11 +815,23 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16817, "INV_Belt_22", "=q4=Girdle of Prophecy", "=ds=#s10#, #a1# =q7=#x34# #z1#" }, { 16814, "INV_Pants_08", "=q4=Pants of Prophecy", "=ds=#s11#, #a1# =q7=#db26#" }, { 16811, "INV_Boots_07", "=q4=Boots of Prophecy", "=ds=#s12#, #a1# =q7=#db30#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 47198, "INV_Helmet_34", "=q4=Coronet of Prophecy", "=ds=#s1#, #a1#" }, + { 47199, "INV_Shoulder_02", "=q4=Shoulderpads of Prophecy", "=ds=#s3#, #a1#" }, + { 47200, "INV_Chest_Cloth_03", "=q4=Raiments of Prophecy", "=ds=#s5#, #a1#" }, + { 47201, "INV_Bracer_09", "=q4=Bracers of Prophecy", "=ds=#s8#, #a1#" }, + { 47202, "INV_Gauntlets_14", "=q4=Handguards of Prophecy", "=ds=#s9#, #a1#" }, + { 47203, "INV_Belt_22", "=q4=Sash of Prophecy", "=ds=#s10#, #a1#" }, + { 47204, "INV_Pants_08", "=q4=Pants of Prophecy", "=ds=#s11#, #a1#" }, + { 47205, "INV_Boots_07", "=q4=Sandals of Prophecy", "=ds=#s12#, #a1#" }, }; T1Warlock = { - { 0, "", "", "" }, - { 0, "Spell_Shadow_CurseOfTounges", "=q11=#t1s8#", "" }, - { 0, "", "", "" }, { 16808, "INV_Helmet_08", "=q4=Felheart Horns", "=ds=#s1#, #a1# =q7=#db28#" }, { 16807, "INV_Shoulder_23", "=q4=Felheart Shoulder Pads", "=ds=#s3#, #a1# =q7=#db29#" }, { 16809, "INV_Chest_Cloth_09", "=q4=Felheart Robes", "=ds=#s5#, #a1# =q7=#db32#" }, @@ -483,11 +840,23 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16806, "INV_Belt_13", "=q4=Felheart Belt", "=ds=#s10#, #a1# =q7=#x34# #z1#" }, { 16810, "INV_Pants_Cloth_14", "=q4=Felheart Pants", "=ds=#s11#, #a1# =q7=#db26#" }, { 16803, "INV_Boots_Cloth_05", "=q4=Felheart Slippers", "=ds=#s12#, #a1# =q7=#db30#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 47276, "INV_Helmet_08", "=q4=Felheart Crown", "=ds=#s1#, #a1#" }, + { 47277, "INV_Shoulder_23", "=q4=Felheart Mantle", "=ds=#s3#, #a1#" }, + { 47278, "INV_Chest_Cloth_09", "=q4=Felheart Raiments", "=ds=#s5#, #a1#" }, + { 47279, "INV_Bracer_07", "=q4=Felheart Bindings", "=ds=#s8#, #a1#" }, + { 47280, "INV_Gauntlets_19", "=q4=Felheart Handwraps", "=ds=#s9#, #a1#" }, + { 47281, "INV_Belt_13", "=q4=Felheart Sash", "=ds=#s10#, #a1#" }, + { 47282, "INV_Pants_Cloth_14", "=q4=Felheart Leggings", "=ds=#s11#, #a1#" }, + { 47283, "INV_Boots_Cloth_05", "=q4=Felheart Boots", "=ds=#s12#, #a1#" }, }; T1Rogue = { - { 0, "", "", "" }, - { 0, "Ability_BackStab", "=q12=#t1s6#", "" }, - { 0, "", "", "" }, { 16821, "INV_Helmet_41", "=q4=Nightslayer Cover", "=ds=#s1#, #a2# =q7=#db28#" }, { 16823, "INV_Shoulder_25", "=q4=Nightslayer Shoulder Pads", "=ds=#s3#, #a2# =q7=#db31#" }, { 16820, "INV_Chest_Cloth_07", "=q4=Nightslayer Chestpiece", "=ds=#s5#, #a2# =q7=#db32#" }, @@ -498,9 +867,6 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16824, "INV_Boots_08", "=q4=Nightslayer Boots", "=ds=#s12#, #a2# =q7=#db30#" }, }; T1Druid = { - { 0, "", "", "" }, - { 0, "Spell_Nature_Regeneration", "=q13=#t1s1#", "" }, - { 0, "", "", "" }, { 16834, "INV_Helmet_09", "=q4=Cenarion Helm", "=ds=#s1#, #a2# =q7=#db28#" }, { 16836, "INV_Shoulder_07", "=q4=Cenarion Spaulders", "=ds=#s3#, #a2# =q7=#db29#" }, { 16833, "INV_Chest_Cloth_06", "=q4=Cenarion Vestments", "=ds=#s5#, #a2# =q7=#db32#" }, @@ -509,11 +875,26 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16828, "INV_Belt_06", "=q4=Cenarion Belt", "=ds=#s10#, #a2# =q7=#x34# #z1#" }, { 16835, "INV_Pants_06", "=q4=Cenarion Leggings", "=ds=#s11#, #a2# =q7=#db26#" }, { 16829, "INV_Boots_08", "=q4=Cenarion Boots", "=ds=#s12#, #a2# =q7=#db25#" }, + { 0, "", "", "" }, + { 47330, "INV_Helmet_09", "=q4=Cenarion Circlet", "=ds=#s1#, #a2#" }, + { 47331, "INV_Shoulder_07", "=q4=Cenarion Mantle", "=ds=#s3#, #a2#" }, + { 47332, "INV_Chest_Cloth_06", "=q4=Cenarion Vest", "=ds=#s5#, #a2#" }, + { 47333, "INV_Bracer_03", "=q4=Cenarion Wristbands", "=ds=#s8#, #a2#" }, + { 47334, "INV_Gauntlets_07", "=q4=Cenarion Handwraps", "=ds=#s9#, #a2#" }, + { 47335, "INV_Belt_06", "=q4=Cenarion Sash", "=ds=#s10#, #a2#" }, + { 47336, "INV_Pants_06", "=q4=Cenarion Trousers", "=ds=#s11#, #a2#" }, + { 47337, "INV_Boots_08", "=q4=Cenarion Slippers", "=ds=#s12#, #a2#" }, + { 0, "", "", "" }, + { 47338, "INV_Helmet_09", "=q4=Cenarion Helmet", "=ds=#s1#, #a2#" }, + { 47339, "INV_Shoulder_07", "=q4=Cenarion Shoulderpads", "=ds=#s3#, #a2#" }, + { 47340, "INV_Chest_Cloth_06", "=q4=Cenarion Raiments", "=ds=#s5#, #a2#" }, + { 47341, "INV_Bracer_03", "=q4=Cenarion Wristguards", "=ds=#s8#, #a2#" }, + { 47342, "INV_Gauntlets_07", "=q4=Cenarion Handguards", "=ds=#s9#, #a2#" }, + { 47343, "INV_Belt_06", "=q4=Cenarion Girdle", "=ds=#s10#, #a2#" }, + { 47344, "INV_Pants_06", "=q4=Cenarion Pants", "=ds=#s11#, #a2#" }, + { 47345, "INV_Boots_08", "=q4=Cenarion Treads", "=ds=#s12#, #a2#" }, }; T1Shaman = { - { 0, "", "", "" }, - { 0, "Spell_FireResistanceTotem_01", "=q15=#t1s7#", "" }, - { 0, "", "", "" }, { 16842, "INV_Helmet_09", "=q4=Earthfury Helmet", "=ds=#s1#, #a3# =q7=#db28#" }, { 16844, "INV_Shoulder_29", "=q4=Earthfury Epaulets", "=ds=#s3#, #a3# =q7=#db29#" }, { 16841, "INV_Chest_Chain_11", "=q4=Earthfury Vestments", "=ds=#s5#, #a3# =q7=#db32#" }, @@ -522,11 +903,26 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16838, "INV_Belt_14", "=q4=Earthfury Belt", "=ds=#s10#, #a3# =q7=#x34# #z1#" }, { 16843, "INV_Pants_03", "=q4=Earthfury Legguards", "=ds=#s11#, #a3# =q7=#db26#" }, { 16837, "INV_Boots_Plate_06", "=q4=Earthfury Boots", "=ds=#s12#, #a3# =q7=#db25#" }, + { 0, "", "", "" }, + { 47120, "INV_Helmet_09", "=q4=Earthfury Crown", "=ds=#s1#, #a3#" }, + { 47121, "INV_Shoulder_29", "=q4=Earthfury Pauldrons", "=ds=#s3#, #a3#" }, + { 47122, "INV_Chest_Chain_11", "=q4=Earthfury Breastplate", "=ds=#s5#, #a3#" }, + { 47123, "INV_Bracer_16", "=q4=Earthfury Bracelets", "=ds=#s8#, #a3#" }, + { 47124, "INV_Gauntlets_11", "=q4=Earthfury Fists", "=ds=#s9#, #a3#" }, + { 47125, "INV_Belt_14", "=q4=Earthfury Girdle", "=ds=#s10#, #a3#" }, + { 47126, "INV_Pants_03", "=q4=Earthfury Leggings", "=ds=#s11#, #a3#" }, + { 47127, "INV_Boots_Plate_06", "=q4=Earthfury Sabatons", "=ds=#s12#, #a3#" }, + { 0, "", "", "" }, + { 47128, "INV_Helmet_09", "=q4=Earthfury Visor", "=ds=#s1#, #a3#" }, + { 47129, "INV_Shoulder_29", "=q4=Earthfury Epaulets", "=ds=#s3#, #a3#" }, + { 47130, "INV_Chest_Chain_11", "=q4=Earthfury Raiments", "=ds=#s5#, #a3#" }, + { 47131, "INV_Bracer_16", "=q4=Earthfury Bindings", "=ds=#s8#, #a3#" }, + { 47132, "INV_Gauntlets_11", "=q4=Earthfury Gauntlets", "=ds=#s9#, #a3#" }, + { 47133, "INV_Belt_14", "=q4=Earthfury Sash", "=ds=#s10#, #a3#" }, + { 47134, "INV_Pants_03", "=q4=Earthfury Legplates", "=ds=#s11#, #a3#" }, + { 47135, "INV_Boots_Plate_06", "=q4=Earthfury Greaves", "=ds=#s12#, #a3#" }, }; T1Hunter = { - { 0, "", "", "" }, - { 0, "Ability_Hunter_RunningShot", "=q14=#t1s2#", "" }, - { 0, "", "", "" }, { 16846, "INV_Helmet_05", "=q4=Giantstalker's Helmet", "=ds=#s1#, #a3# =q7=#db28#" }, { 16848, "INV_Shoulder_10", "=q4=Giantstalker's Epaulets", "=ds=#s3#, #a3# =q7=#db31#" }, { 16845, "INV_Chest_Chain_03", "=q4=Giantstalker's Breastplate", "=ds=#s5#, #a3# =q7=#db32#" }, @@ -537,9 +933,6 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16849, "INV_Boots_Chain_13", "=q4=Giantstalker's Boots", "=ds=#s12#, #a3# =q7=#db27#" }, }; T1Warrior = { - { 0, "", "", "" }, - { 0, "INV_Shield_05", "=q17=#t1s9#", "" }, - { 0, "", "", "" }, { 16866, "INV_Helmet_09", "=q4=Helm of Might", "=ds=#s1#, #a4# =q7=#db28#" }, { 16868, "INV_Shoulder_15", "=q4=Pauldrons of Might", "=ds=#s3#, #a4# =q7=#db31#" }, { 16865, "INV_Chest_Plate16", "=q4=Breastplate of Might", "=ds=#s5#, #a4# =q7=#db32#" }, @@ -548,11 +941,23 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16864, "INV_Belt_09", "=q4=Belt of Might", "=ds=#s10#, #a4# =q7=#x34# #z1#" }, { 16867, "INV_Pants_04", "=q4=Legplates of Might", "=ds=#s11#, #a4# =q7=#db26#" }, { 16862, "INV_Boots_Plate_04", "=q4=Sabatons of Might", "=ds=#s12#, #a4# =q7=#db27#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 47240, "INV_Helmet_09", "=q4=Crown of Might", "=ds=#s1#, #a4#" }, + { 47241, "INV_Shoulder_15", "=q4=Pauldrons of Might", "=ds=#s3#, #a4#" }, + { 47242, "INV_Chest_Plate16", "=q4=Chestplate of Might", "=ds=#s5#, #a4#" }, + { 47243, "INV_Bracer_19", "=q4=Bracers of Might", "=ds=#s8#, #a4#" }, + { 47244, "INV_Gauntlets_10", "=q4=Gauntlets of Might", "=ds=#s9#, #a4#" }, + { 47245, "INV_Belt_09", "=q4=Girdle of Might", "=ds=#s10#, #a4#" }, + { 47246, "INV_Pants_04", "=q4=Leggings of Might", "=ds=#s11#, #a4#" }, + { 47247, "INV_Boots_Plate_04", "=q4=Sabatons of Might", "=ds=#s12#, #a4#" }, }; T1Paladin = { - { 0, "", "", "" }, - { 0, "Spell_Holy_SealOfMight", "=q16=#t1s4#", "" }, - { 0, "", "", "" }, { 16854, "INV_Helmet_05", "=q4=Lawbringer Helm", "=ds=#s1#, #a4# =q7=#db28#" }, { 16856, "INV_Shoulder_20", "=q4=Lawbringer Spaulders", "=ds=#s3#, #a4# =q7=#db29#" }, { 16853, "INV_Chest_Plate03", "=q4=Lawbringer Chestguard", "=ds=#s5#, #a4# =q7=#db32#" }, @@ -561,6 +966,24 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16858, "INV_Belt_27", "=q4=Lawbringer Belt", "=ds=#s10#, #a4# =q7=#x34# #z1#" }, { 16855, "INV_Pants_04", "=q4=Lawbringer Legplates", "=ds=#s11#, #a4# =q7=#db26#" }, { 16859, "INV_Boots_Plate_09", "=q4=Lawbringer Boots", "=ds=#s12#, #a4# =q7=#db25#" }, + { 0, "", "", "" }, + { 47000, "INV_Helmet_05", "=q4=Lawbringer Helmet", "=ds=#s1#, #a4#" }, + { 47001, "INV_Shoulder_20", "=q4=Lawbringer Shoulderguards", "=ds=#s3#, #a4#" }, + { 47002, "INV_Chest_Plate03", "=q4=Lawbringer Chestguard", "=ds=#s5#, #a4#" }, + { 47003, "INV_Bracer_18", "=q4=Lawbringer Wristguards", "=ds=#s8#, #a4#" }, + { 47004, "INV_Gauntlets_29", "=q4=Lawbringer Handguards", "=ds=#s9#, #a4#" }, + { 47005, "INV_Belt_27", "=q4=Lawbringer Waistguard", "=ds=#s10#, #a4#" }, + { 47006, "INV_Pants_04", "=q4=Lawbringer Legguards", "=ds=#s11#, #a4#" }, + { 47007, "INV_Boots_Plate_09", "=q4=Lawbringer Greaves", "=ds=#s12#, #a4#" }, + { 0, "", "", "" }, + { 47008, "INV_Helmet_05", "=q4=Lawbringer Crown", "=ds=#s1#, #a4#" }, + { 47009, "INV_Shoulder_20", "=q4=Lawbringer Pauldrons", "=ds=#s3#, #a4#" }, + { 47010, "INV_Chest_Plate03", "=q4=Lawbringer Chestplate", "=ds=#s5#, #a4#" }, + { 47011, "INV_Bracer_18", "=q4=Lawbringer Bindings", "=ds=#s8#, #a4#" }, + { 47012, "INV_Gauntlets_29", "=q4=Lawbringer Gauntlets", "=ds=#s9#, #a4#" }, + { 47013, "INV_Belt_27", "=q4=Lawbringer Girdle", "=ds=#s10#, #a4#" }, + { 47014, "INV_Pants_04", "=q4=Lawbringer Leggings", "=ds=#s11#, #a4#" }, + { 47015, "INV_Boots_Plate_09", "=q4=Lawbringer Sabatons", "=ds=#s12#, #a4#" }, }; T0Mage = { { 0, "", "", "" }, @@ -975,39 +1398,75 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 21393, "INV_Jewelry_Ring_AhnQiraj_03", "=q4=Signet of Unyielding Strength", "=q3=#x21#=ds=, #r3#" }, }; AQ40Mage = { - { 0, "", "", "" }, - { 0,"Spell_Frost_IceStorm", "=q10=#aq40s3#","" }, --Mage - { 0, "", "", "" }, { 21343, "INV_Chest_Cloth_11", "=q4=Enigma Robes", "=q4=#x28#=ds=, #r3#" }, { 21347, "INV_Helmet_06", "=q4=Enigma Circlet", "=q4=#x26#=ds=, #r2#" }, { 21346, "INV_Pants_Cloth_08", "=q4=Enigma Leggings", "=q4=#x27#=ds=, #r2#" }, { 21345, "INV_Shoulder_03", "=q4=Enigma Shoulderpads", "=q4=#x25#=ds=, #r1#" }, { 21344, "INV_Boots_Cloth_03", "=q4=Enigma Boots", "=q4=#x25#=ds=, #r1#" }, + { 0, "", "", "" }, + { 47094, "INV_Helmet_06", "=q4=Enigma Crown", "=ds=#s1#, #a1#" }, + { 47095, "INV_Shoulder_03", "=q4=Enigma Epaulets", "=ds=#s3#, #a1#" }, + { 47096, "INV_Chest_Cloth_11", "=q4=Enigma Vestments", "=ds=#s5#, #a1#" }, + { 47097, "INV_Pants_Cloth_08", "=q4=Enigma Trousers", "=ds=#s11#, #a1#" }, + { 47098, "INV_Boots_Cloth_03", "=q4=Enigma Slippers", "=ds=#s12#, #a1#" }, + --[[{ 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 70626, "INV_Helmet_06", "=q4=Enigma Coronet", "=ds=#s1#, #a1#" }, + { 70627, "INV_Shoulder_03", "=q4=Enigma Shoulderpads", "=ds=#s3#, #a1#" }, + { 70628, "INV_Chest_Cloth_11", "=q4=Enigma Raiments", "=ds=#s5#, #a1#" }, + { 70629, "INV_Pants_Cloth_08", "=q4=Enigma Pants", "=ds=#s11#, #a1#" }, + { 70630, "INV_Boots_Cloth_03", "=q4=Enigma Sandals", "=ds=#s12#, #a1#" },]] }; AQ40Priest = { - { 0, "", "", "" }, - { 0,"Spell_Holy_PowerWordShield", "=q9=#aq40s5#","" }, --Priest - { 0, "", "", "" }, { 21351, "INV_Chest_Cloth_10", "=q4=Vestments of the Oracle", "=q4=#x28#=ds=, #r3#" }, { 21348, "INV_Helmet_06", "=q4=Tiara of the Oracle", "=q4=#x26#=ds=, #r2#" }, { 21352, "INV_Pants_Cloth_07", "=q4=Trousers of the Oracle","=q4=#x27#=ds=, #r2#" }, { 21350, "INV_Shoulder_03", "=q4=Mantle of the Oracle", "=q4=#x29#=ds=, #r1#" }, { 21349, "INV_Boots_Cloth_07", "=q4=Footwraps of the Oracle", "=q4=#x29#=ds=, #r1#" }, + { 0, "", "", "" }, + { 47214, "INV_Helmet_06", "=q4=Tiara of the Oracle", "=ds=#s1#, #a1#" }, + { 47215, "INV_Shoulder_03", "=q4=Mantle of the Oracle", "=ds=#s3#, #a1#" }, + { 47216, "INV_Chest_Cloth_10", "=q4=Vestments of the Oracle", "=ds=#s5#, #a1#" }, + { 47217, "INV_Pants_Cloth_07", "=q4=Trousers of the Oracle", "=ds=#s11#, #a1#" }, + { 47218, "INV_Boots_Cloth_07", "=q4=Footwraps of the Oracle", "=ds=#s12#, #a1#" }, + --[[{ 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 70732, "INV_Helmet_06", "=q4=Coronet of the Oracle", "=ds=#s1#, #a1#" }, + { 70733, "INV_Shoulder_03", "=q4=Shoulderpads of the Oracle", "=ds=#s3#, #a1#" }, + { 70734, "INV_Chest_Cloth_10", "=q4=Raiments of the Oracle", "=ds=#s5#, #a1#" }, + { 70735, "INV_Pants_Cloth_07", "=q4=Pants of the Oracle", "=ds=#s11#, #a1#" }, + { 70736, "INV_Boots_Cloth_07", "=q4=Sandals of the Oracle", "=ds=#s12#, #a1#" },]] }; AQ40Warlock = { - { 0, "", "", "" }, - { 0,"Spell_Shadow_CurseOfTounges", "=q11=#aq40s8#","" }, --Warlock - { 0, "", "", "" }, { 21334, "INV_Chest_Cloth_12", "=q4=Doomcaller's Robes", "=q4=#x28#=ds=, #r3#" }, { 21337, "INV_Helmet_06", "=q4=Doomcaller's Circlet", "=q4=#x26#=ds=, #r2#" }, { 21336, "INV_Pants_Cloth_02", "=q4=Doomcaller's Trousers", "=q4=#x31#=ds=, #r2#" }, { 21335, "INV_Shoulder_03", "=q4=Doomcaller's Mantle", "=q4=#x25#=ds=, #r1#" }, { 21338, "INV_Boots_Cloth_02", "=q4=Doomcaller's Footwraps", "=q4=#x25#=ds=, #r1#" }, + { 0, "", "", "" }, + { 47292, "INV_Helmet_06", "=q4=Doomcaller's Crown", "=ds=#s1#, #a1#" }, + { 47293, "INV_Shoulder_03", "=q4=Doomcaller's Spaulders", "=ds=#s3#, #a1#" }, + { 47294, "INV_Chest_Cloth_12", "=q4=Doomcaller's Raiments", "=ds=#s5#, #a1#" }, + { 47295, "INV_Pants_Cloth_02", "=q4=Doomcaller's Leggings", "=ds=#s11#, #a1#" }, + { 47296, "INV_Boots_Cloth_02", "=q4=Doomcaller's Slippers", "=ds=#s12#, #a1#" }, }; AQ40Rogue = { - { 0, "", "", "" }, - { 0,"Ability_BackStab", "=q12=#aq40s6#","" }, --Rogue - { 0, "", "", "" }, { 21364, "INV_Chest_Leather_08", "=q4=Deathdealer's Vest", "=q4=#x32#=ds=, #r3#" }, { 21360, "INV_Helmet_04", "=q4=Deathdealer's Helm", "=q4=#x30#=ds=, #r2#" }, { 21362, "INV_Pants_Leather_07", "=q4=Deathdealer's Leggings", "=q4=#x27#=ds=, #r2#" }, @@ -1015,29 +1474,62 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 21359, "INV_Boots_08", "=q4=Deathdealer's Boots", "=q4=#x29#=ds=, #r1#" }, }; AQ40Druid = { - { 0, "", "", "" }, - { 0,"Spell_Nature_Regeneration", "=q13=#aq40s1#","" }, --Druid - { 0, "", "", "" }, { 21357, "INV_Chest_Leather_08", "=q4=Genesis Vest", "=q4=#x28#=ds=, #r3#" }, { 21353, "INV_Helmet_06", "=q4=Genesis Helm", "=q4=#x30#=ds=, #r2#" }, { 21356, "INV_Pants_Leather_01", "=q4=Genesis Trousers", "=q4=#x31#=ds=, #r2#" }, { 21354, "INV_Shoulder_03", "=q4=Genesis Shoulderpads", "=q4=#x25#=ds=, #r1#" }, { 21355, "INV_Boots_Cloth_07", "=q4=Genesis Boots", "=q4=#x25#=ds=, #r1#" }, + { 0, "", "", "" }, + { 47362, "INV_Helmet_06", "=q4=Genesis Helm", "=ds=#s1#, #a2#" }, + { 47363, "INV_Shoulder_03", "=q4=Genesis Spaulders", "=ds=#s3#, #a2#" }, + { 47364, "INV_Chest_Leather_08", "=q4=Genesis Vestments", "=ds=#s5#, #a2#" }, + { 47365, "INV_Pants_Leather_01", "=q4=Genesis Leggings", "=ds=#s11#, #a2#" }, + { 47366, "INV_Boots_Cloth_07", "=q4=Genesis Boots", "=ds=#s12#, #a2#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 47367, "INV_Helmet_06", "=q4=Genesis Helmet", "=ds=#s1#, #a2#" }, + { 47368, "INV_Shoulder_03", "=q4=Genesis Shoulderpads", "=ds=#s3#, #a2#" }, + { 47369, "INV_Chest_Leather_08", "=q4=Genesis Raiments", "=ds=#s5#, #a2#" }, + { 47370, "INV_Pants_Leather_01", "=q4=Genesis Pants", "=ds=#s11#, #a2#" }, + { 47371, "INV_Boots_Cloth_07", "=q4=Genesis Treads", "=ds=#s12#, #a2#" }, }; AQ40Shaman = { - { 0, "", "", "" }, - { 0,"Spell_FireResistanceTotem_01", "=q15=#aq40s7#","" }, --Shaman - { 0, "", "", "" }, { 21374, "INV_Chest_Chain_13", "=q4=Stormcaller's Hauberk", "=q4=#x32#=ds=, #r3#" }, { 21372, "INV_Helmet_73", "=q4=Stormcaller's Diadem", "=q4=#x30#=ds=, #r2#" }, { 21375, "INV_Pants_Mail_10", "=q4=Stormcaller's Leggings", "=q4=#x31#=ds=, #r2#" }, { 21376, "INV_Shoulder_03", "=q4=Stormcaller's Pauldrons", "=q4=#x25#=ds=, #r1#" }, { 21373, "INV_Boots_Chain_07", "=q4=Stormcaller's Footguards", "=q4=#x25#=ds=, #r1#" }, + { 0, "", "", "" }, + { 47152, "INV_Helmet_73", "=q4=Stormcaller's Crown", "=ds=#s1#, #a3#" }, + { 47153, "INV_Shoulder_03", "=q4=Stormcaller's Pauldrons", "=ds=#s3#, #a3#" }, + { 47154, "INV_Chest_Chain_13", "=q4=Stormcaller's Breastplate", "=ds=#s5#, #a3#" }, + { 47155, "INV_Pants_Mail_10", "=q4=Stormcaller's Leggings", "=ds=#s11#, #a3#" }, + { 47156, "INV_Boots_Chain_07", "=q4=Stormcaller's Sabatons", "=ds=#s12#, #a3#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 47157, "INV_Helmet_73", "=q4=Stormcaller's Helmet", "=ds=#s1#, #a3#" }, + { 47158, "INV_Shoulder_03", "=q4=Stormcaller's Spaulders", "=ds=#s3#, #a3#" }, + { 47159, "INV_Chest_Chain_13", "=q4=Stormcaller's Chestpiece", "=ds=#s5#, #a3#" }, + { 47160, "INV_Pants_Mail_10", "=q4=Stormcaller's Pants", "=ds=#s11#, #a3#" }, + { 47161, "INV_Boots_Chain_07", "=q4=Stormcaller's Boots", "=ds=#s12#, #a3#" }, }; AQ40Hunter = { - { 0, "", "", "" }, - { 0,"Ability_Hunter_RunningShot", "=q14=#aq40s2#","" }, --Hunter - { 0, "", "", "" }, { 21370, "INV_Chest_Chain_04", "=q4=Striker's Hauberk", "=q4=#x32#=ds=, #r3#" }, { 21366, "INV_Helmet_73", "=q4=Striker's Diadem", "=q4=#x30#=ds=, #r2#" }, { 21368, "INV_Pants_Mail_11", "=q4=Striker's Leggings", "=q4=#x31#=ds=, #r2#" }, @@ -1045,24 +1537,54 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 21365, "INV_Boots_Chain_08", "=q4=Striker's Footguards", "=q4=#x29#=ds=, #r1#" }, }; AQ40Warrior = { - { 0, "", "", "" }, - { 0,"INV_Shield_05", "=q17=#aq40s9#","" }, --Warrior - { 0, "", "", "" }, { 21331, "INV_Chest_Plate12", "=q4=Conqueror's Breastplate", "=q4=#x32#=ds=, #r3#" }, { 21329, "INV_Helmet_72", "=q4=Conqueror's Crown", "=q4=#x26#=ds=, #r2#" }, { 21332, "INV_Pants_Plate_03", "=q4=Conqueror's Legguards", "=q4=#x27#=ds=, #r2#" }, { 21330, "INV_Shoulder_35", "=q4=Conqueror's Spaulders", "=q4=#x29#=ds=, #r1#" }, { 21333, "INV_Boots_Plate_05", "=q4=Conqueror's Greaves", "=q4=#x29#=ds=, #r1#" }, + --[[{ 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 47256, "INV_Helmet_72", "=q4=Conqueror's Crown", "=ds=#s1#, #a4#" }, + { 47257, "INV_Shoulder_35", "=q4=Conqueror's Pauldrons", "=ds=#s3#, #a4#" }, + { 47258, "INV_Chest_Plate12", "=q4=Conqueror's Chestplate", "=ds=#s5#, #a4#" }, + { 47259, "INV_Pants_Plate_03", "=q4=Conqueror's Leggings", "=ds=#s11#, #a4#" }, + { 47260, "INV_Boots_Plate_05", "=q4=Conqueror's Sabatons", "=ds=#s12#, #a4#" },]] }; AQ40Paladin = { - { 0, "", "", "" }, - { 0,"Spell_Holy_SealOfMight", "=q16=#aq40s4#","" }, --Paladin - { 0, "", "", "" }, { 21389, "INV_Chest_Plate03", "=q4=Avenger's Breastplate", "=q4=#x32#=ds=, #r3#" }, { 21387, "INV_Helmet_72", "=q4=Avenger's Crown", "=q4=#x30#=ds=, #r2#" }, { 21390, "INV_Pants_Plate_02", "=q4=Avenger's Legguards", "=q4=#x31#=ds=, #r2#" }, { 21391, "INV_Shoulder_35", "=q4=Avenger's Pauldrons", "=q4=#x25#=ds=, #r1#" }, { 21388, "INV_Boots_Chain_07", "=q4=Avenger's Greaves", "=q4=#x25#=ds=, #r1#" }, + { 0, "", "", "" }, + { 47032, "INV_Helmet_72", "=q4=Avenger's Helmet", "=ds=#s1#, #a4#" }, + { 47033, "INV_Shoulder_35", "=q4=Avenger's Shoulderguards", "=ds=#s3#, #a4#" }, + { 47034, "INV_Chest_Plate03", "=q4=Avenger's Chestguard", "=ds=#s5#, #a4#" }, + { 47035, "INV_Pants_Plate_02", "=q4=Avenger's Legguards", "=ds=#s11#, #a4#" }, + { 47036, "INV_Boots_Chain_07", "=q4=Avenger's Greaves", "=ds=#s12#, #a4#" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 0, "", "", "" }, + { 47037, "INV_Helmet_72", "=q4=Avenger's Helm", "=ds=#s1#, #a4#" }, + { 47038, "INV_Shoulder_35", "=q4=Avenger's Spaulders", "=ds=#s3#, #a4#" }, + { 47039, "INV_Chest_Plate03", "=q4=Avenger's Breastplate", "=ds=#s5#, #a4#" }, + { 47040, "INV_Pants_Plate_02", "=q4=Avenger's Legplates", "=ds=#s11#, #a4#" }, + { 47041, "INV_Boots_Chain_07", "=q4=Avenger's Boots", "=ds=#s12#, #a4#" }, }; Artifacts = { { 0, "", "", "" }, diff --git a/TableRegister/loottables.en.lua b/TableRegister/loottables.en.lua index e382e4d..fa89ada 100644 --- a/TableRegister/loottables.en.lua +++ b/TableRegister/loottables.en.lua @@ -249,8 +249,8 @@ AtlasLoot_TableNames = { ["AQ20Ayamiss"] = { AL["Ruins of Ahn'Qiraj"].." - "..AL["Ayamiss the Hunter"], "AtlasLootItems" }, ["AQ20Ossirian"] = { AL["Ruins of Ahn'Qiraj"].." - "..AL["Ossirian the Unscarred"], "AtlasLootItems" }, ["AQ20Trash"] = { AL["Ruins of Ahn'Qiraj"].." - "..AL["Trash Mobs"], "AtlasLootItems" }, - ["AQ20ClassBooks"] = { AL["Ruins of Ahn'Qiraj"].." - ".."AQ Class Books", "AtlasLootItems" }, - ["AQ20Enchants"] = { AL["Ruins of Ahn'Qiraj"].." - ".."AQ Enchants", "AtlasLootItems" }, + ["AQ20ClassBooks"] = { AL["Ruins of Ahn'Qiraj"].." - ".."Class Books", "AtlasLootItems" }, + ["AQ20Enchants"] = { AL["Ruins of Ahn'Qiraj"].." - ".."Enchants", "AtlasLootItems" }, --Scarlet Monestery - Armory ["SMHerod"] = { AL["Scarlet Monastery (Armory)"].." - "..AL["Herod"], "AtlasLootItems" }, ["SMATrash"] = { AL["Scarlet Monastery (Armory)"].." - "..AL["Trash Mobs"], "AtlasLootItems" }, @@ -361,7 +361,7 @@ AtlasLoot_TableNames = { ["HQEngineerFiggles"] = { AL["Hateforge Quarry"].." - "..AL["Engineer Figgles"], "AtlasLootItems" }, ["HQCorrosis"] = { AL["Hateforge Quarry"].." - "..AL["Corrosis"], "AtlasLootItems" }, ["HQHatereaverAnnihilator"] = { AL["Hateforge Quarry"].." - "..AL["Hatereaver Annihilator"], "AtlasLootItems" }, - ["HQHargeshDoomcaller"] = { AL["Hateforge Quarry"].." - "..AL["Hargesh Doomcaller"], "AtlasLootItems" }, + ["HQHargeshDoomcaller"] = { AL["Hateforge Quarry"].." - "..AL["Har'gesh Doomcaller"], "AtlasLootItems" }, ["HQTrash"] = { AL["Hateforge Quarry"].." - "..AL["Trash Mobs"], "AtlasLootItems" }, -- The Cresant Grove ["TCGGrovetenderEngryss"] = { AL["The Crescent Grove"].." - "..AL["Grovetender Engryss"], "AtlasLootItems" }, @@ -637,7 +637,16 @@ AtlasLoot_TableNames = { ["T3Shaman"] = { AL["Naxxramas"].." - "..AL["Tier 3"].." "..AL["Set"], "AtlasLootSetItems" }, ["T3Warlock"] = { AL["Naxxramas"].." - "..AL["Tier 3"].." "..AL["Set"], "AtlasLootSetItems" }, ["T3Warrior"] = { AL["Naxxramas"].." - "..AL["Tier 3"].." "..AL["Set"], "AtlasLootSetItems" }, - + --T3.5 Sets + ["T35Druid"] = { AL["Karazhan"].." - "..AL["Tier 3.5"].." "..AL["Set"], "AtlasLootSetItems" }, + ["T35Hunter"] = { AL["Karazhan"].." - "..AL["Tier 3.5"].." "..AL["Set"], "AtlasLootSetItems" }, + ["T35Mage"] = { AL["Karazhan"].." - "..AL["Tier 3.5"].." "..AL["Set"], "AtlasLootSetItems" }, + ["T35Paladin"] = { AL["Karazhan"].." - "..AL["Tier 3.5"].." "..AL["Set"], "AtlasLootSetItems" }, + ["T35Priest"] = { AL["Karazhan"].." - "..AL["Tier 3.5"].." "..AL["Set"], "AtlasLootSetItems" }, + ["T35Rogue"] = { AL["Karazhan"].." - "..AL["Tier 3.5"].." "..AL["Set"], "AtlasLootSetItems" }, + ["T35Shaman"] = { AL["Karazhan"].." - "..AL["Tier 3.5"].." "..AL["Set"], "AtlasLootSetItems" }, + ["T35Warlock"] = { AL["Karazhan"].." - "..AL["Tier 3.5"].." "..AL["Set"], "AtlasLootSetItems" }, + ["T35Warrior"] = { AL["Karazhan"].." - "..AL["Tier 3.5"].." "..AL["Set"], "AtlasLootSetItems" }, ------------------------ --- Misc Collections --- ------------------------ @@ -954,6 +963,28 @@ AtlasLoot_TableNames = { ["TailoringBags1"] = { AL["Tailoring"] .. ": " .. AL["Bags"], "AtlasLootCrafting" }, ["TailoringShirt1"] = { AL["Tailoring"] .. ": " .. AL["Shirt"], "AtlasLootCrafting" }, ["TailoringMisc1"] = { AL["Tailoring"] .. ": " .. AL["Misc"], "AtlasLootCrafting" }, + --Jewelcrafting + ["JewelcraftingApprentice1"] = { AL["Jewelcrafting"] .. ": " .. AL["Apprentice"], "AtlasLootCrafting" }, + ["JewelcraftingJourneyman1"] = { AL["Jewelcrafting"] .. ": " .. AL["Journeyman"], "AtlasLootCrafting" }, + ["JewelcraftingJourneyman2"] = { AL["Jewelcrafting"] .. ": " .. AL["Journeyman"], "AtlasLootCrafting" }, + ["JewelcraftingExpert1"] = { AL["Jewelcrafting"] .. ": " .. AL["Expert"], "AtlasLootCrafting" }, + ["JewelcraftingExpert2"] = { AL["Jewelcrafting"] .. ": " .. AL["Expert"], "AtlasLootCrafting" }, + ["JewelcraftingExpert3"] = { AL["Jewelcrafting"] .. ": " .. AL["Expert"], "AtlasLootCrafting" }, + ["JewelcraftingArtisan1"] = { AL["Jewelcrafting"] .. ": " .. AL["Artisan"], "AtlasLootCrafting" }, + ["JewelcraftingArtisan2"] = { AL["Jewelcrafting"] .. ": " .. AL["Artisan"], "AtlasLootCrafting" }, + ["JewelcraftingArtisan3"] = { AL["Jewelcrafting"] .. ": " .. AL["Artisan"], "AtlasLootCrafting" }, + ["JewelcraftingGemstones1"] = { AL["Jewelcrafting"] .. ": " .. AL["Gemstones"], "AtlasLootCrafting" }, + ["JewelcraftingRings1"] = { AL["Jewelcrafting"] .. ": " .. AL["Rings"], "AtlasLootCrafting" }, + ["JewelcraftingRings2"] = { AL["Jewelcrafting"] .. ": " .. AL["Rings"], "AtlasLootCrafting" }, + ["JewelcraftingAmulets1"] = { AL["Jewelcrafting"] .. ": " .. AL["Amulets"], "AtlasLootCrafting" }, + ["JewelcraftingHelm1"] = { AL["Jewelcrafting"] .. ": " .. AL["Head"], "AtlasLootCrafting" }, + ["JewelcraftingBracers1"] = { AL["Jewelcrafting"] .. ": " .. AL["Bracers"], "AtlasLootCrafting" }, + ["JewelcraftingOffHands1"] = { AL["Jewelcrafting"] .. ": " .. AL["Off-hand"], "AtlasLootCrafting" }, + ["JewelcraftingStaves1"] = { AL["Jewelcrafting"] .. ": " .. AL["Staff"], "AtlasLootCrafting" }, + ["JewelcraftingTrinkets1"] = { AL["Jewelcrafting"] .. ": " .. AL["Trinkets"], "AtlasLootCrafting" }, + ["JewelcraftingMisc1"] = { AL["Jewelcrafting"] .. ": " .. AL["Misc"], "AtlasLootCrafting" }, + ["JewelcraftingGemology1"] = { AL["Jewelcrafting"] .. ": " .. AL["Gemology"], "AtlasLootCrafting" }, + ["JewelcraftingGoldsmithing1"] = { AL["Jewelcrafting"] .. ": " .. AL["Goldsmithing"], "AtlasLootCrafting" }, --Cooking ["CookingApprentice1"] = { AL["Cooking"] .. ": " .. AL["Apprentice"], "AtlasLootCrafting" }, ["CookingJourneyman1"] = { AL["Cooking"] .. ": " .. AL["Journeyman"], "AtlasLootCrafting" }, @@ -1068,6 +1099,8 @@ AtlasLoot_TableNames = { ["COOKINGMENU"] = { "dummy", "dummy" }, ["FIRSTAIDMENU"] = { "dummy", "dummy" }, ["WORLDBOSSMENU"] = { "dummy", "dummy" }, + ["JEWELCRAFTMENU"] = { "dummy", "dummy" }, + ["KARASET"] = { "dummy", "dummy" }, ["WishList"] = { AL["WishList"], "AtlasLootCharDB" }, --If all else fails! ["EmptyInstance"] = { "AtlasLoot", "AtlasLootFallback" }, @@ -1180,7 +1213,7 @@ AtlasLoot_TableNamesBoss = { ["HQEngineerFiggles"] = { AL["Engineer Figgles"], "AtlasLootItems" }, ["HQCorrosis"] = { AL["Corrosis"], "AtlasLootItems" }, ["HQHatereaverAnnihilator"] = { AL["Hatereaver Annihilator"], "AtlasLootItems" }, - ["HQHargeshDoomcaller"] = { AL["Hargesh Doomcaller"], "AtlasLootItems" }, + ["HQHargeshDoomcaller"] = { AL["Har'gesh Doomcaller"], "AtlasLootItems" }, ["HQTrash"] = { AL["Trash Mobs"], "AtlasLootItems" }, }, ["The Crescent Grove"] = { @@ -1767,7 +1800,17 @@ AtlasLoot_TableNamesBoss = { ["T3Warlock"] = { AL["Warlock"] .. " - " .. AL["Tier 3 Sets"], "AtlasLootSetItems" }, ["T3Warrior"] = { AL["Warrior"] .. " - " .. AL["Tier 3 Sets"], "AtlasLootSetItems" }, }, - + ["Karazhan Sets"] = { + ["T35Druid"] = { AL["Karazhan"].." - "..AL["Tier 3.5"].." "..AL["Set"], "AtlasLootSetItems" }, + ["T35Hunter"] = { AL["Karazhan"].." - "..AL["Tier 3.5"].." "..AL["Set"], "AtlasLootSetItems" }, + ["T35Mage"] = { AL["Karazhan"].." - "..AL["Tier 3.5"].." "..AL["Set"], "AtlasLootSetItems" }, + ["T35Paladin"] = { AL["Karazhan"].." - "..AL["Tier 3.5"].." "..AL["Set"], "AtlasLootSetItems" }, + ["T35Priest"] = { AL["Karazhan"].." - "..AL["Tier 3.5"].." "..AL["Set"], "AtlasLootSetItems" }, + ["T35Rogue"] = { AL["Karazhan"].." - "..AL["Tier 3.5"].." "..AL["Set"], "AtlasLootSetItems" }, + ["T35Shaman"] = { AL["Karazhan"].." - "..AL["Tier 3.5"].." "..AL["Set"], "AtlasLootSetItems" }, + ["T35Warlock"] = { AL["Karazhan"].." - "..AL["Tier 3.5"].." "..AL["Set"], "AtlasLootSetItems" }, + ["T35Warrior"] = { AL["Karazhan"].." - "..AL["Tier 3.5"].." "..AL["Set"], "AtlasLootSetItems" }, + }, ------------------------ --- Misc Collections --- ------------------------ @@ -2078,6 +2121,28 @@ AtlasLoot_TableNamesBoss = { ["TailoringBags1"] = { AL["Tailoring"] .. ": " .. AL["Bags"], "AtlasLootCrafting" }, ["TailoringShirt1"] = { AL["Tailoring"] .. ": " .. AL["Shirt"], "AtlasLootCrafting" }, ["TailoringMisc1"] = { AL["Tailoring"] .. ": " .. AL["Misc"], "AtlasLootCrafting" }, + --Jewelcrafting + ["JewelcraftingApprentice1"] = { AL["Jewelcrafting"] .. ": " .. AL["Apprentice"], "AtlasLootCrafting" }, + ["JewelcraftingJourneyman1"] = { AL["Jewelcrafting"] .. ": " .. AL["Journeyman"], "AtlasLootCrafting" }, + ["JewelcraftingJourneyman2"] = { AL["Jewelcrafting"] .. ": " .. AL["Journeyman"], "AtlasLootCrafting" }, + ["JewelcraftingExpert1"] = { AL["Jewelcrafting"] .. ": " .. AL["Expert"], "AtlasLootCrafting" }, + ["JewelcraftingExpert2"] = { AL["Jewelcrafting"] .. ": " .. AL["Expert"], "AtlasLootCrafting" }, + ["JewelcraftingExpert3"] = { AL["Jewelcrafting"] .. ": " .. AL["Expert"], "AtlasLootCrafting" }, + ["JewelcraftingArtisan1"] = { AL["Jewelcrafting"] .. ": " .. AL["Artisan"], "AtlasLootCrafting" }, + ["JewelcraftingArtisan2"] = { AL["Jewelcrafting"] .. ": " .. AL["Artisan"], "AtlasLootCrafting" }, + ["JewelcraftingArtisan3"] = { AL["Jewelcrafting"] .. ": " .. AL["Artisan"], "AtlasLootCrafting" }, + ["JewelcraftingGemstones1"] = { AL["Jewelcrafting"] .. ": " .. AL["Gemstones"], "AtlasLootCrafting" }, + ["JewelcraftingRings1"] = { AL["Jewelcrafting"] .. ": " .. AL["Rings"], "AtlasLootCrafting" }, + ["JewelcraftingRings2"] = { AL["Jewelcrafting"] .. ": " .. AL["Rings"], "AtlasLootCrafting" }, + ["JewelcraftingAmulets1"] = { AL["Jewelcrafting"] .. ": " .. AL["Amulets"], "AtlasLootCrafting" }, + ["JewelcraftingHelm1"] = { AL["Jewelcrafting"] .. ": " .. AL["Head"], "AtlasLootCrafting" }, + ["JewelcraftingBracers1"] = { AL["Jewelcrafting"] .. ": " .. AL["Bracers"], "AtlasLootCrafting" }, + ["JewelcraftingOffHands1"] = { AL["Jewelcrafting"] .. ": " .. AL["Off-hand"], "AtlasLootCrafting" }, + ["JewelcraftingStaves1"] = { AL["Jewelcrafting"] .. ": " .. AL["Staff"], "AtlasLootCrafting" }, + ["JewelcraftingTrinkets1"] = { AL["Jewelcrafting"] .. ": " .. AL["Trinkets"], "AtlasLootCrafting" }, + ["JewelcraftingMisc1"] = { AL["Jewelcrafting"] .. ": " .. AL["Misc"], "AtlasLootCrafting" }, + ["JewelcraftingGemology1"] = { AL["Jewelcrafting"] .. ": " .. AL["Gemology"], "AtlasLootCrafting" }, + ["JewelcraftingGoldsmithing1"] = { AL["Jewelcrafting"] .. ": " .. AL["Goldsmithing"], "AtlasLootCrafting" }, --Cooking ["CookingApprentice1"] = { AL["Cooking"] .. ": " .. AL["Apprentice"], "AtlasLootCrafting" }, ["CookingJourneyman1"] = { AL["Cooking"] .. ": " .. AL["Journeyman"], "AtlasLootCrafting" },