Picture of Kate: Difference between revisions

From PZwiki
(added icon to infobox (needs model) + added code + other cleanups)
m (→‎top: Replace "Infobox_normal" with "Infobox_item")
Line 1: Line 1:
{{stub}}{{Languages}}{{Header|The Game World|Items|version=Version 41|incver=78.16}}{{Infobox normal
{{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=
|name_colour=
|name_text_colour=
|name_text_colour=
|image=PictureKate.png
|model=PictureKate.png
|image_caption=
|model_caption=
|alternate_image=PictureKate.png
|icon=PictureKate.png
|alternate_name=Picture of Kate
|icon_name=Picture of Kate
|alternate_link=
|icon_link=
|weight=0.2
|weight=0.2
|class_name=Base.KatePic
|class_name=Base.KatePic

Revision as of 06:04, 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
PictureKate.png
General
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