2020-11-20 06:11:13 +00:00
|
|
|
LeapMelee(
|
|
|
|
energy_cost: 0,
|
2022-06-17 10:35:06 +00:00
|
|
|
buildup_duration: 0.8,
|
2022-06-17 19:41:04 +00:00
|
|
|
movement_duration: 0.6,
|
2021-02-05 01:39:12 +00:00
|
|
|
swing_duration: 0.075,
|
2022-06-17 19:41:04 +00:00
|
|
|
recover_duration: 0.25,
|
2022-01-18 01:41:24 +00:00
|
|
|
melee_constructor: (
|
|
|
|
kind: Bash(
|
2022-06-17 10:35:06 +00:00
|
|
|
damage: 16.0,
|
2022-01-18 01:41:24 +00:00
|
|
|
poise: 30.0,
|
|
|
|
knockback: 2.0,
|
|
|
|
energy_regen: 0.0,
|
|
|
|
),
|
|
|
|
range: 4.5,
|
|
|
|
angle: 180.0,
|
2022-10-09 07:17:29 +00:00
|
|
|
multi_target: Some(Normal),
|
2022-01-18 01:41:24 +00:00
|
|
|
),
|
2020-11-20 06:11:13 +00:00
|
|
|
forward_leap_strength: 20.0,
|
|
|
|
vertical_leap_strength: 5.0,
|
|
|
|
)
|