Pillow: Difference between revisions

From PZwiki
m (minor)
m (Removing trailing whitespace(s))
Line 4: Line 4:
{{Infobox item
{{Infobox item
|display_name = Pillow
|display_name = Pillow
|model = Pillow_Model.png  
|model = Pillow_Model.png
|icon=Pillow.png
|icon=Pillow.png
|icon_name=Pillow
|icon_name=Pillow
Line 35: Line 35:
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" |Chance
|-
|-
| rowspan="5"|all  
| rowspan="5"|all
| [[wardrobe]]  
| [[wardrobe]]
| 4  
| 4
| 8
| 8
|-
|-
Line 56: Line 56:
|8
|8
|-
|-
| rowspan="3"|bedroom  
| rowspan="3"|bedroom
| [[crate]]  
| [[crate]]
| 4  
| 4
| 1
| 1
|-
|-
Line 69: Line 69:
|8
|8
|-
|-
| departmentstorage  
| departmentstorage
| [[metal_shelves]]  
| [[metal_shelves]]
| 4  
| 4
| 1
| 1
|-
|-
| rowspan="2"|motelroom  
| rowspan="2"|motelroom
| [[metal_shelves]]  
| [[metal_shelves]]
| 4  
| 4
| 1
| 1
|-
|-

Revision as of 09:44, 28 February 2024

Template:Header/sandbox2

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

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

Containers
Building/Room Container Rolls Chance
all wardrobe 4 8
wardrobe 4 8
wardrobe 4 8
wardrobe 4 8
wardrobe 4 8
bedroom crate 4 1
crate 4 2
wardrobe 4 8
departmentstorage metal_shelves 4 1
motelroom metal_shelves 4 1
metal_shelves 4 2

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