Wedding Ring: Difference between revisions

From PZwiki
m (→‎top: Replace "Infobox_normal" with "Infobox_item")
(changes to infobox and code)
Line 4: Line 4:
{{Infobox item
{{Infobox item
|display_name=Wedding Ring
|display_name=Wedding Ring
|model = WeddingRing Woman.png
|icon=WeddingRing Woman.png
|icon=WeddingRing Woman.png
|icon_name=Wedding Ring
|icon_name=Wedding Ring
|icon2=WeddingRing Man.png
|icon2=WeddingRing Man.png
|icon_name2=Wedding Ring
|icon_name2=Wedding Ring
|category=Accessory
|weight=0.2
|weight=0.2
|function=''None''
|function=''None''
|material=Metal
|material_value=15
|class_name=Base.WeddingRing_Man<br>Base.WeddingRing_Woman
|class_name=Base.WeddingRing_Man<br>Base.WeddingRing_Woman
}}A '''wedding ring''' was an [[item]] removed in [[build 41]] when it was replaced by various other [[ring]]s.
}}A '''wedding ring''' was an [[item]] removed in [[build 41]] when it was replaced by various other [[ring]]s.
Line 29: Line 31:


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



Revision as of 06:48, 24 September 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
General
Category
Accessory
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
None
Properties
Material
Metal
Metal quantity
15
Technical
Item 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 41.78.16

	item WeddingRing_Man
	{
	    DisplayCategory = Accessory,
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Wedding Ring,
		Icon	=	WeddingRing_Man,
		MetalValue = 15,
		OBSOLETE = TRUE,
	}

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

	item WeddingRing_Woman
	{
	    DisplayCategory = Accessory,
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Wedding Ring,
		Icon	=	WeddingRing_Woman,
		MetalValue = 15,
		OBSOLETE = TRUE,
	}

See also