Pool Ball: Difference between revisions

From PZwiki
No edit summary
mNo edit summary
Line 2: Line 2:
{{Items  
{{Items  
|image = Pool Ball.png
|image = Pool Ball.png
|weight = 2
|weight = 0.2
}}
}}
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.
Line 11: Line 11:
DisplayName = Pool Ball,
DisplayName = Pool Ball,
Icon = Poolball,
Icon = Poolball,
Weight = 2
Weight = 0.2
}</nowiki>
}</nowiki>
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]
[[Category:Unique]]
[[Category:Unique]]

Revision as of 14:23, 4 May 2013

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
}