veloren/assets/common/abilities/custom/quadmedhoof/basic.ron

19 lines
373 B
Rust
Raw Normal View History

BasicMelee(
energy_cost: 0,
2024-02-14 23:23:29 +00:00
buildup_duration: 0.7,
swing_duration: 0.45,
2023-11-23 15:41:50 +00:00
hit_timing: 0.4,
2022-06-18 10:33:19 +00:00
recover_duration: 0.85,
melee_constructor: (
kind: Bash(
2024-02-14 23:23:29 +00:00
damage: 10.0,
poise: 14.0,
knockback: 8.0,
energy_regen: 0.0,
),
2024-02-14 23:23:29 +00:00
range: 3.0,
angle: 50.0,
),
2024-02-14 23:23:29 +00:00
ori_modifier: 0.5,
)