mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
16 lines
324 B
Plaintext
16 lines
324 B
Plaintext
SpinMelee(
|
|
buildup_duration: 0.2,
|
|
swing_duration: 0.4,
|
|
recover_duration: 0.2,
|
|
base_damage: 60,
|
|
base_poise_damage: 0,
|
|
knockback: 0.0,
|
|
range: 3.5,
|
|
energy_cost: 100,
|
|
is_infinite: true,
|
|
movement_behavior: AxeHover,
|
|
is_interruptible: false,
|
|
forward_speed: 0.0,
|
|
num_spins: 1,
|
|
)
|