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