Empty Notebook

From PZwiki
Revision as of 23:30, 1 February 2020 by ?!X!? (talk | contribs) (Fixing grammatical errors)
The Game WorldItemsLiteratureEmpty Notebook
Empty Notebook
Empty 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 write down important reminders, or leave messages in Multiplayer servers. An empty notebook can be renamed and has up to 10 writable pages.

Does not reduce stress, boredom, or unhappiness.

Fuel

It can also be used as a fuel for a fire, and lasts for 15 mins if done so.

Distribution

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

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

	item Notebook
        	Weight		= 0.5,
        	Type		= Literature,
        	DisplayName	= Empty Notebook,
        	Icon		= Notebook,
        	CanBeWrite  	= true,
        	PageToWrite 	= 10,

See also

Template:Navbox/Tools