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
@@ -16,6 +16,7 @@
|
||||
ClothingOuterFlannelBlue: 2
|
||||
ClothingOuterFlannelGreen: 2
|
||||
ClothingOuterCoatBomber: 3
|
||||
ClothingHeadHatCanadaBeanie: 4
|
||||
ClothingHeadHatSantahat: 2
|
||||
ClothingHeadHatXmasCrown: 2
|
||||
ClothingUniformTurtleneckColorWhite: 2
|
||||
|
||||
@@ -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
|
||||
|
||||
|
After Width: | Height: | Size: 673 B |
BIN
Resources/Textures/Clothing/Head/Hats/beanie.rsi/body-icon.png
Normal file
|
After Width: | Height: | Size: 626 B |
|
After Width: | Height: | Size: 661 B |
|
After Width: | Height: | Size: 667 B |
|
After Width: | Height: | Size: 859 B |
|
After Width: | Height: | Size: 697 B |
|
After Width: | Height: | Size: 761 B |
|
After Width: | Height: | Size: 743 B |
56
Resources/Textures/Clothing/Head/Hats/beanie.rsi/meta.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 625 B |
BIN
Resources/Textures/Clothing/Head/Hats/beanie.rsi/pompom-icon.png
Normal file
|
After Width: | Height: | Size: 553 B |
|
After Width: | Height: | Size: 612 B |
|
After Width: | Height: | Size: 615 B |