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

15 lines
317 B
Plaintext
Raw Normal View History

2020-11-20 06:11:13 +00:00
LeapMelee(
energy_cost: 0,
buildup_duration: 0.2,
movement_duration: 0.3,
swing_duration: 0.075,
recover_duration: 0.125,
2020-11-20 06:11:13 +00:00
base_damage: 120,
2021-03-12 05:38:41 +00:00
base_poise_damage: 30,
knockback: 2.0,
2020-11-20 06:11:13 +00:00
range: 4.5,
max_angle: 180.0,
forward_leap_strength: 20.0,
vertical_leap_strength: 5.0,
)