Skip to content

Commit

Permalink
fix: Lyney talent2
Browse files Browse the repository at this point in the history
  • Loading branch information
wormtql committed Sep 5, 2023
1 parent 34b2c25 commit f8cd923
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mona_core/src/character/characters/pyro/lyney.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,8 @@ impl CharacterTrait for Lyney {
let mut bonus = 0.6;
bonus += pyro_count as f64 * 0.2;
bonus = bonus.min(1.0);
builder.add_atk_ratio("天赋2「完场喝彩」", bonus);
builder.add_extra_bonus("天赋2「完场喝彩」", bonus);
// builder.add_atk_ratio("天赋2「完场喝彩」", bonus);
}

builder.damage(
Expand Down

0 comments on commit f8cd923

Please sign in to comment.