Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Backgammon Board

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]
Backgammon Board
BackgammonBoard Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Technical
Item ID
Base.BackgammonBoard

A backgammon board is an item that can be found in the world.

Usage

Backgammon board is currently labeled as junk items and have no use. Its primary purpose is adding item diversity and realism for the player when looting, or for decoration.

Location

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

BackgammonBoard distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
bedroom crate 1.13%
bedroom wardrobe 6.74%
closet crate 1.13%
daycare wardrobe 6.74%
garagestorage crate 1.13%
storageunit crate 1.13%
storageunit metal_shelves 1.13%

Trivia

  • Backgammon is a real two player game, dating back to 3000 B.C.

History

Base.BackgammonBoard

Version Description
Build 41.68 WorldStaticModel added with value BackgammonBoard_Ground.
Build 41.66 Released on this version.

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item BackgammonBoard
    {
        DisplayCategory = Junk,
        Weight	=	0.3,
        Type	=	Normal,
        DisplayName	=	Backgammon Board,
        Icon	=	BackgammonBoard,
        WorldStaticModel = BackgammonBoard_Ground,
    }

See also