Mattress: Difference between revisions

From PZwiki
(Infobox update)
m (Automatic formatting)
Line 2: Line 2:
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Infobox tile
{{Infobox tile
|name = Mattress
|name=Mattress
|model = MakeshiftMattress.png
|model=MakeshiftMattress.png
|icon = Mattress.png
|icon=Mattress.png
|weight = 8.0
|weight=8.0
|function = [[Sleep]]
|function=[[Sleep]]
|crafting = true
|crafting=true
<!--Build-->
<!--Build-->
|build_skill = None
|build_skill=None
|build_level = 0
|build_level=0
|build_tool = [[Needle]]
|build_tool=[[Needle]]
|ingredients = <small>5 × [[File:Thread.png|20px|link=Thread]] [[Thread]]<br>5 × [[File:Sheet.png|20px|link=Sheet]] [[Sheet]]<br>5 × [[File:Pillow.png|20px|link=Pillow]] [[Pillow]]</small>
|ingredients=<small>5 × [[File:Thread.png|20px|link=Thread]] [[Thread]]<br>5 × [[File:Sheet.png|20px|link=Sheet]] [[Sheet]]<br>5 × [[File:Pillow.png|20px|link=Pillow]] [[Pillow]]</small>
<!--Move-->
<!--Move-->
|move_skill = None
|move_skill=None
|move_level =
|move_tool_tag=None
|move_tool_tag = None
<!--Technical details-->
<!--Technical details-->
|item_id = Base.Mattress
|item_id=Base.Mattress
|tile_id = carpentry_02_76
|tile_id=carpentry_02_76
|tile_id2 = carpentry_02_77
|tile_id2=carpentry_02_77
|tile_id3 = carpentry_02_78
|tile_id3=carpentry_02_78
|tile_id4 = carpentry_02_79
|tile_id4=carpentry_02_79
}}
}}



Revision as of 17:14, 25 March 2024

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 XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Mattress.png
Mattress
0 XP none
Needle.png Needle
(keep)
Thread.png
Thread
(5 units)

(consumed)
Sheet.png
Sheet x5
(consumed)
Pillow.png
Pillow x5
(consumed)

What it makes

A mattress is an ingredient in crafting the crafted bed.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
CraftedBed.png
Bed
1.25 Carpentry Carpentry 4 Hammer.png
Hammer (tag)
(keep)
Plank.png
Plank x6
(consumed)
Nails.png
Nails x4
(consumed)
Mattress.png
Mattress x1
(consumed)

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