Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Locket

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Locket
Locket Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Properties
Metal quantity
10
Technical
Item ID
Base.Locket

A locket is currently a useless item, and often considered as junk.

Usage

A locket is a jewelry item and has no use, being added purely for the purpose of clutter, creating more realism for the player when looting.

Location

The loot distributions can be found in the table(s) below.

Locket distributionShow / Hide

Effective chance calculations are based off of default loot settings and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.

Containers
Building/Room Container Effective chance
all inventoryfemale 1.01%
all inventorymale 1.01%

A locket can be found on corpses, in purses and in some stores.

History

Base.Locket

Version Description
0.2.0r_RC2.5 Released on or before this version.

Help PZwiki by adding to this history.

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Locket
	{
	    DisplayCategory = Junk,
		Weight	=	0.5,
		Type	=	Normal,
		DisplayName	=	Locket,
		Icon	=	Locket,
		MetalValue = 10,
		WorldStaticModel = Locket,
	}

See also