diff --git a/AtlasLootClassic/Data/Token.lua b/AtlasLootClassic/Data/Token.lua index 73957adf..7be3d701 100644 --- a/AtlasLootClassic/Data/Token.lua +++ b/AtlasLootClassic/Data/Token.lua @@ -464,7 +464,7 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.BC_VERSION_NUM) then [22575] = { {22575,"10"}, 0, 21886 }, -- Mote of Life [22578] = { {22578,"10"}, 0, 21885 }, -- Mote of Water - --- Darkmoon cards + --- Darkmoon cards -- Furies Deck / Darkmoon Card: Vengeance [31907] = { 31907, 31858, 0, 31901, 31909, 31908, 31904, 31903, 31906, 31905, 31902 }, [31901] = 31907, [31909] = 31907, [31908] = 31907, [31904] = 31907, [31903] = 31907, [31906] = 31907, [31905] = 31907, [31902] = 31907, @@ -941,6 +941,23 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.WRATH_VERSION_NUM) then ["VoA_T_PALADIN_25_H"] = {51169, 51168, 0, 51469, 51471, type = 9}, ["VoA_T_PALADIN_25_D"] = {51163, 51161, 0, 51475, 51477, type = 9}, ["VoA_T_PALADIN_25_T"] = {51172, 51171, type = 9}, + + --- Darkmoon cards + -- Chaos Deck / Darkmoon Card: Berserker! + [44276] = { 44276, 42989, 0, 44277, 44278, 44279, 44280, 44281, 44282, 44284, 44285 }, + [44277] = 44276, [44278] = 44276, [44279] = 44276, [44280] = 44276, [44281] = 44276, [44282] = 44276, [44284] = 44276, [44285] = 44276, + + -- Prisms Deck / Darkmoon Card: Illusion + [44259] = { 44259, 42988, 0, 44260, 44261, 44262, 44263, 44264, 44265, 44266, 44267 }, + [44260] = 44259, [44261] = 44259, [44262] = 44259, [44263] = 44259, [44264] = 44259, [44265] = 44259, [44266] = 44259, [44267] = 44259, + + -- Undeath Deck / Darkmoon Card: Death + [44294] = { 44294, 42990, 0, 44286, 44287, 44288, 44289, 44290, 44291, 44292, 44293 }, + [44286] = 44294, [44287] = 44294, [44288] = 44294, [44289] = 44294, [44290] = 44294, [44291] = 44294, [44292] = 44294, [44293] = 44294, + + -- Lunacy Deck / Darkmoon Card: Greatness + [44326] = { 44326, 44253, 42987, 44254, 44255, 0, 44268, 44269, 44270, 44271, 44272, 44273, 44274, 44275 }, + [44268] = 44326, [44269] = 44326, [44270] = 44326, [44271] = 44326, [44272] = 44326, [44273] = 44326, [44274] = 44326, [44275] = 44326, } end diff --git a/AtlasLootClassic_Collections/data.lua b/AtlasLootClassic_Collections/data.lua index c051b8d0..b38515c3 100644 --- a/AtlasLootClassic_Collections/data.lua +++ b/AtlasLootClassic_Collections/data.lua @@ -1085,6 +1085,7 @@ data["MiscSets"] = { ContentType = SET_CONTENT, LoadDifficulty = LOAD_DIFF, TableType = SET_ITTYPE, + gameVersion = AtlasLoot.CLASSIC_VERSION_NUM, items = { { -- Cloth name = ALIL["Cloth"], @@ -2299,6 +2300,15 @@ data["Darkmoon"] = { { 4, 31914 }, -- Darkmoon Card: Madness }, }), + AtlasLoot:GameVersion_GE(AtlasLoot.WRATH_VERSION_NUM, { + name = AL["Wrath"], + [NORMAL_DIFF] = { + { 1, 44276 }, -- Chaos Deck + { 2, 44259 }, -- Prisms Deck + { 3, 44294 }, -- Undeath Deck + { 4, 44326 }, -- Nobles Deck + }, + }), }, }