Pillow

From PZwiki
Revision as of 18:33, 28 January 2020 by LastRequest (talk | contribs) (→‎Code)
Pillow
Pillow
General
Category Item
Encumbrance
Heavy Load
0.8
Function Make mattress
Smother Kate (0.2.0r)
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

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

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

	item Pillow
	{
		Weight	=	0.8,
		Type	=	Normal,
		DisplayName	=	Pillow,
		Icon	=	Pillow,
		StaticModel = Pillow,
	}

See also