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

17 lines
346 B
Plaintext
Raw Normal View History

2024-06-11 19:51:46 -04:00
FinisherMelee(
2025-03-07 13:26:55 -05:00
energy_cost: 20,
2024-06-11 19:51:46 -04:00
buildup_duration: 0.2,
swing_duration: 0.1,
recover_duration: 0.4,
melee_constructor: (
kind: Slash(
2025-03-07 13:26:55 -05:00
damage: 50,
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
minimum_combo: 10,
2024-06-11 19:51:46 -04:00
)