2024-07-03 19:04:49 -04:00
|
|
|
BasicMelee(
|
|
|
|
energy_cost: 0,
|
2025-01-10 03:46:05 -05:00
|
|
|
buildup_duration: 0.75,
|
|
|
|
swing_duration: 0.2,
|
2024-07-03 19:04:49 -04:00
|
|
|
hit_timing: 0.5,
|
2025-01-10 03:46:05 -05:00
|
|
|
recover_duration: 1.7,
|
2024-07-03 19:04:49 -04:00
|
|
|
melee_constructor: (
|
|
|
|
kind: Slash(
|
2025-01-10 03:46:05 -05:00
|
|
|
damage: 75.0,
|
2024-07-03 19:04:49 -04:00
|
|
|
poise: 5.0,
|
|
|
|
knockback: 5.0,
|
|
|
|
energy_regen: 10.0,
|
|
|
|
),
|
|
|
|
range: 7.0,
|
|
|
|
angle: 75.0,
|
|
|
|
damage_effect: Some(Buff((
|
|
|
|
kind: Frozen,
|
|
|
|
dur_secs: 1.0,
|
|
|
|
strength: Value(0.5),
|
|
|
|
chance: 0.3,
|
|
|
|
))),
|
|
|
|
multi_target: Some(Normal),
|
|
|
|
),
|
|
|
|
ori_modifier: 0.2,
|
|
|
|
)
|