veloren/assets/common/abilities/axe/bulkhead.ron

17 lines
346 B
Rust
Raw Normal View History

2023-05-27 22:57:27 +00:00
FinisherMelee(
energy_cost: 0,
buildup_duration: 0.5,
swing_duration: 0.2,
recover_duration: 0.4,
melee_constructor: (
kind: Slash(
damage: 40,
poise: 100,
knockback: 0,
energy_regen: 0,
2023-05-12 00:54:09 +00:00
),
2023-05-27 22:57:27 +00:00
range: 3.0,
angle: 15.0,
),
minimum_combo: 30,
2023-05-12 00:54:09 +00:00
)