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

25 lines
581 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,
2021-07-10 16:04:12 +00:00
damage_effect: Some(Buff((
kind: Bleeding,
dur_secs: 10.0,
strength: DamageFraction(0.1),
chance: 0.1,
))),
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,
)