Mattress: Difference between revisions

From PZwiki
(Updated Page to current standard. Connected to furniture/construction. Code horribly out of date, updated. Updated Crafting information.)
mNo edit summary
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Mattress}}
{{languages|Mattress}}
{{header|The Game World|Items|Furniture|version=Version 37|incver=13}}
{{header|The Game World|Items|type=Construction|version=Version 39|incver=67.5}}{{Infobox normal
{{Items
|display_name = Mattress
|name_colour = Construction
|name_text_colour = Construction
|image = Mattress.png  
|image = Mattress.png  
|weight = 8
|weight = 8.0
}}A mattress is used to make a [[bed]]. Currently, the only way to obtain a mattress is through crafting.
|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 ==
{| class="wikitable sortable" style="text-align:center;"
{{Crafting table header}}
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|4015}}
{{RecipeLookup|4015}}
|}
{{Crafting table footer}}
 
== Distribution ==
Currently, the only way to obtain a mattress is through crafting.


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


== 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