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

Bar Stool

From PZwiki
Project ZomboidTilesBar Stool
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Appliances com 01 72.png
This article was automatically generated.
It may contain weird formatting. Editors are encouraged to verify and add any missing information.
This notice can be removed after manual editor verification.
Bar Stool
Location restaurant bar 01 25.png
[[File:{{{icon2}}}|Bar Stool||class=pixelart}}]]
[[File:{{{icon3}}}|Bar Stool||class=pixelart}}]]
[[File:{{{icon4}}}|Bar Stool||class=pixelart}}]]
[[File:{{{icon5}}}|Bar Stool||class=pixelart}}]]
[[File:{{{icon6}}}|Bar Stool||class=pixelart}}]]
[[File:{{{icon7}}}|Bar Stool||class=pixelart}}]]
[[File:{{{icon8}}}|Bar Stool||class=pixelart}}]]
[[File:{{{icon9}}}|Bar Stool||class=pixelart}}]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
5.0
Size
1 tile
Properties
Bed type
Bad
Is low
True
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_restaurant_bar_01_25
Tile ID(s)
154025

Bar Stool is a tile in Project Zomboid.

Usage

This tile can be used as a bed to sleep on. It has a quality of Bad. 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
On dismantle failure
Scrap Wood

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_25": {
          "name": "location_restaurant_bar_01_25",
          "id": 154025,
          "type": "MAX",
          "tileSheetIndex": 25,
          "properties": {
              "generic": {
                  "bed": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Blue Bar Stool",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpWeight": 50,
                  "Surface": "17",
                  "ScrapSize": "Small",
                  "BedType": "badBed",
                  "chairS": ""
              }
          }
      }
  }

See also