2020-11-08 21:11:00 +00:00
|
|
|
LeapMelee(
|
2021-09-14 02:16:01 +00:00
|
|
|
energy_cost: 45.0,
|
2021-02-05 01:39:12 +00:00
|
|
|
buildup_duration: 0.2,
|
|
|
|
movement_duration: 0.2,
|
|
|
|
swing_duration: 0.2,
|
|
|
|
recover_duration: 0.2,
|
2021-09-09 04:07:17 +00:00
|
|
|
base_damage: 15.0,
|
2021-03-12 05:38:41 +00:00
|
|
|
base_poise_damage: 70,
|
2020-11-08 21:11:00 +00:00
|
|
|
knockback: 12.0,
|
|
|
|
range: 4.5,
|
|
|
|
max_angle: 30.0,
|
2021-03-23 09:51:53 +00:00
|
|
|
forward_leap_strength: 20.0,
|
2020-11-08 21:11:00 +00:00
|
|
|
vertical_leap_strength: 8.0,
|
2021-05-06 18:50:16 +00:00
|
|
|
damage_kind: Slashing,
|
2021-07-10 16:04:12 +00:00
|
|
|
damage_effect: Some(Buff((
|
|
|
|
kind: Bleeding,
|
|
|
|
dur_secs: 10.0,
|
|
|
|
strength: DamageFraction(0.1),
|
|
|
|
chance: 0.1,
|
|
|
|
))),
|
2020-12-05 18:23:45 +00:00
|
|
|
)
|