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

18 lines
352 B
Rust
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,
melee_constructor: (
kind: Stab(
damage: 5.0,
poise: 0.0,
knockback: 0.0,
energy_regen: 0.0,
),
range: 4.5,
angle: 20.0,
),
2022-02-03 01:45:43 +00:00
ori_modifier: 1.0,
2021-03-21 16:09:16 +00:00
)