Missing Virology Bags (#13750)

Adds virology duffelbag and satchel
This commit is contained in:
potato1234x
2023-02-11 11:52:29 +10:00
committed by GitHub
parent 59df86fee5
commit fa28b91880
13 changed files with 73 additions and 0 deletions

View File

@@ -4,5 +4,7 @@
ClothingShoesColorWhite: 2
ClothingOuterCoatLabViro: 2
ClothingBackpackVirology: 2
ClothingBackpackDuffelVirology: 2
ClothingBackpackSatchelVirology: 2
ClothingHeadsetMedical: 2
ClothingOuterWinterViro: 2

View File

@@ -83,6 +83,15 @@
components:
- type: Sprite
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
parent: ClothingBackpackDuffel

View File

@@ -59,6 +59,15 @@
components:
- type: Sprite
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
parent: ClothingBackpackSatchel

Binary file not shown.

After

Width:  |  Height:  |  Size: 489 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 B

View File

@@ -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
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 703 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 727 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

View File

@@ -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
}
]
}