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 - type: entity
# id: ClosetL3Filled id: ClosetL3Filled
# suffix: Filled, Generic suffix: Filled, Generic
# parent: ClosetL3 parent: ClosetL3
components:
- type: StorageFill
contents:
- id: ClothingOuterBioGeneral
prob: 1
- id: ClothingHeadHatHoodBioGeneral
prob: 1
- type: entity - type: entity
id: ClosetL3VirologyFilled id: ClosetL3VirologyFilled
suffix: Filled, Virology suffix: Filled, Virology
parent: ClosetL3Virology parent: ClosetL3Virology
components:
- type: StorageFill
contents:
- id: ClothingOuterBioVirology
prob: 1
- id: ClothingHeadHatHoodBioVirology
prob: 1
- type: entity - type: entity
id: ClosetL3SecurityFilled id: ClosetL3SecurityFilled
suffix: Filled, Security suffix: Filled, Security
parent: ClosetL3Security parent: ClosetL3Security
components:
- type: StorageFill
contents:
- id: ClothingOuterBioSecurity
prob: 1
- id: ClothingHeadHatHoodBioSecurity
prob: 1
- type: entity - type: entity
id: ClosetL3JanitorFilled id: ClosetL3JanitorFilled
suffix: Filled, Janitor suffix: Filled, Janitor
parent: ClosetL3Janitor parent: ClosetL3Janitor
components:
- type: StorageFill
contents:
- id: ClothingOuterBioJanitor
prob: 1
- id: ClothingHeadHatHoodBioJanitor
prob: 1
# - type: entity - type: entity
# id: ClosetL3ScienceFilled id: ClosetL3ScienceFilled
# suffix: Filled, Science suffix: Filled, Science
# parent: ClosetL3Virology parent: ClosetL3Virology
components:
- type: StorageFill
contents:
- id: ClothingOuterBioScientist
prob: 1
- id: ClothingHeadHatHoodBioScientist
prob: 1