Picture of Kate: Difference between revisions

From PZwiki
(added icon to infobox (needs model) + added code + other cleanups)
m (→‎Trivia: remove bold)
 
(27 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{stub}}{{Languages}}{{Header|The Game World|Items|version=Version 41|incver=78.16}}{{Infobox normal
{{Header|Project Zomboid|Items|Miscellaneous items|Junk}}
{{Page version|41.78.16}}
{{Infobox item
|name=Picture of Kate
|name=Picture of Kate
|name_colour=
|model=KatePic_Model.png
|name_text_colour=
|icon=PictureKate.png
|image=PictureKate.png
|icon_name=Picture of Kate
|image_caption=
|category=Junk
|alternate_image=PictureKate.png
|alternate_name=Picture of Kate
|alternate_link=
|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]] drop, or as a guaranteed drop from killing a zombified [[Baldspot]] in their house in [[Muldraugh]].


==Trivia==
==Trivia==
In older builds of Project Zomboid, you received the '''Picture of Kate''' after murdering her by using the [[pillow]] on her during the [['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.
*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==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=41|incver=78.16}}
| {{CodeSnip
<pre> item KatePic
  | lang = java
  | line = true
  | start = 151
  | source = items.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item KatePic
{
{
    DisplayCategory = Junk,
    DisplayCategory = Junk,
Line 27: Line 38:
Icon = PictureKate,
Icon = PictureKate,
WorldStaticModel = KatePic,
WorldStaticModel = KatePic,
}</pre>
}
}}
}}


==See also==
==See also==
*[[Spiffo (item)]]
*[[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]]


[[Category:Unique]]
{{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