2020-11-08 21:11:00 +00:00
|
|
|
SpinMelee(
|
2021-04-23 19:01:09 +00:00
|
|
|
buildup_duration: 0.35,
|
2021-02-05 01:39:12 +00:00
|
|
|
swing_duration: 0.4,
|
|
|
|
recover_duration: 0.5,
|
2021-09-09 04:07:17 +00:00
|
|
|
base_damage: 16.0,
|
2021-06-16 05:01:39 +00:00
|
|
|
base_poise_damage: 13,
|
2021-03-21 00:41:56 +00:00
|
|
|
knockback: ( strength: 10.0, direction: Away),
|
2020-11-08 21:11:00 +00:00
|
|
|
range: 3.5,
|
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,
|
|
|
|
))),
|
2020-11-25 20:19:11 +00:00
|
|
|
energy_cost: 150,
|
2020-11-08 21:11:00 +00:00
|
|
|
is_infinite: false,
|
2021-01-21 22:45:03 +00:00
|
|
|
movement_behavior: ForwardGround,
|
2020-11-08 21:11:00 +00:00
|
|
|
is_interruptible: true,
|
|
|
|
forward_speed: 1.0,
|
|
|
|
num_spins: 3,
|
2021-03-21 00:41:56 +00:00
|
|
|
specifier: None,
|
2021-03-24 16:49:58 +00:00
|
|
|
target: Some(OutOfGroup),
|
2021-05-06 18:50:16 +00:00
|
|
|
damage_kind: Slashing,
|
2020-12-05 18:23:45 +00:00
|
|
|
)
|