Papersack hat (#7236)

This commit is contained in:
Kai Shiba
2022-03-24 03:31:13 +00:00
committed by GitHub
parent c6517abea1
commit 90f73d3fcc
12 changed files with 77 additions and 1 deletions

View File

@@ -22,3 +22,5 @@
ClothingHeadHatShrineMaidenWig: 2
ClothingOuterSuitShrineMaiden: 2
Gohei: 2
ClothingHeadPaperSack: 2
ClothingHeadPaperSackSmile: 2

View File

@@ -405,4 +405,26 @@
- type: Sprite
sprite: Clothing/Head/Hats/pyjamasyndicatered.rsi
- type: Clothing
sprite: Clothing/Head/Hats/pyjamasyndicatered.rsi
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 289 B

View File

@@ -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
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

View File

@@ -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
}
]
}