diff --git a/Core/Spells.lua b/Core/Spells.lua index 859d74b..ca40a8a 100644 --- a/Core/Spells.lua +++ b/Core/Spells.lua @@ -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"], diff --git a/Crafting/crafting.en.lua b/Crafting/crafting.en.lua index bd24f2c..6b04f0a 100644 --- a/Crafting/crafting.en.lua +++ b/Crafting/crafting.en.lua @@ -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" }, }; ----------------