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

14 lines
303 B
Plaintext
Raw Normal View History

2021-03-21 17:45:01 +00:00
BasicMelee(
energy_cost: 0,
2021-06-02 04:26:19 +00:00
buildup_duration: 0.25,
swing_duration: 0.05,
recover_duration: 0.075,
2021-03-21 17:45:01 +00:00
base_damage: 50,
base_poise_damage: 0,
knockback: ( strength: 0.0, direction: Away),
2021-06-02 04:26:19 +00:00
range: 4.5,
2021-03-21 17:45:01 +00:00
max_angle: 20.0,
damage_effect: None,
damage_kind: Piercing,
2021-03-21 16:09:16 +00:00
)