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

18 lines
407 B
Plaintext
Raw Normal View History

2024-06-11 19:51:46 -04:00
FinisherMelee(
energy_cost: 20,
buildup_duration: 0.05,
swing_duration: 0.1,
recover_duration: 0.6,
melee_constructor: (
kind: Slash(
2025-03-07 13:26:55 -05:00
damage: 25,
2024-06-11 19:51:46 -04:00
poise: 10,
knockback: 0,
energy_regen: 0,
),
range: 3.0,
angle: 15.0,
2025-03-07 13:26:55 -05:00
damage_effect: Some(BuffsVulnerable(1.5, Parried)),
2024-06-11 19:51:46 -04:00
),
2025-03-07 13:26:55 -05:00
minimum_combo: 10,
2024-06-11 19:51:46 -04:00
)