hotbot/assets/common/abilities/sword/cleaving_cascade.ron
2024-06-11 14:43:30 -04:00

23 lines
583 B
Plaintext

ComboMelee2(
strikes: [
(
melee_constructor: (
kind: Slash(
damage: 19,
poise: 5,
knockback: 0,
energy_regen: 0,
),
range: 4.0,
angle: 15.0,
multi_target: Some(Normal),
),
buildup_duration: 0.5,
swing_duration: 0.15,
hit_timing: 0.5,
recover_duration: 0.25,
ori_modifier: 0.6,
),
],
energy_cost_per_strike: 5,
)