Virology Beret (#5729)
* Virology Beret Adds a beret for the long lost Virology department. Functionally the same as the med beret. * Now obtainable at vends Beret is obtainable in vends, copyright fixed in meta.json * Moved changes to _DV Files are now in the proper location and added Delta-V comment on upstream change. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Readded Wrestling Comment --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
f166921b4d
commit
6b98b4f9a2
|
|
@ -3,6 +3,7 @@
|
|||
startingInventory:
|
||||
ClothingUniformJumpsuitVirology: 2
|
||||
ClothingUniformJumpskirtVirology: 2
|
||||
ClothingHeadHatBeretViro: 2 #Delta V: Add virology department beret
|
||||
ClothingShoesColorWhite: 2
|
||||
ClothingOuterCoatLabViro: 2
|
||||
ClothingOuterWinterViro: 2
|
||||
|
|
|
|||
|
|
@ -462,3 +462,18 @@
|
|||
- type: HideLayerClothing
|
||||
slots:
|
||||
- Hair
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHatBeretViro
|
||||
name: virology beret
|
||||
description: A white beret with a green stripe that reminds you to wash your hands.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _DV/Clothing/Head/Hats/beret_viro.rsi
|
||||
- type: Clothing
|
||||
sprite: _DV/Clothing/Head/Hats/beret_viro.rsi
|
||||
- type: Tag
|
||||
tags:
|
||||
- PetWearable
|
||||
- CorgiWearable
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 465 B |
Binary file not shown.
|
After Width: | Height: | Size: 343 B |
Binary file not shown.
|
After Width: | Height: | Size: 393 B |
Binary file not shown.
|
After Width: | Height: | Size: 369 B |
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Sprited by ErrorByte, Added by Sugarcane",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-HELMET",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue