Empty Notebook: Difference between revisions

From PZwiki
mNo edit summary
m (→‎top: Category Project: Literature)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|Literature|type=Literature|version=Version 40|incver=43}}
{{header/sandbox2|Project Zomboid|Items|Literature}}
{{page version|40.43}}
{{Infobox literature
{{Infobox literature
|display_name=Empty Notebook
|display_name=Empty Notebook

Revision as of 14:36, 25 January 2024

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (40.43).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Empty Notebook
Empty Notebook
Notebook
General
Category Literature
Encumbrance
Heavy Load
0.5
Writable True
Total pages 10 pages
Technical details
Base ID Base.Notebook
PlushSpiffo.pngThis article is about the smaller notebook with fewer pages. For the larger notebook with more pages, see Journal.

An empty notebook is a writable literature item.

Usage

An empty notebook can be used to write notes, using pen or pencil. Common uses are writing down important reminders, or leave messages in multiplayer servers. An empty notebook can be renamed and has up to 10 writable pages.

It does not reduce stress, boredom, or unhappiness.

Fuel

It can also be used as a fuel for a fire, and lasts for 10 minutes.

Distribution

Empty notebooks can be found in desks and bookshelves of many houses.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_literature.txt

Retrieved: Build 41.50
item Notebook
{
    Weight = 0.5,
    Type = Literature,
    DisplayName = Empty Notebook,
    Icon = Notebook,
    CanBeWrite = true,
    PageToWrite = 10,
}

See also