veloren/assets/common/abilities/custom/quadsmallbasic/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.6,
swing_duration: 0.15,
hit_timing: 0.5,
recover_duration: 0.6,
melee_constructor: (
kind: Bash(
damage: 6,
poise: 10,
knockback: 1,
energy_regen: 0,
2020-11-21 19:06:36 +00:00
),
2023-12-29 00:02:10 +00:00
range: 1.5,
angle: 50.0,
),
2021-05-01 00:11:07 +00:00
ori_modifier: 0.7,
)