Skip to content

Commit

Permalink
[Frost Mage] Thermal void update (WoWAnalyzer#6695)
Browse files Browse the repository at this point in the history
* thermal void talent 10.1.5 update

* thermal void talent 10.1.5 update

---------

Co-authored-by: J David Smith <[email protected]>
  • Loading branch information
earosselot and emallson authored Apr 4, 2024
1 parent e5c13a1 commit 9feb1a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/analysis/retail/mage/frost/CHANGELOG.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { Earosselot, Sharrq, Sref, ToppleTheNun } from 'CONTRIBUTORS';
export default [
change(date(2024, 4, 4), <>Fixed <SpellLink spell={TALENTS.ALTER_TIME_TALENT} /> GCD, added <SpellLink spell={TALENTS.ICE_COLD_TALENT} /> to spellbook </>, Earosselot),
change(date(2024, 4, 4), <>Added <SpellLink spell={TALENTS.CHAIN_REACTION_TALENT} /> statistics </>, Earosselot),
change(date(2024, 4, 2), <>Update <SpellLink spell={TALENTS.THERMAL_VOID_TALENT} /> statistic from 10.0.0 to 10.1.5 (current)</>, Earosselot),
change(date(2024, 3, 14), <>Fixed <SpellLink spell={SPELLS.WINTERS_CHILL} /> module, to account correctly when flurry is casted at 4 <SpellLink spell={SPELLS.ICICLES_BUFF} /> </>, Earosselot),
change(date(2024, 2, 22), <>Html fixes and <SpellLink spell={TALENTS.SHIFTING_POWER_TALENT} /> cd reduction correction </>, Earosselot),
change(date(2024, 2, 2), <>Added <SpellLink spell={TALENTS.GLACIAL_SPIKE_TALENT} />, <SpellLink spell={TALENTS.BRAIN_FREEZE_TALENT} /> and <SpellLink spell={TALENTS.FINGERS_OF_FROST_TALENT} /> to Guide view</>, Earosselot),
Expand Down
9 changes: 5 additions & 4 deletions src/analysis/retail/mage/frost/talents/ThermalVoid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ import BoringSpellValueText from 'parser/ui/BoringSpellValueText';
import Statistic from 'parser/ui/Statistic';
import STATISTIC_CATEGORY from 'parser/ui/STATISTIC_CATEGORY';

const BASE_DURATION = 20_000;
const BASE_DURATION = 25_000;

/*
* Icy Veins' duration is increased by 10 sec.
* Your Ice Lances against frozen targets extend your Icy Veins by an additional 1 sec.
* Icy Veins' duration is increased by 5 sec.
* Your Ice Lances against frozen targets extend your Icy Veins by an additional 0.5 sec.
* Your Glacial Spike against frozen targets extend your Icy Veins by an additional 1 sec.
*/
class ThermalVoid extends Analyzer {
constructor(options: Options) {
Expand Down Expand Up @@ -48,7 +49,7 @@ class ThermalVoid extends Analyzer {
<Statistic
size="flexible"
category={STATISTIC_CATEGORY.TALENTS}
tooltip="Extension times include the base 10 second increase from the talent."
tooltip="Extension times include the base 5 second increase from the talent."
dropdown={
<>
<table className="table table-condensed">
Expand Down

0 comments on commit 9feb1a9

Please sign in to comment.