mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Buffed spin for whatever strange reason
This commit is contained in:
parent
e98edbcc7a
commit
c8f8ccdc55
@ -3,7 +3,7 @@ SpinMelee(
|
||||
swing_duration: 0.6,
|
||||
recover_duration: 0.2,
|
||||
base_damage: 8.0,
|
||||
base_poise_damage: 0,
|
||||
base_poise_damage: 10,
|
||||
knockback: ( strength: 0.0, direction: Away),
|
||||
range: 3.5,
|
||||
damage_effect: Some(Buff((
|
||||
|
@ -2,8 +2,8 @@ SpinMelee(
|
||||
buildup_duration: 0.35,
|
||||
swing_duration: 0.4,
|
||||
recover_duration: 0.5,
|
||||
base_damage: 13.0,
|
||||
base_poise_damage: 0,
|
||||
base_damage: 12.0,
|
||||
base_poise_damage: 10,
|
||||
knockback: ( strength: 10.0, direction: Away),
|
||||
range: 3.5,
|
||||
damage_effect: Some(Buff((
|
||||
|
Loading…
Reference in New Issue
Block a user