Mattress: Difference between revisions

From PZwiki
No edit summary
mNo edit summary
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
A mattress is used to make a [[bed]]. The only way of getting a mattress, is to craft one.
__NOTOC__
 
{{languages|Mattress}}
To craft a mattress, you need 5 [[Pillow|pillows]], 5 [[Sheet|sheets]], a [[Needle|needle]] and [[thread|thread]].
{{header|The Game World|Items|type=Construction|version=Version 39|incver=67.5}}{{Infobox normal
 
|display_name = Mattress
{{Items
|name_colour = Construction
|name_text_colour = Construction
|image = Mattress.png  
|image = Mattress.png  
|weight = 2
|weight = 8.0
}}
|function = Make [[bed]]
 
|ingredients = 1 × [[Needle]]<br>5 × [[Thread]]<br>5 × [[Pillow]]<br>5 × [[Sheet]]
 
|class_name = Base.Mattress
 
}}A '''mattress''' is an item used in [[Carpentry Guide|carpentry]].
 
 
 
 
 
 


== Usage ==
A mattress is required to make a [[bed]].


== Crafting ==
{{Crafting table header}}
{{RecipeLookup|4015}}
{{Crafting table footer}}


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


== Code ==
== Code ==
<nowiki>   item Mattress
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{
{{Retrieved|version=39|incver=67.5}}
Weight = 2,
<pre> item Mattress
Type = Normal,
Weight = 8,
DisplayName = Mattress,
Type = Normal,
Icon = Mattress,
DisplayName = Mattress,
}
Icon = Mattress,</pre>
</nowiki>


== See also ==
*[[Carpentry Guide]]


[[Category:Construction]]
[[Category:Construction]]
[[Category:Spiffo's Construction Crew (Project)]]

Revision as of 10:48, 3 June 2019


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

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

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