mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'sam/nerfs' into 'master'
Nerfs See merge request veloren/veloren!1922
This commit is contained in:
commit
f679103041
@ -1,9 +1,9 @@
|
||||
SpinMelee(
|
||||
buildup_duration: 0.2,
|
||||
swing_duration: 0.4,
|
||||
swing_duration: 0.5,
|
||||
recover_duration: 0.2,
|
||||
base_damage: 60,
|
||||
base_poise_damage: 70,
|
||||
base_poise_damage: 60,
|
||||
knockback: 0.0,
|
||||
range: 3.5,
|
||||
energy_cost: 100,
|
||||
|
@ -5,7 +5,7 @@ BasicAura(
|
||||
targets: InGroup,
|
||||
aura: (
|
||||
kind: ProtectingWard,
|
||||
strength: 0.25,
|
||||
strength: 0.20,
|
||||
duration: Some(10.0),
|
||||
category: Magical,
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user