2020-11-15 19:54:58 +00:00
|
|
|
LeapMelee(
|
|
|
|
energy_cost: 0,
|
2022-06-17 10:35:06 +00:00
|
|
|
buildup_duration: 1.0,
|
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-17 19:41:04 +00:00
|
|
|
recover_duration: 0.4,
|
2022-01-18 01:41:24 +00:00
|
|
|
melee_constructor: (
|
|
|
|
kind: Bash(
|
2022-06-17 10:35:06 +00:00
|
|
|
damage: 24.0,
|
2022-01-18 01:41:24 +00:00
|
|
|
poise: 60.0,
|
|
|
|
knockback: 4.0,
|
|
|
|
energy_regen: 0.0,
|
|
|
|
),
|
|
|
|
range: 4.5,
|
|
|
|
angle: 180.0,
|
|
|
|
),
|
2020-11-20 01:42:22 +00:00
|
|
|
forward_leap_strength: 40.0,
|
|
|
|
vertical_leap_strength: 10.0,
|
2020-11-16 04:35:22 +00:00
|
|
|
)
|