Wedding Ring: Difference between revisions

From PZwiki
(Updated to version 40.43)
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Wedding Ring}}
{{Languages}}{{Header|The Game World|Items|type=default|version=Version 40|incver=43}}{{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.png
|alternate_image=WeddingRing_Woman.png
|alternate_image=WeddingRing Woman.png
|alternate_name=Wedding Ring
|alternate_name=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''' is a useless [[item]] found in two variants.
Line 21: Line 20:
</gallery>
</gallery>


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


''Wedding Ring (man)'' [[File:WeddingRing_Man.png]]
''Wedding Ring (man)'' [[File:WeddingRing_Man.png]]
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=40|incver=43}}
<pre> item WeddingRing_Man
<pre>
item WeddingRing_Man
Weight = 0.2,
Weight = 0.2,
Type = Normal,
Type = Normal,
DisplayName = Wedding Ring,
DisplayName = Wedding Ring,
Icon = WeddingRing_Man,
Icon = WeddingRing_Man,
MetalValue = 15,</pre>
MetalValue = 15,
</pre>
''Wedding Ring (woman)'' [[File:WeddingRing_Woman.png]]
''Wedding Ring (woman)'' [[File:WeddingRing_Woman.png]]
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=40|incver=43}}
<pre> item WeddingRing_Woman
<pre>
item WeddingRing_Woman
Weight = 0.2,
Weight = 0.2,
Type = Normal,
Type = Normal,
DisplayName = Wedding Ring,
DisplayName = Wedding Ring,
Icon = WeddingRing_Woman,
Icon = WeddingRing_Woman,
MetalValue = 15,</pre>
MetalValue = 15,
</pre>


==See also==
==See also==
* [[Earrings]]
*[[Earrings]]
* [[Ring]]
*[[Ring]]

Revision as of 21:12, 26 February 2023

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