diff --git a/Core/ButtonRegistry.lua b/Core/ButtonRegistry.lua index 419e915..a05ede2 100644 --- a/Core/ButtonRegistry.lua +++ b/Core/ButtonRegistry.lua @@ -4399,14 +4399,23 @@ AtlasLoot_ButtonRegistry = { Back_Title = AL["Blacksmithing"]; Prev_Page = "SmithingArtisan2"; Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Artisan"]; - Next_Page = "Armorsmith1"; + Next_Page = "SmithingArtisan4"; Next_Title = AL["Blacksmithing"] .. ": " .. AL["Armorsmith"]; }; + ["SmithingArtisan4"] = { + Title = AL["Blacksmithing"] .. ": " .. AL["Artisan"]; + Back_Page = "SMITHINGMENU"; + Back_Title = AL["Blacksmithing"]; + Prev_Page = "SmithingArtisan3"; + Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Artisan"]; + Next_Page = "Armorsmith1"; + Next_Title = AL["Blacksmithing"] .. ": " .. AL["Armorsmith"]; + }; ["Armorsmith1"] = { Title = AL["Blacksmithing"] .. ": " .. AL["Armorsmith"]; Back_Page = "SMITHINGMENU"; Back_Title = AL["Blacksmithing"]; - Prev_Page = "SmithingArtisan3"; + Prev_Page = "SmithingArtisan4"; Prev_Title = AL["Blacksmithing"] .. ": " .. AL["Artisan"]; Next_Page = "Weaponsmith1"; Next_Title = AL["Blacksmithing"] .. ": " .. AL["Weaponsmith"]; diff --git a/Crafting/crafting.en.lua b/Crafting/crafting.en.lua index 8d1bbcd..6e8fd3d 100644 --- a/Crafting/crafting.en.lua +++ b/Crafting/crafting.en.lua @@ -834,6 +834,9 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s54009", "inv_chest_plate16", "=q4=Fiery Chain Breastplate", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" }, { "s57196", "INV_Misc_Buckle_08", "=q4=Bloody Belt Buckle", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" }, { "s57181", "INV_Misc_Buckle_07", "=q4=Dreamsteel Belt Buckle", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" }, + }; + + SmithingArtisan4 = { { "s45471", "INV_Boots_01", "=q4=Dreamsteel Boots", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" }, { "s45469", "INV_Bracer_03", "=q4=Dreamsteel Bracers", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" }, { "s45467", "INV_Pants_03", "=q4=Dreamsteel Leggings", "=ds=#sr# =so1=300 =so2=325 =so3=337 =so4=350" }, diff --git a/TableRegister/loottables.en.lua b/TableRegister/loottables.en.lua index 51d2bc4..7068609 100644 --- a/TableRegister/loottables.en.lua +++ b/TableRegister/loottables.en.lua @@ -819,6 +819,7 @@ AtlasLoot_TableNames = { ["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" }, @@ -1860,6 +1861,7 @@ AtlasLoot_TableNamesBoss = { ["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" },