Pool Ball: Difference between revisions

From PZwiki
m (Reupload, minor)
(Added 3d Model and removed reupload tag)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|version=Version 40|incver=43}}
{{Header|Project Zomboid|Items|version=Version 40|incver=43}}
{{Reupload|Missing 3D model}}
{{Infobox item
{{Infobox item
| display_name = Pool Ball
| display_name = Pool Ball
| model= <!-- model image to go here: PoolBall_Model.png -->
| model= PoolBall_Model.png
| model_width = 128px
| model_width = 128px
| icon = Poolball.png
| icon = Poolball.png

Revision as of 03:44, 13 January 2024

Project ZomboidItemsPool Ball
Pool Ball
PoolBall Model.png
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