@@ -4,5 +4,7 @@
|
|||||||
ClothingShoesColorWhite: 2
|
ClothingShoesColorWhite: 2
|
||||||
ClothingOuterCoatLabViro: 2
|
ClothingOuterCoatLabViro: 2
|
||||||
ClothingBackpackVirology: 2
|
ClothingBackpackVirology: 2
|
||||||
|
ClothingBackpackDuffelVirology: 2
|
||||||
|
ClothingBackpackSatchelVirology: 2
|
||||||
ClothingHeadsetMedical: 2
|
ClothingHeadsetMedical: 2
|
||||||
ClothingOuterWinterViro: 2
|
ClothingOuterWinterViro: 2
|
||||||
|
|||||||
@@ -83,6 +83,15 @@
|
|||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Back/Duffels/chemistry.rsi
|
sprite: Clothing/Back/Duffels/chemistry.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingBackpackDuffel
|
||||||
|
id: ClothingBackpackDuffelVirology
|
||||||
|
name: virology duffel bag
|
||||||
|
description: A large duffel bag made of hypo-allergenic fibers. It's designed to help prevent the spread of disease. Smells like monkey.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Back/Duffels/virology.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBackpackDuffel
|
parent: ClothingBackpackDuffel
|
||||||
|
|||||||
@@ -59,6 +59,15 @@
|
|||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Back/Satchels/chemistry.rsi
|
sprite: Clothing/Back/Satchels/chemistry.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingBackpackSatchel
|
||||||
|
id: ClothingBackpackSatchelVirology
|
||||||
|
name: virology satchel
|
||||||
|
description: A satchel made of hypo-allergenic fibers. It's designed to help prevent the spread of disease. Smells like monkey.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Back/Satchels/virology.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBackpackSatchel
|
parent: ClothingBackpackSatchel
|
||||||
|
|||||||
|
After Width: | Height: | Size: 489 B |
BIN
Resources/Textures/Clothing/Back/Duffels/virology.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 348 B |
|
After Width: | Height: | Size: 428 B |
|
After Width: | Height: | Size: 422 B |
@@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Modified from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon",
|
||||||
|
"directions": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-BACKPACK",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 703 B |
BIN
Resources/Textures/Clothing/Back/Satchels/virology.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 727 B |
|
After Width: | Height: | Size: 428 B |
|
After Width: | Height: | Size: 429 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Modified from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-BACKPACK",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||