Scientific beret (#15042)

* Added scientific beret

* Added scientific beret

* Scientific beret added to RD's locker
This commit is contained in:
lzk228
2023-04-03 09:23:29 +03:00
committed by GitHub
parent 19a033da6e
commit 37cbe4cc0b
7 changed files with 38 additions and 0 deletions

View File

@@ -161,6 +161,7 @@
- id: PlushieSlime
prob: 0.1
- id: DoorRemoteResearch
- id: ClothingHeadHatBeretRND
- id: RubberStampRd
- id: ClothingHeadsetAltScience
- id: BoxEncryptionKeyScience

View File

@@ -20,6 +20,17 @@
- type: Clothing
sprite: Clothing/Head/Hats/beret.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatBeretRND
name: scientific beret
description: A beret for real scientists.
components:
- type: Sprite
sprite: Clothing/Head/Hats/beret_rnd.rsi
- type: Clothing
sprite: Clothing/Head/Hats/beret_rnd.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatBeretEngineering

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 929 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 957 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 953 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e and changed by lazik",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}