19 lines
383 B
Plaintext
Raw Normal View History

2024-06-11 19:51:46 -04:00
RiposteMelee(
energy_cost: 0,
buildup_duration: 0.7,
swing_duration: 0.3,
recover_duration: 0.2,
2025-03-07 13:26:55 -05:00
whiffed_recover_duration: 0.4,
2024-06-11 19:51:46 -04:00
block_strength: 5.0,
melee_constructor: (
kind: Slash(
2025-03-07 13:26:55 -05:00
damage: 26,
2024-06-11 19:51:46 -04:00
poise: 60,
knockback: 15,
energy_regen: 0,
),
range: 4.0,
angle: 60.0,
),
2025-03-07 13:26:55 -05:00
)