veloren/assets/common/abilities/custom/wendigomagic/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: 1.2,
swing_duration: 0.4,
hit_timing: 0.5,
recover_duration: 0.8,
melee_constructor: (
kind: Bash(
damage: 36,
poise: 40,
knockback: 3,
energy_regen: 0,
),
2023-12-29 00:02:10 +00:00
range: 2.5,
angle: 30.0,
),
2021-05-01 00:11:07 +00:00
ori_modifier: 0.7,
)