mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
18 lines
424 B
Rust
18 lines
424 B
Rust
Shockwave(
|
|
energy_cost: 0,
|
|
buildup_duration: 0.3,
|
|
swing_duration: 0.3,
|
|
recover_duration: 0.5,
|
|
damage: 20.0,
|
|
poise_damage: 10,
|
|
knockback: (strength: 18.0, direction: Away),
|
|
shockwave_angle: 360.0,
|
|
shockwave_vertical_angle: 90.0,
|
|
shockwave_speed: 15.0,
|
|
shockwave_duration: 2.0,
|
|
requires_ground: true,
|
|
move_efficiency: 0.0,
|
|
damage_kind: Crushing,
|
|
specifier: Steam,
|
|
)
|