More actions
Project Zomboid > Tiles > Bar Stool
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
[[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}}]]
Properties
Bed type
Bad
Is low
True
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.
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 snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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": ""
}
}
}
}