veloren/assets/common/abilities/hammer/leap.ron
Sam e98edbcc7a Conversion of poise damage to health damage now scales depending on the poise state the target is in.
Entities are now immune to poise damage for 1 second after exiting a poise state.
Rebalanced most phyiscal damage attacks on player-accessible tools.
2022-01-12 22:18:59 -05:00

16 lines
346 B
Rust

LeapMelee(
energy_cost: 50.0,
buildup_duration: 0.1,
movement_duration: 0.8,
swing_duration: 0.15,
recover_duration: 0.2,
base_damage: 25.0,
base_poise_damage: 40,
knockback: 25.0,
range: 4.5,
max_angle: 360.0,
forward_leap_strength: 20.0,
vertical_leap_strength: 8.0,
damage_kind: Crushing,
)