diff --git a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml index dc884e1a04..fec974dc6a 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml @@ -116,6 +116,17 @@ sprite: Clothing/Back/Backpacks/science.rsi - type: Clothing sprite: Clothing/Back/Backpacks/science.rsi + +- type: entity + parent: ClothingBackpack + id: ClothingBackpackVirology + name: virology backpack + description: A backpack made of hypo-allergenic fibers. It's designed to help prevent the spread of disease. Smells like monkey. + components: + - type: Sprite + sprite: Clothing/Back/Backpacks/virology.rsi + - type: Clothing + sprite: Clothing/Back/Backpacks/virology.rsi - type: entity parent: ClothingBackpack diff --git a/Resources/Textures/Clothing/Back/Backpacks/virology.rsi/equipped-BACKPACK.png b/Resources/Textures/Clothing/Back/Backpacks/virology.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000..fc977d86e7 Binary files /dev/null and b/Resources/Textures/Clothing/Back/Backpacks/virology.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/Back/Backpacks/virology.rsi/icon.png b/Resources/Textures/Clothing/Back/Backpacks/virology.rsi/icon.png new file mode 100644 index 0000000000..a366d48aa5 Binary files /dev/null and b/Resources/Textures/Clothing/Back/Backpacks/virology.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Back/Backpacks/virology.rsi/inhand-left.png b/Resources/Textures/Clothing/Back/Backpacks/virology.rsi/inhand-left.png new file mode 100644 index 0000000000..8c4c8b76cb Binary files /dev/null and b/Resources/Textures/Clothing/Back/Backpacks/virology.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Back/Backpacks/virology.rsi/inhand-right.png b/Resources/Textures/Clothing/Back/Backpacks/virology.rsi/inhand-right.png new file mode 100644 index 0000000000..835ed4a33d Binary files /dev/null and b/Resources/Textures/Clothing/Back/Backpacks/virology.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Back/Backpacks/virology.rsi/meta.json b/Resources/Textures/Clothing/Back/Backpacks/virology.rsi/meta.json new file mode 100644 index 0000000000..fce8c90ce8 --- /dev/null +++ b/Resources/Textures/Clothing/Back/Backpacks/virology.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken 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 + } + ] +}