Picture of Kate: Difference between revisions

From PZwiki
m (Automated header update.)
m (→‎Trivia: remove bold)
 
(9 intermediate revisions by 3 users not shown)
Line 13: Line 13:


==Trivia==
==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.
*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==
Line 20: Line 25:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 151
   | source = items.txt
   | source = items.txt
   | retrieved = true
   | retrieved = true
Line 26: Line 31:
   | code =
   | code =
item KatePic
item KatePic
{
{
  DisplayCategory   = Junk,
    DisplayCategory = Junk,
  Weight           = 0.2,
Weight = 0.2,
  Type             = Normal,
Type = Normal,
  DisplayName       = Picture of Kate,
DisplayName = Picture of Kate,
  Icon             = PictureKate,
Icon = PictureKate,
  WorldStaticModel = KatePic,
WorldStaticModel = KatePic,
}
}
  }}
}}
}}
}}


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


{{Clear}}<!--Remove when the page gets longer-->
{{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