Skip to content

Commit

Permalink
The medical beret is real (#25176)
Browse files Browse the repository at this point in the history
* 1

* 2

* button is real.
  • Loading branch information
icekot8 authored Feb 13, 2024
1 parent 89c2741 commit 6c5260a
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
ClothingUniformJumpsuitMedicalDoctor: 4
ClothingUniformJumpskirtMedicalDoctor: 4
ClothingEyesEyepatchHudMedical: 1
ClothingHeadHatBeretMedic: 4
ClothingHeadNurseHat: 4
ClothingOuterCoatLab: 4
ClothingShoesColorWhite: 4
Expand Down
12 changes: 11 additions & 1 deletion Resources/Prototypes/Entities/Clothing/Head/hats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
7 changes: 7 additions & 0 deletions Resources/Prototypes/Recipes/Lathes/clothing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions Resources/Textures/Clothing/Head/Hats/beret_medic.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}

0 comments on commit 6c5260a

Please sign in to comment.