eldritch mask (#12174)

This commit is contained in:
brainfood1183
2022-11-16 14:48:07 +00:00
committed by GitHub
parent 0cba237771
commit e1e1021a93
7 changed files with 39 additions and 0 deletions

View File

@@ -153,3 +153,15 @@
sprite: Clothing/Head/Hats/catears.rsi
- type: AddAccentClothing
accent: OwOAccent
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatSquid
name: squiddy
description: "Scare your friends with this eldritch mask."
components:
- type: Sprite
sprite: Clothing/Head/Misc/squiddy.rsi
- type: Clothing
sprite: Clothing/Head/Misc/squiddy.rsi
- type: IngestionBlocker

View File

@@ -39,6 +39,7 @@
- ClothingShoeSlippersDuck
- ClothingUnderSocksBee
- ClothingUnderSocksCoder
- ClothingHeadHatSquid
chance: 0.6
offset: 0.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "created by discord: brainfood#7460 for space-station-14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}