More actions
Project Zomboid > Tiles > Large Low Shelves
This article may be in need of a rework.
Editors are encouraged to reformat the article, while adding new formatting or information as needed.
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.
Large Low Shelves
[[File:{{{icon5}}}|Large Low Shelves||class=pixelart}}]]
[[File:{{{icon6}}}|Large Low Shelves||class=pixelart}}]]
[[File:{{{icon7}}}|Large Low Shelves||class=pixelart}}]]
[[File:{{{icon8}}}|Large Low Shelves||class=pixelart}}]]
[[File:{{{icon9}}}|Large Low Shelves||class=pixelart}}]]
Properties
Capacity
15
Is low
True
Technical
Item ID(s)
Moveables.furniture_shelving_01_23
Sprite ID(s)
furniture_shelving_01_23
furniture_shelving_01_19
furniture_shelving_01_55
furniture_shelving_01_51
furniture_shelving_01_19
furniture_shelving_01_55
furniture_shelving_01_51
Tile ID(s)
141023
141019
141055
141051
141019
141055
141051
Large Low Shelves is a tile in Project Zomboid.
Usage
This tile can be used to store items. It has a capacity of 15. 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 |
Screws | 2 | 50 | 2 |
On dismantle failure | |||
Scrap Wood |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\n\newtiledefinitions.tiles
{
"furniture_shelving_01_23": {
"name": "furniture_shelving_01_23",
"id": 141023,
"type": "halfheight",
"tileSheetIndex": 23,
"properties": {
"generic": {
"container": "shelves",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "15",
"ContainerPosition": "Low",
"CustomName": "Shelves",
"Facing": "E",
"GroupName": "Low",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Screws",
"PickUpWeight": "100",
"Surface": "34",
"ScrapSize": "Small",
"IsTable": ""
}
}
}
}
Source: ProjectZomboid\media\n\newtiledefinitions.tiles
{
"furniture_shelving_01_19": {
"name": "furniture_shelving_01_19",
"id": 141019,
"type": "halfheight",
"tileSheetIndex": 19,
"properties": {
"generic": {
"container": "shelves",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "15",
"ContainerPosition": "Low",
"CustomName": "Shelves",
"Facing": "S",
"GroupName": "Low",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Screws",
"PickUpWeight": "100",
"Surface": "34",
"ScrapSize": "Small",
"IsTable": ""
}
}
}
}
Source: ProjectZomboid\media\n\newtiledefinitions.tiles
{
"furniture_shelving_01_55": {
"name": "furniture_shelving_01_55",
"id": 141055,
"type": "halfheight",
"tileSheetIndex": 55,
"properties": {
"generic": {
"container": "shelves",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "15",
"ContainerPosition": "Low",
"CustomName": "Shelves",
"Facing": "W",
"GroupName": "Low",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Screws",
"PickUpWeight": "100",
"Surface": "34",
"ScrapSize": "Small",
"IsTable": ""
}
}
}
}
Source: ProjectZomboid\media\n\newtiledefinitions.tiles
{
"furniture_shelving_01_51": {
"name": "furniture_shelving_01_51",
"id": 141051,
"type": "halfheight",
"tileSheetIndex": 51,
"properties": {
"generic": {
"container": "shelves",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "15",
"ContainerPosition": "Low",
"CustomName": "Shelves",
"Facing": "N",
"GroupName": "Low",
"IsLow": "",
"IsMoveAble": "",
"Material": "Wood",
"Material2": "Screws",
"PickUpWeight": "100",
"Surface": "34",
"ScrapSize": "Small",
"IsTable": ""
}
}
}
}
See also