Initial (#2655)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 |
BIN
Resources/Textures/Clothing/Back/Backpacks/science.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Back/Backpacks/science.rsi/icon.png
Normal file
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 |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user