Pillow: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy entity fix, eid: ba1623ff23dbff32bb70d81ba9d5cc9a))
(Updated to 41.78)
Line 1: Line 1:
{{languages|Pillow}}
{{languages|Pillow}}
{{header|The Game World|Items|type=Construction|version=Version 39|incver=67.5}}{{Infobox normal
{{header|The Game World|Items|type=Construction|version=Version 41|incver=78}}{{Infobox normal
|display_name = Pillow
|display_name = Pillow
|name_colour = Construction
|name_colour = Construction
Line 7: Line 7:
|weight = 0.8
|weight = 0.8
|primary_use = Make [[mattress]]
|primary_use = Make [[mattress]]
|secondary_use = Smother [[Kate Smith|Kate]] <sup style="color:red">[[Version history#0.2.0r_RC2.5|(0.2.0r)]]</sup>
|secondary_use = Smother [[Kate Smith|Kate]] <sup style="color:red">[[Version history#0.2.0r_RC2.5|(0.2.0r)]]</sup>
|class_name = Base.Pillow
|class_name = Base.Pillow
}}A '''pillow''' is an item used in [[Carpentry Guide|Carpentry]].  
}}A '''pillow''' is an item used in [[Carpentry Guide|Carpentry]].  
Line 23: Line 23:
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4015 -->
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4015 -->
{{Crafting header|ing=4}}
{{Crafting header|ing=4}}
{{Crafting/core|ing=4
{{Crafting carpentry|005|ing=4}}
| product_image = [[File:Mattress.png|link=Mattress|Mattress]] | product_name = [[Mattress]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Needle.png]] | i1 = [[Needle]]<br>or<br>[[Suture Needle]] | q1 =
| f2 = [[File:Thread.png|link=Thread|Thread]] | i2 = [[Thread]] | q2 = (5 units) | tag2 = (consumed)
| f3 = [[File:Pillow.png|link=Pillow|Pillow]] | i3 = [[Pillow]] | q3 = x5 | tag3 = (consumed)
| f4 = [[File:Sheet.png|link=Sheet|Sheet]] | i4 = [[Sheet]] | q4 = x5 | tag4 = (consumed)
}}
|}
|}
== Distribution ==
== Distribution ==
Pillows can be found in [[Containers#Bedroom Storage|wardrobes]] in bedrooms.  
Pillows can be found in [[Containers#Bedroom Storage|wardrobes]] in bedrooms.  
Line 39: Line 31:
== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=[[Steam#.27I_Will_Back_Up_My_Save.27_branch|41.27 IWBUMS]]}}
{{Retrieved|version=41|incver=78}}
&amp;lt;nowiki> item Pillow
<pre>
item Pillow
{
{
    DisplayCategory = Material,
Weight = 0.8,
Weight = 0.8,
Type = Normal,
Type = Normal,
Line 47: Line 41:
Icon = Pillow,
Icon = Pillow,
StaticModel = Pillow,
StaticModel = Pillow,
}&amp;lt;/nowiki>
WorldStaticModel = Pillow_Ground,
}
</pre>


== See also ==
== See also ==

Revision as of 20:17, 22 March 2023

Pillow
Pillow
General
Category Item
Encumbrance
Heavy Load
0.8
Function Make mattress
Smother Kate (0.2.0r)
Technical details
Base ID Base.Pillow

A pillow is an item used in Carpentry.

Usage

The only current use is to craft a mattress.

'Til Death Us Do Part

Main article: 'Til Death Us Do PartTemplate:Spoilers

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

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.78

	item Pillow
	{
	    DisplayCategory = Material,
		Weight	=	0.8,
		Type	=	Normal,
		DisplayName	=	Pillow,
		Icon	=	Pillow,
		StaticModel = Pillow,
		WorldStaticModel = Pillow_Ground,
	}

See also