From: icekot8 <93311212+icekot8@users.noreply.github.com> Date: Tue, 13 Feb 2024 21:37:23 +0000 (+0300) Subject: The medical beret is real (#25176) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=6c5260a268faf77b21e39a4bdd0b34956b0fd6b0;p=space-station-14.git The medical beret is real (#25176) * 1 * 2 * button is real. --- diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml index 6dc1996479..a511b08d65 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml @@ -7,6 +7,7 @@ ClothingUniformJumpsuitMedicalDoctor: 4 ClothingUniformJumpskirtMedicalDoctor: 4 ClothingEyesEyepatchHudMedical: 1 + ClothingHeadHatBeretMedic: 4 ClothingHeadNurseHat: 4 ClothingOuterCoatLab: 4 ClothingShoesColorWhite: 4 diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index 9b0e9583ee..7609f65d9b 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -141,7 +141,7 @@ - type: entity parent: ClothingHeadBase id: ClothingHeadHatBeretBrigmedic - name: medical beret + name: brigmedical beret description: White beret, looks like a cream pie on the head. components: - type: Sprite @@ -1025,3 +1025,13 @@ - !type:DoActsBehavior acts: [ "Destruction" ] +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatBeretMedic + name: medical beret + description: White beret that encourages you to be clean. + components: + - type: Sprite + sprite: Clothing/Head/Hats/beret_medic.rsi + - type: Clothing + sprite: Clothing/Head/Hats/beret_medic.rsi \ No newline at end of file diff --git a/Resources/Prototypes/Recipes/Lathes/clothing.yml b/Resources/Prototypes/Recipes/Lathes/clothing.yml index b1d14dbe6c..56f09e5c68 100644 --- a/Resources/Prototypes/Recipes/Lathes/clothing.yml +++ b/Resources/Prototypes/Recipes/Lathes/clothing.yml @@ -1002,6 +1002,13 @@ Cloth: 100 Durathread: 50 +- type: latheRecipe + id: ClothingHeadHatBeretMedic + result: ClothingHeadHatBeretMedic + completetime: 2 + materials: + Cloth: 100 + - type: latheRecipe id: ClothingHeadHatBeretBrigmedic result: ClothingHeadHatBeretBrigmedic diff --git a/Resources/Textures/Clothing/Head/Hats/beret_medic.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/beret_medic.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..13f8eb2afd Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/beret_medic.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/beret_medic.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/beret_medic.rsi/icon.png new file mode 100644 index 0000000000..46b5ac16fb Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/beret_medic.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/beret_medic.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Hats/beret_medic.rsi/inhand-left.png new file mode 100644 index 0000000000..fe6d00e15c Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/beret_medic.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/beret_medic.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Hats/beret_medic.rsi/inhand-right.png new file mode 100644 index 0000000000..6af0e0514d Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/beret_medic.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/beret_medic.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/beret_medic.rsi/meta.json new file mode 100644 index 0000000000..e1197010d7 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/beret_medic.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Hülle#2562 (Discord), resprite by icekot8", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}