2021-01-20 16:20:12 +00:00
|
|
|
SpinMelee(
|
2022-06-17 10:35:06 +00:00
|
|
|
buildup_duration: 0.2,
|
2021-02-05 01:39:12 +00:00
|
|
|
swing_duration: 0.3,
|
|
|
|
recover_duration: 0.1,
|
2022-01-18 01:41:24 +00:00
|
|
|
melee_constructor: (
|
|
|
|
kind: Bash(
|
2022-06-17 10:35:06 +00:00
|
|
|
damage: 100.0,
|
2022-01-18 01:41:24 +00:00
|
|
|
poise: 30.0,
|
|
|
|
knockback: 0.0,
|
|
|
|
energy_regen: 0.0,
|
|
|
|
),
|
|
|
|
range: 7.5,
|
|
|
|
angle: 360.0,
|
2022-02-17 18:19:17 +00:00
|
|
|
multi_target: true,
|
2022-01-18 01:41:24 +00:00
|
|
|
),
|
2021-01-20 16:20:12 +00:00
|
|
|
energy_cost: 0,
|
|
|
|
is_infinite: false,
|
2022-07-26 23:44:49 +00:00
|
|
|
movement_behavior: Stationary,
|
2021-01-20 16:20:12 +00:00
|
|
|
is_interruptible: false,
|
|
|
|
forward_speed: 0.0,
|
|
|
|
num_spins: 1,
|
2021-03-21 00:41:56 +00:00
|
|
|
specifier: None,
|
2021-01-26 04:16:28 +00:00
|
|
|
)
|