ClothingOuterFlannelBlue: 2
ClothingOuterFlannelGreen: 2
ClothingOuterCoatBomber: 3
+ ClothingHeadHatCanadaBeanie: 4
ClothingHeadHatSantahat: 2
ClothingHeadHatXmasCrown: 2
ClothingUniformTurtleneckColorWhite: 2
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
--- /dev/null
+{
+ "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
+ }
+ ]
+}