diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/general.yml b/Resources/Prototypes/Catalog/Fills/Boxes/general.yml index f5ba7b65f9..478aea4cc0 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/general.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/general.yml @@ -229,6 +229,7 @@ contents: - id: ClothingShoesBootsPerformer - id: ClothingUniformJumpskirtPerformer + - id: ClothingHeadPerformerWig - id: FoodMealMemoryleek amount: 2 diff --git a/Resources/Prototypes/Catalog/Fills/Crates/service.yml b/Resources/Prototypes/Catalog/Fills/Crates/service.yml index 59a1ed476d..32cfce4628 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/service.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/service.yml @@ -89,6 +89,7 @@ contents: - id: ClothingUniformJumpskirtPerformer - id: ClothingShoesBootsPerformer + - id: ClothingHeadPerformerWig - id: ClothingOuterSuitMonkey - id: ClothingHeadHatAnimalMonkey - id: ClothingNeckCloakMoth diff --git a/Resources/Prototypes/Entities/Clothing/Head/misc.yml b/Resources/Prototypes/Entities/Clothing/Head/misc.yml index 28fe46e0fa..9068bb576a 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/misc.yml @@ -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 diff --git a/Resources/Textures/Clothing/Head/Misc/performer-wig.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Misc/performer-wig.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..4d5e75107d Binary files /dev/null and b/Resources/Textures/Clothing/Head/Misc/performer-wig.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Misc/performer-wig.rsi/icon.png b/Resources/Textures/Clothing/Head/Misc/performer-wig.rsi/icon.png new file mode 100644 index 0000000000..bfbf38064f Binary files /dev/null and b/Resources/Textures/Clothing/Head/Misc/performer-wig.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Misc/performer-wig.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Misc/performer-wig.rsi/inhand-left.png new file mode 100644 index 0000000000..ebdc468117 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Misc/performer-wig.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Head/Misc/performer-wig.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Misc/performer-wig.rsi/inhand-right.png new file mode 100644 index 0000000000..63c609e46e Binary files /dev/null and b/Resources/Textures/Clothing/Head/Misc/performer-wig.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Head/Misc/performer-wig.rsi/meta.json b/Resources/Textures/Clothing/Head/Misc/performer-wig.rsi/meta.json new file mode 100644 index 0000000000..ddcedddae1 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Misc/performer-wig.rsi/meta.json @@ -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 + } + ] +}