Scientific beret (#15042)
* Added scientific beret * Added scientific beret * Scientific beret added to RD's locker
This commit is contained in:
@@ -161,6 +161,7 @@
|
|||||||
- id: PlushieSlime
|
- id: PlushieSlime
|
||||||
prob: 0.1
|
prob: 0.1
|
||||||
- id: DoorRemoteResearch
|
- id: DoorRemoteResearch
|
||||||
|
- id: ClothingHeadHatBeretRND
|
||||||
- id: RubberStampRd
|
- id: RubberStampRd
|
||||||
- id: ClothingHeadsetAltScience
|
- id: ClothingHeadsetAltScience
|
||||||
- id: BoxEncryptionKeyScience
|
- id: BoxEncryptionKeyScience
|
||||||
|
|||||||
@@ -20,6 +20,17 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Head/Hats/beret.rsi
|
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
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBase
|
||||||
id: ClothingHeadHatBeretEngineering
|
id: ClothingHeadHatBeretEngineering
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
BIN
Resources/Textures/Clothing/Head/Hats/beret_rnd.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Head/Hats/beret_rnd.rsi/icon.png
Normal file
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 |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user