2020-11-15 19:54:58 +00:00
|
|
|
LeapMelee(
|
|
|
|
energy_cost: 0,
|
2022-06-18 10:33:19 +00:00
|
|
|
buildup_duration: 1.5,
|
2022-06-17 19:41:04 +00:00
|
|
|
movement_duration: 0.8,
|
2021-02-05 01:39:12 +00:00
|
|
|
swing_duration: 0.075,
|
2022-06-18 10:33:19 +00:00
|
|
|
recover_duration: 0.6,
|
2022-01-18 01:41:24 +00:00
|
|
|
melee_constructor: (
|
|
|
|
kind: Bash(
|
2022-06-18 10:33:19 +00:00
|
|
|
damage: 36.0,
|
2022-01-18 01:41:24 +00:00
|
|
|
poise: 60.0,
|
|
|
|
knockback: 4.0,
|
|
|
|
energy_regen: 0.0,
|
|
|
|
),
|
2022-06-18 10:33:19 +00:00
|
|
|
range: 6.75,
|
2022-01-18 01:41:24 +00:00
|
|
|
angle: 180.0,
|
2022-10-09 07:17:29 +00:00
|
|
|
multi_target: Some(Normal),
|
2022-01-18 01:41:24 +00:00
|
|
|
),
|
2022-06-18 10:33:19 +00:00
|
|
|
forward_leap_strength: 45.0,
|
2020-11-20 01:42:22 +00:00
|
|
|
vertical_leap_strength: 10.0,
|
2020-11-16 04:35:22 +00:00
|
|
|
)
|