Mattress

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Mattress
MakeshiftMattress.png
[[File:{{{icon2}}}|Mattress|]]
[[File:{{{icon3}}}|Mattress|]]
[[File:{{{icon4}}}|Mattress|]]
[[File:{{{icon5}}}|Mattress|]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
8.0
Function
Crafting
Skill (level)
None (0)
Tool(s)
Ingredients
5 × Thread.png Thread
5 × Sheet.png Sheet
5 × Pillow.png Pillow
Move
Skill (level)
None
Tool(s)
Technical
Item ID(s)
Base.Mattress
Tile ID(s)
carpentry_02_76 carpentry_02_77 carpentry_02_78 carpentry_02_79

A mattress is a craftable bed.

Usage

A mattress can be slept in like other beds, with average quality.

It can also be used to make a crafted bed with carpentry. However, the crafted bed gives no benefit over a mattress, other than aesthetics, as they both have the same sleep quality. A mattress also cannot be destroyed by zombies, whereas the crafted bed can.

Crafting

Obtaining

Product Ingredients Tools Requirements Workstation XP
Mattress.png
Mattress
Thread.png Thread ×2 unit(s)
Sheet.png Sheet ×5
Pillow.png Pillow ×5

Needle.png
Needle (tag)
none none none

What it makes

A mattress is an ingredient in crafting the crafted bed.

Product Ingredients Tools Requirements Workstation XP
CraftedBed.png
Bed
Plank.png Plank ×6
Nails.png Nails ×4
Mattress.png Mattress ×1

Hammer.png
Hammer (tag)
Carpentry 4 none 1.25 Carpentry

Distribution

The main way to obtain a mattress is through crafting. A few mattresses can be found on the camp near the inside gates of Louisville, inside bigger tents.

Gallery

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Mattress
	{
	    DisplayCategory = Furniture,
		Weight	=	8,
		Type	=	Moveable,
		DisplayName	=	Mattress,
		Icon	=	Mattress,
		WorldObjectSprite	= carpentry_02_76,
		/*WorldStaticObject = Mattress,*/
	}

See also