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

50s Bar Stool

From PZwiki
Project ZomboidTilesComfortChairs50s Bar Stool
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
50s Bar Stool
50sBarstool.png
[[File:{{{icon2}}}|50s Bar Stool||class=pixelart}}]]
[[File:{{{icon3}}}|50s Bar Stool||class=pixelart}}]]
[[File:{{{icon4}}}|50s Bar Stool||class=pixelart}}]]
[[File:{{{icon5}}}|50s Bar Stool||class=pixelart}}]]
[[File:{{{icon6}}}|50s Bar Stool||class=pixelart}}]]
[[File:{{{icon7}}}|50s Bar Stool||class=pixelart}}]]
[[File:{{{icon8}}}|50s Bar Stool||class=pixelart}}]]
[[File:{{{icon9}}}|50s Bar Stool||class=pixelart}}]]
General
Category
Bar Stool
EncumbranceMoodle Icon HeavyLoad.png
5.0
Size
1 tile
Properties
Type
Movable
Bed type
Bad
Is low
True
Disassemble
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_restaurant_diner_01_42
Tile ID(s)
155042

A 50s bar stool is a movable tile.

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
Scrap Metal 1 70 1
Nails 4 50 4

Location

It is most commonly found inside of diners.

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_diner_01_42": {
          "name": "location_restaurant_diner_01_42",
          "id": 155042,
          "type": "MAX",
          "tileSheetIndex": 42,
          "properties": {
              "generic": {
                  "bed": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "50s Barstool",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalScrap",
                  "Material2": "Leather",
                  "PickUpWeight": 50,
                  "ScrapSize": "Small",
                  "BedType": "badBed",
                  "chairS": ""
              }
          }
      }
  }

See also