Skip to content

Commit

Permalink
fix: Mualani skill
Browse files Browse the repository at this point in the history
  • Loading branch information
wormtql committed Sep 14, 2024
1 parent 0b46311 commit 76f19f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mona_core/src/character/characters/hydro/mualani.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ impl CharacterTrait for Mualani {
A_Stack1 => MUALANI_SKILL.e_dmg1[s2] + MUALANI_SKILL.e_bonus1[s2],
A_Stack2 => MUALANI_SKILL.e_dmg1[s2] + 2.0 * MUALANI_SKILL.e_bonus1[s2],
A_Stack3 => MUALANI_SKILL.e_dmg1[s2] + 3.0 * MUALANI_SKILL.e_bonus1[s2],
A_Stack4 | A_C1 => MUALANI_SKILL.e_dmg1[s2] + 4.0 * MUALANI_SKILL.e_bonus1[s2] + MUALANI_SKILL.e_bonus2[s2],
A_Stack4 | A_C1 => MUALANI_SKILL.e_dmg1[s2] + 3.0 * MUALANI_SKILL.e_bonus1[s2] + MUALANI_SKILL.e_bonus2[s2],
// A_C1 => 0.0
};

Expand Down

0 comments on commit 76f19f9

Please sign in to comment.