contents:
- id: ClothingShoesBootsPerformer
- id: ClothingUniformJumpskirtPerformer
+ - id: ClothingHeadPerformerWig
- id: FoodMealMemoryleek
amount: 2
contents:
- id: ClothingUniformJumpskirtPerformer
- id: ClothingShoesBootsPerformer
+ - id: ClothingHeadPerformerWig
- id: ClothingOuterSuitMonkey
- id: ClothingHeadHatAnimalMonkey
- id: ClothingNeckCloakMoth
sprite: Clothing/Head/Misc/hairflower.rsi
- type: Clothing
sprite: Clothing/Head/Misc/hairflower.rsi
+
+- type: entity
+ parent: ClothingHeadBase
+ id: ClothingHeadPerformerWig
+ name: performer's wig
+ description: On a closer inspection, it appears that it is made from optic fiber.
+ components:
+ - type: Sprite
+ sprite: Clothing/Head/Misc/performer-wig.rsi
+ - type: Clothing
+ sprite: Clothing/Head/Misc/performer-wig.rsi
+ - type: HideLayerClothing
+ slots:
+ - Hair
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Sprites by Velken",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-HELMET",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}