ClothingNeckScarfStripedOrange: 3
ClothingNeckScarfStripedPurple: 3
ClothingOuterWinterCoat: 6
+ ClothingOuterFlannelRed: 2
+ ClothingOuterFlannelBlue: 2
+ ClothingOuterFlannelGreen: 2
ClothingShoesBootsWinter: 6
ClothingOuterCoatBomber: 3
ClothingHeadHatSantahat: 2
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"
\ No newline at end of file
--- /dev/null
+{
+ "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
+ }
+ ]
+}