Skip to content

Commit

Permalink
Merge pull request wowsims#713 from jarveson/jake/feral-cat
Browse files Browse the repository at this point in the history
druid/feral updates
  • Loading branch information
jimmyt857 authored Aug 21, 2022
2 parents 5915d0e + c3d4940 commit c20e2d0
Show file tree
Hide file tree
Showing 28 changed files with 1,018 additions and 660 deletions.
2 changes: 1 addition & 1 deletion sim/core/debuffs.go
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ func MangleAura(target *Unit) *Aura {
Label: "Mangle",
Tag: BleedDamageAuraTag,
ActionID: ActionID{SpellID: 33876},
Duration: time.Second * 12,
Duration: time.Minute,
Priority: 1.3,
OnGain: func(aura *Aura, sim *Simulation) {
aura.Unit.PseudoStats.PeriodicPhysicalDamageTakenMultiplier *= 1.3
Expand Down
Loading

0 comments on commit c20e2d0

Please sign in to comment.