This commit is contained in:
Lexie
2023-11-01 21:11:22 +11:00
2 changed files with 21 additions and 5 deletions
+20 -5
View File
@@ -7994,7 +7994,7 @@ GetSpellInfoVanillaDB = {
["craftQuantityMax"] = "",
["reagents"] = {
[1] = {11176},
[2] = {13463},
[2] = {13465},
[3] = {8925},
},
},
@@ -8009,7 +8009,7 @@ GetSpellInfoVanillaDB = {
["craftQuantityMax"] = "",
["reagents"] = {
[1] = {7068},
[2] = {13463},
[2] = {4625},
[3] = {8925},
},
},
@@ -8024,7 +8024,7 @@ GetSpellInfoVanillaDB = {
["craftQuantityMax"] = "",
["reagents"] = {
[1] = {7070},
[2] = {13463},
[2] = {13467},
[3] = {8925},
},
},
@@ -8054,7 +8054,7 @@ GetSpellInfoVanillaDB = {
["craftQuantityMax"] = "",
["reagents"] = {
[1] = {3824},
[2] = {13463},
[2] = {8836, 2},
[3] = {8925},
},
},
@@ -8083,7 +8083,7 @@ GetSpellInfoVanillaDB = {
["craftQuantityMin"] = "",
["craftQuantityMax"] = "",
["reagents"] = {
[1] = {13463, 3},
[1] = {13463, 2},
[2] = {13467, 2},
[3] = {8925},
},
@@ -8213,6 +8213,21 @@ GetSpellInfoVanillaDB = {
[4] = {8925},
},
},
[57131] = {
["name"] = "Alchemy: Dreamshard Elixir",
["requires"] = AL["Alchemy Lab"],
["tools"] = "",
["castTime"] = 25,
["text"] = "",
["craftItem"] = 61224,
["craftQuantityMin"] = "",
["craftQuantityMax"] = "",
["reagents"] = {
[1] = {61198},
[2] = {11176},
[3] = {8925},
},
},
[2657] = {
["name"] = "Smelting: Smelt Copper",
["requires"] = AL["Forge"],
+1
View File
@@ -388,6 +388,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
{ "s17637", "inv_potion_41", "=q1=Flask of Supreme Power", "=ds=#sr# =so1=300 =so2=315 =so3=322 =so4=330" },
{ "s17635", "inv_potion_62", "=q1=Flask of the Titans", "=ds=#sr# =so1=300 =so2=315 =so3=322 =so4=330" },
{ "s24266", "inv_poison_mindnumbing", "=q3=Gurubashi Mojo Madness", "=ds=#sr# =so1=300 =so2=315 =so3=322 =so4=330" },
{ "s57131", "INV_Potion_12", "=q1=Dreamshard Elixir", "=ds=#sr# =so1=300 =so2=315 =so3=322 =so4=330" },
};
----------------