veloren/assets/common/abilities/pick/swing.ron

14 lines
300 B
Plaintext
Raw Normal View History

2021-03-21 17:45:01 +00:00
BasicMelee(
energy_cost: 0,
buildup_duration: 0.6,
swing_duration: 0.1,
recover_duration: 0.15,
base_damage: 50,
base_poise_damage: 0,
knockback: ( strength: 0.0, direction: Away),
2021-03-21 17:45:01 +00:00
range: 3.5,
max_angle: 20.0,
damage_effect: None,
damage_kind: Piercing,
2021-03-21 16:09:16 +00:00
)