Dice: Difference between revisions

From PZwiki
(Created page with "{{Notice|Future}} {{Notice|Improve}} <!--this section is for the infobox which will be positioned on the right of the page. Image.png is the default question mark image--> {{Ite...")
 
No edit summary
Line 1: Line 1:
{{Notice|Future}}
{{Notice|Future}}
{{Notice|Improve}}


<!--this section is for the infobox which will be positioned on the right of the page. Image.png is the default question mark image-->
<!--this section is for the infobox which will be positioned on the right of the page. Image.png is the default question mark image-->
Line 22: Line 21:
|}
|}
-->
-->
== Code ==
<nowiki>item Dice
{
Weight = 0.2,
Type = Normal,
DisplayName = Dice,
Icon = Dice,
}</nowiki>


[[Category:items]]
[[Category:items]]

Revision as of 09:35, 31 July 2013

PictureKate.png
This is a future feature.
This article is about an item or mechanic that is currently unimplemented and planned for a future version.
It has either been previewed or found in the game files and does not exist yet.

Template:Items

A pair of dice. Not currently useable (2.9.10)


Code

item Dice
{
Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Dice,
		Icon	=	Dice,
}