Skip to content

Commit

Permalink
Fix Fischl A4 Timing (genshinsim#1748)
Browse files Browse the repository at this point in the history
This should cause it to proc after Nahida TKP as seen in game.
  • Loading branch information
RarePossum authored and kengzzzz committed Dec 10, 2023
1 parent 7d0c399 commit a1fcce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/characters/fischl/asc.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func (c *char) a4() {
ai,
c.ozSnapshot.Snapshot,
combat.NewCircleHitOnTarget(c.Core.Combat.PrimaryTarget(), nil, 0.5),
3)
4)
return false
}

Expand Down
2 changes: 1 addition & 1 deletion internal/characters/nahida/skill.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func (c *char) triggerTriKarmaDamageIfAvail(t *enemy.Enemy) {
ai,
snap,
combat.NewSingleTargetHit(e.Key()),
4,
3,
cb,
)
}
Expand Down

0 comments on commit a1fcce2

Please sign in to comment.