Skip to content

Commit

Permalink
[Balance] add missing missile speed to starsurge
Browse files Browse the repository at this point in the history
  • Loading branch information
stn-ms committed Jan 2, 2025
1 parent 546b2eb commit aae0c49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sim/druid/starsurge.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ func (druid *Druid) registerStarsurgeSpell() {
ProcMask: core.ProcMaskSpellDamage,
ClassSpellMask: DruidSpellStarsurge,
Flags: core.SpellFlagAPL | SpellFlagOmenTrigger,
MissileSpeed: 20,

DamageMultiplier: 1,
DamageMultiplierAdditive: 1,
Expand Down

0 comments on commit aae0c49

Please sign in to comment.