1. Patch Notes - 02/10 # 1.063.0
  2.  
  3. Increased the font size for several UI elements in the Character Creation process.
  4. Introduced a new repeatable event, "Book ex Machina," which allows players to discover and read books (excerpts) that delve deeper into the game's lore while earning XP.
  5. New Books system.
  6. Modders now have the ability to create and add their own book (excerpts) to the game. These books can be found and read during the "Book ex Machina" event or through other events.
  7. The BooksDB.tdb file should be structured as follows: ## Title [blank line] Excerpt, and so on.
  8. The BooksDB.tdb file should be listed in the ModLoaderUser.conf file under the >> Books section.
  9. Added 60 book excerpts diving into Folkswave lore and history.
  10. New Ink Script variables: RandomBookTitle and RandomBookExcerpt. These are auto-sync variables and can be utilized to retrieve a random book title and its corresponding excerpt.
  11. Minor improvements in the Journal UI.
  12. Added a dedicated "Book" section to the Journal. You can use it to revisit any books you have discovered.
  13. New Ink Script Journal integration. The command >>>>Book>>{RandomBookTitle} creates a book entry in the Journal. The excerpt is then dynamically retrieved from the Books Database.
  14. Fixed a few typos in various cards and perks.
  15.