Pool Ball: Difference between revisions

From PZwiki
(Added 3d Model and removed reupload tag)
(updated page/code to current version)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|version=Version 40|incver=43}}
{{Header|Project Zomboid|Items|version=Version 41|incver=78.16}}
{{Infobox item
{{Infobox item
| display_name = Pool Ball
| display_name = Pool Ball
Line 25: Line 25:
   | line = true
   | line = true
   | start = 0
   | start = 0
   | source = newitems.txt
   | source = items.txt
   | retrieved = true
   | retrieved = true
   | version = 40
   | version = 41
   | incver = 43
   | incver = 78.16
   | code =
   | code =
item PoolBall
item PoolBall
{
{
  Weight     = 0.2,
    DisplayCategory = Sports,
  Type       = Normal,
Weight = 0.2,
  DisplayName = Pool Ball,
Type = Normal,
  Icon       = PoolBall,
DisplayName = Pool Ball,
}
Icon = Poolball,
WorldStaticModel = PoolBall,
}
   }}
   }}
}}
}}

Revision as of 22:27, 22 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\items.txt

Retrieved: Build 41.78.16
item PoolBall
	{
	    DisplayCategory = Sports,
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Pool Ball,
		Icon	=	Poolball,
		WorldStaticModel = PoolBall,
	}

See also