veloren/assets/common/abilities/custom/quadmedjump/quickleap.ron

21 lines
452 B
Rust
Raw Normal View History

2020-11-20 06:11:13 +00:00
LeapMelee(
energy_cost: 0,
2022-06-17 10:35:06 +00:00
buildup_duration: 0.8,
movement_duration: 0.3,
swing_duration: 0.075,
recover_duration: 0.125,
melee_constructor: (
kind: Bash(
2022-06-17 10:35:06 +00:00
damage: 16.0,
poise: 30.0,
knockback: 2.0,
energy_regen: 0.0,
),
range: 4.5,
angle: 180.0,
),
2020-11-20 06:11:13 +00:00
forward_leap_strength: 20.0,
vertical_leap_strength: 5.0,
damage_kind: Crushing,
2020-11-20 06:11:13 +00:00
)