Wedding Ring: Difference between revisions

From PZwiki
(Added deletion notice.)
m (Removed deletion notice. Item is not useful in game, however, useful information is needed on THIS wiki about it.)
Line 1: Line 1:
{{deletion|This page is a stub, the item in question is not exceptionally notable that it requires it's own page. If no issues are raised this page will be deleted and any useful info will be collapsed into the [[Items]] table. -Connall|speedy=0}}
{{Items
{{Items
|image = Wedding ring stone.png  
|image = Wedding ring stone.png  

Revision as of 23:10, 1 September 2015

Template:Items 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. Template:Items

Code

item WeddingRing_Man
	{
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Wedding Ring,
		Icon	=	WeddingRing_Man,
	}

	item WeddingRing_Woman
	{
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Wedding Ring,
		Icon	=	WeddingRing_Woman,
}