Skip to content

Commit

Permalink
Reduced Hu Tao CA in E to 42 frames (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
unleashurgeek authored Feb 16, 2023
1 parent 6ef74fb commit dde7bfa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/characters/hutao/charge.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ func init() {
chargeFrames[action.ActionJump] = chargeHitmark

// charge (paramita) -> x
ppChargeFrames = frames.InitAbilSlice(44)
ppChargeFrames = frames.InitAbilSlice(42)
ppChargeFrames[action.ActionBurst] = 33
ppChargeFrames[action.ActionDash] = ppChargeHitmark
ppChargeFrames[action.ActionJump] = ppChargeHitmark
ppChargeFrames[action.ActionSwap] = 42
}

func (c *char) ChargeAttack(p map[string]int) action.ActionInfo {
Expand Down

0 comments on commit dde7bfa

Please sign in to comment.