Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Mattress

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Parts of this page may have been automatically updated to the latest build (42.0.2).
Mattress
MakeshiftMattress.png
[[File:{{{icon2}}}|Mattress||class=pixelart}}]]
[[File:{{{icon3}}}|Mattress||class=pixelart}}]]
[[File:{{{icon4}}}|Mattress||class=pixelart}}]]
[[File:{{{icon5}}}|Mattress||class=pixelart}}]]
[[File:{{{icon6}}}|Mattress||class=pixelart}}]]
[[File:{{{icon7}}}|Mattress||class=pixelart}}]]
[[File:{{{icon8}}}|Mattress||class=pixelart}}]]
[[File:{{{icon9}}}|Mattress||class=pixelart}}]]
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
Pickup Skill (level)
None
Pickup 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

LightBulbBlue.png
Recipes are still based on build 41, and are planned to be revamped to build 42 at a later date, depending on the game's crafting system improvement.
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
none none none

What it makes

A mattress is an ingredient in crafting the crafted bed.

LightBulbBlue.png
Recipes are still based on build 41, and are planned to be revamped to build 42 at a later date, depending on the game's crafting system improvement.
Product Ingredients Tools Requirements Workstation XP
CraftedBed.png
Bed
Plank.png Plank ×6
Nails.png Nails ×4
Mattress.png Mattress ×1
Ball-peen HammerHammerStone Hammer
Hammer (tag)
Carpentry 4 none 1.25 Carpentry

Location

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

History

Base.Mattress

Version Description
Build 41.65 DisplayCategory added with value Furniture.
Build 41.42 Type changed from Normal to Moveable.
WorldObjectSprite added with value carpentry_02_76.
Build 35.25b Weight changed from 2 to 8.
Build 28 Released on this version.

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