diff --git a/sim/shaman/stormstrike.go b/sim/shaman/stormstrike.go index b62ae6ec6..636a15496 100644 --- a/sim/shaman/stormstrike.go +++ b/sim/shaman/stormstrike.go @@ -24,7 +24,7 @@ func (shaman *Shaman) registerStormstrikeSpell() { Flags: SpellFlagShaman | core.SpellFlagAPL | core.SpellFlagNoOnCastComplete, ManaCost: core.ManaCostOptions{ - BaseCost: .063, + BaseCost: .21, }, Cast: core.CastConfig{ DefaultCast: core.Cast{ @@ -32,7 +32,7 @@ func (shaman *Shaman) registerStormstrikeSpell() { }, CD: core.Cooldown{ Timer: shaman.NewTimer(), - Duration: time.Second * 6, + Duration: time.Second * 20, }, },