Added patch 1.16 tailoring.

Added Augerer's set
Added Diviners's set
Added Pillagers's set
Added Shadoweave set to Crafted Sets > Tailoring

Augerer's, Diviners's and Pillagers's sets are missing Orange/Yellow/Green/Grey skillup information.
However they were also immediately grey for me when I trained them at level. So this may also be a server bug as well as missing information.
This commit is contained in:
Lexie
2022-01-11 18:56:50 +11:00
committed by GitHub
parent 48ced93dde
commit 44c2679d4e
7 changed files with 507 additions and 101 deletions
+5 -1
View File
@@ -313,7 +313,11 @@ function AtlasLoot_FixText(text)
text = gsub(text, "#craftbm1#", AL["Bloodsoul Embrace"]);
-- Tailoring Crafted Sets
text = gsub(text, "#craftt1#", AL["Bloodvine Garb"]);
text = gsub(text, "#craftt1#", AL["Augerer's Attire"]);
text = gsub(text, "#craftt2#", AL["Shadoweave"]);
text = gsub(text, "#craftt3#", AL["Diviner's Garments"]);
text = gsub(text, "#craftt4#", AL["Pillager's Garb"]);
text = gsub(text, "#craftt5##", AL["Bloodvine Garb"]);
-- Leatherworking Crafted Sets
text = gsub(text, "#craftlwl1#", AL["Volcanic Armor"]);