Skip to content

Commit

Permalink
add EBON_MIGHT_APPLY_REMOVE_BUFFER
Browse files Browse the repository at this point in the history
  • Loading branch information
Krealle committed Oct 24, 2024
1 parent 042982d commit ff9504f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ const BREATH_OF_EONS_DAMAGE_BUFFER = 300;
const PUPIL_OF_ALEXSTRASZA_BUFFER = 1000;
const UPHEAVAL_DAMAGE_BUFFER = 800;

// In 11.0.5 Blizzard introduces a potential 1ms delay
// https://www.warcraftlogs.com/reports/L48YR6WBjaXtTkMd/#fight=57&type=auras&pins=0%24Separate%24%23244F4B%24casts%240%240.0.0.Any%24176484645.0.0.Evoker%24true%240.0.0.Any%24false%24363916&target=8&ability=395152&start=10450757&end=10509380&view=events
const EBON_MIGHT_APPLY_REMOVE_BUFFER = 1;

// Tier
// No clue why but this gets very weirdly staggered/delayed
const TREMBLING_EARTH_BUFFER = 500;
Expand Down Expand Up @@ -119,6 +123,8 @@ const EVENT_LINKS: EventLink[] = [
referencedEventId: SPELLS.EBON_MIGHT_BUFF_EXTERNAL.id,
referencedEventType: [EventType.RemoveBuff],
anyTarget: false,
forwardBufferMs: EBON_MIGHT_APPLY_REMOVE_BUFFER,
backwardBufferMs: EBON_MIGHT_APPLY_REMOVE_BUFFER,
},
{
linkRelation: BREATH_OF_EONS_CAST_DEBUFF_APPLY_LINK,
Expand Down

0 comments on commit ff9504f

Please sign in to comment.