2024-06-11 19:51:46 -04:00
|
|
|
BasicMelee(
|
|
|
|
energy_cost: 0,
|
|
|
|
buildup_duration: 1.0,
|
|
|
|
swing_duration: 0.2,
|
|
|
|
hit_timing: 0.5,
|
2025-03-07 13:26:55 -05:00
|
|
|
recover_duration: 1.6,
|
2024-06-11 19:51:46 -04:00
|
|
|
melee_constructor: (
|
|
|
|
kind: Bash(
|
|
|
|
damage: 40,
|
|
|
|
poise: 12,
|
|
|
|
knockback: 5,
|
|
|
|
energy_regen: 0,
|
|
|
|
),
|
|
|
|
range: 3.5,
|
|
|
|
angle: 60.0,
|
|
|
|
),
|
2025-03-07 13:26:55 -05:00
|
|
|
ori_modifier: (
|
|
|
|
buildup: Some(0.6),
|
|
|
|
swing: Some(0.6),
|
|
|
|
recover: Some(0.6),
|
|
|
|
),
|
2024-06-11 19:51:46 -04:00
|
|
|
)
|