Empty Notebook: Difference between revisions

From PZwiki
m (Brought up to date with current version; cleared up wording; some detail.)
(Redesigned page, +NavBar, re-wrote description similar to journal, confirmed info matches +categories,)
Line 1: Line 1:
{{languages}}
__NOTOC__
{{Items
{{languages|Empty Notebook}}
|image = Notepad.png  
<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 -->
|weight = 1
<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 -->
<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:Consumables|Consumables]] -> [[:Category:Literature|Literature]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
|image = Notepad.png
|weight = 1.0
}}
}}
An Empty Notebook is used to create [[Journal|Journals]]. This can be created by combining and Empty Notebook with a pencil or pen.  The Empty Notebook with turn into [[Journal|Journals]] (x20) and the pen/pencil will be consumed.  [[Journal|Journals]] are extremely effective at reducing boredom, unhappiness, and stress. The empty notebook is found in schools, offices, and some drawers and closets, as well on on bookshelves.


== Crafting ==
'''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.
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|4002}}
|}


It can be renamed and used to leave messages in Multiplayer servers.
<br><br><br><br><br><br>
== Code ==
== Code ==
  <nowiki>item Notebook
  <nowiki>
{
item Notebook
Type = Normal,
        Weight = 1,
DisplayName = Empty Notebook,
        Type = Literature,
Icon = Notebook,
        DisplayName = Empty Notebook,
Weight = 1
        Icon = Notebook,
}</nowiki>
        CanBeWrite  = true,
[[Category:Stationery]]
        PageToWrite = 10,
[[Category:Version b27]]
</nowiki>
 
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Literature]]
[[Category:Items]]
[[Category:Version 34.28]]

Revision as of 17:53, 25 August 2016


   Page Updated @ Version: 34.28


Notebooks are 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 journals, however a notebook contains 10 pages to write on, compared to a journal which has 20. Doesn't reduce stress, boredom, or unhappiness.

It can be renamed and used to leave messages in Multiplayer servers.







Code

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

Template:Navbox/Consumables