From: Floofi <126319569+Shadowtheprotogen546@users.noreply.github.com> Date: Wed, 19 Apr 2023 07:43:57 +0000 (-0400) Subject: [Entity] Hospital Gown for medical (#15405) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=0181b1e64d61fd6c0162fd47138b55139f123765;p=space-station-14.git [Entity] Hospital Gown for medical (#15405) * Functional hospital gown * Added gowns to medidrobe --- diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml index 134b903a24..32ffeee30a 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml @@ -17,4 +17,4 @@ ClothingHeadHatParamedicsoft: 2 ClothingHeadHelmetVoidParamed: 1 ClothingOuterHardsuitVoidParamed: 1 - + ClothingOuterHospitalGown: 5 diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml index 90d00401e0..a17ab0a64c 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml @@ -233,3 +233,14 @@ sprite: Clothing/OuterClothing/Misc/ghostsheet.rsi - type: Clothing sprite: Clothing/OuterClothing/Misc/ghostsheet.rsi + +- type: entity + parent: ClothingOuterBase + id: ClothingOuterHospitalGown + name: Hospital Gown + description: Made from the wool of slaughtered baby lambs. The cruelty makes it softer. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Misc/hospitalgown.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Misc/hospitalgown.rsi diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/hospitalgown.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Misc/hospitalgown.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..2dee4d4c0b Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/hospitalgown.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/hospitalgown.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Misc/hospitalgown.rsi/icon.png new file mode 100644 index 0000000000..c2376c2616 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/hospitalgown.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/hospitalgown.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Misc/hospitalgown.rsi/inhand-left.png new file mode 100644 index 0000000000..f795ffc9ec Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/hospitalgown.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/hospitalgown.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Misc/hospitalgown.rsi/inhand-right.png new file mode 100644 index 0000000000..472eec8575 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/hospitalgown.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/hospitalgown.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Misc/hospitalgown.rsi/meta.json new file mode 100644 index 0000000000..e482264df5 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Misc/hospitalgown.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/4f6190e2895e09116663ef282d3ce1d8b35c032e", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}