Adds flannel jackets (#20765)

* Added flannel jackets

* Better desc

Turns out lumberjacks don't wear flannel jackets

* Added the jackets to maint fluff pool

* Moves the jackets to the winterdrobe
This commit is contained in:
nmajask
2023-10-09 11:22:56 -04:00
committed by GitHub
parent d9b6f17d50
commit 9fb41da59d
12 changed files with 149 additions and 0 deletions

View File

@@ -10,6 +10,9 @@
ClothingNeckScarfStripedOrange: 3
ClothingNeckScarfStripedPurple: 3
ClothingOuterWinterCoat: 6
ClothingOuterFlannelRed: 2
ClothingOuterFlannelBlue: 2
ClothingOuterFlannelGreen: 2
ClothingShoesBootsWinter: 6
ClothingOuterCoatBomber: 3
ClothingHeadHatSantahat: 2

View File

@@ -255,3 +255,105 @@
sprite: Clothing/OuterClothing/Misc/hospitalgown.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Misc/hospitalgown.rsi
- type: entity
parent: ClothingOuterBase
id: ClothingOuterFlannelRed
name: red flannel jacket
description: An old fashioned red flannel jacket for space autumn.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Misc/flannel_jacket.rsi
layers:
- state: icon
color: "#670a09"
- state: icon-lines
color: "#000000"
- type: Item
inhandVisuals:
left:
- state: inhand-left
color: "#670a09"
- state: inhand-left-lines
color: "#000000"
right:
- state: inhand-right
color: "#670a09"
- state: inhand-right-lines
color: "#000000"
- type: Clothing
sprite: Clothing/OuterClothing/Misc/flannel_jacket.rsi
clothingVisuals:
outerClothing:
- state: equipped-OUTERCLOTHING
color: "#670a09"
- state: equipped-OUTERCLOTHING-lines
color: "#000000"
- type: entity
parent: ClothingOuterBase
id: ClothingOuterFlannelBlue
name: blue flannel jacket
description: An old fashioned blue flannel jacket for space autumn.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Misc/flannel_jacket.rsi
layers:
- state: icon
color: "#3232a6"
- state: icon-lines
color: "#000000"
- type: Item
inhandVisuals:
left:
- state: inhand-left
color: "#3232a6"
- state: inhand-left-lines
color: "#000000"
right:
- state: inhand-right
color: "#3232a6"
- state: inhand-right-lines
color: "#000000"
- type: Clothing
sprite: Clothing/OuterClothing/Misc/flannel_jacket.rsi
clothingVisuals:
outerClothing:
- state: equipped-OUTERCLOTHING
color: "#3232a6"
- state: equipped-OUTERCLOTHING-lines
color: "#000000"
- type: entity
parent: ClothingOuterBase
id: ClothingOuterFlannelGreen
name: green flannel jacket
description: An old fashioned green flannel jacket for space autumn.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Misc/flannel_jacket.rsi
layers:
- state: icon
color: "#164d0f"
- state: icon-lines
color: "#000000"
- type: Item
inhandVisuals:
left:
- state: inhand-left
color: "#164d0f"
- state: inhand-left-lines
color: "#000000"
right:
- state: inhand-right
color: "#164d0f"
- state: inhand-right-lines
color: "#000000"
- type: Clothing
sprite: Clothing/OuterClothing/Misc/flannel_jacket.rsi
clothingVisuals:
outerClothing:
- state: equipped-OUTERCLOTHING
color: "#164d0f"
- state: equipped-OUTERCLOTHING-lines
color: "#000000"

View File

@@ -99,6 +99,9 @@
- ClothingOuterCoatPirate
- ClothingOuterHoodieBlack
- ClothingOuterHoodieGrey
- ClothingOuterFlannelRed
- ClothingOuterFlannelBlue
- ClothingOuterFlannelGreen
- ClothingOuterVestHazard
- ClothingShoesBootsJack
- ClothingShoesBootsLaceup

Binary file not shown.

After

Width:  |  Height:  |  Size: 619 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 703 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 B

View File

@@ -0,0 +1,41 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprites by nmajask (Github) for SS14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon-lines"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING-lines",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-left-lines",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "inhand-right-lines",
"directions": 4
}
]
}