More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
Left Bar Wall Bar
[[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}}]]
Move
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
location_restaurant_bar_01_72
location_restaurant_bar_01_29
location_restaurant_bar_01_64
Tile ID(s)
154037
154072
154029
154064
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.
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 snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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
{
"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
{
"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
{
"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"
}
}
}
}