Skip to content

Commit

Permalink
update guide wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Krealle committed Nov 26, 2024
1 parent 57e88df commit b9c6df6
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class MoltenEmbers extends Analyzer {
private getFireBreathRankPerformance(upheavalCast: UpheavalCast) {
const summary = (
<div>
Upranked <SpellLink spell={SPELLS.FIRE_BREATH} /> DoT
<SpellLink spell={SPELLS.FIRE_BREATH} /> upranked
</div>
);
if (this.perfectMoltenEmbersRank === upheavalCast.fireBreathRank) {
Expand All @@ -190,8 +190,8 @@ class MoltenEmbers extends Analyzer {
summary: summary,
details: (
<div>
<SpellLink spell={SPELLS.FIRE_BREATH} /> DoT active at max rank (
{upheavalCast.fireBreathRank}). Good job!
<SpellLink spell={SPELLS.FIRE_BREATH} /> cast at max rank ({upheavalCast.fireBreathRank}
). Good job!
</div>
),
};
Expand All @@ -202,8 +202,8 @@ class MoltenEmbers extends Analyzer {
summary: summary,
details: (
<div>
<SpellLink spell={SPELLS.FIRE_BREATH} /> DoT active at rank {upheavalCast.fireBreathRank}.
You should try to uprank <SpellLink spell={SPELLS.FIRE_BREATH} /> as high as possible (
<SpellLink spell={SPELLS.FIRE_BREATH} /> cast at rank {upheavalCast.fireBreathRank}. You
should try to uprank <SpellLink spell={SPELLS.FIRE_BREATH} /> as high as possible (
{this.perfectMoltenEmbersRank}).
</div>
),
Expand Down

0 comments on commit b9c6df6

Please sign in to comment.