@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -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 |
BIN
Resources/Textures/Clothing/Head/Hats/beret_medic.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Head/Hats/beret_medic.rsi/icon.png
Normal file
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 |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user