Wedding Ring: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 3: Line 3:
|weight = 0.2
|weight = 0.2
}} <!--/infobox-->
}} <!--/infobox-->
A 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.
A 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.
{{Items
{{Items
|image = Wedding ring solid.png  
|image = Wedding ring solid.png  
Line 19: Line 19:
|}
|}
-->
-->
== Code ==
<nowiki>
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,
}</nowiki>
[[Category:items]]
[[Category:items]]

Revision as of 10:30, 31 July 2013

Template:Items A 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,
}