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