Skip to content

Commit

Permalink
Merge pull request #922 from tyler-cb/master
Browse files Browse the repository at this point in the history
DMC Decay and Sandstorm Nerf
  • Loading branch information
kayla-glick authored Jul 21, 2024
2 parents ca7244e + 982e105 commit 93dafe5
Show file tree
Hide file tree
Showing 4 changed files with 200 additions and 200 deletions.
4 changes: 2 additions & 2 deletions sim/common/sod/item_effects/phase_3.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ func init() {
// Custom ICD so it can be shared by both proc triggers
icd := core.Cooldown{
Timer: character.NewTimer(),
Duration: time.Millisecond * 200,
Duration: time.Second * 3,
}

handler := func(sim *core.Simulation, spell *core.Spell, _ *core.SpellResult) {
Expand Down Expand Up @@ -364,7 +364,7 @@ func init() {
// Custom ICD so it can be shared by both proc triggers
icd := core.Cooldown{
Timer: character.NewTimer(),
Duration: time.Second * 5,
Duration: time.Second * 8,
}

handler := func(sim *core.Simulation, spell *core.Spell, _ *core.SpellResult) {
Expand Down
Loading

0 comments on commit 93dafe5

Please sign in to comment.