Pillow: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy test ReLookup, eid: 0e27ebe59156eafd12adbe6bb53855e4))
(PZ Updater automated execution(task: deploy entity fix, eid: ba1623ff23dbff32bb70d81ba9d5cc9a))
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]] <sup style="color:red">[[Version history#0.2.0r_RC2.5|(0.2.0r)]]</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 40: 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
  <nowiki> item Pillow
{
{
Weight = 0.8,
Weight = 0.8,
Line 47: Line 47:
Icon = Pillow,
Icon = Pillow,
StaticModel = Pillow,
StaticModel = Pillow,
}</nowiki>
}</nowiki>


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

Revision as of 14:56, 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