From 9fdb90c9ac48a22949baf84e091f5e756a4ce1ac Mon Sep 17 00:00:00 2001 From: soopy-dg Date: Mon, 27 Jan 2025 16:17:38 -0500 Subject: [PATCH] Buffed Semiautos --- lua/acf/entities/weapons/semiauto.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/acf/entities/weapons/semiauto.lua b/lua/acf/entities/weapons/semiauto.lua index 09cc4b37..d7b35a84 100644 --- a/lua/acf/entities/weapons/semiauto.lua +++ b/lua/acf/entities/weapons/semiauto.lua @@ -12,7 +12,7 @@ Weapons.Register("SA", { IsBoxed = true, Spread = 0.12, Mass = 453, - MagSize = 5, + MagSize = 15, ScaleFactor = 1.0, -- Corrective factor to account for improperly scaled base models Round = { MaxLength = 36, @@ -24,15 +24,15 @@ Weapons.Register("SA", { Caliber = { Base = 45, Min = 20, - Max = 76, + Max = 90, }, MagReload = { Min = 3, - Max = 10, + Max = 12, }, Cyclic = { Min = 350, - Max = 150, + Max = 125, }, })