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

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Large Metal Shelves

From PZwiki
Project ZomboidTilesContainer tilesShelvesLarge Metal Shelves
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Parts of this page may have been automatically updated to the latest build (42.0.2).
Large Metal Shelves
MetalShelves Large.gif
[[File:{{{icon2}}}|Large Metal Shelves||class=pixelart}}]]
[[File:{{{icon3}}}|Large Metal Shelves||class=pixelart}}]]
[[File:{{{icon4}}}|Large Metal Shelves||class=pixelart}}]]
[[File:{{{icon5}}}|Large Metal Shelves||class=pixelart}}]]
[[File:{{{icon6}}}|Large Metal Shelves||class=pixelart}}]]
[[File:{{{icon7}}}|Large Metal Shelves||class=pixelart}}]]
[[File:{{{icon8}}}|Large Metal Shelves||class=pixelart}}]]
[[File:{{{icon9}}}|Large Metal Shelves||class=pixelart}}]]
General
Category
Shelves
EncumbranceMoodle Icon HeavyLoad.png
20.0 (per tile)
40 (total)
Size
2 tiles
Properties
TypeMetal_shelves
metal_shelves
Disassemble
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
furniture_shelving_01_24
furniture_shelving_01_25
furniture_shelving_01_26
furniture_shelving_01_27
Tile ID(s)
141024
141025
141026
141027

A large metal shelves is a movable tile.

Usage

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
Steel Sheet 1 70 1
Steel Rod 1 70 1
On dismantle failure
Sheet Metal Scrap

Breakage occurs when the player fails at picking up an item.

Breakage materials
Item dropped Maximum amount Chance per roll

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_shelving_01_24": {
          "name": "furniture_shelving_01_24",
          "id": 141024,
          "type": "MAX",
          "tileSheetIndex": 24,
          "properties": {
              "generic": {
                  "container": "metal_shelves",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Shelves",
                  "Facing": "E",
                  "GroupName": "Large Metal",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "MetalBars",
                  "PickUpLevel": "2",
                  "PickUpWeight": 200,
                  "ItemHeight": "60",
                  "SpriteGridPos": "0,1",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_shelving_01_25": {
          "name": "furniture_shelving_01_25",
          "id": 141025,
          "type": "MAX",
          "tileSheetIndex": 25,
          "properties": {
              "generic": {
                  "container": "metal_shelves",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Shelves",
                  "Facing": "E",
                  "GroupName": "Large Metal",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "MetalBars",
                  "PickUpLevel": "2",
                  "PickUpWeight": 200,
                  "ItemHeight": "60",
                  "SpriteGridPos": "0,0",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_shelving_01_26": {
          "name": "furniture_shelving_01_26",
          "id": 141026,
          "type": "MAX",
          "tileSheetIndex": 26,
          "properties": {
              "generic": {
                  "container": "metal_shelves",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Shelves",
                  "Facing": "S",
                  "GroupName": "Large Metal",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "MetalBars",
                  "PickUpLevel": "2",
                  "PickUpWeight": 200,
                  "ItemHeight": "60",
                  "SpriteGridPos": "0,0",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_shelving_01_27": {
          "name": "furniture_shelving_01_27",
          "id": 141027,
          "type": "MAX",
          "tileSheetIndex": 27,
          "properties": {
              "generic": {
                  "container": "metal_shelves",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Shelves",
                  "Facing": "S",
                  "GroupName": "Large Metal",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "MetalBars",
                  "PickUpLevel": "2",
                  "PickUpWeight": 200,
                  "ItemHeight": "60",
                  "SpriteGridPos": "1,0",
                  "CanBreak": ""
              }
          }
      }
  }

See also