Merge branch 'master' of https://github.com/Lexiebean/AtlasLoot
This commit is contained in:
+20
-5
@@ -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},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
[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] = {
|
[2657] = {
|
||||||
["name"] = "Smelting: Smelt Copper",
|
["name"] = "Smelting: Smelt Copper",
|
||||||
["requires"] = AL["Forge"],
|
["requires"] = AL["Forge"],
|
||||||
|
|||||||
@@ -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" },
|
{ "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" },
|
{ "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" },
|
{ "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" },
|
||||||
};
|
};
|
||||||
|
|
||||||
----------------
|
----------------
|
||||||
|
|||||||
Reference in New Issue
Block a user