Skip to content

Commit

Permalink
[items] while at it, also update Bryntroll's proc to not crit
Browse files Browse the repository at this point in the history
  • Loading branch information
vigo2 committed Apr 2, 2023
1 parent 0d44ceb commit 94f5d84
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
3 changes: 1 addition & 2 deletions sim/common/wotlk/other_effects.go
Original file line number Diff line number Diff line change
Expand Up @@ -898,11 +898,10 @@ func init() {
ProcMask: core.ProcMaskEmpty,

DamageMultiplier: 1,
CritMultiplier: character.DefaultSpellCritMultiplier(),
ThreatMultiplier: 1,

ApplyEffects: func(sim *core.Simulation, target *core.Unit, spell *core.Spell) {
spell.CalcAndDealDamage(sim, target, sim.Roll(minDmg, maxDmg), spell.OutcomeMagicHitAndCrit)
spell.CalcAndDealDamage(sim, target, sim.Roll(minDmg, maxDmg), spell.OutcomeMagicHit)
},
})

Expand Down
8 changes: 4 additions & 4 deletions sim/deathknight/dps/TestBlood.results
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ dps_results: {
dps_results: {
key: "TestBlood-AllItems-Bryntroll,theBoneArbiter-50415"
value: {
dps: 8484.24749
tps: 4406.12017
dps: 8456.8189
tps: 4388.59242
}
}
dps_results: {
key: "TestBlood-AllItems-Bryntroll,theBoneArbiter-50709"
value: {
dps: 8609.60849
tps: 4474.12892
dps: 8573.17092
tps: 4452.46303
}
}
dps_results: {
Expand Down
8 changes: 4 additions & 4 deletions sim/deathknight/tank/TestBloodTank.results
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ dps_results: {
dps_results: {
key: "TestBloodTank-AllItems-Bryntroll,theBoneArbiter-50415"
value: {
dps: 1828.52493
tps: 5274.71557
dps: 1820.31805
tps: 5249.57027
}
}
dps_results: {
key: "TestBloodTank-AllItems-Bryntroll,theBoneArbiter-50709"
value: {
dps: 1872.06049
tps: 5359.85549
dps: 1863.17887
tps: 5345.14668
}
}
dps_results: {
Expand Down

0 comments on commit 94f5d84

Please sign in to comment.