File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
src/analysis/retail/deathknight/unholy/modules Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,15 @@ class Abilities extends CoreAbilities {
2525 } ,
2626 range : 30 ,
2727 } ,
28+ {
29+ spell : SPELLS . VAMPIRIC_STRIKE . id ,
30+ enabled : combatant . hasTalent ( TALENTS . VAMPIRIC_STRIKE_TALENT ) ,
31+ category : SPELL_CATEGORY . ROTATIONAL ,
32+ gcd : {
33+ base : 1500 ,
34+ } ,
35+ range : 30 ,
36+ } ,
2837 {
2938 spell : SPELLS . FESTERING_SCYTHE . id ,
3039 enabled : combatant . hasTalent ( TALENTS . FESTERING_SCYTHE_TALENT ) ,
@@ -52,6 +61,7 @@ class Abilities extends CoreAbilities {
5261 } ,
5362 {
5463 spell : SPELLS . DEATH_AND_DECAY . id ,
64+ enabled : ! combatant . hasTalent ( TALENTS . SCYTHE_OF_DECAY_TALENT ) ,
5565 category : SPELL_CATEGORY . ROTATIONAL_AOE ,
5666 cooldown : 30 ,
5767 gcd : {
@@ -81,7 +91,9 @@ class Abilities extends CoreAbilities {
8191 {
8292 spell : TALENTS . PUTREFY_TALENT . id ,
8393 enabled : combatant . hasTalent ( TALENTS . PUTREFY_TALENT ) ,
84- category : SPELL_CATEGORY . ROTATIONAL ,
94+ category : SPELL_CATEGORY . COOLDOWNS ,
95+ cooldown : 30 ,
96+ charges : combatant . hasTalent ( TALENTS . PUTRID_ECHOES_TALENT ) ? 2 : 1 ,
8597 gcd : {
8698 base : 1500 ,
8799 } ,
You can’t perform that action at this time.
0 commit comments