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

20 lines
458 B
Plaintext
Raw Normal View History

SpinMelee(
buildup_duration: 0.2,
2021-03-20 20:28:03 +00:00
swing_duration: 0.6,
recover_duration: 0.2,
2021-03-20 20:28:03 +00:00
base_damage: 70,
2021-04-12 05:29:51 +00:00
base_poise_damage: 25,
knockback: ( strength: 0.0, direction: Away),
range: 3.5,
damage_effect: None,
2021-04-13 06:50:30 +00:00
energy_cost: 100,
is_infinite: true,
2021-01-21 22:45:03 +00:00
movement_behavior: AxeHover,
is_interruptible: false,
forward_speed: 0.0,
num_spins: 1,
specifier: None,
target: Some(OutOfGroup),
damage_kind: Slashing,
)