Skip to content

Commit 7bc87bf

Browse files
authored
Merge pull request #5064 from scizzydo/thewarwithin
TWW S3 Missing Trinket
2 parents fcdb76f + b1923b9 commit 7bc87bf

1 file changed

Lines changed: 28 additions & 1 deletion

File tree

TheWarWithin/Items.lua

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ local RegisterEvent = ns.RegisterEvent
1212

1313
-- 11.0
1414
all:RegisterAbilities( {
15-
signet_of_the_priory = {
15+
signet_of_the_priory = {
1616
cast = 0,
1717
cooldown = 120,
1818
gcd = "off",
@@ -1501,6 +1501,33 @@ all:RegisterAbilities( {
15011501
},
15021502
} )
15031503

1504+
-- 11.2
1505+
all:RegisterAbilities( {
1506+
lily_of_the_eternal_weave = {
1507+
cast = 0,
1508+
cooldown = 90,
1509+
gcd = "off",
1510+
1511+
item = 242494,
1512+
toggle = "cooldowns",
1513+
1514+
proc = "secondary",
1515+
self_buff = "woven_fate",
1516+
1517+
handler = function()
1518+
applyBuff( "woven_fate" )
1519+
end,
1520+
1521+
auras = {
1522+
woven_fate = {
1523+
id = 1244029,
1524+
duration = 15,
1525+
max_stack = 1
1526+
},
1527+
},
1528+
},
1529+
} )
1530+
15041531
all:RegisterGear( "scroll_of_momentum", 226539 )
15051532

15061533
all:RegisterAuras( {

0 commit comments

Comments
 (0)