Pool Ball: Difference between revisions

From PZwiki
(The item exists, so it should not be deleted. A full knowledge info is always useful.)
(Checked and updated to version 40.43)
Line 1: Line 1:
{{languages}}
{{languages}}
{{header|The Game World|Items|version=Version 40|incver=43}}{{Infobox normal
| display_name = Pool Ball
| name_colour =
| name_text_colour =
| image = Poolball.png
| image_width = 120px
| weight = 0.2
| function = ''None''
| class_name = Base.PoolBall
}}'''Pool balls''' are currently a useless {{T|item}}, and often considered as ''junk''.


{{Items
==Usage==
|image = Pool Ball.png
Pool balls have no use, being added purely for the purpose of clutter, creating more realism for the {{T|player}} when looting.
|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.
==Distribution==
Pool balls can be found in bars.  


== Code ==
==Code==
 
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
<pre>
{{Retrieved|version=40|incver=43}}
item PoolBall
<pre> item PoolBall
{
Weight = 0.2,
Type = Normal,
Type = Normal,
DisplayName = Pool Ball,
DisplayName = Pool Ball,
Icon = Poolball,
Icon = PoolBall,
Weight = 0.2
}
</pre>
</pre>


[[Category:Unique]]
==See also==
* [[Basketball]]
* [[Football]]

Revision as of 21:38, 6 July 2019

The Game WorldItemsPool Ball
Pool Ball
Pool Ball
General
Category Item
Encumbrance
Heavy Load
0.2
Function None
Technical details
Base ID Base.PoolBall

Pool balls are currently a useless item, and often considered as junk.

Usage

Pool balls have no use, being added purely for the purpose of clutter, creating more realism for the player when looting.

Distribution

Pool balls can be found in bars.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.43

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

See also