Add the chemistry bag as the default belt for the chemist (#13965)

This commit is contained in:
Joel Hedtjärn
2023-02-20 04:34:02 +01:00
committed by GitHub
parent b34b03b90a
commit 68b0b00328
8 changed files with 56 additions and 1 deletions

View File

@@ -8,6 +8,8 @@
ClothingBackpackChemistry: 2
ClothingBackpackSatchelChemistry: 2
ClothingBackpackDuffelChemistry: 2
ChemBag: 2
ClothingBeltMedical: 2
ClothingHandsGlovesLatex: 2
ClothingHeadsetMedical: 2
ClothingOuterWinterChem: 2

View File

@@ -0,0 +1,28 @@
- type: entity
name: chemistry bag
id: ChemBag
parent: BaseStorageItem
description: A bag for storing chemistry products, such as pills, pill canisters, bottles, and syringes.
components:
- type: Sprite
netsync: false
sprite: Objects/Specific/Chemistry/chem_bag.rsi
state: icon
- type: Clothing
sprite: Objects/Specific/Chemistry/chem_bag.rsi
quickEquip: false
slots:
- belt
- type: Item
size: 46
- type: Storage
capacity: 45
quickInsert: true
areaInsert: true
whitelist:
tags:
- PillCanister
- Pill
- Bottle
- Syringe
- type: Dumpable

View File

@@ -251,6 +251,9 @@
- type: SolutionContainerVisuals
maxFillLevels: 4
fillBaseName: syringe
- type: Tag
tags:
- Syringe
- type: entity
parent: BaseSyringe
@@ -258,6 +261,7 @@
components:
- type: Tag
tags:
- Syringe
- Trash
- type: entity

View File

@@ -24,7 +24,7 @@
outerClothing: ClothingOuterCoatLabChem
id: ChemistryPDA
ears: ClothingHeadsetMedical
belt: ClothingBeltMedical
belt: ChemBag
pocket1: HandLabeler
# the purple glasses?
innerclothingskirt: ClothingUniformJumpskirtChemistry

View File

@@ -567,6 +567,9 @@
- type: Tag
id: SyndicateSegwayKeys
- type: Tag
id: Syringe
- type: Tag
id: Taser

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from ParadiseSS13/Paradise at https://github.com/ParadiseSS13/Paradise/blob/ebf9a7b5e89f5523c5e1c3d2692bf54dac322cae/icons/obj/chemical.dmi and rescaled by reapsnI",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BELT",
"directions": 4
}
]
}