veloren/assets/common/abilities/custom/birdmediumbasic/singlestrike.ron

19 lines
363 B
Rust
Raw Normal View History

2023-12-29 00:02:10 +00:00
BasicMelee(
energy_cost: 0,
buildup_duration: 0.1,
swing_duration: 0.07,
hit_timing: 0.5,
recover_duration: 0.2,
melee_constructor: (
kind: Stab(
damage: 1,
poise: 0,
knockback: 0,
energy_regen: 0,
2023-02-14 23:17:20 +00:00
),
2023-12-29 00:02:10 +00:00
range: 2.5,
angle: 150.0,
),
2023-02-14 23:17:20 +00:00
ori_modifier: 0.6,
)