diff --git a/Resources/Prototypes/_Backmen/Catalog/Fills/Items/Belts/belts.yml b/Resources/Prototypes/_Backmen/Catalog/Fills/Items/Belts/belts.yml index af0c3c18937..f2e47d3abb4 100644 --- a/Resources/Prototypes/_Backmen/Catalog/Fills/Items/Belts/belts.yml +++ b/Resources/Prototypes/_Backmen/Catalog/Fills/Items/Belts/belts.yml @@ -351,6 +351,10 @@ parent: ClothingBeltSecurity id: ClothingBeltSecuritySuper components: + - type: Sprite + sprite: Backmen/Clothing/Belt/centcom_security_belt.rsi + - type: Clothing + sprite: Backmen/Clothing/Belt/centcom_security_belt.rsi - type: Storage grid: - 0,0,5,4 @@ -369,6 +373,10 @@ parent: ClothingBeltSecurity id: ClothingBeltSecurityCentComSecurity components: + - type: Sprite + sprite: Backmen/Clothing/Belt/centcom_security_belt.rsi + - type: Clothing + sprite: Backmen/Clothing/Belt/centcom_security_belt.rsi - type: StorageFill contents: - id: WeaponDominatorNT diff --git a/Resources/Prototypes/_Backmen/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/_Backmen/Entities/Clothing/Back/backpacks.yml index 11ac4e0df7c..3b60d7f8be5 100644 --- a/Resources/Prototypes/_Backmen/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/_Backmen/Entities/Clothing/Back/backpacks.yml @@ -26,3 +26,15 @@ components: - type: Sprite sprite: Backmen/Clothing/Back/Backpacks/mvd.rsi + +- type: entity + parent: ClothingBackpack + id: ClothingCentcomBackpack + name: рюкзак Центком + description: РЮКЗАК ЗЕЛЁНЫХ ЧЕЛОВЕЧКОВ!!! + components: + - type: Storage + grid: + - 0,0,7,4 + - type: Sprite + sprite: Backmen/Clothing/Back/Backpacks/centcom_backpack.rsi diff --git a/Resources/Prototypes/_Backmen/Entities/Clothing/Head/helmets.yml b/Resources/Prototypes/_Backmen/Entities/Clothing/Head/helmets.yml index 9c518245284..a41d5888aca 100644 --- a/Resources/Prototypes/_Backmen/Entities/Clothing/Head/helmets.yml +++ b/Resources/Prototypes/_Backmen/Entities/Clothing/Head/helmets.yml @@ -390,3 +390,22 @@ Heat: 0.9 - type: Unremoveable +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHelmetCentcom + name: шлем службы безопасности Центком + description: Модифицированный шлем службы безопасности, предназначенный для нужд охраны станций Центрального командования. + components: + - type: Sprite + sprite: Backmen/Clothing/Head/Helmets/centcom_sec_helmet.rsi + - type: Clothing + sprite: Backmen/Clothing/Head/Helmets/centcom_sec_helmet.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.8 + Slash: 0.8 + Piercing: 0.9 + Heat: 0.8 + - type: ExplosionResistance + damageCoefficient: 0.8 diff --git a/Resources/Prototypes/_Backmen/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/_Backmen/Entities/Clothing/OuterClothing/armor.yml index 44a028857f0..9d3be481feb 100644 --- a/Resources/Prototypes/_Backmen/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/_Backmen/Entities/Clothing/OuterClothing/armor.yml @@ -282,3 +282,23 @@ damageCoefficient: 0.5 - type: GroupExamine - type: Unremoveable + +- type: entity + parent: [ClothingOuterBaseMedium, AllowSuitStorageClothing, BaseRestrictedContraband] + id: ClothingOuterArmorCentcom + name: бронежилет Центком + description: Бронежилет бренда "Центком". + components: + - type: Sprite + sprite: Backmen/Clothing/OuterClothing/Armor/centcom_sec_armor.rsi + - type: Clothing + sprite: Backmen/Clothing/OuterClothing/Armor/centcom_sec_armor.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.55 + Slash: 0.55 + Piercing: 0.55 + Heat: 0.55 + - type: ExplosionResistance + damageCoefficient: 0.80 diff --git a/Resources/Prototypes/_Backmen/Entities/Clothing/Shoes/boots.yml b/Resources/Prototypes/_Backmen/Entities/Clothing/Shoes/boots.yml index 08aaf1c0872..63064d955b5 100644 --- a/Resources/Prototypes/_Backmen/Entities/Clothing/Shoes/boots.yml +++ b/Resources/Prototypes/_Backmen/Entities/Clothing/Shoes/boots.yml @@ -94,4 +94,16 @@ sprite: Backmen/Clothing/Shoes/Boots/berrci.rsi - type: FootstepModifier # Corvax-Sounds footstepSoundCollection: - collection: FootstepBoots \ No newline at end of file + collection: FootstepBoots + +- type: entity + parent: ClothingShoesBootsSpetsnaz + id: ClothingShoesBootsCentcom + name: подкованные сапоги Центком + description: Специальная обувь служащих Центрального командования. + components: + - type: Sprite + sprite: Backmen/Clothing/Shoes/Boots/centcom_jackboots.rsi + - type: Clothing + sprite: Backmen/Clothing/Shoes/Boots/centcom_jackboots.rsi + - type: NoSlip diff --git a/Resources/Prototypes/_Backmen/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/_Backmen/Entities/Clothing/Uniforms/jumpsuits.yml index 347daeddcd8..03da75db208 100644 --- a/Resources/Prototypes/_Backmen/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/_Backmen/Entities/Clothing/Uniforms/jumpsuits.yml @@ -385,7 +385,7 @@ - type: entity parent: ClothingUniformBase - id: ClothingUniformJumpsuitprivateofficer + id: ClothingUniformJumpsuitCentcomPrivateOfficer name: Униформа Приватного Офицера СБ ЦК description: Полевая униформа Приватного Офицера СБ ЦК components: diff --git a/Resources/Prototypes/_Backmen/Roles/Jobs/CentCom/head_of_security.yml b/Resources/Prototypes/_Backmen/Roles/Jobs/CentCom/head_of_security.yml index 0b10b64a9dd..e530ebf9550 100644 --- a/Resources/Prototypes/_Backmen/Roles/Jobs/CentCom/head_of_security.yml +++ b/Resources/Prototypes/_Backmen/Roles/Jobs/CentCom/head_of_security.yml @@ -59,19 +59,25 @@ id: HeadOfSecurityCentComGear equipment: jumpsuit: ClothingUniformJumpsuitCentcomMilitary - back: ClothingBackpackSecurity - shoes: ClothingShoesBootsNedoSpetsnaz + back: ClothingCentcomBackpack + shoes: ClothingShoesBootsCentcom mask: ClothingMaskGasSecurity neck: CombatKnifeSpetsnaz eyes: ClothingEyesGlassesSecurity gloves: ClothingHandsGlovesCombat - outerClothing: ClothingOuterArmorBasic - suitstorage: WeaponPistolMk58 + outerClothing: ClothingOuterArmorCentcom + suitstorage: WeaponRifleFamas head: ClothingHeadHatBeretHoSCentcom id: CCOfficerPDA ears: ClothingHeadsetCentComCC belt: ClothingBeltSecuritySuper + pocket1: WeaponPistolG23 pocket2: MagazinePistol + storage: + back: + - MedkitCombatFilled + - BoxSurvivalSecurity + - MagazineRifle - type: entity parent: OrdenPDA diff --git a/Resources/Prototypes/_Backmen/Roles/Jobs/CentCom/private_officer.yml b/Resources/Prototypes/_Backmen/Roles/Jobs/CentCom/private_officer.yml index 402558cd29f..1b32a1ac3a9 100644 --- a/Resources/Prototypes/_Backmen/Roles/Jobs/CentCom/private_officer.yml +++ b/Resources/Prototypes/_Backmen/Roles/Jobs/CentCom/private_officer.yml @@ -49,16 +49,25 @@ - type: startingGear id: CentComPrivateOfficerGear equipment: - jumpsuit: ClothingUniformJumpsuitSec - back: ClothingBackpackSecurity - shoes: ClothingShoesBootsJackSec # Corvax-Resprite + jumpsuit: ClothingUniformJumpsuitCentcomPrivateOfficer + back: ClothingCentcomBackpack + shoes: ClothingShoesBootsCentcom + neck: CombatKnifeSpetsnaz eyes: ClothingEyesGlassesSecurity - head: ClothingHeadHelmetBasic - outerClothing: ClothingOuterVestArmorSec # Corvax-Resprite + gloves: ClothingHandsGlovesCombat + head: ClothingHeadHelmetCentcom + outerClothing: ClothingOuterArmorCentcom + suitstorage: WeaponRifleFamas id: CentComPrivateOfficerPDA ears: ClothingHeadsetCentComCC belt: ClothingBeltSecuritySuper - pocket1: WeaponPistolMk58 + pocket1: WeaponPistolG23 + pocket2: MagazinePistol + storage: + back: + - MedkitCombatFilled + - BoxSurvivalSecurity + - MagazineRifle #innerClothingSkirt: ClothingUniformJumpskirtSec #satchel: ClothingBackpackSatchelSecurityFilled #duffelbag: ClothingBackpackDuffelSecurityFilled diff --git a/Resources/Textures/Backmen/Clothing/Back/Backpacks/centcom_backpack.rsi/equipped-BACKPACK.png b/Resources/Textures/Backmen/Clothing/Back/Backpacks/centcom_backpack.rsi/equipped-BACKPACK.png new file mode 100644 index 00000000000..86fbc0fb3dc Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Back/Backpacks/centcom_backpack.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/Backmen/Clothing/Back/Backpacks/centcom_backpack.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Back/Backpacks/centcom_backpack.rsi/icon.png new file mode 100644 index 00000000000..142da1bfc23 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Back/Backpacks/centcom_backpack.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Back/Backpacks/centcom_backpack.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Back/Backpacks/centcom_backpack.rsi/inhand-left.png new file mode 100644 index 00000000000..7d9745ab6b0 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Back/Backpacks/centcom_backpack.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Back/Backpacks/centcom_backpack.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Back/Backpacks/centcom_backpack.rsi/inhand-right.png new file mode 100644 index 00000000000..7a68abe5241 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Back/Backpacks/centcom_backpack.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Back/Backpacks/centcom_backpack.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Back/Backpacks/centcom_backpack.rsi/meta.json new file mode 100644 index 00000000000..cef4d89c377 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Back/Backpacks/centcom_backpack.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Agro", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Backmen/Clothing/Belt/centcom_security_belt.rsi/equipped-BELT.png b/Resources/Textures/Backmen/Clothing/Belt/centcom_security_belt.rsi/equipped-BELT.png new file mode 100644 index 00000000000..f92b8e9376b Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Belt/centcom_security_belt.rsi/equipped-BELT.png differ diff --git a/Resources/Textures/Backmen/Clothing/Belt/centcom_security_belt.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Belt/centcom_security_belt.rsi/icon.png new file mode 100644 index 00000000000..988c057245b Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Belt/centcom_security_belt.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Belt/centcom_security_belt.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Belt/centcom_security_belt.rsi/inhand-left.png new file mode 100644 index 00000000000..af0864bfdd7 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Belt/centcom_security_belt.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Belt/centcom_security_belt.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Belt/centcom_security_belt.rsi/inhand-right.png new file mode 100644 index 00000000000..dbb046ea537 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Belt/centcom_security_belt.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Belt/centcom_security_belt.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Belt/centcom_security_belt.rsi/meta.json new file mode 100644 index 00000000000..cc394b26604 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Belt/centcom_security_belt.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Agro", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BELT", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Backmen/Clothing/Head/Helmets/centcom_sec_helmet.rsi/equipped-HELMET-vox.png b/Resources/Textures/Backmen/Clothing/Head/Helmets/centcom_sec_helmet.rsi/equipped-HELMET-vox.png new file mode 100644 index 00000000000..9388e60f6b4 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Helmets/centcom_sec_helmet.rsi/equipped-HELMET-vox.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Helmets/centcom_sec_helmet.rsi/equipped-HELMET.png b/Resources/Textures/Backmen/Clothing/Head/Helmets/centcom_sec_helmet.rsi/equipped-HELMET.png new file mode 100644 index 00000000000..e6b7ebf4e3a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Helmets/centcom_sec_helmet.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Helmets/centcom_sec_helmet.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Head/Helmets/centcom_sec_helmet.rsi/icon.png new file mode 100644 index 00000000000..36c81e25e00 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Helmets/centcom_sec_helmet.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Helmets/centcom_sec_helmet.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Head/Helmets/centcom_sec_helmet.rsi/inhand-left.png new file mode 100644 index 00000000000..9e282799f4e Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Helmets/centcom_sec_helmet.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Helmets/centcom_sec_helmet.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Head/Helmets/centcom_sec_helmet.rsi/inhand-right.png new file mode 100644 index 00000000000..1423cc7385a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Head/Helmets/centcom_sec_helmet.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Head/Helmets/centcom_sec_helmet.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Head/Helmets/centcom_sec_helmet.rsi/meta.json new file mode 100644 index 00000000000..4922fbed5cb --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Head/Helmets/centcom_sec_helmet.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Agro", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "equipped-HELMET-vox", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/centcom_sec_armor.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/centcom_sec_armor.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..7783cd1cd93 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/centcom_sec_armor.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/centcom_sec_armor.rsi/icon.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/centcom_sec_armor.rsi/icon.png new file mode 100644 index 00000000000..07613f021cd Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/centcom_sec_armor.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/centcom_sec_armor.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/centcom_sec_armor.rsi/inhand-left.png new file mode 100644 index 00000000000..aea0f39676c Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/centcom_sec_armor.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/centcom_sec_armor.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/centcom_sec_armor.rsi/inhand-right.png new file mode 100644 index 00000000000..cef6f162c71 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/centcom_sec_armor.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/centcom_sec_armor.rsi/meta.json b/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/centcom_sec_armor.rsi/meta.json new file mode 100644 index 00000000000..a5671425847 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/OuterClothing/Armor/centcom_sec_armor.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Agro", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Backmen/Clothing/Shoes/Boots/centcom_jackboots.rsi/equipped-FEET-digi.png b/Resources/Textures/Backmen/Clothing/Shoes/Boots/centcom_jackboots.rsi/equipped-FEET-digi.png new file mode 100644 index 00000000000..9f29951cf5b Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Shoes/Boots/centcom_jackboots.rsi/equipped-FEET-digi.png differ diff --git a/Resources/Textures/Backmen/Clothing/Shoes/Boots/centcom_jackboots.rsi/equipped-FEET.png b/Resources/Textures/Backmen/Clothing/Shoes/Boots/centcom_jackboots.rsi/equipped-FEET.png new file mode 100644 index 00000000000..7b32967d200 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Shoes/Boots/centcom_jackboots.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Backmen/Clothing/Shoes/Boots/centcom_jackboots.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Shoes/Boots/centcom_jackboots.rsi/icon.png new file mode 100644 index 00000000000..1393faac618 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Shoes/Boots/centcom_jackboots.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Shoes/Boots/centcom_jackboots.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Shoes/Boots/centcom_jackboots.rsi/inhand-left.png new file mode 100644 index 00000000000..03bdacf9fb5 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Shoes/Boots/centcom_jackboots.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Shoes/Boots/centcom_jackboots.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Shoes/Boots/centcom_jackboots.rsi/inhand-right.png new file mode 100644 index 00000000000..f00d861ca54 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Shoes/Boots/centcom_jackboots.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Shoes/Boots/centcom_jackboots.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Shoes/Boots/centcom_jackboots.rsi/meta.json new file mode 100644 index 00000000000..4c3295d97c1 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Shoes/Boots/centcom_jackboots.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Agro", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "equipped-FEET-digi", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/centcom-private_officer.rsi/equipped-INNERCLOTHING-reptilian.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/centcom-private_officer.rsi/equipped-INNERCLOTHING-reptilian.png new file mode 100644 index 00000000000..bb1c184c2c4 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/centcom-private_officer.rsi/equipped-INNERCLOTHING-reptilian.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/centcom-private_officer.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/centcom-private_officer.rsi/equipped-INNERCLOTHING.png index 46d1c1bb8f5..4d99d809cc3 100644 Binary files a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/centcom-private_officer.rsi/equipped-INNERCLOTHING.png and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/centcom-private_officer.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/centcom-private_officer.rsi/icon.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/centcom-private_officer.rsi/icon.png index c40642f7728..af1eb3deb99 100644 Binary files a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/centcom-private_officer.rsi/icon.png and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/centcom-private_officer.rsi/icon.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/centcom-private_officer.rsi/inhand-left.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/centcom-private_officer.rsi/inhand-left.png index 3a4fb9cd499..c75bf31477e 100644 Binary files a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/centcom-private_officer.rsi/inhand-left.png and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/centcom-private_officer.rsi/inhand-left.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/centcom-private_officer.rsi/inhand-right.png b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/centcom-private_officer.rsi/inhand-right.png index 2728d146273..fae521bc295 100644 Binary files a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/centcom-private_officer.rsi/inhand-right.png and b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/centcom-private_officer.rsi/inhand-right.png differ diff --git a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/centcom-private_officer.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/centcom-private_officer.rsi/meta.json index e69c609103d..d0151709aaf 100644 --- a/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/centcom-private_officer.rsi/meta.json +++ b/Resources/Textures/Backmen/Clothing/Uniforms/jumpsuit/centcom-private_officer.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "dr.darl", + "copyright": "Agro", "size": { "x": 32, "y": 32 @@ -14,6 +14,10 @@ "name": "equipped-INNERCLOTHING", "directions": 4 }, + { + "name": "equipped-INNERCLOTHING-reptilian", + "directions": 4 + }, { "name": "inhand-left", "directions": 4