Poker Chips

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Poker Chips
PokerChips Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
None
Technical
Item ID
Base.PokerChips

Poker chips are an item that can be found in the world.

Usage

They are currently considered junk items and have no use. Their primary purpose is adding item diversity and realism for the player when looting, or for decoration.

Distribution

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

PokerChips distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all Outfit_PokerDealer 1 10.0
bedroom crate 1 2.0
bedroom wardrobe 4 2.0

Code

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

Item

PokerChips.png Base.PokerChips
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item PokerChips
    {
        DisplayCategory = Junk,
        Weight	=	0.2,
        Type	=	Normal,
        DisplayName	=	Poker Chips,
        Icon	=	PokerChips,
        WorldStaticModel = PokerChips_Ground,
    }

See also