Wedding Ring: Difference between revisions

From PZwiki
m (Removed deletion notice. Item is not useful in game, however, useful information is needed on THIS wiki about it.)
(added "languages")
Line 1: Line 1:
{{languages|Wedding ring}}
{{Items
{{Items
|image = Wedding ring stone.png  
|image = Wedding ring stone.png  

Revision as of 21:59, 20 March 2016

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,
}