Added security mime mask (#37890)

* Added security mime mask

* Improved security mime mask equipped sprites

* Improved security mime mask icon sprite

* meta.json spacing fix
This commit is contained in:
Hitlinemoss
2025-06-05 19:23:13 -04:00
committed by GitHub
parent 326dfa659b
commit 3d942e1cad
8 changed files with 49 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
ClothingHeadHelmetJustice: 1
contrabandInventory:
ClothingMaskClownSecurity: 1
ClothingMaskMimeSecurity: 1
ToyFigurineSecurity: 1
ToyFigurineWarden: 1
ToyFigurineHeadOfSecurity: 1

View File

@@ -644,6 +644,24 @@
- type: Clothing
sprite: Clothing/Mask/scaredmime.rsi
- type: entity
parent: [ClothingMaskMime, BaseSecurityContraband]
id: ClothingMaskMimeSecurity
name: security mime mask
description: You have the right to remain silent.
components:
- type: Sprite
sprite: Clothing/Mask/mime_security.rsi
- type: Clothing
sprite: Clothing/Mask/mime_security.rsi
- type: Armor
modifiers:
coefficients:
Blunt: 0.95
Slash: 0.95
Piercing: 0.95
Heat: 0.95
- type: entity
parent: ClothingMaskBase
id: ClothingMaskItalianMoustache

Binary file not shown.

After

Width:  |  Height:  |  Size: 784 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 703 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 818 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 818 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 555 B

View File

@@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Reptilian edit by Nairod(Github). equipped-MASK-vox state taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/4638130fab5ff0e9faa220688811349d3297a33e. Security edit by Hitlinemoss, based on secglasses.rsi and clown_security.rsi.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-MASK",
"directions": 4
},
{
"name": "equipped-MASK-hamster",
"directions": 4
},
{
"name": "equipped-MASK-reptilian",
"directions": 4
},
{
"name": "equipped-MASK-vox",
"directions": 4
}
]
}