Skip to content

Commit

Permalink
hunter T2.5 2p 20% / 4p 30%
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Nov 27, 2024
1 parent 1054983 commit 47fa39c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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.35
hunter.KillShot.DamageMultiplierAdditive += 0.20
},
})
},
Expand All @@ -467,14 +467,15 @@ var StrikersPursuit = core.NewItemSet(core.ItemSet{
clonedShotConfig := hunter.newKillShotConfig()
clonedShotConfig.ActionID.Tag = 1
clonedShotConfig.Flags |= core.SpellFlagNoOnCastComplete | core.SpellFlagPassiveSpell
clonedShotConfig.Flags ^= core.SpellFlagAPL
clonedShotConfig.Cast.DefaultCast.CastTime = 0
clonedShotConfig.Cast.DefaultCast.GCD = 0
clonedShotConfig.Cast.DefaultCast.Cost = 0
clonedShotConfig.Cast.CD = core.Cooldown{}
clonedShotConfig.ManaCost.BaseCost = 0
clonedShotConfig.ManaCost.FlatCost = 0
clonedShotConfig.MetricSplits = 0
clonedShotConfig.DamageMultiplier *= 0.3333
clonedShotConfig.DamageMultiplier *= 0.30

clonedShot := hunter.RegisterSpell(clonedShotConfig)

Expand Down

0 comments on commit 47fa39c

Please sign in to comment.