Missing BS page
This commit is contained in:
+11
-2
@@ -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"];
|
||||
|
||||
@@ -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" },
|
||||
|
||||
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user