Skip to content

Commit

Permalink
remove EB_FROM_ARCANE_VIGOR link from deva specific normalizer
Browse files Browse the repository at this point in the history
  • Loading branch information
Krealle committed Apr 4, 2024
1 parent fc7c9c6 commit 09bc022
Showing 1 changed file with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export const SNAPFIRE_CONSUME = 'SnapfireConsumption';
export const IRIDESCENCE_RED_CONSUME = 'IridescentRedConsumption';
export const IRIDESCENCE_BLUE_CONSUME = 'IridescentBlueConsumption';
export const DISINTEGRATE_REMOVE_APPLY = 'DisintegrateRemoveApply';
export const EB_FROM_ARCANE_VIGOR = 'ebFromArcaneVigor';

const CAST_BUFFER_MS = 100;
const EVENT_LINKS: EventLink[] = [
Expand Down Expand Up @@ -115,24 +114,6 @@ const EVENT_LINKS: EventLink[] = [
referencedEventType: EventType.ApplyDebuff,
anyTarget: true,
},
{
linkRelation: EB_FROM_ARCANE_VIGOR,
reverseLinkRelation: EB_FROM_ARCANE_VIGOR,
linkingEventId: [SPELLS.SHATTERING_STAR.id],
linkingEventType: EventType.Cast,
referencedEventId: [
TALENTS_EVOKER.RUBY_ESSENCE_BURST_TALENT.id,
SPELLS.ESSENCE_BURST_DEV_BUFF.id,
],
referencedEventType: [EventType.ApplyBuff, EventType.ApplyBuffStack, EventType.RefreshBuff],
anyTarget: true,
forwardBufferMs: CAST_BUFFER_MS,
backwardBufferMs: CAST_BUFFER_MS,
maximumLinks: 1,
isActive(c) {
return c.hasTalent(TALENTS_EVOKER.ARCANE_VIGOR_TALENT);
},
},
];

class CastLinkNormalizer extends EventLinkNormalizer {
Expand Down

0 comments on commit 09bc022

Please sign in to comment.