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

27 lines
701 B
Plaintext
Raw Normal View History

2024-06-11 19:51:46 -04:00
ComboMelee2(
strikes: [
(
melee_constructor: (
kind: Bash(
2025-03-07 13:26:55 -05:00
damage: 14,
2024-06-11 19:51:46 -04:00
poise: 15,
knockback: 3,
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,
),
buildup_duration: 0.2,
swing_duration: 0.2,
hit_timing: 0.2,
recover_duration: 0.1,
movement: (
buildup: Some(Forward(0.2)),
swing: Some(Forward(0.3)),
),
2025-03-07 13:26:55 -05:00
custom_combo: (conditional: Some((4, TargetPoised))),
2024-06-11 19:51:46 -04:00
),
],
2025-03-07 13:26:55 -05:00
energy_cost_per_strike: 15,
2024-06-11 19:51:46 -04:00
)