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

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Gray Garbage Bin

From PZwiki
Project ZomboidTilesContainer tilesBinsGray Garbage Bin
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Parts of this page may have been automatically updated to the latest build (42.0.2).
For the build 41.78.16 article, please see the old revision.
Gray Garbage Bin
Trashcontainers 01 19.png
Trashcontainers 01 18.png
[[File:{{{icon3}}}|Gray Garbage Bin||class=pixelart}}]]
[[File:{{{icon4}}}|Gray Garbage Bin||class=pixelart}}]]
[[File:{{{icon5}}}|Gray Garbage Bin||class=pixelart}}]]
[[File:{{{icon6}}}|Gray Garbage Bin||class=pixelart}}]]
[[File:{{{icon7}}}|Gray Garbage Bin||class=pixelart}}]]
[[File:{{{icon8}}}|Gray Garbage Bin||class=pixelart}}]]
[[File:{{{icon9}}}|Gray Garbage Bin||class=pixelart}}]]
General
Category
Bin
EncumbranceMoodle Icon HeavyLoad.png
5.0
Size
1 tile
Properties
TypeBin
bin
Capacity
10
Is low
True
Disassemble
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
trashcontainers_01_19
trashcontainers_01_18
Tile ID(s)
175019
175018

A gray garbage bin is a movable tile.

Usage

This tile can be used to store items. It has a capacity of 10. 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
Scrap Metal 1 70 1

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_19": {
          "name": "trashcontainers_01_19",
          "id": 175019,
          "type": "MAX",
          "tileSheetIndex": 19,
          "properties": {
              "generic": {
                  "container": "bin",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "10",
                  "CustomName": "Bin",
                  "Facing": "E",
                  "GroupName": "Grey Garbage",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalScrap",
                  "Material2": "PlasticBag",
                  "PickUpWeight": 50,
                  "IsTrashCan": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "trashcontainers_01_18": {
          "name": "trashcontainers_01_18",
          "id": 175018,
          "type": "MAX",
          "tileSheetIndex": 18,
          "properties": {
              "generic": {
                  "container": "bin",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "10",
                  "CustomName": "Bin",
                  "Facing": "S",
                  "GroupName": "Grey Garbage",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalScrap",
                  "Material2": "PlasticBag",
                  "PickUpWeight": 50,
                  "IsTrashCan": ""
              }
          }
      }
  }

See also