Skip to content

Commit

Permalink
Update ferocious_bite.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick authored Dec 23, 2024
1 parent 746933d commit f22c991
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions sim/druid/ferocious_bite.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,8 @@ func (druid *Druid) newFerociousBiteSpellConfig(rank FerociousBiteRankInfo) core

baseDamage := rank.dmgBase + rank.dmgRange*sim.RandomFloat("Ferocious Bite") +
rank.dmgPerCombo*comboPoints +
attackPower*0.03*comboPoints

if !druid.FerociousBiteExcessEnergyOverride {
baseDamage += rank.dmgPerEnergy * excessEnergy
}
attackPower*0.03*comboPoints +
rank.dmgPerEnergy * excessEnergy

result := spell.CalcAndDealDamage(sim, target, baseDamage, spell.OutcomeMeleeSpecialHitAndCrit)

Expand Down

0 comments on commit f22c991

Please sign in to comment.