Added two new small areas to maintenence (#4359)

Co-authored-by: SETh lafuente <cetaciocascarudo@gmail.com>
This commit is contained in:
SethLafuente
2021-08-05 15:20:58 -07:00
committed by GitHub
parent 21fca6c1fb
commit 96354923ab
3 changed files with 1181 additions and 32 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -32,3 +32,37 @@
prob: 0.6 prob: 0.6
- id: ClothingOuterSuitFire - id: ClothingOuterSuitFire
prob: 0.75 prob: 0.75
- type: entity
id: ClosetMaintenanceFilledRandom
suffix: Filled, Random
parent: ClosetMaintenance
components:
- type: StorageFill
contents:
- id: lantern
prob: 0.66
- id: Wirecutter
prob: 0.44
- id: Screwdriver
prob: 0.44
- id: Wrench
prob: 0.44
- id: Crowbar
prob: 0.44
- id: Welder
prob: 0.44
- id: Multitool
prob: 0.44
- id: Soap
prob: 0.44
- id: PlushieCarp
prob: 0.2
- id: PlushieSlime
prob: 0.2
- id: PlushieSnake
prob: 0.2
- id: ClothingHandsGlovesColorYellow
prob: 0.33
- id: ClothingBeltUtility
prob: 0.33

View File

@@ -103,3 +103,16 @@
visuals: visuals:
- type: StorageVisualizer - type: StorageVisualizer
state: bio_jan state: bio_jan
# Maintenance closet
- type: entity
id: ClosetMaintenance
name: maintenance closet
parent: ClosetBase
description: It's a storage unit.
components:
- type: Appearance
visuals:
- type: StorageVisualizer
state_open: generic_open
state_closed: generic_door