Wedding Ring

From PZwiki
Revision as of 10:55, 9 January 2024 by VaileasysBot (talk | contribs) (β†’β€Žtop: category project: "The Game World")
Project ZomboidItemsWedding Ring
BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.
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

From newitems.txt (Project Zomboid directory/media/scripts/)

Wedding Ring (man) WeddingRing Man.png 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,
	}

Wedding Ring (woman) WeddingRing Woman.png 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