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