Skip to content

Commit

Permalink
fix: Mavuika C2
Browse files Browse the repository at this point in the history
  • Loading branch information
wormtql committed Jan 1, 2025
1 parent fc4fe04 commit 162b583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mona_core/src/character/characters/pyro/mavuika.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ impl CharacterTrait for Mavuika {
SkillType::ElementalBurst => 1.2,
_ => 0.0
};
builder.add_extra_bonus("C2「灰烬的代价」", bonus * c2_rate);
builder.add_atk_ratio("C2「灰烬的代价」", bonus * c2_rate);
}

if after_q && is_certain_skill {
Expand Down

0 comments on commit 162b583

Please sign in to comment.