diff --git a/Content.Server/GameTicking/Rules/Components/RevolutionaryRuleComponent.cs b/Content.Server/GameTicking/Rules/Components/RevolutionaryRuleComponent.cs index 2ce3f1f9a66..2916ec7548f 100644 --- a/Content.Server/GameTicking/Rules/Components/RevolutionaryRuleComponent.cs +++ b/Content.Server/GameTicking/Rules/Components/RevolutionaryRuleComponent.cs @@ -56,7 +56,11 @@ public sealed partial class RevolutionaryRuleComponent : Component public List StartingGear = new() { "Flash", - "ClothingEyesGlassesSunglasses" + "ClothingEyesGlassesSunglasses", + "WeaponPistolMakarovsssp", + "MagazinePistol", + "ClothingNeckNKVDBagde", + "CombatKnifeSpetsnaz" }; /// diff --git a/Resources/Prototypes/Backmen/Entities/Clothing/Neck/medals.yml b/Resources/Prototypes/Backmen/Entities/Clothing/Neck/medals.yml new file mode 100644 index 00000000000..8ebfab7ae2e --- /dev/null +++ b/Resources/Prototypes/Backmen/Entities/Clothing/Neck/medals.yml @@ -0,0 +1,13 @@ +- type: entity + parent: ClothingNeckBase + id: ClothingNeckNKVDBagde + name: NKVD bagde + description: NKVD badge, issued to field officers to search for traitors and orders for mass executions. + components: + - type: Sprite + sprite: Backmen/Clothing/Neck/Medals/nkvd.rsi + state: icon + - type: Clothing + sprite: Backmen/Clothing/Neck/Medals/nkvd.rsi + - type: Item + size: Tiny diff --git a/Resources/Prototypes/Backmen/Entities/Objects/Weapons/Guns/Pistols/Pistols.yml b/Resources/Prototypes/Backmen/Entities/Objects/Weapons/Guns/Pistols/Pistols.yml index 6f7a09d279b..1a697fa7c17 100644 --- a/Resources/Prototypes/Backmen/Entities/Objects/Weapons/Guns/Pistols/Pistols.yml +++ b/Resources/Prototypes/Backmen/Entities/Objects/Weapons/Guns/Pistols/Pistols.yml @@ -13,6 +13,11 @@ map: ["enum.GunVisualLayers.Mag"] - type: Clothing sprite: Backmen/Objects/Weapons/Guns/Pistols/makarovbel.rsi + - type: Item + size: Small + shape: + - 0,0,0,0 + - 0,1,0,1 - type: Gun fireRate: 5 availableModes: diff --git a/Resources/Textures/Backmen/Clothing/Neck/Medals/nkvd.rsi/equipped-NECK.png b/Resources/Textures/Backmen/Clothing/Neck/Medals/nkvd.rsi/equipped-NECK.png new file mode 100644 index 00000000000..a353f5586cc Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Neck/Medals/nkvd.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Backmen/Clothing/Neck/Medals/nkvd.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Neck/Medals/nkvd.rsi/icon.png new file mode 100644 index 00000000000..385a5888d9a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Neck/Medals/nkvd.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Neck/Medals/nkvd.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Neck/Medals/nkvd.rsi/meta.json new file mode 100644 index 00000000000..dc19f5f9cb4 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Neck/Medals/nkvd.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by hz kto, v inete nashli", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "icon" + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Backmen/Objects/Weapons/Guns/Pistols/makarovbel.rsi/base.png b/Resources/Textures/Backmen/Objects/Weapons/Guns/Pistols/makarovbel.rsi/base.png index 9df645de344..0ecc79bed85 100644 Binary files a/Resources/Textures/Backmen/Objects/Weapons/Guns/Pistols/makarovbel.rsi/base.png and b/Resources/Textures/Backmen/Objects/Weapons/Guns/Pistols/makarovbel.rsi/base.png differ diff --git a/Resources/Textures/Backmen/Objects/Weapons/Guns/Pistols/makarovbel.rsi/bolt-open.png b/Resources/Textures/Backmen/Objects/Weapons/Guns/Pistols/makarovbel.rsi/bolt-open.png index 9df645de344..5a61277ca97 100644 Binary files a/Resources/Textures/Backmen/Objects/Weapons/Guns/Pistols/makarovbel.rsi/bolt-open.png and b/Resources/Textures/Backmen/Objects/Weapons/Guns/Pistols/makarovbel.rsi/bolt-open.png differ diff --git a/Resources/Textures/Backmen/Objects/Weapons/Guns/Pistols/makarovbel.rsi/icon.png b/Resources/Textures/Backmen/Objects/Weapons/Guns/Pistols/makarovbel.rsi/icon.png index db4e83ffee9..96a443f0766 100644 Binary files a/Resources/Textures/Backmen/Objects/Weapons/Guns/Pistols/makarovbel.rsi/icon.png and b/Resources/Textures/Backmen/Objects/Weapons/Guns/Pistols/makarovbel.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Objects/Weapons/Guns/Pistols/makarovbel.rsi/inhand-left.png b/Resources/Textures/Backmen/Objects/Weapons/Guns/Pistols/makarovbel.rsi/inhand-left.png index ddabba4d748..1071108e939 100644 Binary files a/Resources/Textures/Backmen/Objects/Weapons/Guns/Pistols/makarovbel.rsi/inhand-left.png and b/Resources/Textures/Backmen/Objects/Weapons/Guns/Pistols/makarovbel.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Objects/Weapons/Guns/Pistols/makarovbel.rsi/inhand-right.png b/Resources/Textures/Backmen/Objects/Weapons/Guns/Pistols/makarovbel.rsi/inhand-right.png index a79927ee874..b9cf7d9123b 100644 Binary files a/Resources/Textures/Backmen/Objects/Weapons/Guns/Pistols/makarovbel.rsi/inhand-right.png and b/Resources/Textures/Backmen/Objects/Weapons/Guns/Pistols/makarovbel.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Objects/Weapons/Guns/Pistols/makarovbel.rsi/mag-0.png b/Resources/Textures/Backmen/Objects/Weapons/Guns/Pistols/makarovbel.rsi/mag-0.png index b6f4a4ef778..a74082ac318 100644 Binary files a/Resources/Textures/Backmen/Objects/Weapons/Guns/Pistols/makarovbel.rsi/mag-0.png and b/Resources/Textures/Backmen/Objects/Weapons/Guns/Pistols/makarovbel.rsi/mag-0.png differ