ClothingShoesColorWhite: 2
ClothingOuterCoatLabViro: 2
ClothingBackpackVirology: 2
+ ClothingBackpackDuffelVirology: 2
+ ClothingBackpackSatchelVirology: 2
ClothingHeadsetMedical: 2
ClothingOuterWinterViro: 2
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
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
--- /dev/null
+{
+ "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
+ }
+ ]
+}
\ No newline at end of file
--- /dev/null
+{
+ "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
+ }
+ ]
+}
\ No newline at end of file