Wedding Ring: Difference between revisions

From PZwiki
m (Remove 120px, minor fixes)
(mentioned removal from game)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|type=default|version=Version 40|incver=43}}{{Infobox normal
{{Languages}}
{{Header|The Game World|Items|type=default|version=Version 41|incver=78.16}}
{{Obsolete|link=Ring}}
{{Infobox normal
|display_name=Wedding Ring
|display_name=Wedding Ring
|image = WeddingRing Man.png
|image = WeddingRing Woman.png
|alternate_image=WeddingRing Woman.png
|alternate_image=WeddingRing Woman.png
|alternate_name=Wedding Ring
|alternate_name=Wedding Ring
|alternate_image2=WeddingRing Man.png
|alternate_name2=Wedding Ring
|weight=0.2
|weight=0.2
|function=''None''
|function=''None''
|class_name=Base.WeddingRing_Man<br>Base.WeddingRing_Woman
|class_name=Base.WeddingRing_Man<br>Base.WeddingRing_Woman
}}A '''wedding ring''' is a useless [[item]] found in two variants.
}}A '''wedding ring''' was an [[item]] removed in [[build 41]] when it was replaced by various other [[ring]]s.


==Usage==
==Usage==
Wedding rings are jewelry items and have no use, being added purely for the purpose of clutter, creating more realism for the {{T|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.
Wedding rings were a jewelry item that had no use, being added purely for the purpose of clutter, creating more realism for the {{T|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==
==Distribution==
Wedding rings can be found on corpses and in some stores.  
Wedding rings could be found on corpses and in some stores.  


==Gallery==
==Gallery==
Line 46: Line 51:
==See also==
==See also==
*[[Earrings]]
*[[Earrings]]
*[[Necklace]]
*[[Ring]]
*[[Ring]]

Revision as of 15:39, 14 June 2023

The Game WorldItemsWedding Ring
BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.
Wedding 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 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 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