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

27 lines
569 B
Rust
Raw Normal View History

2023-05-14 22:07:45 +00:00
ChargedMelee(
energy_cost: 0,
energy_drain: 0,
melee_constructor: (
kind: Slash(
damage: 0,
poise: 0,
knockback: 0,
energy_regen: 0,
2023-05-12 00:54:09 +00:00
),
2024-01-20 17:32:29 +00:00
scaled: Some((
kind: Slash(
damage: 20,
poise: 5,
knockback: 0,
energy_regen: 20,
2024-01-20 17:32:29 +00:00
))),
2023-05-14 22:07:45 +00:00
range: 4.5,
angle: 10.0,
),
charge_duration: 0.7,
swing_duration: 0.1,
hit_timing: 0.2,
recover_duration: 0.2,
additional_combo: 4,
2024-01-20 17:32:29 +00:00
)