Pillow

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Pillow
Pillow Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
0.8
Function
Technical
Item ID
Base.Pillow

A pillow is an item used in carpentry.

Usage

The only current use is to craft a mattress.

In build 42, pillows are supposed to be decrease the chance of neck pain when sleeping on low quality beds.Future[1]

Crafting

Product Ingredients Tools Requirements Workstation XP
Mattress.png
Mattress
Thread.png Thread ×2 unit(s)
Sheet.png Sheet ×5
Pillow.png Pillow ×5

Needle.png
Needle (tag)
none none none

Distribution

The loot distributions can be found in the table(s) below.

Pillow distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all wardrobe 4 8.0
bedroom crate 4 10.0
bedroom crate 4 20.0
bedroom crate 1 1.0
bedroom wardrobe 4 8.0
departmentstorage metal_shelves 4 10.0
motelroom metal_shelves 4 20.0
motelroom metal_shelves 4 10.0

Trivia

  • 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.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items.txt

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

References