From 87c110e6f365abfa15dea73979aac35e31a61b84 Mon Sep 17 00:00:00 2001 From: IProduceWidgets <107586145+IProduceWidgets@users.noreply.github.com> Date: Tue, 12 Dec 2023 02:59:43 -0500 Subject: [PATCH] Gun size balance changes (#22394) --- .../Objects/Weapons/Guns/SMGs/smgs.yml | 2 +- .../Weapons/Guns/Shotguns/shotguns.yml | 21 +++++++++++++++++-- .../Objects/Weapons/Guns/Snipers/snipers.yml | 5 +++++ 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml index fbf56ec9e7..b693bdba37 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/SMGs/smgs.yml @@ -7,7 +7,7 @@ components: - type: Sprite - type: Item - size: Huge + size: Large - type: Clothing sprite: Objects/Weapons/Guns/SMGs/atreides.rsi quickEquip: false diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml index cdcc7d7729..3c4fa05327 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml @@ -105,6 +105,10 @@ id: WeaponShotgunDoubleBarreled description: An immortal classic. Uses .50 shotgun shells. components: + - type: Item + size: Normal + shape: + - 0,0,4,0 - type: Sprite sprite: Objects/Weapons/Guns/Shotguns/db_shotgun.rsi - type: Gun @@ -158,12 +162,14 @@ id: WeaponShotgunKammerer description: When an old Remington design meets modern materials, this is the result. A favourite weapon of militia forces throughout many worlds. Uses .50 shotgun shells. components: + - type: Item + size: Normal + shape: + - 0,0,4,0 - type: Sprite sprite: Objects/Weapons/Guns/Shotguns/pump.rsi - type: Clothing sprite: Objects/Weapons/Guns/Shotguns/pump.rsi - - type: Item - size: Normal - type: BallisticAmmoProvider capacity: 4 - type: Tag @@ -211,6 +217,9 @@ id: WeaponShotgunHandmade description: Looks unreliable. Uses .50 shotgun shells. components: + - type: Item + size: Small + storedRotation: 90 - type: Sprite sprite: Objects/Weapons/Guns/Shotguns/hm_pistol.rsi - type: Clothing @@ -233,6 +242,10 @@ suffix: Pirate description: Deadly at close range. components: + - type: Item + size: Normal + shape: + - 0,0,4,0 - type: Sprite sprite: Objects/Weapons/Guns/Shotguns/blunderbuss.rsi - type: Gun @@ -248,6 +261,10 @@ id: WeaponShotgunImprovised description: A shitty, hand-made shotgun that uses .50 shotgun shells. It can only hold one round in the chamber. components: + - type: Item + size: Normal + shape: + - 0,0,4,0 - type: Sprite sprite: Objects/Weapons/Guns/Shotguns/improvised_shotgun.rsi - type: Clothing diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml index 9c6dfa8a8a..be1ca7b272 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Snipers/snipers.yml @@ -69,6 +69,8 @@ id: Musket description: This should've been in a museum long before you were born. Uses .60 anti-materiel ammo. components: + - type: Item + size: Large - type: Sprite sprite: Objects/Weapons/Guns/Snipers/musket.rsi - type: Clothing @@ -90,6 +92,9 @@ id: WeaponPistolFlintlock description: A pirate's companion. Yarrr! Uses .60 anti-materiel ammo. components: + - type: Item + size: Small + storedRotation: 90 - type: Sprite sprite: Objects/Weapons/Guns/Snipers/flintlock.rsi - type: Clothing -- 2.51.2