Pillow: Difference between revisions

From PZwiki
m (Automated Formatting for Infobox and Section Headers)
m (minor)
(7 intermediate revisions by 2 users not shown)
Line 2: Line 2:
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|display_name = Pillow
|name=Pillow
|model = Pillow_Model.png
|model=Pillow_Model.png
|icon=Pillow.png
|icon=Pillow.png
|icon_name=Pillow
|icon_name=Pillow
|category=Material
|category=Material
|weight = 0.8
|weight=0.8
|primary_use = Craft [[mattress]]es
|primary_use=Craft [[mattress]]es
|item_id = Base.Pillow
|item_id=Base.Pillow
}}
}}
A '''pillow''' is an item used in [[carpentry]].
A '''pillow''' is an item used in [[carpentry]].


Line 20: Line 19:


==Crafting==
==Crafting==
{{Crafting header|ing=4}}
{{Crafting/sandbox2
{{Crafting carpentry|005|ing=4}}
|mattress
|}
}}


==Distribution==
==Distribution==
Line 30: Line 29:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|-
| rowspan="5"|all
|rowspan="5"|all
| [[wardrobe]]
|[[wardrobe]]
| 4
|4
| 8
|8
|-
|-
|[[wardrobe]]
|[[wardrobe]]
Line 56: Line 55:
|8
|8
|-
|-
| rowspan="3"|bedroom
|rowspan="3"|bedroom
| [[crate]]
|[[crate]]
| 4
|4
| 1
|1
|-
|-
|[[crate]]
|[[crate]]
Line 69: Line 68:
|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
|-
|-
|[[metal_shelves]]
|[[metal_shelves]]
Line 97: Line 96:
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
item Pillow
item Pillow
{
{
    DisplayCategory = Material,
    DisplayCategory = Material,
Line 113: Line 112:
*[[Carpentry]]
*[[Carpentry]]
*[[Mattress]]
*[[Mattress]]
{{Navbox items|carpentry_materials}}


==References==
==References==

Revision as of 20:41, 19 April 2024

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.

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