44 lines
1.1 KiB
Plaintext
Raw Normal View History

2024-06-11 19:51:46 -04:00
ComboMelee2(
strikes: [
(
melee_constructor: (
kind: Bash(
damage: 72,
poise: 15,
knockback: 3,
energy_regen: 0,
),
range: 2.8,
angle: 90.0,
),
2025-03-07 13:26:55 -05:00
buildup_duration: 1.45,
swing_duration: 0.65,
2024-06-11 19:51:46 -04:00
hit_timing: 0.5,
2025-03-07 13:26:55 -05:00
recover_duration: 2.85,
2024-06-11 19:51:46 -04:00
movement: (
swing: Some(Forward(0.25)),
),
),
(
melee_constructor: (
kind: Slash(
damage: 39,
poise: 18,
2025-03-07 13:26:55 -05:00
knockback: 12,
2024-06-11 19:51:46 -04:00
energy_regen: 0,
),
range: 3.2,
angle: 30.0,
),
2025-03-07 13:26:55 -05:00
buildup_duration: 1.0,
swing_duration: 0.45,
2024-06-11 19:51:46 -04:00
hit_timing: 0.5,
2025-03-07 13:26:55 -05:00
recover_duration: 1.8,
2024-06-11 19:51:46 -04:00
movement: (
swing: Some(Forward(0.45)),
),
),
],
energy_cost_per_strike: 0,
)