Mattress: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy ReLookup, eid: 37b878c2a9aea2f7f692c14d476997ea))
m (Wiki was out of date with changes in b41.)
Line 22: Line 22:
  | sl = ''none''
  | sl = ''none''
  | req =  
  | req =  
  | f1 = [[File:Needle.png]] | i1 = [[Needle]]<br>or<br>[[Suture Needle]] | q1 =  
  | f1 = [[File:Needle.png]] | q1 =  
  | f2 = [[File:Thread.png|link=Thread|Thread]] | i2 = [[Thread]] | q2 = (5 units) | tag2 = (consumed)
  | f2 = [[File:Thread.png|link=Thread|Thread]] | i2 = [[Thread]] | q2 = (5 units) | tag2 = (consumed)
  | f3 = [[File:Pillow.png|link=Pillow|Pillow]] | i3 = [[Pillow]] | q3 = x5 | tag3 = (consumed)
  | f3 = [[File:Pillow.png|link=Pillow|Pillow]] | i3 = [[Pillow]] | q3 = x5 | tag3 = (consumed)

Revision as of 00:52, 1 January 2023


Mattress
Mattress
General
Category Item
Encumbrance
Heavy Load
8.0
Function Make bed
Technical details
Ingredients 1 × Needle
5 × Thread
5 × Pillow
5 × Sheet
Base ID Base.Mattress

A mattress is an item used in carpentry.

Usage

A mattress is required to make a bed.

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Mattress
Mattress x1
none Needle.png
Thread
Thread (5 units)
(consumed)
Pillow
Pillow x5
(consumed)
Sheet
Sheet x5
(consumed)


Distribution

Currently, the only way to obtain a mattress is through crafting.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

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

See also