<book>
– Discoverable Lore BooksThe <book>
tag is used to embed a reference to a lore book within the game world. It allows players to encounter and acquire books, which can later be read from their inventory.
<book BOOK_ID>
BOOK_ID
: Numeric ID of the book from the books
database table.The tag introduces a book that the player may discover and optionally acquire. Books contain world lore, fiction, technical texts, or historical records.
<book>
tag is encountered:
books
database using the provided ID.en
).translations
table where available.The book will not be shown if:
Flavour text is selected dynamically:
book_flavour_text
whose JSON tag lists overlap the book’s tags.This provides thematic immersion without needing unique flavour text per book.
<book 17>
May display:
“You find a dusty volume hidden behind the shelves.”
📕 The Severance Litany
By M. Vael Thalven
books
table.<book>
ID multiple times in unrelated paragraphs unless thematically appropriate.<pickup>
– For acquiring items (including books).<i>
– Inventory/shop item listings.<if item "Book Title">
– Conditional logic based on books owned.