This commit is contained in:
Sam 2021-03-15 17:36:58 -04:00
parent d5aabed419
commit 1b2a62d5a8
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,
),