Adds beanies to the WinterDrobe! (#32946)

* sprites

* messing with the ymls

* new sprites

* that's a lotta yaml

* make the sprites gooder

* color adjustment

* to the winterdrobe with you

* layering fix
This commit is contained in:
UBlueberry
2025-04-20 17:15:34 -04:00
committed by GitHub
parent 1fadb31f47
commit 1220b8c4c7
15 changed files with 94 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
ClothingOuterFlannelBlue: 2
ClothingOuterFlannelGreen: 2
ClothingOuterCoatBomber: 3
ClothingHeadHatCanadaBeanie: 4
ClothingHeadHatSantahat: 2
ClothingHeadHatXmasCrown: 2
ClothingUniformTurtleneckColorWhite: 2

View File

@@ -523,6 +523,43 @@
map: ["foldedLayer"]
visible: false
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatCanadaBeanie
name: beanie
description: Red, white and snug. It radiates a homely feeling, if your home happens to be chilly and filled with coffeehouses.
components:
- type: Sprite
sprite: Clothing/Head/Hats/beanie.rsi
layers:
- state: body-icon
- state: cuffcrown-icon
color: "#a60b0b"
- state: pompom-icon
color: "#a60b0b"
- type: Item
inhandVisuals:
left:
- state: body-inhand-left
- state: cuffcrown-inhand-left
color: "#a60b0b"
- state: pompom-inhand-left
color: "#a60b0b"
right:
- state: body-inhand-right
- state: cuffcrown-inhand-right
color: "#a60b0b"
- state: pompom-inhand-right
color: "#a60b0b"
- type: Clothing
sprite: Clothing/Head/Hats/beanie.rsi
clothingVisuals:
head:
- state: body-equipped-HELMET
- state: cuffcrown-equipped-HELMET
color: "#a60b0b"
- state: pompom-equipped-HELMET
color: "#a60b0b"
- type: entity
parent: ClothingHeadHatWizardBase

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 626 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 661 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 667 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 859 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 697 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 761 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 743 B

View File

@@ -0,0 +1,56 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by UBlueberry for SS14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "body-icon"
},
{
"name": "cuffcrown-icon"
},
{
"name": "pompom-icon"
},
{
"name": "body-equipped-HELMET",
"directions": 4
},
{
"name": "cuffcrown-equipped-HELMET",
"directions": 4
},
{
"name": "pompom-equipped-HELMET",
"directions": 4
},
{
"name": "body-inhand-left",
"directions": 4
},
{
"name": "cuffcrown-inhand-left",
"directions": 4
},
{
"name": "pompom-inhand-left",
"directions": 4
},
{
"name": "body-inhand-right",
"directions": 4
},
{
"name": "cuffcrown-inhand-right",
"directions": 4
},
{
"name": "pompom-inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 553 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 615 B