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

Blue Dumpster

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]
Blue Dumpster
Dumpster.png
[[File:{{{icon2}}}|Blue Dumpster||class=pixelart}}]]
[[File:{{{icon3}}}|Blue Dumpster||class=pixelart}}]]
[[File:{{{icon4}}}|Blue Dumpster||class=pixelart}}]]
[[File:{{{icon5}}}|Blue Dumpster||class=pixelart}}]]
[[File:{{{icon6}}}|Blue Dumpster||class=pixelart}}]]
[[File:{{{icon7}}}|Blue Dumpster||class=pixelart}}]]
[[File:{{{icon8}}}|Blue Dumpster||class=pixelart}}]]
[[File:{{{icon9}}}|Blue Dumpster||class=pixelart}}]]
General
Category
Dumpster
EncumbranceMoodle Icon HeavyLoad.png
30.0 (per tile)
60 (total)
Size
2 tiles
Properties
TypeBin
bin
Capacity
30 (per tile)
60 (total)
Move
Pickup Skill (level)
Pickup Tool(s)
Disassemble
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
trashcontainers_01_8
trashcontainers_01_9
trashcontainers_01_10
trashcontainers_01_11
Tile ID(s)
175008
175009
175010
175011

A blue dumpster is a movable tile.

Usage

This tile can be used to store items. It has a capacity of 30. 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
Metal Sheet 1 70 1
Scrap Metal 1 70 1
On dismantle failure
Unusable Metal
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
{
      "trashcontainers_01_8": {
          "name": "trashcontainers_01_8",
          "id": 175008,
          "type": "MAX",
          "tileSheetIndex": 8,
          "properties": {
              "generic": {
                  "container": "bin",
                  "solid": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "30",
                  "CustomName": "Dumpster",
                  "Facing": "E",
                  "GroupName": "Blue",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "MetalPlates",
                  "Material3": "MetalScrap",
                  "PickUpLevel": "2",
                  "PickUpTool": "Crowbar",
                  "PickUpWeight": 300,
                  "SpriteGridPos": "0,1",
                  "IsTrashCan": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "trashcontainers_01_9": {
          "name": "trashcontainers_01_9",
          "id": 175009,
          "type": "MAX",
          "tileSheetIndex": 9,
          "properties": {
              "generic": {
                  "container": "bin",
                  "solid": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "30",
                  "CustomName": "Dumpster",
                  "Facing": "E",
                  "GroupName": "Blue",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "MetalPlates",
                  "Material3": "MetalScrap",
                  "PickUpLevel": "2",
                  "PickUpTool": "Crowbar",
                  "PickUpWeight": 300,
                  "SpriteGridPos": "0,0",
                  "IsTrashCan": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "trashcontainers_01_10": {
          "name": "trashcontainers_01_10",
          "id": 175010,
          "type": "MAX",
          "tileSheetIndex": 10,
          "properties": {
              "generic": {
                  "container": "bin",
                  "solid": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "30",
                  "CustomName": "Dumpster",
                  "Facing": "S",
                  "GroupName": "Blue",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "MetalPlates",
                  "Material3": "MetalScrap",
                  "PickUpLevel": "2",
                  "PickUpTool": "Crowbar",
                  "PickUpWeight": 300,
                  "SpriteGridPos": "0,0",
                  "IsTrashCan": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "trashcontainers_01_11": {
          "name": "trashcontainers_01_11",
          "id": 175011,
          "type": "MAX",
          "tileSheetIndex": 11,
          "properties": {
              "generic": {
                  "container": "bin",
                  "solid": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "30",
                  "CustomName": "Dumpster",
                  "Facing": "S",
                  "GroupName": "Blue",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "MetalPlates",
                  "Material3": "MetalScrap",
                  "PickUpLevel": "2",
                  "PickUpTool": "Crowbar",
                  "PickUpWeight": 300,
                  "SpriteGridPos": "1,0",
                  "IsTrashCan": ""
              }
          }
      }
  }

See also