Mattress: Difference between revisions

From PZwiki
mNo edit summary
(Updated Page to current standard. Connected to furniture/construction. Code horribly out of date, updated. Updated Crafting information.)
Line 1: Line 1:
__NOTOC__
{{languages|Mattress}}
{{languages|Mattress}}
{{header|The Game World|Items|Furniture|version=Version 37|incver=13}}
{{Items
{{Items
|image = Mattress.png  
|image = Mattress.png  
|weight = 2
|weight = 8
}}
}}A mattress is used to make a [[bed]]. Currently, the only way to obtain a mattress is through crafting.
 
A mattress is used to make a [[bed]]. Currently, the only way to obtain a mattress is through crafting.


== Crafting ==
== Crafting ==
Line 17: Line 17:


== Code ==
== Code ==
<nowiki>   item Mattress
<pre>  
{
item Mattress
Weight = 2,
Weight = 8,
Type = Normal,
Type = Normal,
DisplayName = Mattress,
DisplayName = Mattress,
Icon = Mattress,
Icon = Mattress,
}
</pre>
</nowiki>




[[Category:Construction]]
[[Category:Construction]]

Revision as of 22:52, 5 May 2017


Template:ItemsA mattress is used to make a bed. Currently, the only way to obtain a mattress is through crafting.

Crafting

Name Recipe Description












Code

   
	item Mattress
		Weight		=	8,
		Type		=	Normal,
		DisplayName	=	Mattress,
		Icon		=	Mattress,