Empty Notebook: Difference between revisions

From PZwiki
(Adjusted NavBox accordingly.)
mNo edit summary
Line 3: Line 3:
<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 -->
<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 -->
<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: 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:Stationery|Stationery]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
<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 -->
{{Consumables
{{Consumables
|image = Notepad.png
|image = Notepad.png
|weight = 1.0
|weight = 1.0
}}
}}'''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.
 
'''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.


It can be renamed and used to leave messages in Multiplayer servers.
It can be renamed and used to leave messages in Multiplayer servers.
Line 27: Line 25:
{{Navbox/Tools}}
{{Navbox/Tools}}
[[Category:Stationery]]
[[Category:Stationery]]
[[Category:Tools]]
[[Category:Items]]
[[Category:Items]]
[[Category:Version 34.28]]
[[Category:Version 34.28]]

Revision as of 17:39, 6 June 2018


   Page Updated @ Version: 34.28
Navigation - Main Index -> The Game World -> Items -> Tools -> Stationery -> Empty Notebook   

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/Tools