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

17 lines
346 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
FinisherMelee(
energy_cost: 30,
buildup_duration: 0.2,
swing_duration: 0.1,
recover_duration: 0.4,
melee_constructor: (
kind: Slash(
damage: 40,
poise: 10,
knockback: 0,
energy_regen: 0,
),
range: 3.0,
angle: 15.0,
),
minimum_combo: 15,
)