- Snout
- type: entity
- parent: ClothingMaskClownBase
+ parent: [ClothingMaskClownBase, BaseFoldable]
id: ClothingMaskClown
+ description: A clown mask featuring a foldable wig; a true prankster's attire.
components:
+ - type: Appearance
+ - type: Foldable
+ canFoldInsideContainer: true
+ - type: FoldableClothing
+ foldedEquippedPrefix: opened
+ foldedHeldPrefix: opened
+ - type: Sprite
+ sprite: Clothing/Mask/clown.rsi
+ layers:
+ - state: icon
+ map: [ "unfoldedLayer" ]
+ - state: icon-opened
+ map: [ "foldedLayer" ]
+ visible: false
- type: Tag
tags:
- ClownMask
- Snout
- type: entity
- parent: ClothingMaskClown
+ parent: ClothingMaskClownBase
id: ClothingMaskClownBanana
name: banana clown wig and mask
components:
- type: Construction
graph: BananaClownMask
node: mask
+ - type: Tag
+ tags:
+ - ClownMask
+ - HamsterWearable
+ - WhitelistChameleon
+ - type: HideLayerClothing
+ slots:
+ - Snout
- type: entity
- parent: [ClothingMaskClown, BaseSecurityContraband]
+ parent: [ClothingMaskClownBase, BaseSecurityContraband]
id: ClothingMaskClownSecurity
name: security clown wig and mask
description: A debatably oxymoronic but protective mask and wig.
Slash: 0.95
Piercing: 0.95
Heat: 0.95
+ - type: Tag
+ tags:
+ - ClownMask
+ - HamsterWearable
+ - WhitelistChameleon
+ - type: HideLayerClothing
+ slots:
+ - Snout
- type: entity
parent: ClothingMaskBase
{
"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 and slightly modified by Flareguy | vulpkanin version taken from Paradise station at https://github.com/ParadiseSS13/Paradise/commit/f0fa4e1fd809482fbc104a310aa34cebf7df157d edited by Floofers",
+ "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 and slightly modified by Flareguy | vulpkanin version taken from Paradise station at https://github.com/ParadiseSS13/Paradise/commit/f0fa4e1fd809482fbc104a310aa34cebf7df157d edited by Floofers | Wigless variants edited by Solid_Syn",
"size": {
"x": 32,
"y": 32
{
"name": "equipped-MASK-vox",
"directions": 4
+ },
+ {
+ "name": "icon-opened"
+ },
+ {
+ "name": "opened-equipped-MASK",
+ "directions": 4
+ },
+ {
+ "name": "opened-equipped-MASK-hamster",
+ "directions": 4
+ },
+ {
+ "name": "opened-equipped-MASK-vulpkanin",
+ "directions": 4
+ },
+ {
+ "name": "opened-equipped-MASK-reptilian",
+ "directions": 4
+ },
+ {
+ "name": "opened-equipped-MASK-vox",
+ "directions": 4
}
]
}