From: Ubaser <134914314+UbaserB@users.noreply.github.com> Date: Tue, 28 Nov 2023 06:21:06 +0000 (+1100) Subject: Add papercut-proof gloves for the HoP (#21915) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=8b666fabd5b153b14fd5b81ea10b18b1195059d1;p=space-station-14.git Add papercut-proof gloves for the HoP (#21915) * add * fix fr * resolve error * maybe now..? * step 1 * step 2 * fix fiber --- diff --git a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml index ab3a46ac8f..31debf872c 100644 --- a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml +++ b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml @@ -108,6 +108,25 @@ fiberColor: fibers-regal-blue - type: FingerprintMask +- type: entity + parent: ClothingHandsBase + id: ClothingHandsGlovesHop + name: papercut-proof gloves + description: Perfect for dealing with paperwork and matters with bureaucracy. + components: + - type: Sprite + sprite: Clothing/Hands/Gloves/hop.rsi + - type: Clothing + sprite: Clothing/Hands/Gloves/hop.rsi + - type: Fiber + fiberMaterial: fibers-durathread + fiberColor: fibers-black + - type: Armor + modifiers: + coefficients: + Slash: 0.95 + - type: FingerprintMask + #### Medical - type: entity parent: ClothingHandsBase diff --git a/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml b/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml index abd9c643e6..744b6013fc 100644 --- a/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml +++ b/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml @@ -63,6 +63,7 @@ shoes: ClothingShoesColorBrown head: ClothingHeadHatHopcap id: HoPPDA + gloves: ClothingHandsGlovesHop ears: ClothingHeadsetAltCommand belt: BoxFolderClipboard innerClothingSkirt: ClothingUniformJumpskirtHoP diff --git a/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/equipped-HAND.png b/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/equipped-HAND.png new file mode 100644 index 0000000000..91950ada70 Binary files /dev/null and b/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/icon.png b/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/icon.png new file mode 100644 index 0000000000..d636dc2d2e Binary files /dev/null and b/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/inhand-left.png b/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/inhand-left.png new file mode 100644 index 0000000000..50f6b0bf38 Binary files /dev/null and b/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/inhand-right.png b/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/inhand-right.png new file mode 100644 index 0000000000..7944703534 Binary files /dev/null and b/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/meta.json b/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/meta.json new file mode 100644 index 0000000000..c79b379182 --- /dev/null +++ b/Resources/Textures/Clothing/Hands/Gloves/hop.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Drawn by Ubaser", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}