Empty Notebook: Difference between revisions

From PZwiki
(Now using header template and new literature infobox, changed layout)
(Fixing grammatical errors)
Line 11: Line 11:
|page_number=10
|page_number=10
|class_name=Base.Notebook
|class_name=Base.Notebook
}}{{About|the smaller notebook with fewer pages|the larger notebook with more pages|[[Journal]]}}
}}
{{About|the smaller notebook with fewer pages|the larger notebook with more pages|[[Journal]]}}
An '''empty notebook''' is a writable literature [[item]].
An '''empty notebook''' is a writable literature [[item]].


==Usage==
== Usage ==
An empty notebook can be used to write a 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.
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]].
Does not reduce [[stress]], [[boredom]], or [[unhappiness]].
===Fuel===
 
=== Fuel ===
It can also be used as a fuel for a [[Heat Source|fire]], and lasts for 15 mins if done so.
It can also be used as a fuel for a [[Heat Source|fire]], and lasts for 15 mins if done so.


==Distribution==
== Distribution ==
Empty notebooks can be found in [[Containers#Desks|desks]] and [[Containers#Shelves|bookshelves]] of many houses.  
Empty notebooks can be found in [[Containers#Desks|desks]] and [[Containers#Shelves|bookshelves]] of many houses.  


Line 35: Line 37:
         PageToWrite = 10,</pre>
         PageToWrite = 10,</pre>


==See also==
== See also ==
*[[Journal]]
*[[Journal]]
*[[Sheet of Paper]]
*[[Sheet of Paper]]


{{Navbox/Tools}}
{{Navbox/Tools}}
[[Category:Stationery]]
[[Category:Stationery]]

Revision as of 23:30, 1 February 2020

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