Merge branch 'sam/nerfs' into 'master'

Nerfs

See merge request veloren/veloren!1922
This commit is contained in:
Marcel 2021-03-16 22:22:04 +00:00
commit f679103041
2 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -5,7 +5,7 @@ BasicAura(
targets: InGroup,
aura: (
kind: ProtectingWard,
strength: 0.25,
strength: 0.20,
duration: Some(10.0),
category: Magical,
),