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

18 lines
375 B
Rust
Raw Normal View History

2024-03-29 18:37:24 +00:00
FinisherMelee(
energy_cost: 0,
buildup_duration: 0.3,
swing_duration: 0.2,
recover_duration: 0.7,
melee_constructor: (
kind: Bash(
damage: 100,
poise: 100,
knockback: 0,
energy_regen: 0,
),
range: 3.0,
angle: 15.0,
),
minimum_combo: 20,
2024-03-29 19:05:30 +00:00
combo_consumption: Cost,
2024-03-29 18:37:24 +00:00
)