Picture of Kate: Difference between revisions

From PZwiki
mNo edit summary
m (→‎Trivia: remove bold)
 
(38 intermediate revisions by 14 users not shown)
Line 1: Line 1:
{{Items  
{{Header|Project Zomboid|Items|Miscellaneous items|Junk}}
|image = Pictureofkate.png
{{Page version|41.78.16}}
|weight = 2  
{{Infobox item
}}  
|name=Picture of Kate
You receive the '''picture of Kate''' after using the [[pillow]] during the [[tutorial]]. It's a picture of a considerably less dead Kate. It has no use other than to give you something to remember [[Kate]] by.
|model=KatePic_Model.png
|icon=PictureKate.png
|icon_name=Picture of Kate
|category=Junk
|weight=0.2
|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 [[Baldspot]] in their house in [[Muldraugh]].


[[Category:items]]
==Trivia==
*In older builds of Project Zomboid, you received the Picture of Kate after smothering her by using the [[pillow]] on her during then [['Til Death Us Do Part]] 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.
 
==Gallery==
<gallery>
File:KatePic_Model-old.png|Old texture for the model
</gallery>
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 151
  | source = items.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item KatePic
{
    DisplayCategory = Junk,
Weight = 0.2,
Type = Normal,
DisplayName = Picture of Kate,
Icon = PictureKate,
WorldStaticModel = KatePic,
}
}}
}}
 
==See also==
*[[Kate Smith]]
*[[Picture of Bob]]
*[[Picture of Casey-Jo]]
*[[Picture of Chris Bailey]]
*[[Picture of Dr Cortman]]
*[[Picture of Hank]]
*[[Picture of James Garcia]]
*[[Picture of Marianne Brown]]
 
{{Navbox items|junk}}

Latest revision as of 15:11, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Picture of Kate
KatePic Model.png
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 smothering her by using the pillow on her during then 'Til Death Us Do Part 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.

Gallery

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items.txt

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

See also