2020-11-08 21:11:00 +00:00
|
|
|
LeapMelee(
|
2022-07-26 23:44:49 +00:00
|
|
|
energy_cost: 30.0,
|
|
|
|
buildup_duration: 0.3,
|
|
|
|
movement_duration: 0.25,
|
2021-02-05 01:39:12 +00:00
|
|
|
swing_duration: 0.2,
|
|
|
|
recover_duration: 0.2,
|
2022-01-18 01:41:24 +00:00
|
|
|
melee_constructor: (
|
|
|
|
kind: Slash(
|
2022-07-26 23:44:49 +00:00
|
|
|
damage: 25.0,
|
2022-01-18 01:41:24 +00:00
|
|
|
poise: 0.0,
|
|
|
|
knockback: 12.0,
|
|
|
|
energy_regen: 0.0,
|
|
|
|
),
|
|
|
|
range: 4.5,
|
|
|
|
angle: 30.0,
|
2022-02-17 18:19:17 +00:00
|
|
|
multi_target: true,
|
2022-01-18 01:41:24 +00:00
|
|
|
),
|
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,
|
2020-12-05 18:23:45 +00:00
|
|
|
)
|