Locker fills for EOD, Detective and some theater vendor stuff (#3490)

* Added EOD bomb suit

* added gas mask to EOD closet

* Added detective locker fill and more theater suits
This commit is contained in:
Peptide90
2021-03-12 20:54:23 +00:00
committed by GitHub
parent bf99a91507
commit 0c4cf1e4d4
2 changed files with 29 additions and 4 deletions

View File

@@ -50,12 +50,33 @@
- name: ClothingShoesBootsJack
prob: 1
#- type: entity
# id: LockerDetectiveFilled
# suffix: Filled
# parent: LockerDetective
- type: entity
id: LockerDetectiveFilled
suffix: Filled
parent: LockerDetective
components:
- type: StorageFill
contents:
- name: ClothingHeadHatFedoraBrown
prob: 1
- name: ClothingNeckTieDet
prob: 1
- name: ClothingOuterVestDetective
prob: 1
- name: ClothingOuterCoatDetective
prob: 1
- type: entity
id: LockerBombFilled
parent: LockerBomb
suffix: Filled
components:
- type: StorageFill
contents:
- name: ClothingHeadHelmetBombSuit
prob: 1
- name: ClothingOuterSuitBomb
prob: 1
- name: ClothingMaskGas
prob: 1

View File

@@ -12,6 +12,10 @@
ClothingOuterXenos: 2
ClothingOuterSkub: 2
ClothingHeadHatXeno: 2
ClothingOuterSuitChicken: 2
ClothingHeadHatChickenhead: 2
ClothingOuterSuitMonkey: 2
ClothingHeadHatPumpkin: 2
ClothingHeadHatShrineMaidenWig: 2
ClothingOuterSuitShrineMaiden: 2
Gohei: 2