Skip to content

Commit

Permalink
Merge pull request #2216 from jarveson/jake/feral-ooc-tweaks
Browse files Browse the repository at this point in the history
feral: updates
  • Loading branch information
jarveson authored Dec 21, 2022
2 parents 63d5908 + dc0360c commit f9b2af5
Show file tree
Hide file tree
Showing 10 changed files with 398 additions and 292 deletions.
6 changes: 6 additions & 0 deletions sim/druid/druid.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ type Druid struct {
RaidBuffTargets int
PrePopBerserk bool

ReplaceBearMHFunc core.ReplaceMHSwing

Barkskin *core.Spell
Berserk *core.Spell
DemoralizingRoar *core.Spell
Expand Down Expand Up @@ -181,6 +183,10 @@ func (druid *Druid) HasMinorGlyph(glyph proto.DruidMinorGlyph) bool {
return druid.HasGlyph(int32(glyph))
}

func (druid *Druid) TryMaul(sim *core.Simulation, mhSwingSpell *core.Spell) *core.Spell {
return druid.MaulReplaceMH(sim, mhSwingSpell)
}

func (druid *Druid) Initialize() {
if druid.Talents.PrimalPrecision > 0 {
druid.PrimalPrecisionRecoveryMetrics = druid.NewEnergyMetrics(core.ActionID{SpellID: 48410})
Expand Down
Loading

0 comments on commit f9b2af5

Please sign in to comment.