Empty Notebook: Difference between revisions

From PZwiki
mNo edit summary
(Now using header template and new literature infobox, changed layout)
Line 1: Line 1:
__NOTOC__
{{languages|Empty Notebook}}
{{languages|Empty Notebook}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
{{header|The Game World|Items|Literature|type=Literature|version=Version 39|incver=67.5}}
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
{{Infobox literature
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">  '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Tools|Tools]] -> [[:Category:Stationery|Stationery]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|display_name=Empty Notebook
{{Consumables
|name_colour=Literature
|image = Notepad.png
|name_text_colour=Literature
|weight = 1.0
|image=Notebook_120px.png
}}'''Notebooks''' are [[items|items]] found in desks and bookcakes of many houses. You can use a [[Pen]] or a [[Pencil]] to write text on it. This is useful to write down important things to remember, like where to find loot you dropped. Empty Notebooks are similar to [[Journal|journals]], however a notebook contains 10 pages to write on, compared to a journal which has 20. Doesn't reduce stress, boredom, or unhappiness.
|category=Literature
|weight=0.5
|writable=True
|page_number=10
|class_name=Base.Notebook
}}{{About|the smaller notebook with fewer pages|the larger notebook with more pages|[[Journal]]}}
An '''empty notebook''' is a writable literature [[item]].


It can be renamed and used to leave messages in Multiplayer servers.
==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.
 
Does not reduce [[stress]], [[boredom]], or [[unhappiness]].
===Fuel===
It can also be used as a fuel for a [[Heat Source|fire]], and lasts for 15 mins if done so.
 
==Distribution==
Empty notebooks can be found in [[Containers#Desks|desks]] and [[Containers#Shelves|bookshelves]] of many houses.  


<br><br><br><br><br><br>
== Code ==
== Code ==
<nowiki>
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
item Notebook
{{Retrieved|version=39|incver=67.5}}
         Weight = 1,
<pre> item Notebook
         Weight = 0.5,
         Type = Literature,
         Type = Literature,
         DisplayName = Empty Notebook,
         DisplayName = Empty Notebook,
         Icon = Notebook,
         Icon = Notebook,
         CanBeWrite  = true,
         CanBeWrite  = true,
         PageToWrite = 10,
         PageToWrite = 10,</pre>
</nowiki>
 
==See also==
*[[Journal]]
*[[Sheet of Paper]]


{{Navbox/Tools}}
{{Navbox/Tools}}
[[Category:Stationery]]
[[Category:Stationery]]
[[Category:Tools]]
[[Category:Items]]
[[Category:Version 34.28]]

Revision as of 10:35, 12 August 2018

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 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.

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