- type: Clothing
sprite: Clothing/Head/Hats/beret_warden.rsi
+- type: entity
+ parent: ClothingHeadBase
+ id: ClothingHeadHatBeretSeniorPhysician
+ name: physician beret
+ description: Donning the colours of medical and chemistry, physicians are the pride of this department!
+ components:
+ - type: Sprite
+ sprite: Clothing/Head/Hats/beret_physician.rsi
+ - type: Clothing
+ sprite: Clothing/Head/Hats/beret_physician.rsi
+
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatBeretBrigmedic
- type: startingGear
id: SeniorPhysicianGear
equipment:
- head: ClothingHeadHatBeretBrigmedic
+ head: ClothingHeadHatBeretSeniorPhysician
jumpsuit: ClothingUniformJumpsuitSeniorPhysician
back: ClothingBackpackMedicalFilled
shoes: ClothingShoesColorBlack
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Sprited by Hülle#2562 (Discord), redrawn by Ubaser",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-HELMET",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}