mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
c83296a4ec
Character movement no longer broken.
16 lines
332 B
Plaintext
16 lines
332 B
Plaintext
SpinMelee(
|
|
buildup_duration: 600,
|
|
swing_duration: 400,
|
|
recover_duration: 500,
|
|
base_damage: 160,
|
|
base_poise_damage: 10,
|
|
knockback: 10.0,
|
|
range: 3.5,
|
|
energy_cost: 150,
|
|
is_infinite: false,
|
|
movement_behavior: ForwardGround,
|
|
is_interruptible: true,
|
|
forward_speed: 1.0,
|
|
num_spins: 3,
|
|
)
|