ClothingUniformJumpsuitMedicalDoctor: 4\r
ClothingUniformJumpskirtMedicalDoctor: 4\r
ClothingEyesEyepatchHudMedical: 1\r
+ ClothingHeadHatBeretMedic: 4\r
ClothingHeadNurseHat: 4\r
ClothingOuterCoatLab: 4\r
ClothingShoesColorWhite: 4\r
- 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
- !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
Cloth: 100
Durathread: 50
+- type: latheRecipe
+ id: ClothingHeadHatBeretMedic
+ result: ClothingHeadHatBeretMedic
+ completetime: 2
+ materials:
+ Cloth: 100
+
- type: latheRecipe
id: ClothingHeadHatBeretBrigmedic
result: ClothingHeadHatBeretBrigmedic
--- /dev/null
+{
+ "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
+ }
+ ]
+}