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

17 lines
345 B
Rust
Raw Normal View History

2023-05-17 01:30:21 +00:00
FinisherMelee(
energy_cost: 0,
2023-05-18 23:33:47 +00:00
buildup_duration: 0.5,
2023-05-17 01:30:21 +00:00
swing_duration: 0.2,
recover_duration: 0.4,
melee_constructor: (
kind: Slash(
damage: 60,
poise: 20,
2023-05-17 01:30:21 +00:00
knockback: 0,
energy_regen: 0,
2023-05-12 00:54:09 +00:00
),
2023-05-17 01:30:21 +00:00
range: 3.0,
angle: 15.0,
),
minimum_combo: 30,
2023-05-12 00:54:09 +00:00
)