Backgammon Board: Difference between revisions

From PZwiki
m (Updated distribution table)
m (minor fix)
(One intermediate revision 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 = Backgammon Board
|name=Backgammon Board
|model=BackgammonBoard Model.png
|model=BackgammonBoard_Model.png
|icon=BackgammonBoard.png
|icon=BackgammonBoard.png
|icon_name=
|icon_name=Backgammon Board
|icon_link=
|icon_link=
|category=Junk
|category=Junk
Line 16: Line 16:


==Usage==
==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.
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.


==Distribution==
==Distribution==
Line 67: Line 67:
*[[Checkerboard]]
*[[Checkerboard]]
*[[Game Pieces]]
*[[Game Pieces]]
{{Navbox junk}}
{{Navbox junk}}

Revision as of 22:28, 21 March 2024

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
Function
None
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.

Distribution

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

Containers
Building/Room Container Rolls Chance
bedroom crate 1 1
wardrobe 4 2

Trivia

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

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

Template:Navbox junk