trade_bot/assets/common/abilities/custom/karkatha/riposte.ron
2024-11-15 12:07:15 -05:00

19 lines
384 B
Plaintext

RiposteMelee(
energy_cost: 0,
buildup_duration: 0.3,
swing_duration: 0.9,
recover_duration: 0.3,
whiffed_recover_duration: 0.6,
block_strength: 50.0,
melee_constructor: (
kind: Slash(
damage: 20,
poise: 30,
knockback: 15,
energy_regen: 0,
),
range: 4.0,
angle: 60.0,
),
)