From: Ubaser <134914314+UbaserB@users.noreply.github.com> Date: Fri, 1 Dec 2023 08:34:07 +0000 (+1100) Subject: Improve/fix senior physician beret (#22051) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=a78137c1ae8e54b3fc7049012250a7fd8b15bf1f;p=space-station-14.git Improve/fix senior physician beret (#22051) * add * fix error * Revert "fix error" This reverts commit 19580047c0e2f4b3daed7a4e8324fc5c240c81f1. * readd * change name * typo --- diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index 49e686e9ee..5274a69bdb 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -111,6 +111,17 @@ - type: Clothing sprite: Clothing/Head/Hats/beret_warden.rsi +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatBeretSeniorPhysician + name: physician beret + description: Donning the colours of medical and chemistry, physicians are the pride of this department! + components: + - type: Sprite + sprite: Clothing/Head/Hats/beret_physician.rsi + - type: Clothing + sprite: Clothing/Head/Hats/beret_physician.rsi + - type: entity parent: ClothingHeadBase id: ClothingHeadHatBeretBrigmedic diff --git a/Resources/Prototypes/Roles/Jobs/Medical/senior_physician.yml b/Resources/Prototypes/Roles/Jobs/Medical/senior_physician.yml index e4c097b0c5..f10b22f3ba 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/senior_physician.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/senior_physician.yml @@ -24,7 +24,7 @@ - type: startingGear id: SeniorPhysicianGear equipment: - head: ClothingHeadHatBeretBrigmedic + head: ClothingHeadHatBeretSeniorPhysician jumpsuit: ClothingUniformJumpsuitSeniorPhysician back: ClothingBackpackMedicalFilled shoes: ClothingShoesColorBlack diff --git a/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..4746355124 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/icon.png new file mode 100644 index 0000000000..2a32fed12e Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/inhand-left.png new file mode 100644 index 0000000000..a1742a0d64 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/inhand-right.png new file mode 100644 index 0000000000..8b75523c98 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/meta.json new file mode 100644 index 0000000000..563409ca4a --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/beret_physician.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Hülle#2562 (Discord), redrawn by Ubaser", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}