1
0
mirror of https://github.com/IkarusHD/ICF-3.git synced 2025-03-04 03:03:12 -05:00

Buffed Semiautos

This commit is contained in:
soopy-dg 2025-01-27 16:17:38 -05:00
parent 36877b5b6c
commit 9fdb90c9ac

View File

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