Picture of Kate: Difference between revisions

From PZwiki
No edit summary
(added icon to infobox (needs model) + added code + other cleanups)
Line 4: Line 4:
|name_text_colour=
|name_text_colour=
|image=PictureKate.png
|image=PictureKate.png
|image_width=120px
|image_caption=
|image_caption=
|alternate_image=
|alternate_image=PictureKate.png
|alternate_name=
|alternate_name=Picture of Kate
|alternate_link=
|alternate_link=
|weight=0.2
|weight=0.2
|class_name=
|class_name=Base.KatePic
}}
}}
The '''Picture of Kate''' is a junk 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]].


==Trivia==
==Trivia==
Line 18: Line 17:


==Code==
==Code==
<pre>
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
item KatePic
{{Retrieved|version=41|incver=78.16}}
Weight = 0.2,
<pre> item KatePic
{
    DisplayCategory = Junk,
Weight = 0.2,
Type = Normal,
Type = Normal,
DisplayName = Picture of Kate,
DisplayName = Picture of Kate,
Icon = PictureKate,
Icon = PictureKate,
</pre>
WorldStaticModel = KatePic,
}</pre>
 
==See also==
*[[Spiffo (item)]]


[[Category:Unique]]
[[Category:Unique]]

Revision as of 07:05, 16 June 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
{{{display_name}}}
Picture of Kate
General
Category Item
Encumbrance
Heavy Load
0.2
Technical details
Base 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