Pearl Necklace

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]
Trashcontainers 01 24.png
This item has been removed from the game in build 41.
It has been replaced by necklace.
Pearl Necklace
Pearl Necklace
General
Category
Accessory
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
metal quantity
35
Technical
Item ID
Base.Necklacepearl

A pearl necklace was a useless item, before being removed in build 41 with the addition of other jewelry items.

Usage

A pearl necklace was a jewelry item which had no use, being added purely for the purpose of clutter, creating more realism for the player when looting.

Location

Pearl necklaces could be found on corpses, in purses and in some stores.

History

Base.Necklacepearl

Version Description
38.30 Released on or before this version.

Help PZwiki by adding to this history.

Base.Necklace_Pearl

Version Description
41.78.16 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 Necklacepearl
    {
        DisplayCategory = Accessory,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Pearl Necklace,
        Icon	=	Necklacepearl,
        MetalValue = 35,
        OBSOLETE = TRUE,
    }

See also