25 lines
591 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: 63,
2024-06-11 19:51:46 -04:00
poise: 20,
knockback: 5,
energy_regen: 0,
),
range: 3.0,
angle: 60.0,
),
2025-03-07 13:26:55 -05:00
buildup_duration: 1.75,
swing_duration: 0.45,
hit_timing: 0.6,
recover_duration: 1.2,
2024-06-11 19:51:46 -04:00
movement: (
swing: Some(Forward(0.1)),
),
),
],
energy_cost_per_strike: 0,
)