* Add files via upload

* Update hats.yml

* Update clothesmate.yml
This commit is contained in:
Emisse
2022-05-12 05:15:25 -06:00
committed by GitHub
parent a9c18acd35
commit 40361ec0ad
7 changed files with 39 additions and 0 deletions

View File

@@ -51,3 +51,4 @@
ClothingHeadHatBunny: 2
ClothingHeadHatCake: 2
ClothingOuterWinterCoat: 3
ClothingHeadFishCap: 2

View File

@@ -434,3 +434,14 @@
sprite: Clothing/Head/Hats/papersacksmile.rsi
- type: Clothing
sprite: Clothing/Head/Hats/papersacksmile.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadFishCap
name: fishing cap
description: Women fear me. Fish fear me. Men turn their eyes away from me. As I walk no beast dares make a sound in my presence. I am alone on this barren Earth.
components:
- type: Sprite
sprite: Clothing/Head/Hats/fishcap.rsi
- type: Clothing
sprite: Clothing/Head/Hats/fishcap.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 B

View File

@@ -0,0 +1,27 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation closed pull at https://github.com/tgstation/tgstation/pull/66796 and modified by emisse for ss14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}