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]
BoxSmall.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
Function
None
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.

Distribution

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

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