Skip to content

Commit

Permalink
Updated the 50% CDR from TAQ 4P to use the multiplier field rather th…
Browse files Browse the repository at this point in the history
…an flat modifier
  • Loading branch information
ncberman committed Jan 20, 2025
1 parent 3f947db commit fa844fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/hunter/item_sets_pve_phase_6.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func (hunter *Hunter) applyTAQRanged4PBonus() {
hunter.RegisterAura(core.Aura{
Label: label,
OnInit: func(aura *core.Aura, sim *core.Simulation) {
hunter.KillShot.CD.FlatModifier -= 6 * time.Second
hunter.KillShot.CD.Multiplier *= 0.5

if !hunter.HasRune(proto.HunterRune_RuneHelmRapidKilling) {
return
Expand Down

0 comments on commit fa844fd

Please sign in to comment.