The medical beret is real (#25176)

* 1

* 2

* button is real.
This commit is contained in:
icekot8
2024-02-14 00:37:23 +03:00
committed by GitHub
parent 89c27416d0
commit 6c5260a268
8 changed files with 45 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
ClothingUniformJumpsuitMedicalDoctor: 4 ClothingUniformJumpsuitMedicalDoctor: 4
ClothingUniformJumpskirtMedicalDoctor: 4 ClothingUniformJumpskirtMedicalDoctor: 4
ClothingEyesEyepatchHudMedical: 1 ClothingEyesEyepatchHudMedical: 1
ClothingHeadHatBeretMedic: 4
ClothingHeadNurseHat: 4 ClothingHeadNurseHat: 4
ClothingOuterCoatLab: 4 ClothingOuterCoatLab: 4
ClothingShoesColorWhite: 4 ClothingShoesColorWhite: 4

View File

@@ -141,7 +141,7 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatBeretBrigmedic id: ClothingHeadHatBeretBrigmedic
name: medical beret name: brigmedical beret
description: White beret, looks like a cream pie on the head. description: White beret, looks like a cream pie on the head.
components: components:
- type: Sprite - type: Sprite
@@ -1025,3 +1025,13 @@
- !type:DoActsBehavior - !type:DoActsBehavior
acts: [ "Destruction" ] 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

View File

@@ -1002,6 +1002,13 @@
Cloth: 100 Cloth: 100
Durathread: 50 Durathread: 50
- type: latheRecipe
id: ClothingHeadHatBeretMedic
result: ClothingHeadHatBeretMedic
completetime: 2
materials:
Cloth: 100
- type: latheRecipe - type: latheRecipe
id: ClothingHeadHatBeretBrigmedic id: ClothingHeadHatBeretBrigmedic
result: ClothingHeadHatBeretBrigmedic result: ClothingHeadHatBeretBrigmedic

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 B

View File

@@ -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
}
]
}