Wedding Ring: Difference between revisions

From PZwiki
m (Vaileasys moved page Wedding Ring to Wedding Ring over redirect: official display name)
(Added header, new infoboxes and gallery)
Line 1: Line 1:
{{languages|Wedding ring}}
{{languages|Wedding Ring}}
{{Items
{{header|The Game World|Items|type=default|version=Version 40|incver=6}}{{Infobox normal
|image = Wedding ring stone.png  
|display_name=Wedding Ring
|image = WeddingRing_Man_120px.png
|weight = 0.2
|weight = 0.2
}} <!--/infobox-->
|function = ''None''
A very rare jewelry item found on corpses. 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 on it is probably meant for the woman and the one without the diamond is more likely to be meant for the man.
|class_name=Base.WeddingRing_Man
{{Items
}}{{Infobox normal
|image = Wedding ring solid.png  
|display_name=Wedding Ring
|name_colour=default
|name_text_colour=default
|image = WeddingRing_Woman_120px.png
|weight = 0.2
|weight = 0.2
}}
|function = ''None''
<!--
|class_name=Base.WeddingRing_Woman
== Crafting ==
}}A '''wedding ring''' is a useless [[item]] found in two variants.
ITEM NAME can be used in the following recipes:


{| class="wikitable" width="550" style="text-align:center;"
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.
|-
 
! Ingredients || Other Items || Output || Description
==Distribution==
|-
Very rarely found on corpses.
| Ingredient + [[Ingredient]] || None || [[What the recipe makes]] || Brief description of what it makes.
 
|}
==Gallery==
-->
<gallery>
File:WeddingRing Spiffo scrnsht.jpg|''Spiffo trying to catch a hedgehog''
</gallery>


== Code ==
== Code ==
<nowiki>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
item WeddingRing_Man
 
{
''Wedding Ring (man)'' [[File:WeddingRing_Man.png]]
Weight = 0.2,
{{Retrieved|version=40|incver=6}}
Type = Normal,
<pre> item WeddingRing_Man
DisplayName = Wedding Ring,
Weight = 0.2,
Icon = WeddingRing_Man,
Type = Normal,
}
DisplayName = Wedding Ring,
Icon = WeddingRing_Man,
MetalValue = 15,</pre>
''Wedding Ring (woman)'' [[File:WeddingRing_Woman.png]]
{{Retrieved|version=40|incver=6}}
<pre> item WeddingRing_Woman
Weight = 0.2,
Type = Normal,
DisplayName = Wedding Ring,
Icon = WeddingRing_Woman,
MetalValue = 15,</pre>


item WeddingRing_Woman
{{clear}}
{
Weight = 0.2,
Type = Normal,
DisplayName = Wedding Ring,
Icon = WeddingRing_Woman,
}</nowiki>
[[Category:items]]

Revision as of 14:49, 12 August 2018

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,