Sheet of Paper: Difference between revisions

From PZwiki
m (Fixed Weight)
mNo edit summary
Line 2: Line 2:
{{Items  
{{Items  
|image = Paper.png  
|image = Paper.png  
|weight = 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 f boredom and stress.  
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 f boredom and stress.  
Line 16: Line 16:
  <nowiki>item SheetPaper
  <nowiki>item SheetPaper
{
{
Type = Normal,
Weight = 0.1,
DisplayName = Sheet of Paper,
Type = Normal,
Icon = Paper,
DisplayName = Sheet of Paper,
Weight = 1
Icon = Paper,
}</nowiki>
}</nowiki>
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]
[[Category:Stationery]]
[[Category:Stationery]]

Revision as of 08:51, 12 May 2013

Template:Items 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 f boredom and stress.

Crafting

Name Recipe Description












Code

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