Pool Ball

From PZwiki
Revision as of 09:08, 8 January 2024 by Calvy (talk | contribs) (→‎Code: code box update)
The Game WorldItemsPool Ball
Pool Ball
[[File:||128px|class=pixelart]]
General
Category
Sports
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
None
Technical
Item ID
Base.PoolBall

A pool ball is 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

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 40.43
item PoolBall
{
  Weight      = 0.2,
  Type        = Normal,
  DisplayName = Pool Ball,
  Icon        = PoolBall,
}

See also