This commit is contained in:
Swept
2020-12-01 08:18:36 +00:00
committed by GitHub
parent b83159e8d4
commit d711994691
9 changed files with 58 additions and 3 deletions

View File

@@ -55,3 +55,21 @@
- type: StorageFill
contents:
- name: BoxSurvival
- type: entity
abstract: true
parent: ClothingBackpackScience
id: ClothingBackpackScienceFilled
components:
- type: StorageFill
contents:
- name: BoxSurvival
- type: entity
abstract: true
parent: ClothingBackpackChemistry
id: ClothingBackpackChemistryFilled
components:
- type: StorageFill
contents:
- name: BoxSurvival

View File

@@ -104,6 +104,17 @@
- type: Clothing
sprite: Clothing/Back/Backpacks/botany.rsi
- type: entity
parent: ClothingBackpack
id: ClothingBackpackScience
name: science backpack
description: A backpack specially designed to repel stains and hazardous liquids.
components:
- type: Sprite
sprite: Clothing/Back/Backpacks/science.rsi
- type: Clothing
sprite: Clothing/Back/Backpacks/science.rsi
- type: entity
parent: ClothingBackpack
id: ClothingBackpackHolding

View File

@@ -18,8 +18,7 @@
id: ResearchDirectorGear
equipment:
innerclothing: ClothingUniformJumpsuitResearchDirector
# Note to Swept add science backpacks
backpack: ClothingBackpackFilled
backpack: ClothingBackpackScienceFilled
shoes: ClothingShoesColorBrown
idcard: RnDPDA
ears: ClothingHeadsetScience

View File

@@ -15,7 +15,7 @@
id: ScientistGear
equipment:
innerclothing: ClothingUniformJumpsuitScientist
backpack: ClothingBackpackFilled
backpack: ClothingBackpackScienceFilled
shoes: ClothingShoesColorWhite
outerclothing: ClothingOuterCoatLab
idcard: SciencePDA

Binary file not shown.

After

Width:  |  Height:  |  Size: 449 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 B

View File

@@ -0,0 +1,27 @@
{
"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",
"directions": 1
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}