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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user