Pool Ball: Difference between revisions

From PZwiki
mNo edit summary
No edit summary
Line 4: Line 4:
|weight = 2
|weight = 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.
== Code ==
== Code ==
  <nowiki>item PoolBall
  <nowiki>item PoolBall

Revision as of 02:08, 6 June 2012

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 = 2
}