Skip to content

Commit

Permalink
fix: c2 bonus multiplier to dmg bonus
Browse files Browse the repository at this point in the history
  • Loading branch information
CortinthusYu committed Oct 5, 2023
1 parent 48fef2a commit 5a9694c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mona_core/src/character/characters/cryo/wriothesley.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ impl CharacterTrait for Wriothesley {
if context.character_common_data.constellation >= 2 {
let talent2_stack = context.attribute.get_value(AttributeName::USER1);
let value = talent2_stack * 0.4;
ratio = ratio * (1.0 + value);
builder.add_extra_bonus("2命「予骄暴者以镣锁」伤害加成",value);
}
}
builder.add_atk_ratio("技能倍率", ratio);
Expand Down

0 comments on commit 5a9694c

Please sign in to comment.