Skip to content

Commit

Permalink
Merge pull request #289 from AshenAshes/patch-1
Browse files Browse the repository at this point in the history
fix:珐露珊e技能倍率
  • Loading branch information
wormtql authored Oct 3, 2023
2 parents 43ea66a + 38e9585 commit 921ca47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mona_core/src/character/characters/anemo/faruzan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pub const FARUZAN_SKILL: FaruzanSkillType = FaruzanSkillType {
plunging_dmg2: [1.1363, 1.2288, 1.3213, 1.4535, 1.5459, 1.6516, 1.797, 1.9423, 2.0877, 2.2462, 2.4048, 2.5634, 2.7219, 2.8805, 3.039],
plunging_dmg3: [1.4193, 1.5349, 1.6504, 1.8154, 1.931, 2.063, 2.2445, 2.4261, 2.6076, 2.8057, 3.0037, 3.2018, 3.3998, 3.5979, 3.7959],
e_dmg: [1.488, 1.5996, 1.7112, 1.86, 1.9716, 2.0832, 2.232, 2.3808, 2.5296, 2.6784, 2.8272, 2.976, 3.162, 3.348, 3.534],
e_collapse_dmg: [0.4175, 0.4425, 0.4675, 0.5, 0.525, 0.55, 0.5825, 0.615, 0.6475, 0.68, 0.7125, 0.745, 0.7775, 0.81, 0.8425],
e_collapse_dmg: [1.08, 1.161, 1.242, 1.35, 1.431, 1.512, 1.62, 1.728, 1.836, 1.944, 2.052, 2.16, 2.295, 2.43, 2.565],
q_dmg: [3.776, 4.0592, 4.3424, 4.72, 5.0032, 5.2864, 5.664, 6.0416, 6.4192, 6.7968, 7.1744, 7.552, 8.024, 8.496, 8.968],
q_bonus: [0.18, 0.1935, 0.207, 0.225, 0.2385, 0.252, 0.27, 0.288, 0.306, 0.324, 0.342, 0.36, 0.3825, 0.405, 0.4275],
};
Expand Down Expand Up @@ -243,4 +243,4 @@ impl CharacterTrait for Faruzan {
fn get_target_function_by_role(role_index: usize, team: &TeamQuantization, c: &CharacterCommonData, w: &WeaponCommonData) -> Box<dyn TargetFunction> {
unimplemented!()
}
}
}

0 comments on commit 921ca47

Please sign in to comment.