diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml index 2e0e6ca8b0..aaee016f5f 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml @@ -22,3 +22,5 @@ ClothingHeadHatShrineMaidenWig: 2 ClothingOuterSuitShrineMaiden: 2 Gohei: 2 + ClothingHeadPaperSack: 2 + ClothingHeadPaperSackSmile: 2 diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index 7059f03e9b..ee61cfcc17 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -405,4 +405,26 @@ - type: Sprite sprite: Clothing/Head/Hats/pyjamasyndicatered.rsi - type: Clothing - sprite: Clothing/Head/Hats/pyjamasyndicatered.rsi \ No newline at end of file + sprite: Clothing/Head/Hats/pyjamasyndicatered.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadPaperSack + name: papersack hat + description: A paper sack with crude holes cut out for eyes. Useful for hiding one's identity or ugliness. + components: + - type: Sprite + sprite: Clothing/Head/Hats/papersack.rsi + - type: Clothing + sprite: Clothing/Head/Hats/papersack.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadPaperSackSmile + name: smiling papersack hat + description: A paper sack with crude holes cut out for eyes and a sketchy smile drawn on the front. Not creepy at all. + components: + - type: Sprite + sprite: Clothing/Head/Hats/papersacksmile.rsi + - type: Clothing + sprite: Clothing/Head/Hats/papersacksmile.rsi diff --git a/Resources/Textures/Clothing/Head/Hats/papersack.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/papersack.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..46e257a984 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/papersack.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/papersack.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/papersack.rsi/icon.png new file mode 100644 index 0000000000..a6c44e6333 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/papersack.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/papersack.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Hats/papersack.rsi/inhand-left.png new file mode 100644 index 0000000000..e44131741b Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/papersack.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/papersack.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Hats/papersack.rsi/inhand-right.png new file mode 100644 index 0000000000..480217f114 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/papersack.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/papersack.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/papersack.rsi/meta.json new file mode 100644 index 0000000000..35abb07e61 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/papersack.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Beestation at commit https://github.com/BeeStation/BeeStation-Hornet/commit/0bb49b1a97488349ee89308ad6a0904066e1c6f3", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..0dcd495400 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/icon.png new file mode 100644 index 0000000000..627b8e7a77 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/inhand-left.png new file mode 100644 index 0000000000..30c300c727 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/inhand-right.png new file mode 100644 index 0000000000..b1554f4542 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/meta.json new file mode 100644 index 0000000000..35abb07e61 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/papersacksmile.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Beestation at commit https://github.com/BeeStation/BeeStation-Hornet/commit/0bb49b1a97488349ee89308ad6a0904066e1c6f3", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file