Picture of Kate: Difference between revisions

From PZwiki
mNo edit summary
m (Cleanup, stub)
Line 1: Line 1:
{{languages|Picture of Kate}}
{{stub}}{{Languages}}{{Header|The Game World|Items|version=Version 41|incver=78.16}}{{Infobox normal
{{Items
|name=Picture of Kate
|image = Pictureofkate.png
|name_colour=
|weight = 0.2  
|name_text_colour=
}}  
|image=PictureKate.png
You receive the '''picture of Kate''' after murdering her by using the [[pillow]] on her during the [[tutorial]]. It's a picture of a considerably healthier [[Kate]]. It has 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 will change into a much more depressing music.
|image_width=120px
|image_caption=
|alternate_image=
|alternate_name=
|alternate_link=
|weight=0.2
|class_name=
}}


== Code ==
==Trivia==
<nowiki>item KatePic
In oldest builds of Project Zomboid, you received the '''Picture of Kate''' after murdering her by using the [[pillow]] on her during the [[tutorial]]. It's a picture of a considerably healthier [[Kate]]. 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 Late, the music changed into a much more depressing music.
{
 
==Code==
<pre>
item KatePic
Weight = 0.2,
Weight = 0.2,
Type = Normal,
Type = Normal,
DisplayName = Picture of Kate,
DisplayName = Picture of Kate,
Icon = PictureKate,
Icon = PictureKate,
}</nowiki>
</pre>
[[Category:Version 0.2.0p]]
 
[[Category:Unique]]
[[Category:Unique]]

Revision as of 00:40, 26 February 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}}}
General
Category Item
Encumbrance
Heavy Load
0.2
Technical details
Base ID


Trivia

In oldest builds of Project Zomboid, you received the Picture of Kate after murdering her by using the pillow on her during the tutorial. It's a picture of a considerably healthier Kate Smith. 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 Late, the music changed into a much more depressing music.

Code

item KatePic
	Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Picture of Kate,
		Icon	=	PictureKate,