Mattress: Difference between revisions

From PZwiki
(Created page with "A mattress is used to make a bed. To craft a mattress, you need 5 pillows, 5 sheets, a needle and thread.")
 
mNo edit summary
Line 1: Line 1:
A mattress is used to make a bed.
A mattress is used to make a bed.
To craft a mattress, you need 5 pillows, 5 sheets, a needle and thread.
To craft a mattress, you need 5 pillows, 5 sheets, a needle and thread.
== Code ==
item Mattress
{
Weight = 2,
Type = Normal,
DisplayName = Mattress,
Icon = Mattress,
}

Revision as of 11:13, 15 October 2014

A mattress is used to make a bed. To craft a mattress, you need 5 pillows, 5 sheets, a needle and thread.

Code

item Mattress
{
Weight	=	2,
Type	=	Normal,
DisplayName	=	Mattress,
Icon	=	Mattress,
}