Added two new small areas to maintenence (#4359)
Co-authored-by: SETh lafuente <cetaciocascarudo@gmail.com>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -32,3 +32,37 @@
|
||||
prob: 0.6
|
||||
- id: ClothingOuterSuitFire
|
||||
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
|
||||
|
||||
@@ -103,3 +103,16 @@
|
||||
visuals:
|
||||
- type: StorageVisualizer
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user