veloren/assets/common/abilities/sword/spin.ron

23 lines
486 B
Rust
Raw Normal View History

SpinMelee(
buildup_duration: 0.35,
swing_duration: 0.4,
recover_duration: 0.5,
melee_constructor: (
kind: Slash(
damage: 12.0,
poise: 10.0,
knockback: 10.0,
energy_regen: 0.0,
),
range: 3.5,
angle: 360.0,
),
2021-11-16 22:45:59 +00:00
energy_cost: 20.0,
is_infinite: false,
2021-01-21 22:45:03 +00:00
movement_behavior: ForwardGround,
is_interruptible: true,
forward_speed: 1.0,
num_spins: 3,
specifier: None,
)