Pillow: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
m (Mention build 42 update, minor fixes)
Line 11: Line 11:
|weight = 0.8
|weight = 0.8
|primary_use = Make [[mattress]]
|primary_use = Make [[mattress]]
|secondary_use = {{mask|Smother Kate}} <sup style="color:red">[[Version history#0.2.0r RC2.5|(0.2.0r)]]</sup>
|secondary_use = {{mask|Smother Kate}} {{Sup|[[Patch 0.2.0r RC2.5|(0.2.0r)]]|red}}
|item_id = Base.Pillow
|item_id = Base.Pillow
}}
}}
Line 18: Line 18:
==Usage==
==Usage==
The only current use is to [[#Crafting|craft]] a [[mattress]].
The only current use is to [[#Crafting|craft]] a [[mattress]].
In [[build 42]], pillows are supposed to be protect from pain neck when [[sleep]]ing.<ref>[https://projectzomboid.com/blog/news/2023/03/eine-kleine-nachtmoozik/ eine kleine nachtmooZik - Project Zomboid]</ref>


==='Til Death Us Do Part===
==='Til Death Us Do Part===
Line 61: Line 63:
==See also==
==See also==
*[[Carpentry]]
*[[Carpentry]]
==References==
<References />


[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]

Revision as of 23:01, 16 January 2024

Pillow
Pillow Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
0.8
Function
Make mattress
Smother Kate (0.2.0r)
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 protect from pain neck when sleeping.[1]

'Til Death Us Do Part

Main article: 'Til Death Us Do Part
Pillow.png Spoiler warning! This section contains spoilers pertaining to the story of Project Zomboid.Show / Hide

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

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