Update Spells.lua

Updated recipes for 1.17.0 reported in #66.
This commit is contained in:
Menopaws
2023-10-31 16:33:47 +01:00
committed by GitHub
parent 2743a24d40
commit f6886b8741
+20 -5
View File
@@ -7994,7 +7994,7 @@ GetSpellInfoVanillaDB = {
["craftQuantityMax"] = "", ["craftQuantityMax"] = "",
["reagents"] = { ["reagents"] = {
[1] = {11176}, [1] = {11176},
[2] = {13463}, [2] = {13465},
[3] = {8925}, [3] = {8925},
}, },
}, },
@@ -8009,7 +8009,7 @@ GetSpellInfoVanillaDB = {
["craftQuantityMax"] = "", ["craftQuantityMax"] = "",
["reagents"] = { ["reagents"] = {
[1] = {7068}, [1] = {7068},
[2] = {13463}, [2] = {4625},
[3] = {8925}, [3] = {8925},
}, },
}, },
@@ -8024,7 +8024,7 @@ GetSpellInfoVanillaDB = {
["craftQuantityMax"] = "", ["craftQuantityMax"] = "",
["reagents"] = { ["reagents"] = {
[1] = {7070}, [1] = {7070},
[2] = {13463}, [2] = {13467},
[3] = {8925}, [3] = {8925},
}, },
}, },
@@ -8054,7 +8054,7 @@ GetSpellInfoVanillaDB = {
["craftQuantityMax"] = "", ["craftQuantityMax"] = "",
["reagents"] = { ["reagents"] = {
[1] = {3824}, [1] = {3824},
[2] = {13463}, [2] = {8836, 2},
[3] = {8925}, [3] = {8925},
}, },
}, },
@@ -8083,7 +8083,7 @@ GetSpellInfoVanillaDB = {
["craftQuantityMin"] = "", ["craftQuantityMin"] = "",
["craftQuantityMax"] = "", ["craftQuantityMax"] = "",
["reagents"] = { ["reagents"] = {
[1] = {13463, 3}, [1] = {13463, 2},
[2] = {13467, 2}, [2] = {13467, 2},
[3] = {8925}, [3] = {8925},
}, },
@@ -8213,6 +8213,21 @@ GetSpellInfoVanillaDB = {
[4] = {8925}, [4] = {8925},
}, },
}, },
[17635] = {
["name"] = "Alchemy: Dreamshard Elixir",
["requires"] = AL["Alchemy Lab"],
["tools"] = "",
["castTime"] = 25,
["text"] = "",
["craftItem"] = 61224,
["craftQuantityMin"] = "",
["craftQuantityMax"] = "",
["reagents"] = {
[1] = {61198},
[2] = {11176},
[3] = {8925},
},
},
[2657] = { [2657] = {
["name"] = "Smelting: Smelt Copper", ["name"] = "Smelting: Smelt Copper",
["requires"] = AL["Forge"], ["requires"] = AL["Forge"],