Pool Ball: Difference between revisions

From PZwiki
m (Automated infobox fix)
m (Automated Formatting)
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name = Pool Ball
|name=Pool Ball
| model= PoolBall_Model.png
|model=PoolBall_Model.png
| model_width = 128px
|model_width=128px
| icon = Poolball.png
|icon=Poolball.png
| category = Sports
|category=Sports
| weight = 0.2
|weight=0.2
| function = ''None''
|function=''None''
| class_name = Base.PoolBall
|item_id=Base.PoolBall
}}
}}
A '''pool ball''' is currently a useless item, and often considered as ''junk''.
A '''pool ball''' is currently a useless item, and often considered as ''junk''.


Line 23: Line 22:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|-
| rowspan="4"|barstorage
|rowspan="5"|barstorage
| [[crate]]
|[[crate]]
| 4
|4
| 1
|1
|-
|[[crate]]
|4
|1
|-
|-
|[[crate]]
|[[crate]]
Line 51: Line 54:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 365
   | source = items.txt
   | source = items.txt
   | retrieved = true
   | retrieved = true
Line 65: Line 68:
WorldStaticModel = PoolBall,
WorldStaticModel = PoolBall,
}
}
  }}
}}
}}
}}


Line 71: Line 74:
*[[Basketball]]
*[[Basketball]]
*[[Football]]
*[[Football]]
{{Navbox items|sports}}

Revision as of 11:12, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
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

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
barstorage crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5

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