Performer's Wig (#35764)

* miku wig

* fix to correct json convention

Co-authored-by: Winkarst <74284083+Winkarst-cpu@users.noreply.github.com>

---------

Co-authored-by: Winkarst <74284083+Winkarst-cpu@users.noreply.github.com>
This commit is contained in:
Velken
2025-03-10 20:17:23 -03:00
committed by GitHub
parent 12a3a67ca9
commit 4e37bcc40e
8 changed files with 42 additions and 0 deletions

View File

@@ -229,6 +229,7 @@
contents:
- id: ClothingShoesBootsPerformer
- id: ClothingUniformJumpskirtPerformer
- id: ClothingHeadPerformerWig
- id: FoodMealMemoryleek
amount: 2

View File

@@ -89,6 +89,7 @@
contents:
- id: ClothingUniformJumpskirtPerformer
- id: ClothingShoesBootsPerformer
- id: ClothingHeadPerformerWig
- id: ClothingOuterSuitMonkey
- id: ClothingHeadHatAnimalMonkey
- id: ClothingNeckCloakMoth

View File

@@ -324,3 +324,17 @@
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 792 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 508 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 516 B

View File

@@ -0,0 +1,26 @@
{
"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
}
]
}