rework menus
This commit is contained in:
+174
-175
@@ -6,7 +6,7 @@ inherant title to the loot table, given the origins of the mod as an Atlas plugi
|
||||
]]
|
||||
|
||||
--Invoke libraries
|
||||
local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot")
|
||||
local AL = AtlasLoot.L
|
||||
|
||||
--Table of loot titles
|
||||
AtlasLoot_TableNames = {
|
||||
@@ -856,12 +856,12 @@ AtlasLoot_TableNames = {
|
||||
--- Trades ---
|
||||
--------------
|
||||
--Alchemy
|
||||
["AlchemyApprentice1"] = { AL["Alchemy"] --[[ .. ": " .. AL["Apprentice"]], "AtlasLootCrafting" },
|
||||
["AlchemyJourneyman1"] = { AL["Alchemy"] --[[ .. ": " .. AL["Journeyman"]], "AtlasLootCrafting" },
|
||||
["AlchemyExpert1"] = { AL["Alchemy"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["AlchemyArtisan1"] = { AL["Alchemy"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["AlchemyArtisan2"] = { AL["Alchemy"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["AlchemyArtisan3"] = { AL["Alchemy"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["AlchemyApprentice1"] = { AL["Alchemy"]..": "..AL["Apprentice"], "AtlasLootCrafting" },
|
||||
["AlchemyJourneyman1"] = { AL["Alchemy"]..": "..AL["Journeyman"], "AtlasLootCrafting" },
|
||||
["AlchemyExpert1"] = { AL["Alchemy"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["AlchemyArtisan1"] = { AL["Alchemy"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["AlchemyArtisan2"] = { AL["Alchemy"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["AlchemyArtisan3"] = { AL["Alchemy"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["AlchemyFlasks1"] = { AL["Alchemy"]..": "..AL["Flasks"], "AtlasLootCrafting" },
|
||||
["AlchemyProtectionPots1"] = { AL["Alchemy"]..": "..AL["Protection Potions"], "AtlasLootCrafting" },
|
||||
["AlchemyHealingAndMana1"] = { AL["Alchemy"]..": "..AL["Health and Mana Potions"], "AtlasLootCrafting" },
|
||||
@@ -871,16 +871,16 @@ AtlasLoot_TableNames = {
|
||||
["AlchemyOffensive2"] = { AL["Alchemy"]..": "..AL["Offensive Potions and Elixirs"], "AtlasLootCrafting" },
|
||||
["AlchemyMisc1"] = { AL["Alchemy"]..": "..AL["Miscellaneous"], "AtlasLootCrafting" },
|
||||
--BlackSmithing
|
||||
["SmithingApprentice1"] = { AL["Blacksmithing"] --[[ .. ": " .. AL["Apprentice"]], "AtlasLootCrafting" },
|
||||
["SmithingJourneyman1"] = { AL["Blacksmithing"] --[[ .. ": " .. AL["Journeyman"]], "AtlasLootCrafting" },
|
||||
["SmithingJourneyman2"] = { AL["Blacksmithing"] --[[ .. ": " .. AL["Journeyman"]], "AtlasLootCrafting" },
|
||||
["SmithingExpert1"] = { AL["Blacksmithing"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["SmithingExpert2"] = { AL["Blacksmithing"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["SmithingExpert3"] = { AL["Blacksmithing"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["SmithingArtisan1"] = { AL["Blacksmithing"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["SmithingArtisan2"] = { AL["Blacksmithing"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["SmithingArtisan3"] = { AL["Blacksmithing"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["SmithingArtisan4"] = { AL["Blacksmithing"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["SmithingApprentice1"] = { AL["Blacksmithing"]..": "..AL["Apprentice"], "AtlasLootCrafting" },
|
||||
["SmithingJourneyman1"] = { AL["Blacksmithing"]..": "..AL["Journeyman"], "AtlasLootCrafting" },
|
||||
["SmithingJourneyman2"] = { AL["Blacksmithing"]..": "..AL["Journeyman"], "AtlasLootCrafting" },
|
||||
["SmithingExpert1"] = { AL["Blacksmithing"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["SmithingExpert2"] = { AL["Blacksmithing"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["SmithingExpert3"] = { AL["Blacksmithing"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["SmithingArtisan1"] = { AL["Blacksmithing"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["SmithingArtisan2"] = { AL["Blacksmithing"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["SmithingArtisan3"] = { AL["Blacksmithing"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["SmithingArtisan4"] = { AL["Blacksmithing"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["Armorsmith1"] = { AL["Blacksmithing"]..": "..AL["Armorsmith"], "AtlasLootCrafting" },
|
||||
["Weaponsmith1"] = { AL["Blacksmithing"]..": "..AL["Weaponsmith"], "AtlasLootCrafting" },
|
||||
["Axesmith1"] = { AL["Blacksmithing"]..": "..AL["Master Axesmith"], "AtlasLootCrafting" },
|
||||
@@ -904,14 +904,14 @@ AtlasLoot_TableNames = {
|
||||
["SmithingMisc2"] = { AL["Blacksmithing"]..": "..AL["Misc"], "AtlasLootCrafting" },
|
||||
["SmithingBuckles1"] = { AL["Blacksmithing"]..": "..AL["Belt Buckles"], "AtlasLootCrafting" },
|
||||
--Enchanting
|
||||
["EnchantingApprentice1"] = { AL["Enchanting"] --[[ .. ": " .. AL["Apprentice"]], "AtlasLootCrafting" },
|
||||
["EnchantingJourneyman1"] = { AL["Enchanting"] --[[ .. ": " .. AL["Journeyman"]], "AtlasLootCrafting" },
|
||||
["EnchantingJourneyman2"] = { AL["Enchanting"] --[[ .. ": " .. AL["Journeyman"]], "AtlasLootCrafting" },
|
||||
["EnchantingExpert1"] = { AL["Enchanting"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["EnchantingExpert2"] = { AL["Enchanting"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["EnchantingArtisan1"] = { AL["Enchanting"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["EnchantingArtisan2"] = { AL["Enchanting"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["EnchantingArtisan3"] = { AL["Enchanting"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["EnchantingApprentice1"] = { AL["Enchanting"]..": "..AL["Apprentice"], "AtlasLootCrafting" },
|
||||
["EnchantingJourneyman1"] = { AL["Enchanting"]..": "..AL["Journeyman"], "AtlasLootCrafting" },
|
||||
["EnchantingJourneyman2"] = { AL["Enchanting"]..": "..AL["Journeyman"], "AtlasLootCrafting" },
|
||||
["EnchantingExpert1"] = { AL["Enchanting"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["EnchantingExpert2"] = { AL["Enchanting"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["EnchantingArtisan1"] = { AL["Enchanting"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["EnchantingArtisan2"] = { AL["Enchanting"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["EnchantingArtisan3"] = { AL["Enchanting"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["EnchantingCloak1"] = { AL["Enchanting"]..": "..AL["Cloak"], "AtlasLootCrafting" },
|
||||
["EnchantingChest1"] = { AL["Enchanting"]..": "..AL["Chest"], "AtlasLootCrafting" },
|
||||
["EnchantingBracer1"] = { AL["Enchanting"]..": "..AL["Bracer"], "AtlasLootCrafting" },
|
||||
@@ -922,13 +922,13 @@ AtlasLoot_TableNames = {
|
||||
["EnchantingShield1"] = { AL["Enchanting"]..": "..AL["Shield"], "AtlasLootCrafting" },
|
||||
["EnchantingMisc1"] = { AL["Enchanting"]..": "..AL["Misc"], "AtlasLootCrafting" },
|
||||
--Engineering
|
||||
["EngineeringApprentice1"] = { AL["Engineering"] --[[ .. ": " .. AL["Apprentice"]], "AtlasLootCrafting" },
|
||||
["EngineeringJourneyman1"] = { AL["Engineering"] --[[ .. ": " .. AL["Journeyman"]], "AtlasLootCrafting" },
|
||||
["EngineeringJourneyman2"] = { AL["Engineering"] --[[ .. ": " .. AL["Journeyman"]], "AtlasLootCrafting" },
|
||||
["EngineeringExpert1"] = { AL["Engineering"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["EngineeringExpert2"] = { AL["Engineering"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["EngineeringArtisan1"] = { AL["Engineering"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["EngineeringArtisan2"] = { AL["Engineering"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["EngineeringApprentice1"] = { AL["Engineering"]..": "..AL["Apprentice"], "AtlasLootCrafting" },
|
||||
["EngineeringJourneyman1"] = { AL["Engineering"]..": "..AL["Journeyman"], "AtlasLootCrafting" },
|
||||
["EngineeringJourneyman2"] = { AL["Engineering"]..": "..AL["Journeyman"], "AtlasLootCrafting" },
|
||||
["EngineeringExpert1"] = { AL["Engineering"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["EngineeringExpert2"] = { AL["Engineering"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["EngineeringArtisan1"] = { AL["Engineering"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["EngineeringArtisan2"] = { AL["Engineering"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["Gnomish1"] = { AL["Engineering"]..": "..AL["Gnomish Engineering"], "AtlasLootCrafting" },
|
||||
["Goblin1"] = { AL["Engineering"]..": "..AL["Goblin Engineering"], "AtlasLootCrafting" },
|
||||
["EngineeringEquipment1"] = { AL["Engineering"]..": "..AL["Equipment"], "AtlasLootCrafting" },
|
||||
@@ -939,15 +939,15 @@ AtlasLoot_TableNames = {
|
||||
["EngineeringMisc2"] = { AL["Engineering"]..": "..AL["Misc"], "AtlasLootCrafting" },
|
||||
["EngineeringWeapons1"] = { AL["Engineering"]..": "..AL["Misc"], "AtlasLootCrafting" },
|
||||
--Leatherworking
|
||||
["LeatherApprentice1"] = { AL["Leatherworking"] --[[ .. ": " .. AL["Apprentice"]], "AtlasLootCrafting" },
|
||||
["LeatherJourneyman1"] = { AL["Leatherworking"] --[[ .. ": " .. AL["Journeyman"]], "AtlasLootCrafting" },
|
||||
["LeatherJourneyman2"] = { AL["Leatherworking"] --[[ .. ": " .. AL["Journeyman"]], "AtlasLootCrafting" },
|
||||
["LeatherExpert1"] = { AL["Leatherworking"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["LeatherExpert2"] = { AL["Leatherworking"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["LeatherArtisan1"] = { AL["Leatherworking"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["LeatherArtisan2"] = { AL["Leatherworking"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["LeatherArtisan3"] = { AL["Leatherworking"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["LeatherArtisan4"] = { AL["Leatherworking"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["LeatherApprentice1"] = { AL["Leatherworking"]..": "..AL["Apprentice"], "AtlasLootCrafting" },
|
||||
["LeatherJourneyman1"] = { AL["Leatherworking"]..": "..AL["Journeyman"], "AtlasLootCrafting" },
|
||||
["LeatherJourneyman2"] = { AL["Leatherworking"]..": "..AL["Journeyman"], "AtlasLootCrafting" },
|
||||
["LeatherExpert1"] = { AL["Leatherworking"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["LeatherExpert2"] = { AL["Leatherworking"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["LeatherArtisan1"] = { AL["Leatherworking"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["LeatherArtisan2"] = { AL["Leatherworking"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["LeatherArtisan3"] = { AL["Leatherworking"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["LeatherArtisan4"] = { AL["Leatherworking"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["Dragonscale1"] = { AL["Dragonscale Leatherworking"], "AtlasLootCrafting" },
|
||||
["Elemental1"] = { AL["Elemental Leatherworking"], "AtlasLootCrafting" },
|
||||
["Tribal1"] = { AL["Tribal Leatherworking"], "AtlasLootCrafting" },
|
||||
@@ -971,18 +971,18 @@ AtlasLoot_TableNames = {
|
||||
["Herbalism1"] = { AL["Herbalism"], "AtlasLootCrafting" },
|
||||
["Herbalism2"] = { AL["Herbalism"], "AtlasLootCrafting" },
|
||||
--Tailoring
|
||||
["TailoringApprentice1"] = { AL["Tailoring"] --[[ .. ": " .. AL["Apprentice"]], "AtlasLootCrafting" },
|
||||
["TailoringApprentice2"] = { AL["Tailoring"] --[[ .. ": " .. AL["Apprentice"]], "AtlasLootCrafting" },
|
||||
["TailoringJourneyman1"] = { AL["Tailoring"] --[[ .. ": " .. AL["Journeyman"]], "AtlasLootCrafting" },
|
||||
["TailoringJourneyman2"] = { AL["Tailoring"] --[[ .. ": " .. AL["Journeyman"]], "AtlasLootCrafting" },
|
||||
["TailoringExpert1"] = { AL["Tailoring"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["TailoringExpert2"] = { AL["Tailoring"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["TailoringExpert3"] = { AL["Tailoring"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["TailoringArtisan1"] = { AL["Tailoring"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["TailoringArtisan2"] = { AL["Tailoring"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["TailoringArtisan3"] = { AL["Tailoring"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["TailoringArtisan4"] = { AL["Tailoring"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["TailoringArtisan5"] = { AL["Tailoring"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["TailoringApprentice1"] = { AL["Tailoring"]..": "..AL["Apprentice"], "AtlasLootCrafting" },
|
||||
["TailoringApprentice2"] = { AL["Tailoring"]..": "..AL["Apprentice"], "AtlasLootCrafting" },
|
||||
["TailoringJourneyman1"] = { AL["Tailoring"]..": "..AL["Journeyman"], "AtlasLootCrafting" },
|
||||
["TailoringJourneyman2"] = { AL["Tailoring"]..": "..AL["Journeyman"], "AtlasLootCrafting" },
|
||||
["TailoringExpert1"] = { AL["Tailoring"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["TailoringExpert2"] = { AL["Tailoring"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["TailoringExpert3"] = { AL["Tailoring"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["TailoringArtisan1"] = { AL["Tailoring"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["TailoringArtisan2"] = { AL["Tailoring"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["TailoringArtisan3"] = { AL["Tailoring"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["TailoringArtisan4"] = { AL["Tailoring"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["TailoringArtisan5"] = { AL["Tailoring"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["TailoringHelm1"] = { AL["Tailoring"]..": "..AL["Helm"], "AtlasLootCrafting" },
|
||||
["TailoringShoulders1"] = { AL["Tailoring"]..": "..AL["Shoulders"], "AtlasLootCrafting" },
|
||||
["TailoringCloak1"] = { AL["Tailoring"]..": "..AL["Cloak"], "AtlasLootCrafting" },
|
||||
@@ -998,15 +998,15 @@ AtlasLoot_TableNames = {
|
||||
["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" },
|
||||
["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" },
|
||||
@@ -1020,10 +1020,10 @@ AtlasLoot_TableNames = {
|
||||
["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" },
|
||||
["CookingExpert1"] = { AL["Cooking"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["CookingArtisan1"] = { AL["Cooking"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["CookingApprentice1"] = { AL["Cooking"]..": "..AL["Apprentice"], "AtlasLootCrafting" },
|
||||
["CookingJourneyman1"] = { AL["Cooking"]..": "..AL["Journeyman"], "AtlasLootCrafting" },
|
||||
["CookingExpert1"] = { AL["Cooking"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["CookingArtisan1"] = { AL["Cooking"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
--FirstAid
|
||||
["FirstAid1"] = { AL["First Aid"], "AtlasLootCrafting" },
|
||||
--Survival
|
||||
@@ -1094,44 +1094,43 @@ AtlasLoot_TableNames = {
|
||||
["PVPWarlock"] = { AL["PvP"].." "..AL["Rank 7-13"], "AtlasLootGeneralPvPItems" },
|
||||
["PVPWarrior"] = { AL["PvP"].." "..AL["Rank 7-13"], "AtlasLootGeneralPvPItems" },
|
||||
-------------
|
||||
--- Other ---
|
||||
--- Menus ---
|
||||
-------------
|
||||
--Menus, the entry does nothing, but makes the generalised loot table code less complex
|
||||
["DUNGEONSMENU1"] = { "dummy", "dummy" },
|
||||
["DUNGEONSMENU2"] = { "dummy", "dummy" },
|
||||
["PVPMENU"] = { "dummy", "dummy" },
|
||||
["PVPSET"] = { "dummy", "dummy" },
|
||||
["AVRepMenu"] = { "dummy", "dummy" },
|
||||
["ABRepMenu"] = { "dummy", "dummy" },
|
||||
["WSGRepMenu"] = { "dummy", "dummy" },
|
||||
["BRRepMenu"] = { "dummy", "dummy" },
|
||||
["PRE60SET"] = { "dummy", "dummy" },
|
||||
["ZGSET"] = { "dummy", "dummy" },
|
||||
["AQ20SET"] = { "dummy", "dummy" },
|
||||
["AQ40SET"] = { "dummy", "dummy" },
|
||||
["KARASET"] = { "dummy", "dummy" },
|
||||
["T0SET"] = { "dummy", "dummy" },
|
||||
["T1SET"] = { "dummy", "dummy" },
|
||||
["T2SET"] = { "dummy", "dummy" },
|
||||
["T3SET"] = { "dummy", "dummy" },
|
||||
["REPMENU"] = { "dummy", "dummy" },
|
||||
["SETMENU"] = { "dummy", "dummy" },
|
||||
["WORLDEVENTMENU"] = { "dummy", "dummy" },
|
||||
["ALCHEMYMENU"] = { "dummy", "dummy" },
|
||||
["CRAFTSET"] = { "dummy", "dummy" },
|
||||
["CRAFTINGMENU"] = { "dummy", "dummy" },
|
||||
["SMITHINGMENU"] = { "dummy", "dummy" },
|
||||
["ENCHANTINGMENU"] = { "dummy", "dummy" },
|
||||
["ENGINEERINGMENU"] = { "dummy", "dummy" },
|
||||
["LEATHERWORKINGMENU"] = { "dummy", "dummy" },
|
||||
["TAILORINGMENU"] = { "dummy", "dummy" },
|
||||
["FIRSTAIDMENU"] = { "dummy", "dummy" },
|
||||
["WORLDBOSSMENU"] = { "dummy", "dummy" },
|
||||
["JEWELCRAFTMENU"] = { "dummy", "dummy" },
|
||||
["TMHSET"] = { "dummy", "dummy" },
|
||||
["DUNGEONSMENU1"] = { AL["Dungeons & Raids"], "MENUS" },
|
||||
["DUNGEONSMENU2"] = { AL["Dungeons & Raids"], "MENUS" },
|
||||
["PVPMENU"] = { AL["PvP Rewards"], "MENUS" },
|
||||
["PVPSET"] = { AL["PvP Armor Sets"], "MENUS" },
|
||||
["AVRepMenu"] = { AL["Alterac Valley"], "MENUS" },
|
||||
["ABRepMenu"] = { AL["Arathi Basin"], "MENUS" },
|
||||
["WSGRepMenu"] = { AL["Warsong Gulch"], "MENUS" },
|
||||
["BRRepMenu"] = { AL["Blood Ring"], "MENUS" },
|
||||
["PRE60SET"] = { AL["Sets"], "MENUS" },
|
||||
["ZGSET"] = { AL["Zul'Gurub Sets"], "MENUS" },
|
||||
["AQ20SET"] = { AL["Ruins of Ahn'Qiraj Sets"], "MENUS" },
|
||||
["AQ40SET"] = { AL["Temple of Ahn'Qiraj Sets"], "MENUS" },
|
||||
["KARASET"] = { AL["Karazhan Sets"], "MENUS" },
|
||||
["T0SET"] = { AL["Dungeon Sets"], "MENUS" },
|
||||
["T1SET"] = { AL["Tier 1 Sets"], "MENUS" },
|
||||
["T2SET"] = { AL["Tier 2 Sets"], "MENUS" },
|
||||
["T3SET"] = { AL["Tier 3 Sets"], "MENUS" },
|
||||
["TMHSET"] = { AL["Timbermaw Hold"].." "..AL["Sets"], "MENUS" },
|
||||
["REPMENU"] = { AL["Factions"], "MENUS" },
|
||||
["SETMENU"] = { AL["Sets"], "MENUS" },
|
||||
["WORLDEVENTMENU"] = { AL["World Events"], "MENUS" },
|
||||
["ALCHEMYMENU"] = { AL["Alchemy"], "MENUS" },
|
||||
["CRAFTSET"] = { AL["Crafted Sets"], "MENUS" },
|
||||
["CRAFTINGMENU"] = { AL["Crafting"], "MENUS" },
|
||||
["SMITHINGMENU"] = { AL["Blacksmithing"], "MENUS" },
|
||||
["ENCHANTINGMENU"] = { AL["Enchanting"], "MENUS" },
|
||||
["ENGINEERINGMENU"] = { AL["Engineering"], "MENUS" },
|
||||
["LEATHERWORKINGMENU"] = { AL["Leatherworking"], "MENUS" },
|
||||
["TAILORINGMENU"] = { AL["Tailoring"], "MENUS" },
|
||||
["FIRSTAIDMENU"] = { AL["First Aid"], "MENUS" },
|
||||
["JEWELCRAFTMENU"] = { AL["Jewelcrafting"], "MENUS" },
|
||||
["WORLDBOSSMENU"] = { AL["World Bosses"], "MENUS" },
|
||||
-- Other
|
||||
["WishList"] = { AL["WishList"], "AtlasLootCharDB" },
|
||||
["SearchResult"] = { AL["Search"], "AtlasLootCharDB" },
|
||||
--If all else fails!
|
||||
["EmptyInstance"] = { "AtlasLoot", "AtlasLootFallback" },
|
||||
}
|
||||
|
||||
@@ -1863,15 +1862,15 @@ AtlasLoot_TableNamesBoss = {
|
||||
["AQ40Paladin"] = { AL["AQ40 Class Sets"], "AtlasLootSetItems" },
|
||||
},
|
||||
["D1/2 Sets"] = {
|
||||
["T0Druid"] = { AL["Druid"].." - "..AL["Dungeon 1/2 Sets"], "AtlasLootSetItems" },
|
||||
["T0Hunter"] = { AL["Hunter"].." - "..AL["Dungeon 1/2 Sets"], "AtlasLootSetItems" },
|
||||
["T0Mage"] = { AL["Mage"].." - "..AL["Dungeon 1/2 Sets"], "AtlasLootSetItems" },
|
||||
["T0Paladin"] = { AL["Paladin"].." - "..AL["Dungeon 1/2 Sets"], "AtlasLootSetItems" },
|
||||
["T0Priest"] = { AL["Priest"].." - "..AL["Dungeon 1/2 Sets"], "AtlasLootSetItems" },
|
||||
["T0Rogue"] = { AL["Rogue"].." - "..AL["Dungeon 1/2 Sets"], "AtlasLootSetItems" },
|
||||
["T0Shaman"] = { AL["Shaman"].." - "..AL["Dungeon 1/2 Sets"], "AtlasLootSetItems" },
|
||||
["T0Warlock"] = { AL["Warlock"].." - "..AL["Dungeon 1/2 Sets"], "AtlasLootSetItems" },
|
||||
["T0Warrior"] = { AL["Warrior"].." - "..AL["Dungeon 1/2 Sets"], "AtlasLootSetItems" },
|
||||
["T0Druid"] = { AL["Druid"].." - "..AL["Dungeon Sets"], "AtlasLootSetItems" },
|
||||
["T0Hunter"] = { AL["Hunter"].." - "..AL["Dungeon Sets"], "AtlasLootSetItems" },
|
||||
["T0Mage"] = { AL["Mage"].." - "..AL["Dungeon Sets"], "AtlasLootSetItems" },
|
||||
["T0Paladin"] = { AL["Paladin"].." - "..AL["Dungeon Sets"], "AtlasLootSetItems" },
|
||||
["T0Priest"] = { AL["Priest"].." - "..AL["Dungeon Sets"], "AtlasLootSetItems" },
|
||||
["T0Rogue"] = { AL["Rogue"].." - "..AL["Dungeon Sets"], "AtlasLootSetItems" },
|
||||
["T0Shaman"] = { AL["Shaman"].." - "..AL["Dungeon Sets"], "AtlasLootSetItems" },
|
||||
["T0Warlock"] = { AL["Warlock"].." - "..AL["Dungeon Sets"], "AtlasLootSetItems" },
|
||||
["T0Warrior"] = { AL["Warrior"].." - "..AL["Dungeon Sets"], "AtlasLootSetItems" },
|
||||
},
|
||||
["T1 Sets"] = {
|
||||
["T1Druid"] = { AL["Druid"].." - "..AL["Tier 1 Sets"], "AtlasLootSetItems" },
|
||||
@@ -2078,12 +2077,12 @@ AtlasLoot_TableNamesBoss = {
|
||||
["Professions"] = {
|
||||
["CraftedWeapons1"] = { AL["Crafted Epic Weapons"], "AtlasLootCrafting" },
|
||||
--Alchemy
|
||||
["AlchemyApprentice1"] = { AL["Alchemy"] --[[ .. ": " .. AL["Apprentice"]], "AtlasLootCrafting" },
|
||||
["AlchemyJourneyman1"] = { AL["Alchemy"] --[[ .. ": " .. AL["Journeyman"]], "AtlasLootCrafting" },
|
||||
["AlchemyExpert1"] = { AL["Alchemy"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["AlchemyArtisan1"] = { AL["Alchemy"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["AlchemyArtisan2"] = { AL["Alchemy"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["AlchemyArtisan3"] = { AL["Alchemy"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["AlchemyApprentice1"] = { AL["Alchemy"]..": "..AL["Apprentice"], "AtlasLootCrafting" },
|
||||
["AlchemyJourneyman1"] = { AL["Alchemy"]..": "..AL["Journeyman"], "AtlasLootCrafting" },
|
||||
["AlchemyExpert1"] = { AL["Alchemy"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["AlchemyArtisan1"] = { AL["Alchemy"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["AlchemyArtisan2"] = { AL["Alchemy"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["AlchemyArtisan3"] = { AL["Alchemy"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["AlchemyFlasks1"] = { AL["Flasks"], "AtlasLootCrafting" },
|
||||
["AlchemyProtectionPots1"] = { AL["Protection Potions"], "AtlasLootCrafting" },
|
||||
["AlchemyHealingAndMana1"] = { AL["Health and Mana Potions"], "AtlasLootCrafting" },
|
||||
@@ -2093,16 +2092,16 @@ AtlasLoot_TableNamesBoss = {
|
||||
["AlchemyOffensive2"] = { AL["Offensive Potions and Elixirs"], "AtlasLootCrafting" },
|
||||
["AlchemyMisc1"] = { AL["Miscellaneous"], "AtlasLootCrafting" },
|
||||
--BlackSmithing
|
||||
["SmithingApprentice1"] = { AL["Blacksmithing"] --[[ .. ": " .. AL["Apprentice"]], "AtlasLootCrafting" },
|
||||
["SmithingJourneyman1"] = { AL["Blacksmithing"] --[[ .. ": " .. AL["Journeyman"]], "AtlasLootCrafting" },
|
||||
["SmithingJourneyman2"] = { AL["Blacksmithing"] --[[ .. ": " .. AL["Journeyman"]], "AtlasLootCrafting" },
|
||||
["SmithingExpert1"] = { AL["Blacksmithing"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["SmithingExpert2"] = { AL["Blacksmithing"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["SmithingExpert3"] = { AL["Blacksmithing"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["SmithingArtisan1"] = { AL["Blacksmithing"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["SmithingArtisan2"] = { AL["Blacksmithing"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["SmithingArtisan3"] = { AL["Blacksmithing"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["SmithingArtisan4"] = { AL["Blacksmithing"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["SmithingApprentice1"] = { AL["Blacksmithing"]..": "..AL["Apprentice"], "AtlasLootCrafting" },
|
||||
["SmithingJourneyman1"] = { AL["Blacksmithing"]..": "..AL["Journeyman"], "AtlasLootCrafting" },
|
||||
["SmithingJourneyman2"] = { AL["Blacksmithing"]..": "..AL["Journeyman"], "AtlasLootCrafting" },
|
||||
["SmithingExpert1"] = { AL["Blacksmithing"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["SmithingExpert2"] = { AL["Blacksmithing"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["SmithingExpert3"] = { AL["Blacksmithing"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["SmithingArtisan1"] = { AL["Blacksmithing"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["SmithingArtisan2"] = { AL["Blacksmithing"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["SmithingArtisan3"] = { AL["Blacksmithing"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["SmithingArtisan4"] = { AL["Blacksmithing"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["Armorsmith1"] = { AL["Blacksmithing"]..": "..AL["Armorsmith"], "AtlasLootCrafting" },
|
||||
["Weaponsmith1"] = { AL["Blacksmithing"]..": "..AL["Weaponsmith"], "AtlasLootCrafting" },
|
||||
["Axesmith1"] = { AL["Blacksmithing"]..": "..AL["Master Axesmith"], "AtlasLootCrafting" },
|
||||
@@ -2126,14 +2125,14 @@ AtlasLoot_TableNamesBoss = {
|
||||
["SmithingMisc2"] = { AL["Blacksmithing"]..": "..AL["Misc"], "AtlasLootCrafting" },
|
||||
["SmithingBuckles1"] = { AL["Blacksmithing"]..": "..AL["Belt Buckles"], "AtlasLootCrafting" },
|
||||
--Enchanting
|
||||
["EnchantingApprentice1"] = { AL["Enchanting"] --[[ .. ": " .. AL["Apprentice"]], "AtlasLootCrafting" },
|
||||
["EnchantingJourneyman1"] = { AL["Enchanting"] --[[ .. ": " .. AL["Journeyman"]], "AtlasLootCrafting" },
|
||||
["EnchantingJourneyman2"] = { AL["Enchanting"] --[[ .. ": " .. AL["Journeyman"]], "AtlasLootCrafting" },
|
||||
["EnchantingExpert1"] = { AL["Enchanting"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["EnchantingExpert2"] = { AL["Enchanting"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["EnchantingArtisan1"] = { AL["Enchanting"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["EnchantingArtisan2"] = { AL["Enchanting"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["EnchantingArtisan3"] = { AL["Enchanting"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["EnchantingApprentice1"] = { AL["Enchanting"]..": "..AL["Apprentice"], "AtlasLootCrafting" },
|
||||
["EnchantingJourneyman1"] = { AL["Enchanting"]..": "..AL["Journeyman"], "AtlasLootCrafting" },
|
||||
["EnchantingJourneyman2"] = { AL["Enchanting"]..": "..AL["Journeyman"], "AtlasLootCrafting" },
|
||||
["EnchantingExpert1"] = { AL["Enchanting"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["EnchantingExpert2"] = { AL["Enchanting"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["EnchantingArtisan1"] = { AL["Enchanting"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["EnchantingArtisan2"] = { AL["Enchanting"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["EnchantingArtisan3"] = { AL["Enchanting"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["EnchantingCloak1"] = { AL["Enchanting"]..": "..AL["Cloak"], "AtlasLootCrafting" },
|
||||
["EnchantingChest1"] = { AL["Enchanting"]..": "..AL["Chest"], "AtlasLootCrafting" },
|
||||
["EnchantingBracer1"] = { AL["Enchanting"]..": "..AL["Bracer"], "AtlasLootCrafting" },
|
||||
@@ -2144,13 +2143,13 @@ AtlasLoot_TableNamesBoss = {
|
||||
["EnchantingShield1"] = { AL["Enchanting"]..": "..AL["Shield"], "AtlasLootCrafting" },
|
||||
["EnchantingMisc1"] = { AL["Enchanting"]..": "..AL["Misc"], "AtlasLootCrafting" },
|
||||
--Engineering
|
||||
["EngineeringApprentice1"] = { AL["Engineering"] --[[ .. ": " .. AL["Apprentice"]], "AtlasLootCrafting" },
|
||||
["EngineeringJourneyman1"] = { AL["Engineering"] --[[ .. ": " .. AL["Journeyman"]], "AtlasLootCrafting" },
|
||||
["EngineeringJourneyman2"] = { AL["Engineering"] --[[ .. ": " .. AL["Journeyman"]], "AtlasLootCrafting" },
|
||||
["EngineeringExpert1"] = { AL["Engineering"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["EngineeringExpert2"] = { AL["Engineering"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["EngineeringArtisan1"] = { AL["Engineering"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["EngineeringArtisan2"] = { AL["Engineering"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["EngineeringApprentice1"] = { AL["Engineering"]..": "..AL["Apprentice"], "AtlasLootCrafting" },
|
||||
["EngineeringJourneyman1"] = { AL["Engineering"]..": "..AL["Journeyman"], "AtlasLootCrafting" },
|
||||
["EngineeringJourneyman2"] = { AL["Engineering"]..": "..AL["Journeyman"], "AtlasLootCrafting" },
|
||||
["EngineeringExpert1"] = { AL["Engineering"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["EngineeringExpert2"] = { AL["Engineering"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["EngineeringArtisan1"] = { AL["Engineering"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["EngineeringArtisan2"] = { AL["Engineering"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["EngineeringEquipment1"] = { AL["Engineering"]..": "..AL["Equipment"], "AtlasLootCrafting" },
|
||||
["EngineeringTrinkets1"] = { AL["Engineering"]..": "..AL["Trinkets"], "AtlasLootCrafting" },
|
||||
["EngineeringExplosives1"] = { AL["Engineering"]..": "..AL["Explosives"], "AtlasLootCrafting" },
|
||||
@@ -2162,15 +2161,15 @@ AtlasLoot_TableNamesBoss = {
|
||||
["Goblin1"] = { AL["Engineering"]..": "..AL["Goblin Engineering"], "AtlasLootCrafting" },
|
||||
|
||||
--Leatherworking
|
||||
["LeatherApprentice1"] = { AL["Leatherworking"] --[[ .. ": " .. AL["Apprentice"]], "AtlasLootCrafting" },
|
||||
["LeatherJourneyman1"] = { AL["Leatherworking"] --[[ .. ": " .. AL["Journeyman"]], "AtlasLootCrafting" },
|
||||
["LeatherJourneyman2"] = { AL["Leatherworking"] --[[ .. ": " .. AL["Journeyman"]], "AtlasLootCrafting" },
|
||||
["LeatherExpert1"] = { AL["Leatherworking"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["LeatherExpert2"] = { AL["Leatherworking"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["LeatherArtisan1"] = { AL["Leatherworking"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["LeatherArtisan2"] = { AL["Leatherworking"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["LeatherArtisan3"] = { AL["Leatherworking"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["LeatherArtisan4"] = { AL["Leatherworking"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["LeatherApprentice1"] = { AL["Leatherworking"]..": "..AL["Apprentice"], "AtlasLootCrafting" },
|
||||
["LeatherJourneyman1"] = { AL["Leatherworking"]..": "..AL["Journeyman"], "AtlasLootCrafting" },
|
||||
["LeatherJourneyman2"] = { AL["Leatherworking"]..": "..AL["Journeyman"], "AtlasLootCrafting" },
|
||||
["LeatherExpert1"] = { AL["Leatherworking"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["LeatherExpert2"] = { AL["Leatherworking"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["LeatherArtisan1"] = { AL["Leatherworking"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["LeatherArtisan2"] = { AL["Leatherworking"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["LeatherArtisan3"] = { AL["Leatherworking"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["LeatherArtisan4"] = { AL["Leatherworking"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["Dragonscale1"] = { AL["Leatherworking"]..": "..AL["Dragonscale Leatherworking"], "AtlasLootCrafting" },
|
||||
["Elemental1"] = { AL["Leatherworking"]..": "..AL["Elemental Leatherworking"], "AtlasLootCrafting" },
|
||||
["Tribal1"] = { AL["Leatherworking"]..": "..AL["Tribal Leatherworking"], "AtlasLootCrafting" },
|
||||
@@ -2194,18 +2193,18 @@ AtlasLoot_TableNamesBoss = {
|
||||
["Herbalism1"] = { AL["Herbalism"], "AtlasLootCrafting" },
|
||||
["Herbalism2"] = { AL["Herbalism"], "AtlasLootCrafting" },
|
||||
--Tailoring
|
||||
["TailoringApprentice1"] = { AL["Tailoring"] --[[ .. ": " .. AL["Apprentice"]], "AtlasLootCrafting" },
|
||||
["TailoringApprentice2"] = { AL["Tailoring"] --[[ .. ": " .. AL["Apprentice"]], "AtlasLootCrafting" },
|
||||
["TailoringJourneyman1"] = { AL["Tailoring"] --[[ .. ": " .. AL["Journeyman"]], "AtlasLootCrafting" },
|
||||
["TailoringJourneyman2"] = { AL["Tailoring"] --[[ .. ": " .. AL["Journeyman"]], "AtlasLootCrafting" },
|
||||
["TailoringExpert1"] = { AL["Tailoring"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["TailoringExpert2"] = { AL["Tailoring"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["TailoringExpert3"] = { AL["Tailoring"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["TailoringArtisan1"] = { AL["Tailoring"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["TailoringArtisan2"] = { AL["Tailoring"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["TailoringArtisan3"] = { AL["Tailoring"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["TailoringArtisan4"] = { AL["Tailoring"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["TailoringArtisan5"] = { AL["Tailoring"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["TailoringApprentice1"] = { AL["Tailoring"]..": "..AL["Apprentice"], "AtlasLootCrafting" },
|
||||
["TailoringApprentice2"] = { AL["Tailoring"]..": "..AL["Apprentice"], "AtlasLootCrafting" },
|
||||
["TailoringJourneyman1"] = { AL["Tailoring"]..": "..AL["Journeyman"], "AtlasLootCrafting" },
|
||||
["TailoringJourneyman2"] = { AL["Tailoring"]..": "..AL["Journeyman"], "AtlasLootCrafting" },
|
||||
["TailoringExpert1"] = { AL["Tailoring"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["TailoringExpert2"] = { AL["Tailoring"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["TailoringExpert3"] = { AL["Tailoring"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["TailoringArtisan1"] = { AL["Tailoring"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["TailoringArtisan2"] = { AL["Tailoring"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["TailoringArtisan3"] = { AL["Tailoring"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["TailoringArtisan4"] = { AL["Tailoring"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["TailoringArtisan5"] = { AL["Tailoring"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
["TailoringHelm1"] = { AL["Tailoring"]..": "..AL["Helm"], "AtlasLootCrafting" },
|
||||
["TailoringShoulders1"] = { AL["Tailoring"]..": "..AL["Shoulders"], "AtlasLootCrafting" },
|
||||
["TailoringCloak1"] = { AL["Tailoring"]..": "..AL["Cloak"], "AtlasLootCrafting" },
|
||||
@@ -2221,15 +2220,15 @@ AtlasLoot_TableNamesBoss = {
|
||||
["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" },
|
||||
["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" },
|
||||
@@ -2243,10 +2242,10 @@ AtlasLoot_TableNamesBoss = {
|
||||
["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" },
|
||||
["CookingExpert1"] = { AL["Cooking"] --[[ .. ": " .. AL["Expert"]], "AtlasLootCrafting" },
|
||||
["CookingArtisan1"] = { AL["Cooking"] --[[ .. ": " .. AL["Artisan"]], "AtlasLootCrafting" },
|
||||
["CookingApprentice1"] = { AL["Cooking"]..": "..AL["Apprentice"], "AtlasLootCrafting" },
|
||||
["CookingJourneyman1"] = { AL["Cooking"]..": "..AL["Journeyman"], "AtlasLootCrafting" },
|
||||
["CookingExpert1"] = { AL["Cooking"]..": "..AL["Expert"], "AtlasLootCrafting" },
|
||||
["CookingArtisan1"] = { AL["Cooking"]..": "..AL["Artisan"], "AtlasLootCrafting" },
|
||||
--FirstAid
|
||||
["FirstAid1"] = { AL["First Aid"], "AtlasLootCrafting" },
|
||||
--Survival
|
||||
|
||||
Reference in New Issue
Block a user