Added a winter coat for chef called "chef's freezer coat" to the chefdrobe (#13719)

This commit is contained in:
Alithsko
2023-01-27 15:07:03 -05:00
committed by GitHub
parent 0eb683ebd6
commit af34483aca
7 changed files with 40 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
startingInventory:
ClothingHeadsetService: 2
ClothingOuterApronChef: 3
ClothingOuterWinterChef: 2
ClothingOuterJacketChef: 1
ClothingUniformJumpsuitChef: 1
ClothingUniformJumpskirtChef: 2

View File

@@ -77,6 +77,17 @@
sprite: Clothing/OuterClothing/WinterCoats/coatcentcom.rsi
- type: Clothing
sprite: Clothing/OuterClothing/WinterCoats/coatcentcom.rsi
- type: entity
parent: ClothingOuterWinterCoat
id: ClothingOuterWinterChef
name: chef's freezer coat
description: A coat specifically designed for work inside cold storage, sorely needed by cold-blooded lizard chefs.
components:
- type: Sprite
sprite: Clothing/OuterClothing/WinterCoats/coatchef.rsi
- type: Clothing
sprite: Clothing/OuterClothing/WinterCoats/coatchef.rsi
- type: entity
parent: ClothingOuterWinterCoat
@@ -296,3 +307,5 @@
sprite: Clothing/OuterClothing/WinterCoats/coatnomi.rsi
- type: Clothing
sprite: Clothing/OuterClothing/WinterCoats/coatnomi.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 955 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 533 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}