group_bot/assets/common/abilities/sword/heavy_double_slash.ron

37 lines
952 B
Plaintext
Raw Normal View History

2024-06-11 19:51:46 -04:00
ComboMelee2(
strikes: [
(
melee_constructor: (
kind: Slash(
2025-03-07 13:26:55 -05:00
damage: 8,
2024-06-11 19:51:46 -04:00
poise: 10,
knockback: 0,
2025-03-07 13:26:55 -05:00
energy_regen: 10,
2024-06-11 19:51:46 -04:00
),
range: 3.0,
angle: 45.0,
),
buildup_duration: 0.2,
swing_duration: 0.1,
hit_timing: 0.5,
recover_duration: 0.15,
),
(
melee_constructor: (
kind: Slash(
2025-03-07 13:26:55 -05:00
damage: 11,
2024-06-11 19:51:46 -04:00
poise: 15,
knockback: 0,
2025-03-07 13:26:55 -05:00
energy_regen: 15,
2024-06-11 19:51:46 -04:00
),
range: 3.0,
angle: 45.0,
),
buildup_duration: 0.15,
swing_duration: 0.15,
hit_timing: 0.5,
recover_duration: 0.25,
),
],
energy_cost_per_strike: 0,
)