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

Barrel

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]
Barrel
Industry 01 22.png
Industry 01 23.png
Location military generic 01 6.png
Location military generic 01 7.png
Location military generic 01 14.png
Location military generic 01 15.png
[[File:{{{icon7}}}|Barrel||class=pixelart}}]]
[[File:{{{icon8}}}|Barrel||class=pixelart}}]]
[[File:{{{icon9}}}|Barrel||class=pixelart}}]]
General
Category
Barrel
EncumbranceMoodle Icon HeavyLoad.png
-
Size
6 tiles
Properties
Type
Movable
Is low
True
Disassemble
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
industry_01_22
industry_01_23
location_military_generic_01_6
location_military_generic_01_7
location_military_generic_01_14
location_military_generic_01_15
Tile ID(s)
205022
205023
300006
300007
300014
300015

A barrel 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
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
{
      "industry_01_22": {
          "name": "industry_01_22",
          "id": 205022,
          "type": "MAX",
          "tileSheetIndex": 22,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Barrel",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "MetalScrap",
                  "PickUpWeight": 100,
                  "Surface": "35",
                  "IsTable": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "industry_01_23": {
          "name": "industry_01_23",
          "id": 205023,
          "type": "MAX",
          "tileSheetIndex": 23,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Barrel",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "MetalScrap",
                  "PickUpWeight": 100,
                  "Surface": "35",
                  "IsTable": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_military_generic_01_6": {
          "name": "location_military_generic_01_6",
          "id": 300006,
          "type": "MAX",
          "tileSheetIndex": 6,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Barrel",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalScrap",
                  "PickUpWeight": 150,
                  "ItemHeight": "30"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_military_generic_01_7": {
          "name": "location_military_generic_01_7",
          "id": 300007,
          "type": "MAX",
          "tileSheetIndex": 7,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Barrel",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalScrap",
                  "PickUpWeight": 150,
                  "ItemHeight": "30"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_military_generic_01_14": {
          "name": "location_military_generic_01_14",
          "id": 300014,
          "type": "MAX",
          "tileSheetIndex": 14,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Barrel",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalScrap",
                  "PickUpWeight": 150,
                  "ItemHeight": "30"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_military_generic_01_15": {
          "name": "location_military_generic_01_15",
          "id": 300015,
          "type": "MAX",
          "tileSheetIndex": 15,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Barrel",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalScrap",
                  "PickUpWeight": 150,
                  "ItemHeight": "30"
              }
          }
      }
  }

See also