veloren/assets/common/abilities/axe/keelhaul.ron
2023-07-29 19:04:03 -04:00

27 lines
543 B
Rust

FinisherMelee(
energy_cost: 0,
buildup_duration: 0.2,
swing_duration: 0.1,
recover_duration: 0.3,
melee_constructor: (
kind: Hook(
damage: 10,
poise: 10,
pull: 5,
),
scaled: Some(Hook(
damage: 1,
poise: 1,
pull: 0.5,
)),
range: 3.0,
angle: 30.0,
),
minimum_combo: 1,
scaling: Some((
target: Attack,
kind: Linear,
max_factor: 20,
)),
combo_consumption: Half,
)