Pillow: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy test ReLookup, eid: 0e27ebe59156eafd12adbe6bb53855e4))
Line 7: Line 7:
|weight = 0.8
|weight = 0.8
|primary_use = Make [[mattress]]
|primary_use = Make [[mattress]]
|secondary_use = Smother [[Kate Smith|Kate]] <sup style="color:red">[[Version history#0.2.0r_RC2.5|(0.2.0r)]]</sup>
|secondary_use = Smother [[Kate Smith|Kate]] &lt;sup style="color:red">[[Version history#0.2.0r_RC2.5|(0.2.0r)]]&lt;/sup>
|class_name = Base.Pillow
|class_name = Base.Pillow
}}A '''pillow''' is an item used in [[Carpentry Guide|Carpentry]].  
}}A '''pillow''' is an item used in [[Carpentry Guide|Carpentry]].  
Line 21: Line 21:


== Crafting ==
== Crafting ==
{{Crafting table header}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4015 -->
{{RecipeLookup|4015}}
{{Crafting header|ing=4}}
{{Crafting table footer}}
{{Crafting/core|ing=4
 
| 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 ==
Pillows can be found in [[Containers#Bedroom Storage|wardrobes]] in bedrooms.  
Pillows can be found in [[Containers#Bedroom Storage|wardrobes]] in bedrooms.  
Line 31: Line 40:
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=[[Steam#.27I_Will_Back_Up_My_Save.27_branch|41.27 IWBUMS]]}}
{{Retrieved|version=[[Steam#.27I_Will_Back_Up_My_Save.27_branch|41.27 IWBUMS]]}}
  <nowiki> item Pillow
  &lt;nowiki> item Pillow
{
{
Weight = 0.8,
Weight = 0.8,
Line 38: Line 47:
Icon = Pillow,
Icon = Pillow,
StaticModel = Pillow,
StaticModel = Pillow,
}</nowiki>
}&lt;/nowiki>


== See also ==
== See also ==

Revision as of 14:45, 21 March 2022

Pillow
Pillow
General
Category Item
Encumbrance
Heavy Load
0.8
Function Make mattress
Smother Kate <sup style="color:red">(0.2.0r)</sup>
Technical details
Base ID Base.Pillow

A pillow is an item used in Carpentry.

Usage

The only current use is to craft a mattress.

'Til Death Us Do Part

Main article: 'Til Death Us Do PartTemplate:Spoilers

Prior to the removal of NPCs post 0.2.0r, the pillow could be used to smother Bob's wife, Kate. This was a way for the player to skip the tutorial.

This feature is expected to return with the addition of NPCs.

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

Pillows can be found in wardrobes in bedrooms.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: [[Build [[Steam#|Build 41.27 IWBUMS]][[Category:Version 41.27 IWBUMS]]

<nowiki>	item Pillow

{ Weight = 0.8, Type = Normal, DisplayName = Pillow, Icon = Pillow, StaticModel = Pillow, }</nowiki>

See also