diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Masks/masks.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Masks/masks.yml index bcaaba247e..7ef64b12b9 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Masks/masks.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Masks/masks.yml @@ -130,3 +130,16 @@ spawned: - id: CP14ClothingMaskBoneMask amount: 1 + +- type: entity + parent: CP14ClothingMaskBase + id: CP14ClothingMaskMime + name: mask of silence + description: ... + components: + - type: Sprite + sprite: _CP14/Clothing/Masks/mime_mask.rsi + - type: Clothing + sprite: _CP14/Clothing/Masks/mime_mask.rsi + - type: IdentityBlocker + - type: IngestionBlocker \ No newline at end of file diff --git a/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml b/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml index 0a8d27bb8a..30e4fe033b 100644 --- a/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml +++ b/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml @@ -149,6 +149,7 @@ - CP14ClothingMaskSinner - CP14ClothingMaskSteelMask - CP14ClothingMaskNeckerchief + - CP14ClothingMaskMime - type: loadout id: CP14ClothingMaskSinner @@ -170,6 +171,11 @@ equipment: mask: CP14ClothingMaskBoneHornedMask +- type: loadout + id: CP14ClothingMaskMime + equipment: + mask: CP14ClothingMaskMime + # Head - type: loadoutGroup diff --git a/Resources/Textures/_CP14/Clothing/Masks/mime_mask.rsi/equipped-MASK.png b/Resources/Textures/_CP14/Clothing/Masks/mime_mask.rsi/equipped-MASK.png new file mode 100644 index 0000000000..99ad972cb6 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Masks/mime_mask.rsi/equipped-MASK.png differ diff --git a/Resources/Textures/_CP14/Clothing/Masks/mime_mask.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Masks/mime_mask.rsi/icon.png new file mode 100644 index 0000000000..020c001345 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Masks/mime_mask.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Masks/mime_mask.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Masks/mime_mask.rsi/meta.json new file mode 100644 index 0000000000..fc255cd195 --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Masks/mime_mask.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by mutemaid (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-MASK", + "directions": 4 + } + ] +} \ No newline at end of file