Random filling for cabinets (#13633)
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
name: filing cabinet
|
name: filing cabinet
|
||||||
parent: BaseStructureDynamic
|
parent: BaseStructureDynamic
|
||||||
id: filingCabinet
|
id: filingCabinet
|
||||||
|
suffix: Empty
|
||||||
description: A cabinet for all your filing needs.
|
description: A cabinet for all your filing needs.
|
||||||
components:
|
components:
|
||||||
- type: Storage
|
- type: Storage
|
||||||
@@ -45,6 +46,7 @@
|
|||||||
name: tall cabinet
|
name: tall cabinet
|
||||||
parent: filingCabinet
|
parent: filingCabinet
|
||||||
id: filingCabinetTall
|
id: filingCabinetTall
|
||||||
|
suffix: Empty
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Structures/Storage/cabinets.rsi
|
sprite: Structures/Storage/cabinets.rsi
|
||||||
@@ -58,6 +60,7 @@
|
|||||||
name: chest drawer
|
name: chest drawer
|
||||||
parent: BaseStructureDynamic
|
parent: BaseStructureDynamic
|
||||||
id: filingCabinetDrawer
|
id: filingCabinetDrawer
|
||||||
|
suffix: Empty
|
||||||
description: A small drawer for all your filing needs, Now with wheels!
|
description: A small drawer for all your filing needs, Now with wheels!
|
||||||
components:
|
components:
|
||||||
- type: Storage
|
- type: Storage
|
||||||
@@ -96,3 +99,51 @@
|
|||||||
- type: ContainerContainer
|
- type: ContainerContainer
|
||||||
containers:
|
containers:
|
||||||
storagebase: !type:Container
|
storagebase: !type:Container
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
abstract: true
|
||||||
|
id: BaseBureaucraticStorageFill
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: Pen
|
||||||
|
prob: 0.5
|
||||||
|
- id: PaperOffice
|
||||||
|
- id: PaperOffice
|
||||||
|
prob: 0.5
|
||||||
|
- id: PaperOffice
|
||||||
|
prob: 0.4
|
||||||
|
orGroup: Folder
|
||||||
|
- id: BoxFolderBlue
|
||||||
|
prob: 0.10
|
||||||
|
orGroup: Folder
|
||||||
|
- id: BoxFolderRed
|
||||||
|
prob: 0.10
|
||||||
|
orGroup: Folder
|
||||||
|
- id: BoxFolderYellow
|
||||||
|
prob: 0.10
|
||||||
|
orGroup: Folder
|
||||||
|
- id: BoxFolderWhite
|
||||||
|
prob: 0.10
|
||||||
|
orGroup: Folder
|
||||||
|
- id: BoxFolderGrey
|
||||||
|
prob: 0.10
|
||||||
|
orGroup: Folder
|
||||||
|
- id: BoxFolderBlack
|
||||||
|
prob: 0.10
|
||||||
|
orGroup: Folder
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: [filingCabinet, BaseBureaucraticStorageFill]
|
||||||
|
id: filingCabinetRandom
|
||||||
|
suffix: Random
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: [filingCabinetTall, BaseBureaucraticStorageFill]
|
||||||
|
id: filingCabinetTallRandom
|
||||||
|
suffix: Random
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: [filingCabinetDrawer, BaseBureaucraticStorageFill]
|
||||||
|
id: filingCabinetDrawerRandom
|
||||||
|
suffix: Random
|
||||||
|
|||||||
Reference in New Issue
Block a user