Skip to content

Commit

Permalink
Merge pull request #996 from skippi/bloom-timing
Browse files Browse the repository at this point in the history
change bloom dendro core delay to 20f
  • Loading branch information
srliao authored Oct 12, 2022
2 parents 4ee47fb + e5f41c1 commit 97e8e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reactable/bloom.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/genshinsim/gcsim/pkg/gadget"
)

const DendroCoreDelay = 45
const DendroCoreDelay = 20

func (r *Reactable) tryBloom(a *combat.AttackEvent) {
//can be hydro bloom, dendro bloom, or quicken bloom
Expand Down

0 comments on commit 97e8e28

Please sign in to comment.