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:
@@ -229,6 +229,7 @@
|
||||
contents:
|
||||
- id: ClothingShoesBootsPerformer
|
||||
- id: ClothingUniformJumpskirtPerformer
|
||||
- id: ClothingHeadPerformerWig
|
||||
- id: FoodMealMemoryleek
|
||||
amount: 2
|
||||
|
||||
|
||||
@@ -89,6 +89,7 @@
|
||||
contents:
|
||||
- id: ClothingUniformJumpskirtPerformer
|
||||
- id: ClothingShoesBootsPerformer
|
||||
- id: ClothingHeadPerformerWig
|
||||
- id: ClothingOuterSuitMonkey
|
||||
- id: ClothingHeadHatAnimalMonkey
|
||||
- id: ClothingNeckCloakMoth
|
||||
|
||||
@@ -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 |
BIN
Resources/Textures/Clothing/Head/Misc/performer-wig.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Head/Misc/performer-wig.rsi/icon.png
Normal file
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 |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user