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:
@@ -27,6 +27,7 @@
|
||||
ClothingHeadHelmetJustice: 1
|
||||
contrabandInventory:
|
||||
ClothingMaskClownSecurity: 1
|
||||
ClothingMaskMimeSecurity: 1
|
||||
ToyFigurineSecurity: 1
|
||||
ToyFigurineWarden: 1
|
||||
ToyFigurineHeadOfSecurity: 1
|
||||
|
||||
@@ -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 |
BIN
Resources/Textures/Clothing/Mask/mime_security.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Mask/mime_security.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 555 B |
30
Resources/Textures/Clothing/Mask/mime_security.rsi/meta.json
Normal file
30
Resources/Textures/Clothing/Mask/mime_security.rsi/meta.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user