From c655f528f928b5151407961574f49e448bd0084d Mon Sep 17 00:00:00 2001 From: Nox Date: Fri, 30 May 2025 09:16:50 -0700 Subject: [PATCH] Faster Drozd burst (#34906) * Increased burst firerate and cooldown by 25%. (firerate 12 -> 18, cooldown 0.25 -> 0.375) * Set default firemode on Drozd to burst * Heisentest --- .../Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml | 5 +++-- 1 file changed, 3 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 94866e2f21..e2f1e4d38c 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml @@ -143,15 +143,16 @@ minAngle: 21 maxAngle: 32 fireRate: 6 - burstFireRate: 12 + burstFireRate: 18 soundGunshot: path: /Audio/Weapons/Guns/Gunshots/atreides.ogg + selectedMode: Burst availableModes: - Burst - FullAuto - SemiAuto shotsPerBurst: 3 - burstCooldown: 0.25 + burstCooldown: 0.375 - type: ItemSlots slots: gun_magazine: -- 2.51.2