diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml index d47371ad8f1919..66c9d780913ab7 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml @@ -9,6 +9,18 @@ - type: Clothing sprite: Clothing/OuterClothing/Misc/apron.rsi +- type: entity + parent: ClothingOuterBase + id: ClothingOuterApronBotanist + name: apron + suffix: Botanical + description: A thick blue-apron, perfect for insulating your soft flesh from spills, soil and thorns. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Misc/apronbotanist.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Misc/apronbotanist.rsi + - type: entity parent: ClothingOuterBase id: ClothingOuterApronChef diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/botanist.yml b/Resources/Prototypes/Roles/Jobs/Civilian/botanist.yml index ca36aaa2f337d2..7d20c703bcb073 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/botanist.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/botanist.yml @@ -20,3 +20,4 @@ shoes: ClothingShoesColorBrown idcard: BotanistPDA ears: ClothingHeadsetService + outerclothing: ClothingOuterApronBotanist diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/chef.yml b/Resources/Prototypes/Roles/Jobs/Civilian/chef.yml index 2a17d051df7823..0c0665830172d5 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/chef.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/chef.yml @@ -20,3 +20,4 @@ shoes: ClothingShoesColorBlack idcard: ChefPDA ears: ClothingHeadsetService + outerclothing: ClothingOuterApronChef diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/apronbotanist.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Misc/apronbotanist.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000000..c7b45d2b85e114 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/apronbotanist.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/apronbotanist.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Misc/apronbotanist.rsi/icon.png new file mode 100644 index 00000000000000..e76a580b443aad Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/apronbotanist.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/apronbotanist.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Misc/apronbotanist.rsi/inhand-left.png new file mode 100644 index 00000000000000..ef474f95ad4304 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/apronbotanist.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/apronbotanist.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Misc/apronbotanist.rsi/inhand-right.png new file mode 100644 index 00000000000000..79468f3b600d60 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/apronbotanist.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/apronbotanist.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Misc/apronbotanist.rsi/meta.json new file mode 100644 index 00000000000000..8f2d1b6bdcff90 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Misc/apronbotanist.rsi/meta.json @@ -0,0 +1,27 @@ +{ + "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", + "directions": 1 + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}