Wedding Ring: Difference between revisions

From PZwiki
(added "languages")
m (Vaileasys moved page Wedding Ring to Wedding Ring over redirect: official display name)
(No difference)

Revision as of 14:27, 12 August 2018

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