Pool Ball: Difference between revisions

From PZwiki
(Added deletion notice.)
(The item exists, so it should not be deleted. A full knowledge info is always useful.)
Line 1: Line 1:
{{languages}}
{{languages}}
{{Items  
{{Items  
|image = Pool Ball.png
|image = Pool Ball.png
Line 5: Line 6:
}}
}}


{{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}}
The pool ball is a rare item, and it does not have any purposes except for adding weight on to the player's inventory.
The pool ball is a rare item, and it does not have any purposes except for adding weight on to the player's inventory.
== Code ==
== Code ==
<nowiki>item PoolBall
 
<pre>
item PoolBall
{
{
Type = Normal,
Type = Normal,
Line 14: Line 17:
Icon = Poolball,
Icon = Poolball,
Weight = 0.2
Weight = 0.2
}</nowiki>
}
[[Category:Version 0.2.0p]]
</pre>
 
[[Category:Unique]]
[[Category:Unique]]

Revision as of 23:31, 29 March 2014


Template:Items

The pool ball is a rare item, and it does not have any purposes except for adding weight on to the player's inventory.

Code

item PoolBall
{
	Type = Normal,
	DisplayName = Pool Ball,
	Icon = Poolball,
	Weight = 0.2
}