Skip to content

Commit

Permalink
belated ranged fixes to slaying enchants
Browse files Browse the repository at this point in the history
  • Loading branch information
JJwang11 committed Jan 14, 2025
1 parent 11b1d47 commit e4fb471
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sim/common/vanilla/enchant_effects.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ func init() {

w.BaseDamageMin += 2
w.BaseDamageMax += 2

w = character.AutoAttacks.Ranged()
w.BaseDamageMin += 2
w.BaseDamageMax += 2
}
})

Expand Down Expand Up @@ -189,6 +193,10 @@ func init() {

w.BaseDamageMin += 6
w.BaseDamageMax += 6

w = character.AutoAttacks.Ranged()
w.BaseDamageMin += 6
w.BaseDamageMax += 6
}
})

Expand All @@ -204,6 +212,10 @@ func init() {

w.BaseDamageMin += 6
w.BaseDamageMax += 6

w = character.AutoAttacks.Ranged()
w.BaseDamageMin += 6
w.BaseDamageMax += 6
}
})

Expand Down

0 comments on commit e4fb471

Please sign in to comment.