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

Bar Wall Bar

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]
Bar Wall Bar
BarShelf.gif
Location restaurant bar 01 38.png
Location restaurant bar 01 73.png
Location restaurant bar 01 30.png
Location restaurant bar 01 65.png
[[File:{{{icon6}}}|Bar Wall Bar||class=pixelart}}]]
[[File:{{{icon7}}}|Bar Wall Bar||class=pixelart}}]]
[[File:{{{icon8}}}|Bar Wall Bar||class=pixelart}}]]
[[File:{{{icon9}}}|Bar Wall Bar||class=pixelart}}]]
General
Category
Bar
EncumbranceMoodle Icon HeavyLoad.png
20.0 (per tile)
40 (total)
Size
2 tiles
Properties
TypeShelves
shelves
Capacity
25 (per tile)
50 (total)
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Move type
WallObject
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_restaurant_bar_01_38
location_restaurant_bar_01_73
location_restaurant_bar_01_30
location_restaurant_bar_01_65
Tile ID(s)
154038
154073
154030
154065

A bar wall bar is a movable tile.

Usage

This tile can be used to store items. It has a capacity of 25. This tile uses the generic movable item when picked up.

Crafting

The following table contains the materials that can drop when disassembling this tile.

Base chance is not a percentage, but can provide a basic idea of rarity.
Disassembly materials
Material Amount of tries Base chance Maximum amount
Plank 6 40 6
Nails 4 50 4
Screws 4 50 4
Plank 1 90 1
Nails 2 80 2
On dismantle failure
Scrap Wood

Breakage occurs when the player fails at picking up an item.

Breakage materials
Item dropped Maximum amount Chance per roll
Plank 3 20
Nails 1 10

Code

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

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_restaurant_bar_01_38": {
          "name": "location_restaurant_bar_01_38",
          "id": 154038,
          "type": "MAX",
          "tileSheetIndex": 38,
          "properties": {
              "generic": {
                  "container": "shelves",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "25",
                  "CustomName": "Bar",
                  "Facing": "E",
                  "GroupName": "Bar Wall",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Nails",
                  "PickUpLevel": "3",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 200,
                  "PlaceTool": "Hammer",
                  "ItemHeight": "60",
                  "MoveType": "WallObject",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_restaurant_bar_01_73": {
          "name": "location_restaurant_bar_01_73",
          "id": 154073,
          "type": "MAX",
          "tileSheetIndex": 73,
          "properties": {
              "generic": {
                  "container": "shelves",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "25",
                  "CustomName": "Bar",
                  "Facing": "E",
                  "GroupName": "Bar Wall",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Nails",
                  "PickUpLevel": "3",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 200,
                  "PlaceTool": "Hammer",
                  "ItemHeight": "60",
                  "MoveType": "WallObject"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_restaurant_bar_01_30": {
          "name": "location_restaurant_bar_01_30",
          "id": 154030,
          "type": "MAX",
          "tileSheetIndex": 30,
          "properties": {
              "generic": {
                  "container": "shelves",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "25",
                  "CustomName": "Bar",
                  "Facing": "S",
                  "GroupName": "Bar Wall",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Nails",
                  "PickUpLevel": "3",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 200,
                  "PlaceTool": "Hammer",
                  "ItemHeight": "60",
                  "MoveType": "WallObject",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_restaurant_bar_01_65": {
          "name": "location_restaurant_bar_01_65",
          "id": 154065,
          "type": "MAX",
          "tileSheetIndex": 65,
          "properties": {
              "generic": {
                  "container": "shelves",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "25",
                  "CustomName": "Bar",
                  "Facing": "S",
                  "GroupName": "Bar Wall",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Nails",
                  "PickUpLevel": "3",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 200,
                  "PlaceTool": "Hammer",
                  "ItemHeight": "60",
                  "MoveType": "WallObject"
              }
          }
      }
  }

See also