mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
21 lines
460 B
Rust
21 lines
460 B
Rust
LeapMelee(
|
|
energy_cost: 0,
|
|
buildup_duration: 0.8,
|
|
movement_duration: 0.6,
|
|
swing_duration: 0.075,
|
|
recover_duration: 0.25,
|
|
melee_constructor: (
|
|
kind: Bash(
|
|
damage: 16.0,
|
|
poise: 30.0,
|
|
knockback: 2.0,
|
|
energy_regen: 0.0,
|
|
),
|
|
range: 4.5,
|
|
angle: 180.0,
|
|
multi_target: Some(Normal),
|
|
),
|
|
forward_leap_strength: 20.0,
|
|
vertical_leap_strength: 5.0,
|
|
)
|