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

19 lines
436 B
Plaintext
Raw Normal View History

SpinMelee(
buildup_duration: 0.6,
swing_duration: 0.4,
recover_duration: 0.5,
base_damage: 160,
2021-03-12 05:38:41 +00:00
base_poise_damage: 25,
knockback: ( strength: 10.0, direction: Away),
range: 3.5,
damage_effect: None,
2021-03-30 04:58:22 +00:00
energy_cost: 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,
target: Some(OutOfGroup),
)