Skip to content

Commit 3f80425

Browse files
author
Freddie
committed
Add DF Timewalking
1 parent bf3aa5f commit 3f80425

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Data/Chores/Events/Events.lua

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ local wodTimewalkingIds = { 1056, 1063, 1065, 1068 }
1111
local legionTimewalkingIds = { 1263, 1265, 1267, 1269, 1271, 1273, 1275, 1277 }
1212
local bfaTimewalkingIds = { 1666, 1667, 1668, 1669 }
1313
local slTimewalkingIds = { 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710 }
14+
local dfTimewalkingIds = { 1719, 1720, 1721, 1722 }
1415

1516
Addon.data.chores.choresEvents = {
1617
key = 'events',
@@ -255,6 +256,24 @@ Addon.data.chores.choresEvents = {
255256
{ quest = 92650, item = 253517 }, -- [SL] The Flickering Anima
256257
},
257258
},
259+
-- Dragonflight
260+
{
261+
key = 'dungeons',
262+
minimumLevel = 10,
263+
requiredEventIds = dfTimewalkingIds,
264+
entries = {
265+
{ quest = 93495 }, -- A Soaring Journey Through Time
266+
{ quest = 93497 }, -- A Soaring Path Through Time
267+
},
268+
},
269+
{
270+
key = 'item',
271+
minimumLevel = 30,
272+
requiredEventIds = dfTimewalkingIds,
273+
entries = {
274+
{ quest = 93852, item = 262918 }, -- [DF] Lost Iridescent Flightstone
275+
},
276+
},
258277
},
259278
},
260279
{

0 commit comments

Comments
 (0)