Backgammon Board: Difference between revisions

From PZwiki
m (minor fix)
m (Distribution table update)
 
(5 intermediate revisions by the same user not shown)
Line 6: Line 6:
|icon=BackgammonBoard.png
|icon=BackgammonBoard.png
|icon_name=Backgammon Board
|icon_name=Backgammon Board
|icon_link=
|category=Junk
|category=Junk
|weight=0.3
|weight=0.3
|function=''None''
|function=''None''
|item_id =Base.BackgammonBoard
|item_id=Base.BackgammonBoard
}}
}}
A '''backgammon board''' is an [[Items|item]] that can be found in the world.
A '''backgammon board''' is an [[Items|item]] that can be found in the world.


Line 21: Line 19:
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|BackgammonBoard|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>BackgammonBoard distribution
! Container
        <span class="mw-customtoggle-togglebox-BackgammonBoard" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
! style="width: 3.2em;" | Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-BackgammonBoard">
! style="width: 3.2em;" | Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
|rowspan="2"|bedroom
    |+ {{ll|Containers}}
|[[crate]]
    ! Building / Room
|1  
    ! Container
|1
    ! Rolls
|-
    ! Chance
|[[wardrobe]]
    |-
|4  
    | bedroom
|2
    | {{ll|crate}}
|}
    | 1
    | 1
    |-
    | bedroom
    | {{ll|wardrobe}}
    | 4
    | 2
    |-
    | closet
    | {{ll|crate}}
    | 1
    | 1
    |-
    | daycare
    | {{ll|wardrobe}}
    | 4
    | 2
    |-
    | garagestorage
    | {{ll|crate}}
    | 1
    | 1
    |-
    | storageunit
    | {{ll|crate}}
    | 1
    | 1
    |-
    | storageunit
    | {{ll|metal_shelves}}
    | 1
    | 1
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-BackgammonBoard" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|BackgammonBoard|41.78.16-->


==Trivia==
==Trivia==
Line 47: Line 81:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 4914
   | source = newitems.txt
   | source = newitems.txt
   | retrieved = true
   | retrieved = true
Line 53: Line 87:
   | code =
   | code =
item BackgammonBoard
item BackgammonBoard
{
    {
    DisplayCategory = Junk,
        DisplayCategory = Junk,
    Weight = 0.3,
        Weight = 0.3,
    Type = Normal,
        Type = Normal,
    DisplayName = Backgammon Board,
        DisplayName = Backgammon Board,
    Icon = BackgammonBoard,
        Icon = BackgammonBoard,
    WorldStaticModel = BackgammonBoard_Ground,
        WorldStaticModel = BackgammonBoard_Ground,
}
    }
  }}
}}
}}
}}


Line 68: Line 102:
*[[Game Pieces]]
*[[Game Pieces]]


{{Navbox junk}}
{{Navbox items|junk}}

Latest revision as of 16:41, 23 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]
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.

BackgammonBoard distribution Show / Hide
Containers
Building / Room Container Rolls Chance
bedroom crate 1 1
bedroom wardrobe 4 2
closet crate 1 1
daycare wardrobe 4 2
garagestorage crate 1 1
storageunit crate 1 1
storageunit metal_shelves 1 1

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