mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
14 lines
290 B
Plaintext
14 lines
290 B
Plaintext
|
SpinMelee(
|
||
|
buildup_duration: 100,
|
||
|
swing_duration: 250,
|
||
|
recover_duration: 100,
|
||
|
base_damage: 60,
|
||
|
knockback: 0.0,
|
||
|
range: 3.5,
|
||
|
energy_cost: 100,
|
||
|
is_infinite: true,
|
||
|
is_helicopter: true,
|
||
|
is_interruptible: false,
|
||
|
forward_speed: 0.0,
|
||
|
num_spins: 1,
|
||
|
),
|