Wedding Ring

From PZwiki
(Redirected from Wedding Ring)
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 ring.
Wedding Ring
Wedding Ring
Wedding Ring
General
Category
Accessory
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
None
Properties
Material
Metal
Metal quantity
15
Technical
Item ID
Base.WeddingRing_Man
Base.WeddingRing_Woman

A wedding ring was an item removed in build 41 when it was replaced by various other rings.

Usage

Wedding rings were a jewelry item that had no use, being added purely for the purpose of clutter, creating more realism for the player when looting. There are two variations, one with the diamond, and one as a gold ring without the diamond on it. The one with the diamond is for the woman and the one without the diamond is for the man.

Distribution

Wedding rings could be found on corpses and in some stores.

Gallery

Code

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

WeddingRing Man.png WeddingRing_Man
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item WeddingRing_Man
	{
	    DisplayCategory = Accessory,
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Wedding Ring,
		Icon	=	WeddingRing_Man,
		MetalValue = 15,
		OBSOLETE = TRUE,
	}

WeddingRing Woman.png WeddingRing_Woman
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item WeddingRing_Woman
	{
	    DisplayCategory = Accessory,
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Wedding Ring,
		Icon	=	WeddingRing_Woman,
		MetalValue = 15,
		OBSOLETE = TRUE,
	}

See also