More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
For the build 41.78.16 article, please see the old revision.
furniture_shelving_01_16
furniture_shelving_01_54
furniture_shelving_01_50
141016
141054
141050
A corner a shelves is a movable tile.
Usage
This tile can be used to store items. It has a capacity of 20. 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 |
Nails | 2 | 80 | 2 |
Plank | 6 | 40 | 6 |
Nails | 4 | 50 | 4 |
Screws | 4 | 50 | 4 |
Plank | 1 | 90 | 1 |
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
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_shelving_01_20": {
"name": "furniture_shelving_01_20",
"id": 141020,
"type": "MAX",
"tileSheetIndex": 20,
"properties": {
"generic": {
"container": "shelves",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "20",
"ContainerPosition": "Low",
"CustomName": "Shelves",
"Facing": "E",
"GroupName": "Corner A",
"IsLow": "",
"IsMoveAble": "",
"Material": "Nails",
"Material2": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 75,
"PlaceTool": "Hammer",
"Surface": "34",
"IsTable": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_shelving_01_16": {
"name": "furniture_shelving_01_16",
"id": 141016,
"type": "MAX",
"tileSheetIndex": 16,
"properties": {
"generic": {
"container": "shelves",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "20",
"ContainerPosition": "Low",
"CustomName": "Shelves",
"Facing": "S",
"GroupName": "Corner A",
"IsLow": "",
"IsMoveAble": "",
"Material": "Nails",
"Material2": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 75,
"PlaceTool": "Hammer",
"Surface": "34",
"IsTable": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_shelving_01_54": {
"name": "furniture_shelving_01_54",
"id": 141054,
"type": "MAX",
"tileSheetIndex": 54,
"properties": {
"generic": {
"container": "shelves",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "20",
"ContainerPosition": "Low",
"CustomName": "Shelves",
"Facing": "W",
"GroupName": "Corner A",
"IsLow": "",
"IsMoveAble": "",
"Material": "Nails",
"Material2": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 75,
"PlaceTool": "Hammer",
"Surface": "34",
"IsTable": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_shelving_01_50": {
"name": "furniture_shelving_01_50",
"id": 141050,
"type": "MAX",
"tileSheetIndex": 50,
"properties": {
"generic": {
"container": "shelves",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "20",
"ContainerPosition": "Low",
"CustomName": "Shelves",
"Facing": "N",
"GroupName": "Corner A",
"IsLow": "",
"IsMoveAble": "",
"Material": "Nails",
"Material2": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 75,
"PlaceTool": "Hammer",
"Surface": "34",
"IsTable": "",
"CanBreak": ""
}
}
}
}