diff --git a/Resources/Changelog/ChangelogHonk.yml b/Resources/Changelog/ChangelogHonk.yml index cd1a08d725..66246a428c 100644 --- a/Resources/Changelog/ChangelogHonk.yml +++ b/Resources/Changelog/ChangelogHonk.yml @@ -93,3 +93,9 @@ type: Tweak id: 14 time: '2024-11-18T18:00:13.0000000+00:00' +- author: BIG_Zi_348 + changes: + - message: "Ребаланс Дрозда и С-20r" + type: Tweak + id: 15 + time: '2024-11-20T18:00:13.0000000+00:00' diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml index c98e11490b..c47f4b1ffc 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml @@ -119,8 +119,8 @@ - type: Item sprite: White/Objects/Weapons/Guns/SMG/c20r-inhands.rsi - type: Gun - minAngle: 11 - maxAngle: 19 + minAngle: 1 # HONK EDIT FROM 11 TO 1 + maxAngle: 7 # HONK EDIT FROM 19 TO 7 shotsPerBurst: 5 availableModes: - SemiAuto @@ -217,9 +217,9 @@ - type: Item sprite: White/Objects/Weapons/Guns/SMG/drozd-inhands.rsi - type: Gun - minAngle: 21 - maxAngle: 32 - fireRate: 6 + minAngle: 4 # HONK EDIT FROM 21 TO 4 + maxAngle: 10 # HONK EDIT FROM 32 TO 10 + fireRate: 5 # HONK EDIT FROM 6 TO 5 selectedMode: FullAuto soundGunshot: path: /Audio/Weapons/Guns/Gunshots/atreides.ogg