Wedding Ring

From PZwiki
Revision as of 21:25, 19 July 2019 by SimonC4 (talk | contribs) (Updated to version 40.43)
The Game WorldItemsWedding Ring
Wedding Ring
Wedding Ring
Wedding Ring
General
Category Item
Encumbrance
Heavy Load
0.2
Function None
Technical details
Base ID Base.WeddingRing_Man
Base.WeddingRing_Woman

A wedding ring is a useless item found in two variants.

Usage

Wedding rings are jewelry items and have 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 can 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 40.43

	item WeddingRing_Man
		Weight		= 0.2,
		Type		= Normal,
		DisplayName	= Wedding Ring,
		Icon		= WeddingRing_Man,
		MetalValue 	= 15,

Wedding Ring (woman) WeddingRing Woman.png Retrieved: Build 40.43

	item WeddingRing_Woman
		Weight		= 0.2,
		Type		= Normal,
		DisplayName	= Wedding Ring,
		Icon		= WeddingRing_Woman,
		MetalValue 	= 15,

See also