Skip to content

Commit

Permalink
fix substat optimizer not considering def% for chiori
Browse files Browse the repository at this point in the history
  • Loading branch information
k0l11 committed Mar 18, 2024
1 parent 63ff465 commit ccd9f23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/optimization/substats.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ func NewSubstatOptimizerDetails(
keys.Neuvillette: {attributes.HPP},
keys.Furina: {attributes.HPP},
keys.Chevreuse: {attributes.HPP},
keys.Chiori: {attributes.DEFP},
}

// Final output array that holds [character][substat_count]
Expand Down

0 comments on commit ccd9f23

Please sign in to comment.