This commit is contained in:
Lexie
2023-11-04 18:19:32 +11:00
parent 5a82855607
commit 1a9fd7b91c
2 changed files with 53 additions and 2 deletions
+50 -2
View File
@@ -8477,9 +8477,9 @@ GetSpellInfoVanillaDB = {
},
[57131] = {
["name"] = "Alchemy: Dreamshard Elixir",
["requires"] = AL["Alchemy Lab"],
["requires"] = "",
["tools"] = "",
["castTime"] = 25,
["castTime"] = 3,
["text"] = "",
["craftItem"] = 61224,
["craftQuantityMin"] = "",
@@ -8490,6 +8490,54 @@ GetSpellInfoVanillaDB = {
[3] = {8925},
},
},
[57129] = {
["name"] = "Alchemy: Lucidity Potion",
["requires"] = "",
["tools"] = "",
["castTime"] = 3,
["text"] = "",
["craftItem"] = 61225,
["craftQuantityMin"] = "",
["craftQuantityMax"] = "",
["reagents"] = {
[1] = {730},
[2] = {13463},
[3] = {8831},
[4] = {8925},
},
},
[45989] = {
["name"] = "Alchemy: Elixir of Greater Nature Power",
["requires"] = "",
["tools"] = "",
["castTime"] = 3,
["text"] = "",
["craftItem"] = 50237,
["craftQuantityMin"] = "",
["craftQuantityMax"] = "",
["reagents"] = {
[1] = {10286, 3},
[2] = {13464},
[3] = {8838},
[4] = {8925},
},
},
[57111] = {
["name"] = "Alchemy: Potion of Quickness",
["requires"] = "",
["tools"] = "",
["castTime"] = 3,
["text"] = "",
["craftItem"] = 61181,
["craftQuantityMin"] = "",
["craftQuantityMax"] = "",
["reagents"] = {
[1] = {8846},
[2] = {13465, 2},
[3] = {2459},
[4] = {8925},
},
},
[2657] = {
["name"] = "Smelting: Smelt Copper",
["requires"] = AL["Forge"],
+3
View File
@@ -389,6 +389,9 @@ AtlasLoot_Data["AtlasLootCrafting"] = {
{ "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" },
{ "s57129", "inv_potion_36", "=q1=Lucidity Potion", "=ds=#sr# =so1=300 =so2=315 =so3=322 =so4=330" },
{ "s45989", "inv_potion_22", "=q1=Elixir of Greater Nature Power", "=ds=#sr# =so1=300 =so2=315 =so3=322 =so4=330" },
{ "s57111", "inv_potion_08", "=q1=Potion of Quickness", "=ds=#sr# =so1=300 =so2=315 =so3=322 =so4=330" },
};
----------------