diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chefdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chefdrobe.yml index e15c9afb21..12db3cd1ce 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chefdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chefdrobe.yml @@ -3,6 +3,7 @@ startingInventory: ClothingHeadsetService: 2 ClothingOuterApronChef: 3 + ClothingOuterWinterChef: 2 ClothingOuterJacketChef: 1 ClothingUniformJumpsuitChef: 1 ClothingUniformJumpskirtChef: 2 diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml index 208d139fee..d913c79619 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml @@ -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 + + diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatchef.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatchef.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..788f842ea0 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatchef.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatchef.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatchef.rsi/icon.png new file mode 100644 index 0000000000..baa2782b56 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatchef.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatchef.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatchef.rsi/inhand-left.png new file mode 100644 index 0000000000..314f093721 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatchef.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatchef.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatchef.rsi/inhand-right.png new file mode 100644 index 0000000000..ac5bc8ab51 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatchef.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatchef.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatchef.rsi/meta.json new file mode 100644 index 0000000000..146bd662b4 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/coatchef.rsi/meta.json @@ -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 + } + ] +} \ No newline at end of file