Skip to content

Commit

Permalink
update disintegrate guide section
Browse files Browse the repository at this point in the history
  • Loading branch information
Krealle committed Sep 10, 2024
1 parent 10a5b1d commit 8650f31
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,16 @@ function DisintegrateSubsection({ modules, info }: GuideProps<typeof CombatLogPa
<SpellLink spell={TALENTS_EVOKER.DRAGONRAGE_TALENT} />
</p>
<p>
With T31 it is expected to drop some extra ticks here due to the excessive amount of
resources you have available. But you should still aim to to drop as few as possible.
Currently it is optimal to always clip ticks, even outside of{' '}
<SpellLink spell={TALENTS_EVOKER.DRAGONRAGE_TALENT} />
</p>
</div>
}
data={
<PassFail
value={tickData.regularTicks}
total={tickData.totalPossibleRegularTicks}
passed={tickData.regularTickRatio > 0.95}
passed={tickData.regularTickRatio > 0.8}
/>
}
/>
Expand Down

0 comments on commit 8650f31

Please sign in to comment.