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

Metal Locker

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Metal Locker
Furniture storage 02 1.png
Furniture storage 02 0.png
Furniture storage 02 3.png
Furniture storage 02 2.png
[[File:{{{icon5}}}|Metal Locker||class=pixelart}}]]
[[File:{{{icon6}}}|Metal Locker||class=pixelart}}]]
[[File:{{{icon7}}}|Metal Locker||class=pixelart}}]]
[[File:{{{icon8}}}|Metal Locker||class=pixelart}}]]
[[File:{{{icon9}}}|Metal Locker||class=pixelart}}]]
General
Category
Locker
EncumbranceMoodle Icon HeavyLoad.png
25.0
Size
1 tile
Properties
TypeMetal_shelves
metal_shelves
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Disassemble
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
furniture_storage_02_1
furniture_storage_02_0
furniture_storage_02_3
furniture_storage_02_2
Tile ID(s)
204001
204000
204003
204002

A metal locker 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
Metal Sheet 1 70 1
Small Metal Sheet 2 80 2
Scrap Metal 1 70 1
On dismantle failure
Unusable Metal
Unusable Metal

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_storage_02_1": {
          "name": "furniture_storage_02_1",
          "id": 204001,
          "type": "MAX",
          "tileSheetIndex": 1,
          "properties": {
              "generic": {
                  "container": "metal_shelves",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Locker",
                  "Facing": "E",
                  "GroupName": "Metal",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "SmallMetalPlates",
                  "Material3": "MetalScrap",
                  "PickUpLevel": "4",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 250,
                  "PlaceTool": "Hammer",
                  "Surface": "60",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_storage_02_0": {
          "name": "furniture_storage_02_0",
          "id": 204000,
          "type": "MAX",
          "tileSheetIndex": 0,
          "properties": {
              "generic": {
                  "container": "metal_shelves",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Locker",
                  "Facing": "S",
                  "GroupName": "Metal",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "SmallMetalPlates",
                  "Material3": "MetalScrap",
                  "PickUpLevel": "4",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 250,
                  "PlaceTool": "Hammer",
                  "Surface": "60",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_storage_02_3": {
          "name": "furniture_storage_02_3",
          "id": 204003,
          "type": "MAX",
          "tileSheetIndex": 3,
          "properties": {
              "generic": {
                  "container": "metal_shelves",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Locker",
                  "Facing": "W",
                  "GroupName": "Metal",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "SmallMetalPlates",
                  "Material3": "MetalScrap",
                  "PickUpLevel": "4",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 250,
                  "PlaceTool": "Hammer",
                  "Surface": "60",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_storage_02_2": {
          "name": "furniture_storage_02_2",
          "id": 204002,
          "type": "MAX",
          "tileSheetIndex": 2,
          "properties": {
              "generic": {
                  "container": "metal_shelves",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Locker",
                  "Facing": "N",
                  "GroupName": "Metal",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "SmallMetalPlates",
                  "Material3": "MetalScrap",
                  "PickUpLevel": "4",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 250,
                  "PlaceTool": "Hammer",
                  "Surface": "60",
                  "CanBreak": ""
              }
          }
      }
  }

See also