18 lines
380 B
Plaintext
Raw Normal View History

2024-06-11 19:51:46 -04:00
RiposteMelee(
energy_cost: 10,
buildup_duration: 0.4,
swing_duration: 0.1,
recover_duration: 0.2,
2025-03-07 13:26:55 -05:00
whiffed_recover_duration: 0.8,
block_strength: 2.5,
2024-06-11 19:51:46 -04:00
melee_constructor: (
kind: Bash(
damage: 8,
poise: 15,
knockback: 5,
energy_regen: 0,
),
range: 4.0,
2025-03-07 13:26:55 -05:00
angle: 25.0,
2024-06-11 19:51:46 -04:00
),
2025-03-07 13:26:55 -05:00
)