Added a winter coat for chef called "chef's freezer coat" to the chefdrobe (#13719)
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
startingInventory:
|
startingInventory:
|
||||||
ClothingHeadsetService: 2
|
ClothingHeadsetService: 2
|
||||||
ClothingOuterApronChef: 3
|
ClothingOuterApronChef: 3
|
||||||
|
ClothingOuterWinterChef: 2
|
||||||
ClothingOuterJacketChef: 1
|
ClothingOuterJacketChef: 1
|
||||||
ClothingUniformJumpsuitChef: 1
|
ClothingUniformJumpsuitChef: 1
|
||||||
ClothingUniformJumpskirtChef: 2
|
ClothingUniformJumpskirtChef: 2
|
||||||
|
|||||||
@@ -77,6 +77,17 @@
|
|||||||
sprite: Clothing/OuterClothing/WinterCoats/coatcentcom.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatcentcom.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/WinterCoats/coatcentcom.rsi
|
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
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoat
|
||||||
@@ -296,3 +307,5 @@
|
|||||||
sprite: Clothing/OuterClothing/WinterCoats/coatnomi.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatnomi.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/WinterCoats/coatnomi.rsi
|
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 |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user