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

Blue Wall Locker

From PZwiki
Project ZomboidTilesContainer tilesBlue Wall Locker
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Blue Wall Locker
[[File:{{{icon5}}}|Blue Wall Locker||class=pixelart}}]]
[[File:{{{icon6}}}|Blue Wall Locker||class=pixelart}}]]
[[File:{{{icon7}}}|Blue Wall Locker||class=pixelart}}]]
[[File:{{{icon8}}}|Blue Wall Locker||class=pixelart}}]]
[[File:{{{icon9}}}|Blue Wall Locker||class=pixelart}}]]
General
Category
Locker
EncumbranceMoodle Icon HeavyLoad.png
20.0
Size
1 tile
Properties
TypeLocker
locker
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Move type
WallObject
Disassemble
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
furniture_storage_02_4
furniture_storage_02_5
furniture_storage_02_6
furniture_storage_02_7
Tile ID(s)
204004
204005
204006
204007

A blue wall 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_4": {
          "name": "furniture_storage_02_4",
          "id": 204004,
          "type": "MAX",
          "tileSheetIndex": 4,
          "properties": {
              "generic": {
                  "container": "locker",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Locker",
                  "Facing": "E",
                  "GroupName": "Blue Wall",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "SmallMetalPlates",
                  "Material3": "MetalScrap",
                  "PickUpLevel": "3",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 200,
                  "PlaceTool": "Hammer",
                  "MoveType": "WallObject",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_storage_02_5": {
          "name": "furniture_storage_02_5",
          "id": 204005,
          "type": "MAX",
          "tileSheetIndex": 5,
          "properties": {
              "generic": {
                  "container": "locker",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Locker",
                  "Facing": "S",
                  "GroupName": "Blue Wall",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "SmallMetalPlates",
                  "Material3": "MetalScrap",
                  "PickUpLevel": "3",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 200,
                  "PlaceTool": "Hammer",
                  "MoveType": "WallObject",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_storage_02_6": {
          "name": "furniture_storage_02_6",
          "id": 204006,
          "type": "MAX",
          "tileSheetIndex": 6,
          "properties": {
              "generic": {
                  "container": "locker",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Locker",
                  "Facing": "W",
                  "GroupName": "Blue Wall",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "SmallMetalPlates",
                  "Material3": "MetalScrap",
                  "PickUpLevel": "3",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 200,
                  "PlaceTool": "Hammer",
                  "MoveType": "WallObject",
                  "CanBreak": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "furniture_storage_02_7": {
          "name": "furniture_storage_02_7",
          "id": 204007,
          "type": "MAX",
          "tileSheetIndex": 7,
          "properties": {
              "generic": {
                  "container": "locker",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Locker",
                  "Facing": "N",
                  "GroupName": "Blue Wall",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "SmallMetalPlates",
                  "Material3": "MetalScrap",
                  "PickUpLevel": "3",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 200,
                  "PlaceTool": "Hammer",
                  "MoveType": "WallObject",
                  "CanBreak": ""
              }
          }
      }
  }

See also