2021-03-21 17:45:01 +00:00
|
|
|
BasicMelee(
|
|
|
|
energy_cost: 0,
|
2021-06-02 04:26:19 +00:00
|
|
|
buildup_duration: 0.25,
|
|
|
|
swing_duration: 0.05,
|
|
|
|
recover_duration: 0.075,
|
2021-09-09 04:07:17 +00:00
|
|
|
base_damage: 5.0,
|
2021-03-21 17:45:01 +00:00
|
|
|
base_poise_damage: 0,
|
2021-05-24 00:45:22 +00:00
|
|
|
knockback: ( strength: 0.0, direction: Away),
|
2021-06-02 04:26:19 +00:00
|
|
|
range: 4.5,
|
2021-03-21 17:45:01 +00:00
|
|
|
max_angle: 20.0,
|
2021-07-10 16:04:12 +00:00
|
|
|
damage_effect: Some(Buff((
|
|
|
|
kind: Bleeding,
|
|
|
|
dur_secs: 10.0,
|
|
|
|
strength: DamageFraction(0.1),
|
|
|
|
chance: 0.1,
|
|
|
|
))),
|
2021-05-06 18:50:16 +00:00
|
|
|
damage_kind: Piercing,
|
2021-03-21 16:09:16 +00:00
|
|
|
)
|