Picture of Kate: Difference between revisions

From PZwiki
m (added to infobox changes)
m (Move stub lower)
Line 1: Line 1:
{{stub}}{{Languages}}{{Header|The Game World|Items|version=Version 41|incver=78.16}}{{Infobox item
{{Languages}}
{{Header|The Game World|Items|version=Version 41|incver=78.16}}
{{Stub}}
{{Infobox item
|name=Picture of Kate
|name=Picture of Kate
|model=<!-- model image to go here: KatePic_Model.png -->
|model=<!-- model image to go here: KatePic_Model.png -->
Line 16: Line 19:
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=78.16}}
{{Retrieved|version=41|incver=78.16}}
<pre> item KatePic
<pre>
item KatePic
{
{
    DisplayCategory = Junk,
    DisplayCategory = Junk,
Line 24: Line 28:
Icon = PictureKate,
Icon = PictureKate,
WorldStaticModel = KatePic,
WorldStaticModel = KatePic,
}</pre>
}
</pre>


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

Revision as of 18:30, 1 October 2023

The Game WorldItemsPicture of Kate
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Picture of Kate
[[File:|Picture of Kate|200px|class=pixelart]]
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Technical
Item ID
Base.KatePic

The Picture of Kate is a rare collectible item depicting a healthy Kate Smith. It can rarely be found as a foraging drop, or as a guaranteed drop from killing a zombified Bob Smith in their house in Muldraugh.

Trivia

In older builds of Project Zomboid, you received the Picture of Kate after murdering her by using the pillow on her during the tutorial. It had no use other than to give you something to remember her by, and to add more weight to your inventory. Upon receiving the Picture of Kate, the music changed into a much more depressing music.

Code

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

	item KatePic
	{
	    DisplayCategory = Junk,
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Picture of Kate,
		Icon	=	PictureKate,
		WorldStaticModel = KatePic,
	}

See also