Mattress: Difference between revisions

From PZwiki
mNo edit summary
(PZ Updater automated execution(task: deploy ReLookup, eid: 37b878c2a9aea2f7f692c14d476997ea))
Line 16: Line 16:


== Crafting ==
== Crafting ==
{{Crafting table header}}
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4015 -->
{{RecipeLookup|4015}}
{{Crafting/core|ing=4
{{Crafting table footer}}
| product_image = [[File:Mattress.png|link=Mattress|Mattress]] | product_name = [[Mattress]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Needle.png]] | i1 = [[Needle]]<br>or<br>[[Suture Needle]] | q1 =
| 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)
| f4 = [[File:Sheet.png|link=Sheet|Sheet]] | i4 = [[Sheet]] | q4 = x5 | tag4 = (consumed)
}}
|}
 


== Distribution ==
== Distribution ==

Revision as of 04:39, 26 March 2022


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
Needle
or
Suture Needle
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