Skip to content

Commit

Permalink
kill shot multiplier 50% => 35%
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Nov 27, 2024
1 parent e72374c commit bbe98ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/hunter/item_sets_pve.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ var StrikersPursuit = core.NewItemSet(core.ItemSet{
hunter.RegisterAura(core.Aura{
Label: "Striker's Pursuit 4P",
OnInit: func(aura *core.Aura, sim *core.Simulation) {
hunter.KillShot.DamageMultiplierAdditive += 0.50
hunter.KillShot.DamageMultiplierAdditive += 0.35
},
})
},
Expand Down

0 comments on commit bbe98ff

Please sign in to comment.