Skip to content

Commit

Permalink
Merge pull request #67 from denari94/master
Browse files Browse the repository at this point in the history
Change Stormstrike to classic Values
  • Loading branch information
kayla-glick authored Jan 12, 2025
2 parents 8f65582 + d5039cc commit 712f1b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sim/shaman/stormstrike.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ func (shaman *Shaman) registerStormstrikeSpell() {
Flags: SpellFlagShaman | core.SpellFlagAPL | core.SpellFlagNoOnCastComplete,

ManaCost: core.ManaCostOptions{
BaseCost: .063,
BaseCost: .21,
},
Cast: core.CastConfig{
DefaultCast: core.Cast{
GCD: core.GCDDefault,
},
CD: core.Cooldown{
Timer: shaman.NewTimer(),
Duration: time.Second * 6,
Duration: time.Second * 20,
},
},

Expand Down

0 comments on commit 712f1b3

Please sign in to comment.