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

28 lines
759 B
Plaintext

ComboMelee2(
strikes: [
(
melee_constructor: (
kind: Slash(
damage: 14,
poise: 5,
knockback: 0,
energy_regen: 0,
),
range: 3.5,
angle: 20.0,
damage_effect: Some(Buff((
kind: Bleeding,
dur_secs: 8.0,
strength: DamageFraction(0.15),
chance: 1.0,
))),
),
buildup_duration: 0.05,
swing_duration: 0.05,
hit_timing: 0.5,
recover_duration: 0.7,
ori_modifier: 0.6,
),
],
energy_cost_per_strike: 5,
)