Skip to content

Commit

Permalink
Merge pull request #3448 from vapocalypse/cataclysm
Browse files Browse the repository at this point in the history
Added Soul Casket trinket
  • Loading branch information
Hekili authored Aug 7, 2024
2 parents fb1bcf0 + 610597c commit 76c1b89
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion Cataclysm/Classes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ all:RegisterAuras({
})

all:RegisterAbilities( {
-- Phase 4
-- Cataclysm Trinkets

figurine_demon_panther = {
cast = 0,
Expand All @@ -205,6 +205,19 @@ all:RegisterAbilities( {
toggle = "cooldowns",
},

soul_casket = {
cast = 0,
cooldown = 120,
gcd = "off",

item = 58183,

toggle = "cooldowns",
},


-- Phase 4

abracadaver = {
cast = 0,
cooldown = 900,
Expand Down

0 comments on commit 76c1b89

Please sign in to comment.