Adds briefcase (#6196)

Co-authored-by: mirrorcult <lunarautomaton6@gmail.com>
This commit is contained in:
Zymem
2022-01-17 16:21:28 -03:00
committed by GitHub
parent accfc620ee
commit 5e1477c91a
12 changed files with 79 additions and 6 deletions

View File

@@ -0,0 +1,24 @@
- type: entity
parent: BaseItem
abstract: true
id: BriefcaseBase
description: Useful for carrying items in your hands.
components:
- type: Item
size: 60
- type: Storage
capacity: 60
storageSoundCollection:
collection: storageRustle
- type: entity
name: brown briefcase
parent: BriefcaseBase
id: BriefcaseBrown
description: A handy briefcase.
components:
- type: Sprite
sprite: Objects/Storage/Briefcases/briefcase_brown.rsi
state: icon
- type: Item
sprite: Objects/Storage/Briefcases/briefcase_brown.rsi