group_bot/assets/common/abilities/sword/crippling_eviscerate.ron

26 lines
654 B
Plaintext
Raw Normal View History

2024-06-11 19:51:46 -04:00
ComboMelee2(
strikes: [
(
melee_constructor: (
kind: Slash(
2025-03-07 13:26:55 -05:00
damage: 13,
2024-06-11 19:51:46 -04:00
poise: 5,
knockback: 0,
energy_regen: 0,
),
range: 3.0,
angle: 45.0,
2025-03-07 13:26:55 -05:00
damage_effect: Some(BuffsVulnerable(0.35, Crippled)),
2024-06-11 19:51:46 -04:00
),
buildup_duration: 0.2,
swing_duration: 0.15,
hit_timing: 0.5,
recover_duration: 0.2,
),
],
2025-03-07 13:26:55 -05:00
energy_cost_per_strike: 12,
2024-06-11 19:51:46 -04:00
meta: (
requirements: (stance: Some(Sword(Crippling))),
),
2025-03-07 13:26:55 -05:00
)