veloren/assets/common/abilities/custom/quadmedhoof/basic.ron

14 lines
305 B
Plaintext
Raw Normal View History

BasicMelee(
energy_cost: 0,
2021-06-15 05:43:49 +00:00
buildup_duration: 0.65,
swing_duration: 0.3,
recover_duration: 0.35,
base_damage: 10.0,
2021-04-15 06:49:12 +00:00
base_poise_damage: 28,
knockback: ( strength: 25.0, direction: Away),
2021-06-15 05:43:49 +00:00
range: 0.8,
2021-05-01 16:29:01 +00:00
max_angle: 50.0,
damage_effect: None,
damage_kind: Crushing,
)