2020-11-08 23:53:37 +00:00
|
|
|
BasicMelee(
|
|
|
|
energy_cost: 0,
|
2021-02-05 01:39:12 +00:00
|
|
|
buildup_duration: 0.1,
|
|
|
|
swing_duration: 0.1,
|
|
|
|
recover_duration: 0.3,
|
2021-09-09 04:07:17 +00:00
|
|
|
base_damage: 5.0,
|
2021-01-26 04:16:28 +00:00
|
|
|
base_poise_damage: 0,
|
2021-05-24 00:45:22 +00:00
|
|
|
knockback: ( strength: 0.0, direction: Away),
|
2020-11-08 23:53:37 +00:00
|
|
|
range: 3.5,
|
|
|
|
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,
|
2020-12-05 18:23:45 +00:00
|
|
|
)
|