veloren/assets/common/abilities/custom/stonegolemfist/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.8,
swing_duration: 0.1,
hit_timing: 0.5,
recover_duration: 1.8,
melee_constructor: (
kind: Bash(
damage: 60,
poise: 40,
knockback: 3,
energy_regen: 0,
2021-02-12 01:36:15 +00:00
),
2023-12-29 00:02:10 +00:00
range: 3.5,
angle: 60.0,
),
2021-05-01 00:11:07 +00:00
ori_modifier: 0.7,
2021-02-12 01:36:15 +00:00
)