Pillow: Difference between revisions

From PZwiki
m ({{stub}})
(Clean up, fixes)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|type=Construction|version=Version 41|incver=78.16}}
{{Header|Project Zomboid|Items|type=Construction|version=Version 41.78.16}}
{{stub}}
{{Infobox item
{{Infobox item
|display_name = Pillow
|display_name = Pillow
|name_colour = Construction
|name_text_colour = Construction
|model = Pillow_Model.png  
|model = Pillow_Model.png  
|icon=Pillow.png
|icon=Pillow.png
Line 11: Line 8:
|category=Material
|category=Material
|weight = 0.8
|weight = 0.8
|primary_use = Make [[mattress]]
|primary_use = Craft [[mattress]]es
|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 20: Line 16:
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>
In [[build 42]], pillows are supposed to be decrease the chance of pain neck when [[sleep]]ing on low quality beds.{{sup|Future}}<ref>[https://projectzomboid.com/blog/news/2023/03/eine-kleine-nachtmoozik/ eine kleine nachtmooZik - Project Zomboid]</ref>
 
==='Til Death Us Do Part===
{{Main|'Til Death Us Do Part}}
{{SpoilerBox|
Prior to the removal of [[NPC]]s post [[Version history#0.2.0r RC2.5|0.2.0r]], the pillow could be used to smother [[Bob Smith|Bob]]'s wife, [[Kate Smith|Kate]]. This was a way for the player to skip the [[tutorial]].
}}<!-- end spoiler -->
 
This feature is expected to return with the addition of NPCs.


==Crafting==
==Crafting==
Line 46: Line 34:
   | source = items.txt
   | source = items.txt
   | retrieved = true
   | retrieved = true
   | version = 41
   | version = 41.78.16
  | incver = 78.16
   | code =
   | code =
item Pillow
item Pillow
Line 64: Line 51:
==See also==
==See also==
*[[Carpentry]]
*[[Carpentry]]
*[[Mattress]]


==References==
==References==

Revision as of 01:37, 22 February 2024

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

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