From a454d11b18f4f77484a8dfbfe5edcd247b5b3770 Mon Sep 17 00:00:00 2001 From: Fandromn <109230594+Fandromn@users.noreply.github.com> Date: Thu, 2 Nov 2023 20:48:04 +1200 Subject: [PATCH] Update pistols.yml --- .../Objects/Weapons/Guns/Pistols/pistols.yml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml index 7bfd914d94f..bbda6f7e460 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml @@ -191,3 +191,26 @@ whitelist: tags: - CartridgePistol + +- type: entity + name: makarov + parent: BaseWeaponPistol + id: WeaponPistolMakarov + description: Standart Russian pistol. Uses .35 auto ammo. + components: + - type: Sprite + sprite: Objects/Weapons/Guns/Pistols/makarov.rsi + layers: + - state: base + map: ["enum.GunVisualLayers.Base"] + - state: mag-0 + map: ["enum.GunVisualLayers.Mag"] + - type: Clothing + sprite: Objects/Weapons/Guns/Pistols/makarov.rsi + - type: Gun + fireRate: 4 + availableModes: + - SemiAuto + soundGunshot: + path: /Audio/Weapons/Guns/Gunshots/mk58.ogg +