mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
20 lines
424 B
Rust
20 lines
424 B
Rust
LeapMelee(
|
|
energy_cost: 0,
|
|
buildup_duration: 0.5,
|
|
movement_duration: 0.4,
|
|
swing_duration: 0.075,
|
|
recover_duration: 0.2,
|
|
melee_constructor: (
|
|
kind: Bash(
|
|
damage: 12.0,
|
|
poise: 60.0,
|
|
knockback: 4.0,
|
|
energy_regen: 0.0,
|
|
),
|
|
range: 4.5,
|
|
angle: 180.0,
|
|
),
|
|
forward_leap_strength: 40.0,
|
|
vertical_leap_strength: 10.0,
|
|
)
|