Add the chemistry bag as the default belt for the chemist (#13965)
This commit is contained in:
@@ -8,6 +8,8 @@
|
|||||||
ClothingBackpackChemistry: 2
|
ClothingBackpackChemistry: 2
|
||||||
ClothingBackpackSatchelChemistry: 2
|
ClothingBackpackSatchelChemistry: 2
|
||||||
ClothingBackpackDuffelChemistry: 2
|
ClothingBackpackDuffelChemistry: 2
|
||||||
|
ChemBag: 2
|
||||||
|
ClothingBeltMedical: 2
|
||||||
ClothingHandsGlovesLatex: 2
|
ClothingHandsGlovesLatex: 2
|
||||||
ClothingHeadsetMedical: 2
|
ClothingHeadsetMedical: 2
|
||||||
ClothingOuterWinterChem: 2
|
ClothingOuterWinterChem: 2
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -251,6 +251,9 @@
|
|||||||
- type: SolutionContainerVisuals
|
- type: SolutionContainerVisuals
|
||||||
maxFillLevels: 4
|
maxFillLevels: 4
|
||||||
fillBaseName: syringe
|
fillBaseName: syringe
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- Syringe
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseSyringe
|
parent: BaseSyringe
|
||||||
@@ -258,6 +261,7 @@
|
|||||||
components:
|
components:
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
|
- Syringe
|
||||||
- Trash
|
- Trash
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
outerClothing: ClothingOuterCoatLabChem
|
outerClothing: ClothingOuterCoatLabChem
|
||||||
id: ChemistryPDA
|
id: ChemistryPDA
|
||||||
ears: ClothingHeadsetMedical
|
ears: ClothingHeadsetMedical
|
||||||
belt: ClothingBeltMedical
|
belt: ChemBag
|
||||||
pocket1: HandLabeler
|
pocket1: HandLabeler
|
||||||
# the purple glasses?
|
# the purple glasses?
|
||||||
innerclothingskirt: ClothingUniformJumpskirtChemistry
|
innerclothingskirt: ClothingUniformJumpskirtChemistry
|
||||||
|
|||||||
@@ -567,6 +567,9 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
id: SyndicateSegwayKeys
|
id: SyndicateSegwayKeys
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: Syringe
|
||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: Taser
|
id: Taser
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user