Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Extends
Loot item function that modifies the contents of a dropped book.
Properties
author
read-only author: string;
The name of the book's author.
Type: string
pages
read-only pages: string[];
An array of text to be placed in the pages of the book.
Type: string[]
title
read-only title: string;
The book's title.
Type: string