From 49e28f58d1a74389d428a816f9a225cb4b881a6b Mon Sep 17 00:00:00 2001 From: Ny Bruker <robinhs@stud.ntnu.no> Date: Tue, 4 Oct 2022 12:46:43 +0200 Subject: [PATCH] Updated the default character stats with the new properties. --- MrBigsock/Assets/Code/Character.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MrBigsock/Assets/Code/Character.cs b/MrBigsock/Assets/Code/Character.cs index 2e5eed3e..186c7eb2 100644 --- a/MrBigsock/Assets/Code/Character.cs +++ b/MrBigsock/Assets/Code/Character.cs @@ -119,7 +119,11 @@ namespace BigSock { Knockback = knockbackForce, Range = 1, AttackSpeed = baseAttackSpeed, + CritChance = 1, + CritDamageModifier = 1, + ProjectileSpeed = 1, }; + UpdateModifiers(); } -- GitLab