veloren/assets/common/abilities/hammer/thunderclap.ron

17 lines
345 B
Rust
Raw Normal View History

2024-03-29 18:37:24 +00:00
FinisherMelee(
energy_cost: 0,
2024-03-30 02:12:56 +00:00
buildup_duration: 0.5,
swing_duration: 0.1,
2024-03-29 18:37:24 +00:00
recover_duration: 0.7,
melee_constructor: (
kind: Bash(
damage: 60,
2024-03-29 18:37:24 +00:00
poise: 100,
knockback: 0,
energy_regen: 0,
),
range: 3.0,
angle: 15.0,
),
minimum_combo: 20,
)