Skip to content

Commit

Permalink
[Hunter] Add deathblow buff to the timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Pewtro committed Oct 24, 2023
1 parent 3179dc8 commit 9989451
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/analysis/retail/hunter/marksmanship/CHANGELOG.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import { ItemLink, SpellLink } from 'interface';
import TALENTS from 'common/TALENTS/hunter';
import ITEMS from 'common/ITEMS';
export default [
change(date(2023, 10, 3), <>Add <SpellLink spell={TALENTS.STEEL_TRAP_TALENT} /> as a trackable talent. </>, Putro),
change(date(2023, 10, 24), <>Add <SpellLink spell={TALENTS.DEATHBLOW_TALENT} /> buff to the timeline.</>, Putro),
change(date(2023, 10, 3), <>Add <SpellLink spell={TALENTS.STEEL_TRAP_TALENT} /> as a trackable talent.</>, Putro),
change(date(2023, 7, 3), 'Update SpellLink usage.', ToppleTheNun),
change(date(2023, 6, 4), <>Add <ItemLink id={ITEMS.CALL_TO_DOMINANCE.id}/> module to hunter</>, Trevor),
change(date(2023, 5, 9), <>Added support for T29 tier sets</>, Swolorno),
Expand Down
4 changes: 4 additions & 0 deletions src/analysis/retail/hunter/marksmanship/modules/Buffs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ class Buffs extends CoreAuras {
timelineHighlight: true,
triggeredBySpellId: TALENTS_HUNTER.LOCK_AND_LOAD_TALENT.id,
},
{
spellId: SPELLS.DEATHBLOW_BUFF.id,
timelineHighlight: true,
},
{
spellId: SPELLS.ASPECT_OF_THE_TURTLE.id,
timelineHighlight: true, // showing because it's relevant to know when we couldn't attack (this could explain some downtime)
Expand Down

0 comments on commit 9989451

Please sign in to comment.