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

Recycle Bin

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]
Recycle Bin
Trashcontainers 01 16.png
[[File:{{{icon2}}}|Recycle Bin||class=pixelart}}]]
[[File:{{{icon3}}}|Recycle Bin||class=pixelart}}]]
[[File:{{{icon4}}}|Recycle Bin||class=pixelart}}]]
[[File:{{{icon5}}}|Recycle Bin||class=pixelart}}]]
[[File:{{{icon6}}}|Recycle Bin||class=pixelart}}]]
[[File:{{{icon7}}}|Recycle Bin||class=pixelart}}]]
[[File:{{{icon8}}}|Recycle Bin||class=pixelart}}]]
[[File:{{{icon9}}}|Recycle Bin||class=pixelart}}]]
General
Category
Recycle 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_16
Tile ID(s)
175016

A recycle 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_16": {
          "name": "trashcontainers_01_16",
          "id": 175016,
          "type": "MAX",
          "tileSheetIndex": 16,
          "properties": {
              "generic": {
                  "container": "bin",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "10",
                  "CustomName": "Recycle Bin",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "MetalScrap",
                  "Material2": "PlasticBag",
                  "PickUpWeight": 50,
                  "HitByCar": "",
                  "IsTrashCan": "",
                  "DamagedSprite": "damaged_objects_01_14"
              }
          }
      }
  }

See also