Wedding Ring

From PZwiki
Revision as of 13:49, 12 August 2018 by Vaileasys (talk | contribs) (Added header, new infoboxes and gallery)
The Game WorldItemsWedding Ring
Wedding Ring
Wedding Ring
General
Category Item
Encumbrance
Heavy Load
0.2
Function None
Technical details
Base ID Base.WeddingRing_Man
Wedding Ring
Wedding Ring
General
Category Item
Encumbrance
Heavy Load
0.2
Function None
Technical details
Base ID Base.WeddingRing_Woman

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

No known use. Comes in 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

Very rarely found on corpses.

Gallery

Code

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

Wedding Ring (man) WeddingRing Man.png Retrieved: Build 40.6

	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.6

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