2020-11-08 23:53:37 +00:00
|
|
|
BasicMelee(
|
|
|
|
energy_cost: 0,
|
2021-02-05 01:39:12 +00:00
|
|
|
buildup_duration: 0.25,
|
2021-03-12 05:38:41 +00:00
|
|
|
swing_duration: 0.1,
|
2021-02-05 01:39:12 +00:00
|
|
|
recover_duration: 0.25,
|
2021-05-24 00:45:22 +00:00
|
|
|
knockback: ( strength: 25.0, direction: Away),
|
2021-09-09 04:07:17 +00:00
|
|
|
base_damage: 20.0,
|
2021-03-12 05:38:41 +00:00
|
|
|
base_poise_damage: 40,
|
2020-11-08 23:53:37 +00:00
|
|
|
range: 5.0,
|
|
|
|
max_angle: 120.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: Slashing,
|
2020-12-05 18:23:45 +00:00
|
|
|
)
|