mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
18 lines
403 B
Plaintext
18 lines
403 B
Plaintext
SpinMelee(
|
|
buildup_duration: 0.1,
|
|
swing_duration: 0.3,
|
|
recover_duration: 0.1,
|
|
base_damage: 500,
|
|
base_poise_damage: 30,
|
|
knockback: ( strength: 0.0, direction: Away),
|
|
range: 7.5,
|
|
damage_effect: None,
|
|
energy_cost: 0,
|
|
is_infinite: false,
|
|
movement_behavior: GolemHover,
|
|
is_interruptible: false,
|
|
forward_speed: 0.0,
|
|
num_spins: 1,
|
|
specifier: None,
|
|
)
|