2021-06-10 02:04:19 +00:00
|
|
|
BasicMelee(
|
|
|
|
energy_cost: 0,
|
2021-06-24 01:31:45 +00:00
|
|
|
buildup_duration: 0.7,
|
2021-06-10 02:04:19 +00:00
|
|
|
swing_duration: 0.1,
|
2021-06-24 01:31:45 +00:00
|
|
|
recover_duration: 0.6,
|
2021-09-09 04:07:17 +00:00
|
|
|
base_damage: 7.0,
|
2021-06-10 02:04:19 +00:00
|
|
|
base_poise_damage: 10,
|
|
|
|
knockback: ( strength: 10.0, direction: Away),
|
|
|
|
range: 4.0,
|
|
|
|
max_angle: 60.0,
|
2021-07-10 16:04:12 +00:00
|
|
|
damage_effect: Some(Buff((
|
|
|
|
kind: Bleeding,
|
|
|
|
dur_secs: 2.0,
|
|
|
|
strength: DamageFraction(0.5),
|
|
|
|
chance: 0.1,
|
|
|
|
))),
|
2021-06-10 02:04:19 +00:00
|
|
|
damage_kind: Slashing,
|
|
|
|
)
|