Paper Bins (#13449)

This commit is contained in:
Nemanja
2023-01-31 17:03:27 -05:00
committed by GitHub
parent eae58211e1
commit e04d81ec3c
8 changed files with 308 additions and 6 deletions

View File

@@ -0,0 +1,78 @@
- type: entity
parent: BaseStructureDynamic
id: PaperBin
name: paper bin
description: What secrets lie at the bottom of its endless stack?
suffix: Empty
components:
- type: Sprite
netsync: false
sprite: Objects/Misc/bureaucracy.rsi
state: paper_bin0
drawdepth: SmallObjects
noRot: true
- type: Appearance
- type: ItemMapper
sprite: Objects/Misc/bureaucracy.rsi
mapLayers:
paper_bin1:
whitelist:
tags:
- Document
- Write
- type: Fixtures
fixtures:
- shape:
!type:PhysShapeAabb
bounds: "-0.10,-0.10,0.10,0.10"
density: 500
mask:
- TabletopMachineMask
- type: InteractionOutline
- type: Bin
whitelist:
tags:
- Document
- Write
- type: ContainerContainer
containers:
bin-container: !type:Container
- type: entity
parent: PaperBin
id: PaperBin5
suffix: 5
components:
- type: Bin
initialContents:
- Paper
- Paper
- Paper
- Paper
- Paper
whitelist:
tags:
- Document
- Write
- type: entity
parent: PaperBin
id: PaperBin10
suffix: 10
components:
- type: Bin
initialContents:
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
- Paper
whitelist:
tags:
- Document
- Write