Wedding Ring: Difference between revisions

From PZwiki
(Added header, new infoboxes and gallery)
(Updated to version 40.43)
Line 1: Line 1:
{{languages|Wedding Ring}}
{{languages|Wedding Ring}}
{{header|The Game World|Items|type=default|version=Version 40|incver=6}}{{Infobox normal
{{header|The Game World|Items|type=default|version=Version 40|incver=43}}{{Infobox normal
|display_name=Wedding Ring
|display_name=Wedding Ring
|image = WeddingRing_Man_120px.png
|image = WeddingRing_Man_120px.png
|alternate_image=WeddingRing_Woman.png
|alternate_name=Wedding Ring
|weight = 0.2
|weight = 0.2
|function = ''None''
|function = ''None''
|class_name=Base.WeddingRing_Man
|class_name=Base.WeddingRing_Man<br>Base.WeddingRing_Woman
}}{{Infobox normal
|display_name=Wedding Ring
|name_colour=default
|name_text_colour=default
|image = WeddingRing_Woman_120px.png
|weight = 0.2
|function = ''None''
|class_name=Base.WeddingRing_Woman
}}A '''wedding ring''' is a useless [[item]] found in two variants.
}}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.
==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.


==Distribution==
==Distribution==
Very rarely found on corpses.  
Wedding rings can be found on corpses and in some stores.  


==Gallery==
==Gallery==
Line 30: Line 25:


''Wedding Ring (man)'' [[File:WeddingRing_Man.png]]
''Wedding Ring (man)'' [[File:WeddingRing_Man.png]]
{{Retrieved|version=40|incver=6}}
{{Retrieved|version=40|incver=43}}
<pre> item WeddingRing_Man
<pre> item WeddingRing_Man
Weight = 0.2,
Weight = 0.2,
Line 38: Line 33:
MetalValue = 15,</pre>
MetalValue = 15,</pre>
''Wedding Ring (woman)'' [[File:WeddingRing_Woman.png]]
''Wedding Ring (woman)'' [[File:WeddingRing_Woman.png]]
{{Retrieved|version=40|incver=6}}
{{Retrieved|version=40|incver=43}}
<pre> item WeddingRing_Woman
<pre> item WeddingRing_Woman
Weight = 0.2,
Weight = 0.2,
Line 46: Line 41:
MetalValue = 15,</pre>
MetalValue = 15,</pre>


{{clear}}
==See also==
* [[Earrings]]
* [[Ring]]

Revision as of 21:25, 19 July 2019

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