From ec35e5837aba42660e5e66b9cbabe77970d4ea66 Mon Sep 17 00:00:00 2001 From: Stop-Signs Date: Sat, 28 Mar 2026 22:10:22 -0500 Subject: [PATCH 1/4] the PR --- .../Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml index c1ab82670a..b51f108ed2 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml @@ -246,7 +246,7 @@ - type: ChamberMagazineAmmoProvider boltClosed: null - type: Gun - fireRate: 5.5 + fireRate: 3.5 minAngle: 1 maxAngle: 6 angleIncrease: 1.5 @@ -254,7 +254,7 @@ selectedMode: FullAuto shotsPerBurst: 5 burstCooldown: 0.2 - burstFireRate: 7 + burstFireRate: 5.5 availableModes: - Burst - FullAuto From 3d5fde75a7919bf689484a529afc7f7d82333603 Mon Sep 17 00:00:00 2001 From: Stop-Signs Date: Sat, 28 Mar 2026 22:32:48 -0500 Subject: [PATCH 2/4] comments --- .../Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml index b51f108ed2..f0588dabe9 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml @@ -246,7 +246,7 @@ - type: ChamberMagazineAmmoProvider boltClosed: null - type: Gun - fireRate: 3.5 + fireRate: 3.5 # DeltaV - Was 5.5 minAngle: 1 maxAngle: 6 angleIncrease: 1.5 @@ -254,7 +254,7 @@ selectedMode: FullAuto shotsPerBurst: 5 burstCooldown: 0.2 - burstFireRate: 5.5 + burstFireRate: 5.5 # DeltaV - Was 7 availableModes: - Burst - FullAuto From 5c07ff1721b22b6abbed7d2e978ffe6d6d01ae5b Mon Sep 17 00:00:00 2001 From: Stop-Signs Date: Wed, 8 Apr 2026 08:33:48 -0500 Subject: [PATCH 3/4] hunt showdown queue times --- .../Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml | 1 + .../Entities/Objects/Weapons/Guns/SMGs/smgs.yml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml index ca60cef073..17b71b4ff6 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml @@ -115,6 +115,7 @@ whitelist: tags: - CartridgePistol + capacity: 20 - type: Sprite sprite: Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag_top_mounted.rsi layers: diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml index f0588dabe9..274b425ffa 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml @@ -246,15 +246,15 @@ - type: ChamberMagazineAmmoProvider boltClosed: null - type: Gun - fireRate: 3.5 # DeltaV - Was 5.5 - minAngle: 1 - maxAngle: 6 + fireRate: 5 # DeltaV - Was 5.5 + minAngle: 2 # DeltaV - Was 1 + maxAngle: 16 # DeltaV - Was 6 angleIncrease: 1.5 angleDecay: 6 selectedMode: FullAuto shotsPerBurst: 5 burstCooldown: 0.2 - burstFireRate: 5.5 # DeltaV - Was 7 + burstFireRate: 7 availableModes: - Burst - FullAuto From 6c318297316082797fd3daea8d65d8d8dc62e182 Mon Sep 17 00:00:00 2001 From: Stop-Signs Date: Wed, 8 Apr 2026 08:34:43 -0500 Subject: [PATCH 4/4] comment --- .../Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml index 17b71b4ff6..b8290c842c 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Magazines/pistol.yml @@ -115,7 +115,7 @@ whitelist: tags: - CartridgePistol - capacity: 20 + capacity: 20 # DeltaV - type: Sprite sprite: Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag_top_mounted.rsi layers: