Skip to content

Commit

Permalink
Add Foci of Life conditional to description
Browse files Browse the repository at this point in the history
  • Loading branch information
Krealle committed Apr 1, 2024
1 parent 62f7e4d commit cc975f3
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,14 @@ class RenewingBlaze extends MajorDefensiveBuff {
description() {
return (
<p>
<SpellLink spell={TALENTS.RENEWING_BLAZE_TALENT} /> heals you for the damage you take over 8
seconds.
<SpellLink spell={TALENTS.RENEWING_BLAZE_TALENT} /> heals you for the damage you take over{' '}
{this.selectedCombatant.hasTalent(TALENTS.FOCI_OF_LIFE_TALENT) ? (
<>
4 seconds with <SpellLink spell={TALENTS.FOCI_OF_LIFE_TALENT} /> talented.
</>
) : (
<>8 seconds.</>
)}
<br />
High amounts of overhealing for <SpellLink spell={TALENTS.RENEWING_BLAZE_TALENT} /> uses,
will usually indicate it was used too late.
Expand Down

0 comments on commit cc975f3

Please sign in to comment.