2024-07-03 19:04:49 -04:00
|
|
|
RiposteMelee(
|
|
|
|
energy_cost: 0,
|
|
|
|
buildup_duration: 0.7,
|
|
|
|
swing_duration: 0.3,
|
|
|
|
recover_duration: 0.2,
|
2024-11-15 12:07:15 -05:00
|
|
|
whiffed_recover_duration: 0.4,
|
2024-07-03 19:04:49 -04:00
|
|
|
block_strength: 5.0,
|
|
|
|
melee_constructor: (
|
|
|
|
kind: Slash(
|
2024-10-08 19:55:42 -04:00
|
|
|
damage: 26,
|
2024-07-03 19:04:49 -04:00
|
|
|
poise: 60,
|
|
|
|
knockback: 15,
|
|
|
|
energy_regen: 0,
|
|
|
|
),
|
|
|
|
range: 4.0,
|
|
|
|
angle: 60.0,
|
|
|
|
),
|
2024-11-15 12:07:15 -05:00
|
|
|
)
|