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

27 lines
543 B
Rust
Raw Normal View History

2023-05-27 22:00:04 +00:00
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,
2023-05-12 00:54:09 +00:00
),
2023-05-27 22:00:04 +00:00
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,
2023-05-12 00:54:09 +00:00
)