From 5c412b6c1d1bc38bb3e4968bdad3ccd653a123e5 Mon Sep 17 00:00:00 2001 From: Bombinos Date: Sat, 31 Aug 2024 22:42:59 +0300 Subject: [PATCH] =?UTF-8?q?=D0=99=D0=BE=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Weapons/Guns/Shotguns/shotguns.yml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Resources/Prototypes/_Honk/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml diff --git a/Resources/Prototypes/_Honk/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml b/Resources/Prototypes/_Honk/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml new file mode 100644 index 0000000000..f968eaba28 --- /dev/null +++ b/Resources/Prototypes/_Honk/Entities/Objects/Weapons/Guns/Shotguns/shotguns.yml @@ -0,0 +1,24 @@ +- type: entity + name: травматический дробовик + parent: BaseWeaponShotgun + id: WeaponResinShotgun + 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 + sprite: _Honk/Objects/Weapons/Guns/Shotguns/pump_inhands_64x.rsi + - type: Sprite + sprite: _Honk/Objects/Weapons/Guns/Shotguns/pump.rsi + - type: Clothing + sprite: _Honk/Objects/Weapons/Guns/Shotguns/pump.rsi + - type: BallisticAmmoProvider + proto: ShellShotgunResinShot + capacity: 6 + whitelist: + tags: + - ShellResinShotgun + - type: Tag + tags: + - WeaponResinShotgun