+8
-1
@@ -2395,7 +2395,7 @@ AtlasLoot_DewDropDown = {
|
||||
[AL["Crafted Sets"]] = {
|
||||
{ (AL["Blacksmithing"]), "CraftSetBlacksmith", "Submenu" },
|
||||
{ (AL["Leatherworking"]), "CraftSetLeatherwork", "Submenu" },
|
||||
{ (AL["Tailoring"]), "BloodvineG", "Table" },
|
||||
{ (AL["Tailoring"]), "CraftSetTailoring", "Submenu" },
|
||||
},
|
||||
},
|
||||
[13] = { { AL["Crafted Epic Weapons"], "CraftedWeapons1", "Table" }, },
|
||||
@@ -2886,6 +2886,13 @@ AtlasLoot_DewDropDown_SubTables = {
|
||||
{ AL["Blue Dragon Mail"], "BlueDragonM" },
|
||||
{ AL["Black Dragon Mail"], "BlackDragonM" },
|
||||
},
|
||||
["CraftSetTailoring"] = {
|
||||
{ AL["Augerer's Attire"], "AugerersAttire" },
|
||||
{ AL["Shadoweave"], "ShadoweaveSet" },
|
||||
{ AL["Diviner's Garments"], "DivinersGarments" },
|
||||
{ AL["Pillager's Garb"], "PillagersGarb" },
|
||||
{ AL["Bloodvine Garb"], "BloodvineG" },
|
||||
},
|
||||
["DungeonSets12"] = {
|
||||
{ "|cffffffff"..AL["Priest"], "T0Priest" },
|
||||
{ "|cff68ccef"..AL["Mage"], "T0Mage" },
|
||||
|
||||
@@ -873,6 +873,26 @@ AtlasLoot_ButtonRegistry = {
|
||||
Title = AL["Bloodsoul Embrace"];
|
||||
Back_Page = "CRAFTSET";
|
||||
Back_Title = AL["Crafted Sets"];
|
||||
};
|
||||
["AugerersAttire"] = {
|
||||
Title = AL["Augerer's Attire"];
|
||||
Back_Page = "CRAFTSET";
|
||||
Back_Title = AL["Crafted Sets"];
|
||||
};
|
||||
["ShadoweaveSet"] = {
|
||||
Title = AL["Shadoweave"];
|
||||
Back_Page = "CRAFTSET";
|
||||
Back_Title = AL["Crafted Sets"];
|
||||
};
|
||||
["DivinersGarments"] = {
|
||||
Title = AL["Diviner's Garments"];
|
||||
Back_Page = "CRAFTSET";
|
||||
Back_Title = AL["Crafted Sets"];
|
||||
};
|
||||
["PillagersGarb"] = {
|
||||
Title = AL["Pillager's Garb"];
|
||||
Back_Page = "CRAFTSET";
|
||||
Back_Title = AL["Crafted Sets"];
|
||||
};
|
||||
["BloodvineG"] = {
|
||||
Title = AL["Bloodvine Garb"];
|
||||
|
||||
+113
-89
@@ -115,113 +115,137 @@ function AtlasLootCraftedSetMenu()
|
||||
getglobal("AtlasLootItemsFrame_PREV"):Hide();
|
||||
getglobal("AtlasLootServerQueryButton"):Hide();
|
||||
--Tailoring Header
|
||||
AtlasLootMenuItem_2_Name:SetText(RED..AL["Tailoring"]);
|
||||
AtlasLootMenuItem_1_Name:SetText(RED..AL["Tailoring"]);
|
||||
AtlasLootMenuItem_1_Extra:SetText("");
|
||||
AtlasLootMenuItem_1_Icon:SetTexture("Interface\\Icons\\INV_Chest_Cloth_21");
|
||||
AtlasLootMenuItem_1.isheader = true;
|
||||
AtlasLootMenuItem_1:Show();
|
||||
--Augerer's Attire
|
||||
AtlasLootMenuItem_2_Name:SetText(AL["Augerer's Attire"]);
|
||||
AtlasLootMenuItem_2_Extra:SetText("");
|
||||
AtlasLootMenuItem_2_Icon:SetTexture("Interface\\Icons\\INV_Chest_Cloth_21");
|
||||
AtlasLootMenuItem_2.isheader = true;
|
||||
AtlasLootMenuItem_2_Icon:SetTexture("Interface\\Icons\\INV_Helmet_11");
|
||||
AtlasLootMenuItem_2.lootpage="AugerersAttire";
|
||||
AtlasLootMenuItem_2:Show();
|
||||
--Bloodvine Garb
|
||||
AtlasLootMenuItem_3_Name:SetText(AL["Bloodvine Garb"]);
|
||||
--Shadoweave
|
||||
AtlasLootMenuItem_3_Name:SetText(AL["Shadoweave"]);
|
||||
AtlasLootMenuItem_3_Extra:SetText("");
|
||||
AtlasLootMenuItem_3_Icon:SetTexture("Interface\\Icons\\INV_Pants_Cloth_14");
|
||||
AtlasLootMenuItem_3.lootpage="BloodvineG";
|
||||
AtlasLootMenuItem_3_Icon:SetTexture("Interface\\Icons\\INV_Helmet_27");
|
||||
AtlasLootMenuItem_3.lootpage="ShadoweaveSet";
|
||||
AtlasLootMenuItem_3:Show();
|
||||
--Leatherworking Leather Header
|
||||
AtlasLootMenuItem_5_Name:SetText(RED..AL["Leatherworking"]);
|
||||
AtlasLootMenuItem_5_Extra:SetText(WHITE..AL["Leather"]);
|
||||
AtlasLootMenuItem_5_Icon:SetTexture("Interface\\Icons\\INV_Chest_Leather_04");
|
||||
AtlasLootMenuItem_5.isheader = true;
|
||||
--Diviner's Garments
|
||||
AtlasLootMenuItem_4_Name:SetText(AL["Diviner's Garments"]);
|
||||
AtlasLootMenuItem_4_Extra:SetText("");
|
||||
AtlasLootMenuItem_4_Icon:SetTexture("Interface\\Icons\\INV_Helmet_33");
|
||||
AtlasLootMenuItem_4.lootpage="DivinersGarments";
|
||||
AtlasLootMenuItem_4:Show();
|
||||
--Pillager's Garb
|
||||
AtlasLootMenuItem_5_Name:SetText(AL["Pillager's Garb"]);
|
||||
AtlasLootMenuItem_5_Extra:SetText("");
|
||||
AtlasLootMenuItem_5_Icon:SetTexture("Interface\\Icons\\INV_Helmet_28");
|
||||
AtlasLootMenuItem_5.lootpage="PillagersGarb";
|
||||
AtlasLootMenuItem_5:Show();
|
||||
--Volcanic Armor
|
||||
AtlasLootMenuItem_6_Name:SetText(AL["Volcanic Armor"]);
|
||||
AtlasLootMenuItem_6_Extra:SetText(ORANGE..AL["Fire Resistance Gear"]);
|
||||
AtlasLootMenuItem_6_Icon:SetTexture("Interface\\Icons\\INV_Pants_06");
|
||||
AtlasLootMenuItem_6.lootpage="VolcanicArmor";
|
||||
--Bloodvine Garb
|
||||
AtlasLootMenuItem_6_Name:SetText(AL["Bloodvine Garb"]);
|
||||
AtlasLootMenuItem_6_Extra:SetText("");
|
||||
AtlasLootMenuItem_6_Icon:SetTexture("Interface\\Icons\\INV_Pants_Cloth_14");
|
||||
AtlasLootMenuItem_6.lootpage="BloodvineG";
|
||||
AtlasLootMenuItem_6:Show();
|
||||
--Ironfeather Armor
|
||||
AtlasLootMenuItem_7_Name:SetText(AL["Ironfeather Armor"]);
|
||||
AtlasLootMenuItem_7_Extra:SetText("");
|
||||
AtlasLootMenuItem_7_Icon:SetTexture("Interface\\Icons\\INV_Chest_Leather_06");
|
||||
AtlasLootMenuItem_7.lootpage="IronfeatherArmor";
|
||||
AtlasLootMenuItem_7:Show();
|
||||
--Stormshroud Armor
|
||||
AtlasLootMenuItem_8_Name:SetText(AL["Stormshroud Armor"]);
|
||||
AtlasLootMenuItem_8_Extra:SetText("");
|
||||
AtlasLootMenuItem_8_Icon:SetTexture("Interface\\Icons\\INV_Chest_Leather_08");
|
||||
AtlasLootMenuItem_8.lootpage="StormshroudArmor";
|
||||
--Leatherworking Leather Header
|
||||
AtlasLootMenuItem_8_Name:SetText(RED..AL["Leatherworking"]);
|
||||
AtlasLootMenuItem_8_Extra:SetText(WHITE..AL["Leather"]);
|
||||
AtlasLootMenuItem_8_Icon:SetTexture("Interface\\Icons\\INV_Chest_Leather_04");
|
||||
AtlasLootMenuItem_8.isheader = true;
|
||||
AtlasLootMenuItem_8:Show();
|
||||
--Devilsaur Armor
|
||||
AtlasLootMenuItem_9_Name:SetText(AL["Devilsaur Armor"]);
|
||||
AtlasLootMenuItem_9_Extra:SetText("");
|
||||
AtlasLootMenuItem_9_Icon:SetTexture("Interface\\Icons\\INV_Pants_Wolf");
|
||||
AtlasLootMenuItem_9.lootpage="DevilsaurArmor";
|
||||
--Volcanic Armor
|
||||
AtlasLootMenuItem_9_Name:SetText(AL["Volcanic Armor"]);
|
||||
AtlasLootMenuItem_9_Extra:SetText(ORANGE..AL["Fire Resistance Gear"]);
|
||||
AtlasLootMenuItem_9_Icon:SetTexture("Interface\\Icons\\INV_Pants_06");
|
||||
AtlasLootMenuItem_9.lootpage="VolcanicArmor";
|
||||
AtlasLootMenuItem_9:Show();
|
||||
--Blood Tiger Harness
|
||||
AtlasLootMenuItem_10_Name:SetText(AL["Blood Tiger Harness"]);
|
||||
--Ironfeather Armor
|
||||
AtlasLootMenuItem_10_Name:SetText(AL["Ironfeather Armor"]);
|
||||
AtlasLootMenuItem_10_Extra:SetText("");
|
||||
AtlasLootMenuItem_10_Icon:SetTexture("Interface\\Icons\\INV_Shoulder_23");
|
||||
AtlasLootMenuItem_10.lootpage="BloodTigerH";
|
||||
AtlasLootMenuItem_10_Icon:SetTexture("Interface\\Icons\\INV_Chest_Leather_06");
|
||||
AtlasLootMenuItem_10.lootpage="IronfeatherArmor";
|
||||
AtlasLootMenuItem_10:Show();
|
||||
--Primal Batskin
|
||||
AtlasLootMenuItem_11_Name:SetText(AL["Primal Batskin"]);
|
||||
--Stormshroud Armor
|
||||
AtlasLootMenuItem_11_Name:SetText(AL["Stormshroud Armor"]);
|
||||
AtlasLootMenuItem_11_Extra:SetText("");
|
||||
AtlasLootMenuItem_11_Icon:SetTexture("Interface\\Icons\\INV_Chest_Leather_03");
|
||||
AtlasLootMenuItem_11.lootpage="PrimalBatskin";
|
||||
AtlasLootMenuItem_11_Icon:SetTexture("Interface\\Icons\\INV_Chest_Leather_08");
|
||||
AtlasLootMenuItem_11.lootpage="StormshroudArmor";
|
||||
AtlasLootMenuItem_11:Show();
|
||||
--Mail Blacksmithing Header
|
||||
AtlasLootMenuItem_13_Name:SetText(RED..AL["Blacksmithing"]);
|
||||
AtlasLootMenuItem_13_Extra:SetText(WHITE..AL["Mail"]);
|
||||
AtlasLootMenuItem_13_Icon:SetTexture("Interface\\Icons\\INV_Chest_Chain_04");
|
||||
AtlasLootMenuItem_13.isheader = true;
|
||||
--Devilsaur Armor
|
||||
AtlasLootMenuItem_12_Name:SetText(AL["Devilsaur Armor"]);
|
||||
AtlasLootMenuItem_12_Extra:SetText("");
|
||||
AtlasLootMenuItem_12_Icon:SetTexture("Interface\\Icons\\INV_Pants_Wolf");
|
||||
AtlasLootMenuItem_12.lootpage="DevilsaurArmor";
|
||||
AtlasLootMenuItem_12:Show();
|
||||
--Blood Tiger Harness
|
||||
AtlasLootMenuItem_13_Name:SetText(AL["Blood Tiger Harness"]);
|
||||
AtlasLootMenuItem_13_Extra:SetText("");
|
||||
AtlasLootMenuItem_13_Icon:SetTexture("Interface\\Icons\\INV_Shoulder_23");
|
||||
AtlasLootMenuItem_13.lootpage="BloodTigerH";
|
||||
AtlasLootMenuItem_13:Show();
|
||||
--Bloodsoul Embrace
|
||||
AtlasLootMenuItem_14_Name:SetText(AL["Bloodsoul Embrace"]);
|
||||
--Primal Batskin
|
||||
AtlasLootMenuItem_14_Name:SetText(AL["Primal Batskin"]);
|
||||
AtlasLootMenuItem_14_Extra:SetText("");
|
||||
AtlasLootMenuItem_14_Icon:SetTexture("Interface\\Icons\\INV_Shoulder_15");
|
||||
AtlasLootMenuItem_14.lootpage="BloodsoulEmbrace";
|
||||
AtlasLootMenuItem_14_Icon:SetTexture("Interface\\Icons\\INV_Chest_Leather_03");
|
||||
AtlasLootMenuItem_14.lootpage="PrimalBatskin";
|
||||
AtlasLootMenuItem_14:Show();
|
||||
--Leatherworking Mail Header
|
||||
AtlasLootMenuItem_20_Name:SetText(RED..AL["Leatherworking"]);
|
||||
AtlasLootMenuItem_20_Extra:SetText(WHITE..AL["Mail"]);
|
||||
AtlasLootMenuItem_20_Icon:SetTexture("Interface\\Icons\\INV_Chest_Chain_12");
|
||||
AtlasLootMenuItem_20.isheader = true;
|
||||
AtlasLootMenuItem_20:Show();
|
||||
--Green Dragon Mail
|
||||
AtlasLootMenuItem_21_Name:SetText(AL["Green Dragon Mail"]);
|
||||
AtlasLootMenuItem_21_Extra:SetText(ORANGE..AL["Nature Resistance Gear"]);
|
||||
AtlasLootMenuItem_21_Icon:SetTexture("Interface\\Icons\\INV_Pants_05");
|
||||
AtlasLootMenuItem_21.lootpage="GreenDragonM";
|
||||
AtlasLootMenuItem_21:Show();
|
||||
--Blue Dragon Mail
|
||||
AtlasLootMenuItem_22_Name:SetText(AL["Blue Dragon Mail"]);
|
||||
AtlasLootMenuItem_22_Extra:SetText(ORANGE..AL["Arcane Resistance Gear"]);
|
||||
AtlasLootMenuItem_22_Icon:SetTexture("Interface\\Icons\\INV_Chest_Chain_04");
|
||||
AtlasLootMenuItem_22.lootpage="BlueDragonM";
|
||||
AtlasLootMenuItem_22:Show();
|
||||
--Black Dragon Mail
|
||||
AtlasLootMenuItem_23_Name:SetText(AL["Black Dragon Mail"]);
|
||||
AtlasLootMenuItem_23_Extra:SetText(ORANGE..AL["Fire Resistance Gear"]);
|
||||
AtlasLootMenuItem_23_Icon:SetTexture("Interface\\Icons\\INV_Pants_03");
|
||||
AtlasLootMenuItem_23.lootpage="BlackDragonM";
|
||||
AtlasLootMenuItem_23:Show();
|
||||
--Mail Blacksmithing Header
|
||||
AtlasLootMenuItem_16_Name:SetText(RED..AL["Blacksmithing"]);
|
||||
AtlasLootMenuItem_16_Extra:SetText(WHITE..AL["Mail"]);
|
||||
AtlasLootMenuItem_16_Icon:SetTexture("Interface\\Icons\\INV_Chest_Chain_04");
|
||||
AtlasLootMenuItem_16.isheader = true;
|
||||
AtlasLootMenuItem_16:Show();
|
||||
--Bloodsoul Embrace
|
||||
AtlasLootMenuItem_17_Name:SetText(AL["Bloodsoul Embrace"]);
|
||||
AtlasLootMenuItem_17_Extra:SetText("");
|
||||
AtlasLootMenuItem_17_Icon:SetTexture("Interface\\Icons\\INV_Shoulder_15");
|
||||
AtlasLootMenuItem_17.lootpage="BloodsoulEmbrace";
|
||||
AtlasLootMenuItem_17:Show();
|
||||
--Plate Blacksmithing header
|
||||
AtlasLootMenuItem_28_Name:SetText(RED..AL["Blacksmithing"]);
|
||||
AtlasLootMenuItem_28_Extra:SetText(WHITE..AL["Plate"]);
|
||||
AtlasLootMenuItem_28_Icon:SetTexture("Interface\\Icons\\INV_Chest_Plate10");
|
||||
AtlasLootMenuItem_28.isheader = true;
|
||||
AtlasLootMenuItem_28:Show();
|
||||
AtlasLootMenuItem_19_Name:SetText(RED..AL["Blacksmithing"]);
|
||||
AtlasLootMenuItem_19_Extra:SetText(WHITE..AL["Plate"]);
|
||||
AtlasLootMenuItem_19_Icon:SetTexture("Interface\\Icons\\INV_Chest_Plate10");
|
||||
AtlasLootMenuItem_19.isheader = true;
|
||||
AtlasLootMenuItem_19:Show();
|
||||
--Imperial Plate
|
||||
AtlasLootMenuItem_29_Name:SetText(AL["Imperial Plate"]);
|
||||
AtlasLootMenuItem_29_Extra:SetText("");
|
||||
AtlasLootMenuItem_29_Icon:SetTexture("Interface\\Icons\\INV_Belt_01");
|
||||
AtlasLootMenuItem_29.lootpage="ImperialPlate";
|
||||
AtlasLootMenuItem_29:Show();
|
||||
AtlasLootMenuItem_20_Name:SetText(AL["Imperial Plate"]);
|
||||
AtlasLootMenuItem_20_Extra:SetText("");
|
||||
AtlasLootMenuItem_20_Icon:SetTexture("Interface\\Icons\\INV_Belt_01");
|
||||
AtlasLootMenuItem_20.lootpage="ImperialPlate";
|
||||
AtlasLootMenuItem_20:Show();
|
||||
--The Darksoul
|
||||
AtlasLootMenuItem_30_Name:SetText(AL["The Darksoul"]);
|
||||
AtlasLootMenuItem_30_Extra:SetText("");
|
||||
AtlasLootMenuItem_30_Icon:SetTexture("Interface\\Icons\\INV_Shoulder_01");
|
||||
AtlasLootMenuItem_30.lootpage="TheDarksoul";
|
||||
AtlasLootMenuItem_30:Show();
|
||||
AtlasLootMenuItem_21_Name:SetText(AL["The Darksoul"]);
|
||||
AtlasLootMenuItem_21_Extra:SetText("");
|
||||
AtlasLootMenuItem_21_Icon:SetTexture("Interface\\Icons\\INV_Shoulder_01");
|
||||
AtlasLootMenuItem_21.lootpage="TheDarksoul";
|
||||
AtlasLootMenuItem_21:Show();
|
||||
--Leatherworking Mail Header
|
||||
AtlasLootMenuItem_23_Name:SetText(RED..AL["Leatherworking"]);
|
||||
AtlasLootMenuItem_23_Extra:SetText(WHITE..AL["Mail"]);
|
||||
AtlasLootMenuItem_23_Icon:SetTexture("Interface\\Icons\\INV_Chest_Chain_12");
|
||||
AtlasLootMenuItem_23.isheader = true;
|
||||
AtlasLootMenuItem_23:Show();
|
||||
--Green Dragon Mail
|
||||
AtlasLootMenuItem_24_Name:SetText(AL["Green Dragon Mail"]);
|
||||
AtlasLootMenuItem_24_Extra:SetText(ORANGE..AL["Nature Resistance Gear"]);
|
||||
AtlasLootMenuItem_24_Icon:SetTexture("Interface\\Icons\\INV_Pants_05");
|
||||
AtlasLootMenuItem_24.lootpage="GreenDragonM";
|
||||
AtlasLootMenuItem_24:Show();
|
||||
--Blue Dragon Mail
|
||||
AtlasLootMenuItem_25_Name:SetText(AL["Blue Dragon Mail"]);
|
||||
AtlasLootMenuItem_25_Extra:SetText(ORANGE..AL["Arcane Resistance Gear"]);
|
||||
AtlasLootMenuItem_25_Icon:SetTexture("Interface\\Icons\\INV_Chest_Chain_04");
|
||||
AtlasLootMenuItem_25.lootpage="BlueDragonM";
|
||||
AtlasLootMenuItem_25:Show();
|
||||
--Black Dragon Mail
|
||||
AtlasLootMenuItem_26_Name:SetText(AL["Black Dragon Mail"]);
|
||||
AtlasLootMenuItem_26_Extra:SetText(ORANGE..AL["Fire Resistance Gear"]);
|
||||
AtlasLootMenuItem_26_Icon:SetTexture("Interface\\Icons\\INV_Pants_03");
|
||||
AtlasLootMenuItem_26.lootpage="BlackDragonM";
|
||||
AtlasLootMenuItem_26:Show();
|
||||
for i = 1, 30, 1 do
|
||||
getglobal("AtlasLootMenuItem_"..i.."_Extra"):Show();
|
||||
end
|
||||
|
||||
+298
@@ -3513,6 +3513,304 @@ GetSpellInfoVanillaDB = {
|
||||
[4] = {4337, 2},
|
||||
},
|
||||
},
|
||||
[69420] = {
|
||||
["name"] = "Tailoring: Augerer's Boots",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 60,
|
||||
["text"] = "",
|
||||
["craftItem"] = 83288,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {4339, 2},
|
||||
[2] = {8343},
|
||||
[3] = {6260},
|
||||
[4] = {7070},
|
||||
[5] = {4234, 3},
|
||||
},
|
||||
},
|
||||
[69421] = {
|
||||
["name"] = "Tailoring: Augerer's Gloves",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 60,
|
||||
["text"] = "",
|
||||
["craftItem"] = 83289,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {4339, 3},
|
||||
[2] = {8343, 2},
|
||||
[3] = {6260},
|
||||
[4] = {6373},
|
||||
[5] = {9036},
|
||||
},
|
||||
},
|
||||
[69422] = {
|
||||
["name"] = "Tailoring: Augerer's Mantle",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 60,
|
||||
["text"] = "",
|
||||
["craftItem"] = 83290,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {4339, 3},
|
||||
[2] = {8343},
|
||||
[3] = {6260},
|
||||
[4] = {7070},
|
||||
[5] = {6149, 2},
|
||||
},
|
||||
},
|
||||
[69423] = {
|
||||
["name"] = "Tailoring: Augerer's Trousers",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 60,
|
||||
["text"] = "",
|
||||
["craftItem"] = 83291,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {4339, 4},
|
||||
[2] = {8343},
|
||||
[3] = {6260},
|
||||
[4] = {7070},
|
||||
[5] = {3827, 2},
|
||||
},
|
||||
},
|
||||
[69424] = {
|
||||
["name"] = "Tailoring: Augerer's Hat",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 60,
|
||||
["text"] = "",
|
||||
["craftItem"] = 83286,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {4339, 3},
|
||||
[2] = {8343},
|
||||
[3] = {6260},
|
||||
[4] = {7070},
|
||||
[5] = {3827, 2},
|
||||
},
|
||||
},
|
||||
[69425] = {
|
||||
["name"] = "Tailoring: Augerer's Robe",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 60,
|
||||
["text"] = "",
|
||||
["craftItem"] = 83287,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {4339, 6},
|
||||
[2] = {8343},
|
||||
[3] = {6260, 2},
|
||||
[4] = {7070, 2},
|
||||
[5] = {1705, 2},
|
||||
[6] = {20746},
|
||||
},
|
||||
},
|
||||
[69426] = {
|
||||
["name"] = "Tailoring: Diviner's Boots",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 60,
|
||||
["text"] = "",
|
||||
["craftItem"] = 83283,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {4339, 3},
|
||||
[2] = {8343, 3},
|
||||
[3] = {2324},
|
||||
[4] = {4304, 2},
|
||||
},
|
||||
},
|
||||
[69427] = {
|
||||
["name"] = "Tailoring: Diviner's Mitts",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 60,
|
||||
["text"] = "",
|
||||
["craftItem"] = 83284,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {4339, 3},
|
||||
[2] = {8343, 2},
|
||||
[3] = {2324},
|
||||
[4] = {6048},
|
||||
},
|
||||
},
|
||||
[69428] = {
|
||||
["name"] = "Tailoring: Diviner's Epaulets",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 60,
|
||||
["text"] = "",
|
||||
["craftItem"] = 83285,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {4339, 6},
|
||||
[2] = {8343, 2},
|
||||
[3] = {2842},
|
||||
[4] = {17028},
|
||||
[5] = {2324},
|
||||
},
|
||||
},
|
||||
[69429] = {
|
||||
["name"] = "Tailoring: Diviner's Pantaloons",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 60,
|
||||
["text"] = "",
|
||||
["craftItem"] = 83291,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {4339, 4},
|
||||
[2] = {8343, 2},
|
||||
[3] = {2842},
|
||||
[4] = {2324},
|
||||
},
|
||||
},
|
||||
[69430] = {
|
||||
["name"] = "Tailoring: Diviner's Cowl",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 60,
|
||||
["text"] = "",
|
||||
["craftItem"] = 83282,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {4339, 4},
|
||||
[2] = {8343},
|
||||
[3] = {2842},
|
||||
[4] = {2324},
|
||||
},
|
||||
},
|
||||
[69431] = {
|
||||
["name"] = "Tailoring: Diviner's Robes",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 60,
|
||||
["text"] = "",
|
||||
["craftItem"] = 83281,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {4339, 10},
|
||||
[2] = {8343, 4},
|
||||
[3] = {2842, 2},
|
||||
[4] = {2324},
|
||||
[5] = {17028},
|
||||
[6] = {5500},
|
||||
},
|
||||
},
|
||||
[69432] = {
|
||||
["name"] = "Tailoring: Pillager's Shoes",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 60,
|
||||
["text"] = "",
|
||||
["craftItem"] = 83281,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {14048, 2},
|
||||
[2] = {8170, 2},
|
||||
[3] = {14341},
|
||||
[4] = {6371},
|
||||
},
|
||||
},
|
||||
[69433] = {
|
||||
["name"] = "Tailoring: Pillager's Grips",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 60,
|
||||
["text"] = "",
|
||||
["craftItem"] = 83295,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {14048, 2},
|
||||
[2] = {7077, 4},
|
||||
[3] = {14341},
|
||||
},
|
||||
},
|
||||
[69434] = {
|
||||
["name"] = "Tailoring: Pillager's Amice",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 60,
|
||||
["text"] = "",
|
||||
["craftItem"] = 83293,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {14048, 4},
|
||||
[2] = {7068},
|
||||
[3] = {14341, 3},
|
||||
[4] = {4625},
|
||||
},
|
||||
},
|
||||
[69435] = {
|
||||
["name"] = "Tailoring: Pillager's Pantaloons",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 60,
|
||||
["text"] = "",
|
||||
["craftItem"] = 83297,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {14048, 4},
|
||||
[2] = {7077, 4},
|
||||
[3] = {14341, 2},
|
||||
[4] = {4625},
|
||||
},
|
||||
},
|
||||
[69436] = {
|
||||
["name"] = "Tailoring: Pillager's Hood",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 60,
|
||||
["text"] = "",
|
||||
["craftItem"] = 83292,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {14048, 5},
|
||||
[2] = {7068, 2},
|
||||
[3] = {14341},
|
||||
},
|
||||
},
|
||||
[69437] = {
|
||||
["name"] = "Tailoring: Pillager's Robe",
|
||||
["requires"] = "",
|
||||
["tools"] = "",
|
||||
["castTime"] = 60,
|
||||
["text"] = "",
|
||||
["craftItem"] = 83294,
|
||||
["craftQuantityMin"] = "",
|
||||
["craftQuantityMax"] = "",
|
||||
["reagents"] = {
|
||||
[1] = {14048, 8},
|
||||
[2] = {7068, 3},
|
||||
[3] = {14341, 4},
|
||||
[4] = {7078, 2},
|
||||
[5] = {4625, 4},
|
||||
[6] = {6037, 2},
|
||||
},
|
||||
},
|
||||
[3864] = {
|
||||
["name"] = "Tailoring: Star Belt",
|
||||
["requires"] = "",
|
||||
|
||||
@@ -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"]);
|
||||
|
||||
Reference in New Issue
Block a user