Skip to content

Commit

Permalink
fix navia c6 (genshinsim#1836)
Browse files Browse the repository at this point in the history
  • Loading branch information
k0l11 authored Dec 24, 2023
1 parent 054faeb commit b5a19f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/characters/navia/skill.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ func (c *char) addShrapnelBuffs(snap *combat.Snapshot, excess float64) {
cr = 0.12 * excess
}
if c.Base.Cons >= 6 {
cr = 0.45 * excess
cd = 0.45 * excess
}
snap.Stats[attributes.DmgP] += dmg
snap.Stats[attributes.CR] += cr
Expand Down

0 comments on commit b5a19f7

Please sign in to comment.