Skip to content

Commit

Permalink
remove SP scaling from Neretzek, The Blood Drinker
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Dec 27, 2024
1 parent 1e63691 commit 4b20b13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sim/common/vanilla/item_effects.go
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,6 @@ func init() {
ProcMask: core.ProcMaskEmpty,
DamageMultiplier: 1,
ThreatMultiplier: 1,
BonusCoefficient: 1.0, // TBD - Best guess based on similarity to shadowstrike
ApplyEffects: func(sim *core.Simulation, target *core.Unit, spell *core.Spell) {
result := spell.CalcAndDealDamage(sim, target, sim.Roll(171, 193), spell.OutcomeMagicHit)
character.GainHealth(sim, result.Damage, healthMetrics)
Expand Down

0 comments on commit 4b20b13

Please sign in to comment.