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

14 lines
302 B
Plaintext
Raw Normal View History

2021-06-01 00:40:25 +00:00
BasicMelee(
energy_cost: 0,
2021-06-05 22:14:26 +00:00
buildup_duration: 0.6,
swing_duration: 0.1,
2021-06-01 00:40:25 +00:00
recover_duration: 0.5,
2021-06-05 21:11:01 +00:00
base_damage: 100,
2021-06-01 00:40:25 +00:00
base_poise_damage: 50,
2021-06-05 21:11:01 +00:00
knockback: ( strength: 40.0, direction: Away),
2021-06-01 00:40:25 +00:00
range: 4.0,
max_angle: 20.0,
damage_effect: None,
damage_kind: Crushing,
)