Skip to content

Commit

Permalink
More trinket proc setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Dec 21, 2023
1 parent c9d71c2 commit 628c125
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Dragonflight/Items.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1819,6 +1819,9 @@ all:RegisterAbilities( {
applyBuff( "mirror_of_fractured_tomorrows" )
end,

proc = "primary",
self_buff = "mirror_of_fractured_tomorrows",

auras = {
mirror_of_fractured_tomorrows = {
id = 418527,
Expand Down Expand Up @@ -1909,6 +1912,9 @@ all:RegisterAbilities( {
applyDebuff( "player", "paradox" )
end,

proc = "haste",
self_buff = "timethiefs_gambit",

auras = {
timethiefs_gambit = {
id = 417534,
Expand Down Expand Up @@ -1961,6 +1967,7 @@ all:RegisterAbilities( {
toggle = "cooldowns",

proc = "primary",
self_buff = "soul_ignition",

handler = function()
applyBuff( "soul_ignition" )
Expand Down Expand Up @@ -2020,6 +2027,8 @@ all:RegisterAbilities( {
applyBuff( "solar_maelstrom" )
end,

proc = "damage",

auras = {
solar_maelstrom = {
id = 425417,
Expand Down Expand Up @@ -2065,6 +2074,9 @@ all:RegisterAbilities( {
applyBuff( "shadowflame_rage" )
end,

proc = "absorb",
self_buff = "shadowflame_rage",

auras = {
shadowflame_rage = {
id = 422750,
Expand All @@ -2087,6 +2099,9 @@ all:RegisterAbilities( {
applyBuff( "nymues_vengeful_spindle" )
end,

proc = "mastery",
self_buff = "nymues_vengeful_spindle",

auras = {
nymues_vengeful_spindle = {
id = 427072,
Expand All @@ -2110,6 +2125,9 @@ all:RegisterAbilities( {
applyBuff( "smoldering_seedling" )
end,

proc = "mastery",
self_buff = "smoldering_seedling",

auras = {
smoldering_seedling = {
id = 426566,
Expand Down

0 comments on commit 628c125

Please sign in to comment.