Sheet of Paper: Difference between revisions

From PZwiki
m (Tickleman moved page Sheet of Paper to Sheet of Paper over redirect: Official name has an uppercase first letter)
(Redesigned page, +Navbar, Confirmed Code. Removed doodle info from main description.)
Line 1: Line 1:
{{languages}}
__NOTOC__
{{languages|Pen}}
<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: 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 -->
{{Items  
{{Items  
|image = Paper.png  
|image = Paper.png  
|weight = 0.1
|weight = 0.1
}}
}}
The paper is surprisingly heavy, and has no use in its base form. However, if you combine it with a pencil in the crafting area, it will turn into a doodle, a decent item that manages to kill a good amount of boredom and stress.  
 
== Crafting ==
The sheet of paper is used to write a single note (using a [[Pen]] or [[Pencil]]) as a reminder for later. The sheet of paper is surprisingly heavy.
 
It can be used with a [[Pen]] or [[Pencil]] to leave information or messages in Multiplayer servers.
 
== Former Crafting ==
Formerly, the sheet of paper could be used to make Doodles to remove stress, this has since been removed.
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
|-  
|-  
Line 15: Line 24:


== Code ==
== Code ==
  <nowiki>item SheetPaper
  <nowiki>
{
item SheetPaper
Weight = 0.1,
Weight = 0.1,
Type = Normal,
Type = Normal,
DisplayName = Sheet of Paper,
DisplayName = Sheet of Paper,
Icon = Paper,
Icon = Paper,
}</nowiki>
</nowiki>
[[Category:Version 0.2.0p]]
{{Navbox/Tools}}
[[Category:Stationery]]
[[Category:Stationery]]
[[Category:Items]]
[[Category:Version 34.28]]

Revision as of 18:43, 25 August 2016


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Stationery -> Sheet of Paper   

Template:Items

The sheet of paper is used to write a single note (using a Pen or Pencil) as a reminder for later. The sheet of paper is surprisingly heavy.

It can be used with a Pen or Pencil to leave information or messages in Multiplayer servers.

Former Crafting

Formerly, the sheet of paper could be used to make Doodles to remove stress, this has since been removed.

Name Recipe Description












Code

	
	item SheetPaper
		Weight		= 0.1,
		Type		= Normal,
		DisplayName	= Sheet of Paper,
		Icon		= Paper,

Template:Navbox/Tools