mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
combat: tweak on shockwave
This commit is contained in:
parent
7113befe88
commit
6e18683d98
@ -7,10 +7,10 @@ Shockwave(
|
|||||||
poise_damage: 10,
|
poise_damage: 10,
|
||||||
knockback: (strength: 3.0, direction: Up),
|
knockback: (strength: 3.0, direction: Up),
|
||||||
shockwave_angle: 270.0,
|
shockwave_angle: 270.0,
|
||||||
shockwave_vertical_angle: 15.0,
|
shockwave_vertical_angle: 90.0,
|
||||||
shockwave_speed: 20.0,
|
shockwave_speed: 20.0,
|
||||||
shockwave_duration: 0.8,
|
shockwave_duration: 0.8,
|
||||||
requires_ground: true,
|
requires_ground: false,
|
||||||
move_efficiency: 0.2,
|
move_efficiency: 0.2,
|
||||||
damage_kind: Piercing,
|
damage_kind: Piercing,
|
||||||
specifier: IceSpikes,
|
specifier: IceSpikes,
|
||||||
|
Loading…
Reference in New Issue
Block a user