Picture of Kate: Difference between revisions

From PZwiki
m (→‎top: Replace "Infobox_normal" with "Infobox_item")
m (added to infobox changes)
Line 1: Line 1:
{{stub}}{{Languages}}{{Header|The Game World|Items|version=Version 41|incver=78.16}}{{Infobox item
{{stub}}{{Languages}}{{Header|The Game World|Items|version=Version 41|incver=78.16}}{{Infobox item
|name=Picture of Kate
|name=Picture of Kate
|name_colour=
|model=<!-- model image to go here: KatePic_Model.png -->
|name_text_colour=
|model=PictureKate.png
|model_caption=
|icon=PictureKate.png
|icon=PictureKate.png
|icon_name=Picture of Kate
|icon_name=Picture of Kate
|icon_link=
|category=Junk
|weight=0.2
|weight=0.2
|class_name=Base.KatePic
|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|foraging]] drop, or as a guaranteed drop from killing a zombified [[Baldspot]] in their house in [[Muldraugh]].
The '''Picture of Kate''' is a rare collectible item depicting a healthy [[Kate Smith]]. It can rarely be found as a [[Foraging|foraging]] drop, or as a guaranteed drop from killing a zombified [[Baldspot]] in their house in [[Muldraugh]].

Revision as of 06:31, 23 September 2023

Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
The Game WorldItemsPicture of Kate
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