From: Nim <128169402+Nimfar11@users.noreply.github.com> Date: Thu, 20 Apr 2023 02:50:15 +0000 (+0300) Subject: [Entity] SWAT gas mask for HoS (#15539) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=c0be4fcc82e361e5aacf47b12d2bc1a06203b923;p=space-station-14.git [Entity] SWAT gas mask for HoS (#15539) * SWAT gas mask for HoS Adds a SWAT gas mask. Replaces the standard Security gas mask in the HoC box with an elite one. * fix * commit * commit2 * commit3 --- diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index bc0d020ecb..26f0841619 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -192,7 +192,7 @@ - id: ClothingUniformJumpskirtHoSParadeMale prob: 0.1 - id: ClothingOuterHardsuitSecurityRed - - id: ClothingMaskGasSecurity + - id: ClothingMaskGasSwat - id: ClothingShoeSlippersDuck prob: 0.2 - id: DrinkVacuumFlask diff --git a/Resources/Prototypes/Entities/Clothing/Masks/masks.yml b/Resources/Prototypes/Entities/Clothing/Masks/masks.yml index edf69ae9f5..7967aec736 100644 --- a/Resources/Prototypes/Entities/Clothing/Masks/masks.yml +++ b/Resources/Prototypes/Entities/Clothing/Masks/masks.yml @@ -244,3 +244,14 @@ - type: Unremoveable - type: AddAccentClothing accent: StutteringAccent + +- type: entity + parent: ClothingMaskGasExplorer + id: ClothingMaskGasSwat + name: swat gas mask + description: A elite issue Security gas mask. + components: + - type: Sprite + sprite: Clothing/Mask/swat.rsi + - type: Clothing + sprite: Clothing/Mask/swat.rsi diff --git a/Resources/Textures/Clothing/Mask/swat.rsi/equipped-MASK.png b/Resources/Textures/Clothing/Mask/swat.rsi/equipped-MASK.png new file mode 100644 index 0000000000..92f0cfb013 Binary files /dev/null and b/Resources/Textures/Clothing/Mask/swat.rsi/equipped-MASK.png differ diff --git a/Resources/Textures/Clothing/Mask/swat.rsi/icon.png b/Resources/Textures/Clothing/Mask/swat.rsi/icon.png new file mode 100644 index 0000000000..283c984948 Binary files /dev/null and b/Resources/Textures/Clothing/Mask/swat.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Mask/swat.rsi/inhand-left.png b/Resources/Textures/Clothing/Mask/swat.rsi/inhand-left.png new file mode 100644 index 0000000000..43a0255de7 Binary files /dev/null and b/Resources/Textures/Clothing/Mask/swat.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Mask/swat.rsi/inhand-right.png b/Resources/Textures/Clothing/Mask/swat.rsi/inhand-right.png new file mode 100644 index 0000000000..fe4301a24c Binary files /dev/null and b/Resources/Textures/Clothing/Mask/swat.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Mask/swat.rsi/meta.json b/Resources/Textures/Clothing/Mask/swat.rsi/meta.json new file mode 100644 index 0000000000..1eebf87c72 --- /dev/null +++ b/Resources/Textures/Clothing/Mask/swat.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/RemieRichards/-tg-station/blob/f8c05e21694cd3cb703e40edc5cfc375017944b1/icons/obj/clothing/masks.dmi", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-MASK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}