Librarian QoL (#12958)

This commit is contained in:
dontbetank
2022-12-21 17:53:10 +03:00
committed by GitHub
parent 6365fbec7c
commit d57f9b6a48
15 changed files with 109 additions and 3 deletions

View File

@@ -18,6 +18,9 @@
interfaces:
- key: enum.PaperUiKey.Key
type: PaperBoundUserInterface
- type: Tag
tags:
- Book
- type: entity
parent: BookBase

View File

@@ -0,0 +1,24 @@
- type: entity
name: books bag
id: BooksBag
parent: BaseStorageItem
description: A refined bag to carry your own library
components:
- type: Sprite
netsync: false
sprite: Objects/Specific/Library/Equipment/books_bag.rsi
state: icon
- type: Clothing
sprite: Objects/Specific/Library/Equipment/books_bag.rsi
quickEquip: false
slots:
- belt
- type: Item
size: 151
- type: Storage
capacity: 150
quickInsert: true
areaInsert: true
whitelist:
tags:
- Book