Skip to content

Commit

Permalink
increase CAST_BUFFER 25=>50 for DefensiveCastLinkNormalizer
Browse files Browse the repository at this point in the history
  • Loading branch information
Krealle committed Oct 24, 2024
1 parent 41bb7d1 commit 042982d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const RENEWING_BLAZE = 'renewingBlaze'; // links cast to buff apply
export const RENEWING_BLAZE_HEAL = 'renewingBlazeHeal'; // links heal buff and healing
const TWIN_GUARDIAN_PARTNER = 'twinGuardianPartner'; // links external and personal buffs

const CAST_BUFFER = 25;
const CAST_BUFFER = 50;
/** Heal buff can get applied immediately on use, and keeps getting refreshed on damage until
* main acc buff runs out, so we set this high to make sure we catch all. */
const RENEWING_BLAZE_DURATION = 25_000;
Expand Down

0 comments on commit 042982d

Please sign in to comment.