veloren/assets/common/abilities/custom/yeti/strike.ron

14 lines
303 B
Plaintext
Raw Normal View History

2021-06-01 00:40:25 +00:00
BasicMelee(
energy_cost: 0,
buildup_duration: 0.8,
2021-06-05 22:14:26 +00:00
swing_duration: 0.1,
recover_duration: 1.0,
base_damage: 10.0,
2021-06-01 00:40:25 +00:00
base_poise_damage: 50,
knockback: ( strength: 50.0, direction: Away),
2021-06-01 00:40:25 +00:00
range: 4.0,
max_angle: 20.0,
damage_effect: None,
damage_kind: Crushing,
)