- 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
--- /dev/null
+{
+ "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
+ }
+ ]
+}