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

White File Cabinet

From PZwiki
Project ZomboidTilesContainer tilesWhite File Cabinet
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
White File Cabinet
Location business office generic 01 33.png
Location business office generic 01 32.png
Location business office generic 01 35.png
Location business office generic 01 34.png
[[File:{{{icon5}}}|White File Cabinet||class=pixelart}}]]
[[File:{{{icon6}}}|White File Cabinet||class=pixelart}}]]
[[File:{{{icon7}}}|White File Cabinet||class=pixelart}}]]
[[File:{{{icon8}}}|White File Cabinet||class=pixelart}}]]
[[File:{{{icon9}}}|White File Cabinet||class=pixelart}}]]
General
Category
Cabinet
EncumbranceMoodle Icon HeavyLoad.png
12.0
Size
1 tile
Properties
TypeCabinet
Cabinet
Capacity
15
Is low
True
Disassemble
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_business_office_generic_01_33
location_business_office_generic_01_32
location_business_office_generic_01_35
location_business_office_generic_01_34
Tile ID(s)
149033
149032
149035
149034

A white file cabinet is a movable tile.

Usage

This tile can be used to store items.

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

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
{
      "location_business_office_generic_01_33": {
          "name": "location_business_office_generic_01_33",
          "id": 149033,
          "type": "MAX",
          "tileSheetIndex": 33,
          "properties": {
              "generic": {
                  "container": "filingcabinet",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "15",
                  "CustomName": "Cabinet",
                  "Facing": "E",
                  "GroupName": "White File",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "SmallMetalPlates",
                  "Material2": "MetalScrap",
                  "PickUpWeight": 120,
                  "ItemHeight": "40"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_business_office_generic_01_32": {
          "name": "location_business_office_generic_01_32",
          "id": 149032,
          "type": "MAX",
          "tileSheetIndex": 32,
          "properties": {
              "generic": {
                  "container": "filingcabinet",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "15",
                  "CustomName": "Cabinet",
                  "Facing": "S",
                  "GroupName": "White File",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "SmallMetalPlates",
                  "Material2": "MetalScrap",
                  "PickUpWeight": 120,
                  "ItemHeight": "40"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_business_office_generic_01_35": {
          "name": "location_business_office_generic_01_35",
          "id": 149035,
          "type": "MAX",
          "tileSheetIndex": 35,
          "properties": {
              "generic": {
                  "container": "filingcabinet",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "15",
                  "CustomName": "Cabinet",
                  "Facing": "W",
                  "GroupName": "White File",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "SmallMetalPlates",
                  "Material2": "MetalScrap",
                  "PickUpWeight": 120,
                  "ItemHeight": "40"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_business_office_generic_01_34": {
          "name": "location_business_office_generic_01_34",
          "id": 149034,
          "type": "MAX",
          "tileSheetIndex": 34,
          "properties": {
              "generic": {
                  "container": "filingcabinet",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "15",
                  "CustomName": "Cabinet",
                  "Facing": "N",
                  "GroupName": "White File",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "SmallMetalPlates",
                  "Material2": "MetalScrap",
                  "PickUpWeight": 120,
                  "ItemHeight": "40"
              }
          }
      }
  }

See also