diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index dadcd41da2..c34a986f9c 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -127,6 +127,7 @@ - id: ClothingBackpackDuffelSurgeryFilled - id: ClothingOuterCoatLabCmo - id: ClothingMaskSterile + - id: ClothingHeadHatBeretCmo - id: ClothingOuterHardsuitMedical - id: DiagnoserMachineCircuitboard - id: VaccinatorMachineCircuitboard diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index da15eb96bb..416ba38f23 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -512,3 +512,14 @@ sprite: Clothing/Head/Hats/jester2.rsi - type: Clothing sprite: Clothing/Head/Hats/jester2.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatBeretCmo + name: chief medical officer's beret + description: Turquoise beret with a cross on the front. The sight of it calms you down and makes it clear that you will be cured. + components: + - type: Sprite + sprite: Clothing/Head/Hats/beret_cmo.rsi + - type: Clothing + sprite: Clothing/Head/Hats/beret_cmo.rsi diff --git a/Resources/Textures/Clothing/Head/Hats/beret_cmo.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/beret_cmo.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..070336af76 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/beret_cmo.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/beret_cmo.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/beret_cmo.rsi/icon.png new file mode 100644 index 0000000000..ff4b00dab1 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/beret_cmo.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/beret_cmo.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Hats/beret_cmo.rsi/inhand-left.png new file mode 100644 index 0000000000..fbeee4c5d6 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/beret_cmo.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/beret_cmo.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Hats/beret_cmo.rsi/inhand-right.png new file mode 100644 index 0000000000..31729b799f Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/beret_cmo.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/beret_cmo.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/beret_cmo.rsi/meta.json new file mode 100644 index 0000000000..a9602ce838 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/beret_cmo.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by 𝘽𝙚𝙡𝙖𝙮#7441", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}