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

Left Bar Wall Bar

From PZwiki
Project ZomboidTilesContainer tilesLeft Bar Wall Bar
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Left Bar Wall Bar
Location restaurant bar 01 29.png
[[File:{{{icon2}}}|Left Bar Wall Bar||class=pixelart}}]]
[[File:{{{icon3}}}|Left Bar Wall Bar||class=pixelart}}]]
[[File:{{{icon4}}}|Left Bar Wall Bar||class=pixelart}}]]
[[File:{{{icon5}}}|Left Bar Wall Bar||class=pixelart}}]]
[[File:{{{icon6}}}|Left Bar Wall Bar||class=pixelart}}]]
[[File:{{{icon7}}}|Left Bar Wall Bar||class=pixelart}}]]
[[File:{{{icon8}}}|Left Bar Wall Bar||class=pixelart}}]]
[[File:{{{icon9}}}|Left 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_37
location_restaurant_bar_01_72
location_restaurant_bar_01_29
location_restaurant_bar_01_64
Tile ID(s)
154037
154072
154029
154064

A left bar wall bar is a movable tile.

Usage

This tile can be used to store items. It has a capacity of 25. It must be placed on the side of a wall. 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_37": {
          "name": "location_restaurant_bar_01_37",
          "id": 154037,
          "type": "MAX",
          "tileSheetIndex": 37,
          "properties": {
              "generic": {
                  "container": "shelves",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "25",
                  "CustomName": "Bar",
                  "Facing": "E",
                  "GroupName": "Left 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_72": {
          "name": "location_restaurant_bar_01_72",
          "id": 154072,
          "type": "MAX",
          "tileSheetIndex": 72,
          "properties": {
              "generic": {
                  "container": "shelves",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "25",
                  "CustomName": "Bar",
                  "Facing": "E",
                  "GroupName": "Left 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_29": {
          "name": "location_restaurant_bar_01_29",
          "id": 154029,
          "type": "MAX",
          "tileSheetIndex": 29,
          "properties": {
              "generic": {
                  "container": "shelves",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "25",
                  "CustomName": "Bar",
                  "Facing": "S",
                  "GroupName": "Left 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_64": {
          "name": "location_restaurant_bar_01_64",
          "id": 154064,
          "type": "MAX",
          "tileSheetIndex": 64,
          "properties": {
              "generic": {
                  "container": "shelves",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "25",
                  "CustomName": "Bar",
                  "Facing": "S",
                  "GroupName": "Left Bar Wall",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "Nails",
                  "PickUpLevel": "3",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 200,
                  "PlaceTool": "Hammer",
                  "ItemHeight": "60",
                  "MoveType": "WallObject"
              }
          }
      }
  }

See also