Skip to content

Commit

Permalink
fix: Navia E
Browse files Browse the repository at this point in the history
  • Loading branch information
wormtql committed Dec 25, 2023
1 parent 8670c23 commit 8286af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mona_core/src/character/characters/geo/navia.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ impl CharacterTrait for Navia {
builder.add_atk_ratio("技能倍率", ratio);

if (s == E1 || s == E1Total) && shard_count > 3 {
builder.add_atk_ratio("「裂晶弹片」加成", 0.15 * (shard_count - 3) as f64);
builder.add_extra_bonus("「裂晶弹片」加成", 0.15 * (shard_count - 3) as f64);
}
if context.character_common_data.constellation >= 2 && (s == E1 || s == E1Total) {
let crit_bonus = 0.36_f64.min(shard_count as f64 * 0.12);
Expand Down

0 comments on commit 8286af8

Please sign in to comment.