18 lines
344 B
Plaintext
Raw Normal View History

2024-06-11 19:51:46 -04:00
BasicMelee(
energy_cost: 0,
2025-03-07 13:26:55 -05:00
buildup_duration: 0.85,
swing_duration: 0.25,
2024-06-11 19:51:46 -04:00
hit_timing: 0.5,
2025-03-07 13:26:55 -05:00
recover_duration: 0.9,
2024-06-11 19:51:46 -04:00
melee_constructor: (
kind: Slash(
2025-03-07 13:26:55 -05:00
damage: 34,
2024-06-11 19:51:46 -04:00
poise: 40,
knockback: 10,
energy_regen: 0,
),
range: 4.0,
angle: 45.0,
),
)