Skip to content

Commit

Permalink
Merge pull request #3652 from NerdEgghead/master
Browse files Browse the repository at this point in the history
Removed CD on Chilled to the Bone spell
  • Loading branch information
NerdEgghead authored Sep 10, 2023
2 parents ca53eb1 + 5bd9889 commit 8970bc7
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions sim/encounters/icc/sindragosa25h_ai.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,18 +93,10 @@ func (ai *Sindragosa25HAI) Reset(sim *core.Simulation) {

func (ai *Sindragosa25HAI) registerPermeatingChillAura(target *core.Target) {
ai.ChilledToTheBone = target.RegisterSpell(core.SpellConfig{
ActionID: core.ActionID{SpellID: 70106},
SpellSchool: core.SpellSchoolFrost,
ProcMask: core.ProcMaskSpellDamage,
Flags: core.SpellFlagNone,

Cast: core.CastConfig{
CD: core.Cooldown{
Timer: target.NewTimer(),
Duration: time.Second * 2,
},
},

ActionID: core.ActionID{SpellID: 70106},
SpellSchool: core.SpellSchoolFrost,
ProcMask: core.ProcMaskSpellDamage,
Flags: core.SpellFlagNone,
DamageMultiplier: 1,
CritMultiplier: 1,
ThreatMultiplier: 0,
Expand Down

0 comments on commit 8970bc7

Please sign in to comment.