group_bot/assets/common/abilities/hammer/spine_cracker.ron

20 lines
473 B
Plaintext
Raw Normal View History

2024-06-11 19:51:46 -04:00
FinisherMelee(
energy_cost: 0,
buildup_duration: 0.1,
swing_duration: 0.1,
recover_duration: 0.3,
melee_constructor: (
kind: Bash(
2025-03-07 13:26:55 -05:00
damage: 15,
poise: 15,
2024-06-11 19:51:46 -04:00
knockback: 0,
energy_regen: 0,
),
2025-03-07 13:26:55 -05:00
range: 3.0,
2024-06-11 19:51:46 -04:00
angle: 15.0,
attack_effect: Some((Poise(50), BehindTarget)),
precision_flank_multipliers: (front: 1.0, side: 1.0, back: 3.0),
),
2025-03-07 13:26:55 -05:00
minimum_combo: 5,
2024-06-11 19:51:46 -04:00
)