in-game chemical book (#17213)
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
prob: 0.4
|
||||
amount: 1
|
||||
maxAmount: 4
|
||||
- id: BookChemicalCompendium
|
||||
prob: 0.2
|
||||
- id: BookNarsieLegend
|
||||
prob: 0.1
|
||||
- id: BookTruth
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user