23 lines
458 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: 1.0,
swing_duration: 0.2,
2024-06-11 19:51:46 -04:00
hit_timing: 0.6,
2025-03-07 13:26:55 -05:00
recover_duration: 1.3,
2024-06-11 19:51:46 -04:00
melee_constructor: (
kind: Bash(
2025-03-07 13:26:55 -05:00
damage: 12.0,
2024-06-11 19:51:46 -04:00
poise: 25.0,
knockback: 15.0,
energy_regen: 0.0,
),
range: 4.0,
2025-03-07 13:26:55 -05:00
angle: 55.0,
),
ori_modifier: (
buildup: Some(0.7),
swing: Some(0.7),
recover: Some(0.7),
2024-06-11 19:51:46 -04:00
),
)