in-game chemical book (#17213)

This commit is contained in:
Nemanja
2023-06-08 10:47:53 -04:00
committed by GitHub
parent c0eefc3765
commit 14b64f5eec
3 changed files with 22 additions and 0 deletions

View File

@@ -9,6 +9,8 @@
prob: 0.4
amount: 1
maxAmount: 4
- id: BookChemicalCompendium
prob: 0.2
- id: BookNarsieLegend
prob: 0.1
- id: BookTruth

View File

@@ -27,6 +27,21 @@
backgroundPatchMargin: 23.0, 16.0, 14.0, 15.0
contentMargin: 20.0, 20.0, 20.0, 20.0
- type: entity
id: BookChemicalCompendium
parent: BaseItem
name: chemical compendium
description: A comprehensive guide written by some old skeleton of a professor about chemical synthesis.
components:
- type: Sprite
sprite: Objects/Misc/books.rsi
layers:
- state: book_chemistry
- type: GuideHelp
openOnActivation: true
guides:
- Chemicals
- type: entity
parent: BookBase
id: BookRandom