mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
19 lines
431 B
Plaintext
19 lines
431 B
Plaintext
SpinMelee(
|
|
buildup_duration: 0.2,
|
|
swing_duration: 0.6,
|
|
recover_duration: 0.2,
|
|
base_damage: 70,
|
|
base_poise_damage: 55,
|
|
knockback: ( strength: 0.0, direction: Away),
|
|
range: 3.5,
|
|
damage_effect: None,
|
|
energy_cost: 100,
|
|
is_infinite: true,
|
|
movement_behavior: AxeHover,
|
|
is_interruptible: false,
|
|
forward_speed: 0.0,
|
|
num_spins: 1,
|
|
specifier: None,
|
|
target: Some(OutOfGroup),
|
|
)
|