adds bio suits into bio lockers (#4377)

Co-authored-by: SETh lafuente <cetaciocascarudo@gmail.com>
This commit is contained in:
SethLafuente
2021-07-28 10:36:06 -07:00
committed by GitHub
parent ec253f8413
commit b75c072fac

View File

@@ -1,24 +1,59 @@
# - type: entity
# id: ClosetL3Filled
# suffix: Filled, Generic
# parent: ClosetL3
- type: entity
id: ClosetL3Filled
suffix: Filled, Generic
parent: ClosetL3
components:
- type: StorageFill
contents:
- id: ClothingOuterBioGeneral
prob: 1
- id: ClothingHeadHatHoodBioGeneral
prob: 1
- type: entity
id: ClosetL3VirologyFilled
suffix: Filled, Virology
parent: ClosetL3Virology
components:
- type: StorageFill
contents:
- id: ClothingOuterBioVirology
prob: 1
- id: ClothingHeadHatHoodBioVirology
prob: 1
- type: entity
id: ClosetL3SecurityFilled
suffix: Filled, Security
parent: ClosetL3Security
components:
- type: StorageFill
contents:
- id: ClothingOuterBioSecurity
prob: 1
- id: ClothingHeadHatHoodBioSecurity
prob: 1
- type: entity
id: ClosetL3JanitorFilled
suffix: Filled, Janitor
parent: ClosetL3Janitor
components:
- type: StorageFill
contents:
- id: ClothingOuterBioJanitor
prob: 1
- id: ClothingHeadHatHoodBioJanitor
prob: 1
# - type: entity
# id: ClosetL3ScienceFilled
# suffix: Filled, Science
# parent: ClosetL3Virology
- type: entity
id: ClosetL3ScienceFilled
suffix: Filled, Science
parent: ClosetL3Virology
components:
- type: StorageFill
contents:
- id: ClothingOuterBioScientist
prob: 1
- id: ClothingHeadHatHoodBioScientist
prob: 1