Improve/fix senior physician beret (#22051)
* add * fix error * Revert "fix error" This reverts commit 19580047c0e2f4b3daed7a4e8324fc5c240c81f1. * readd * change name * typo
This commit is contained in:
@@ -111,6 +111,17 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Head/Hats/beret_warden.rsi
|
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
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBase
|
||||||
id: ClothingHeadHatBeretBrigmedic
|
id: ClothingHeadHatBeretBrigmedic
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
- type: startingGear
|
- type: startingGear
|
||||||
id: SeniorPhysicianGear
|
id: SeniorPhysicianGear
|
||||||
equipment:
|
equipment:
|
||||||
head: ClothingHeadHatBeretBrigmedic
|
head: ClothingHeadHatBeretSeniorPhysician
|
||||||
jumpsuit: ClothingUniformJumpsuitSeniorPhysician
|
jumpsuit: ClothingUniformJumpsuitSeniorPhysician
|
||||||
back: ClothingBackpackMedicalFilled
|
back: ClothingBackpackMedicalFilled
|
||||||
shoes: ClothingShoesColorBlack
|
shoes: ClothingShoesColorBlack
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user