Initial (#2655)
This commit is contained in:
@@ -55,3 +55,21 @@
|
|||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- name: BoxSurvival
|
- 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
|
- type: Clothing
|
||||||
sprite: Clothing/Back/Backpacks/botany.rsi
|
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
|
- type: entity
|
||||||
parent: ClothingBackpack
|
parent: ClothingBackpack
|
||||||
id: ClothingBackpackHolding
|
id: ClothingBackpackHolding
|
||||||
|
|||||||
@@ -18,8 +18,7 @@
|
|||||||
id: ResearchDirectorGear
|
id: ResearchDirectorGear
|
||||||
equipment:
|
equipment:
|
||||||
innerclothing: ClothingUniformJumpsuitResearchDirector
|
innerclothing: ClothingUniformJumpsuitResearchDirector
|
||||||
# Note to Swept add science backpacks
|
backpack: ClothingBackpackScienceFilled
|
||||||
backpack: ClothingBackpackFilled
|
|
||||||
shoes: ClothingShoesColorBrown
|
shoes: ClothingShoesColorBrown
|
||||||
idcard: RnDPDA
|
idcard: RnDPDA
|
||||||
ears: ClothingHeadsetScience
|
ears: ClothingHeadsetScience
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
id: ScientistGear
|
id: ScientistGear
|
||||||
equipment:
|
equipment:
|
||||||
innerclothing: ClothingUniformJumpsuitScientist
|
innerclothing: ClothingUniformJumpsuitScientist
|
||||||
backpack: ClothingBackpackFilled
|
backpack: ClothingBackpackScienceFilled
|
||||||
shoes: ClothingShoesColorWhite
|
shoes: ClothingShoesColorWhite
|
||||||
outerclothing: ClothingOuterCoatLab
|
outerclothing: ClothingOuterCoatLab
|
||||||
idcard: SciencePDA
|
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