Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Large Low Shelves

From PZwiki
Project ZomboidTilesLarge Low Shelves
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Screwdriver.png
This article may be in need of a rework.
Editors are encouraged to reformat the article, while adding new formatting or information as needed.
Appliances com 01 72.png
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
Furniture shelving 01 23.png
Furniture shelving 01 19.png
Furniture shelving 01 55.png
Furniture shelving 01 51.png
[[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}}]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
10.0
Size
1 tile
Properties
Capacity
15
Is low
True
Disassemble
Skill (level)
Tool(s)
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
Tile ID(s)
141023
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.

Base chance is not a percentage, but can provide a basic idea of rarity.
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 icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\n\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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