Pillow: Difference between revisions

From PZwiki
m (Cleanup, bump to .16)
m (Added model image)
Line 4: Line 4:
|name_colour = Construction
|name_colour = Construction
|name_text_colour = Construction
|name_text_colour = Construction
|image = Pillow.png  
|image = Pillow_Model.png
|alternate_image=Pillow.png
|alternate_name=Pillow
|weight = 0.8
|weight = 0.8
|primary_use = Make [[mattress]]
|primary_use = Make [[mattress]]

Revision as of 07:18, 18 May 2023

Pillow
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

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Mattress.png
Mattress
0 XP none
Needle.png Needle
(keep)
Thread.png
Thread
(5 units)

(consumed)
Sheet.png
Sheet x5
(consumed)
Pillow.png
Pillow x5
(consumed)

Distribution

Pillows can be found in wardrobes in bedrooms.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.78.16

	item Pillow
	{
	    DisplayCategory = Material,
		Weight	=	0.8,
		Type	=	Normal,
		DisplayName	=	Pillow,
		Icon	=	Pillow,
		StaticModel = Pillow,
		WorldStaticModel = Pillow_Ground,
	}

See also