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

Washing 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]
Washing Bin
Appliances laundry 01 25.png
Appliances laundry 01 24.png
[[File:{{{icon3}}}|Washing Bin||class=pixelart}}]]
[[File:{{{icon4}}}|Washing Bin||class=pixelart}}]]
[[File:{{{icon5}}}|Washing Bin||class=pixelart}}]]
[[File:{{{icon6}}}|Washing Bin||class=pixelart}}]]
[[File:{{{icon7}}}|Washing Bin||class=pixelart}}]]
[[File:{{{icon8}}}|Washing Bin||class=pixelart}}]]
[[File:{{{icon9}}}|Washing Bin||class=pixelart}}]]
General
Category
Bin
EncumbranceMoodle Icon HeavyLoad.png
-
Size
1 tile
Properties
TypeClothingdryerbasic
clothingdryerbasic
Capacity
20
Is low
True
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
appliances_laundry_01_25
appliances_laundry_01_24
Tile ID(s)
112025
112024

A washing bin is a movable tile.

Usage

This tile can be used to dry wet clothing. It has a capacity of 20. 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
Nails 4 50 4
Metal Bar 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
{
      "appliances_laundry_01_25": {
          "name": "appliances_laundry_01_25",
          "id": 112025,
          "type": "MAX",
          "tileSheetIndex": 25,
          "properties": {
              "generic": {
                  "container": "clothingdryerbasic",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "20",
                  "CustomName": "Bin",
                  "Facing": "W",
                  "GroupName": "Washing",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Fabric",
                  "Material2": "MetalBars"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "appliances_laundry_01_24": {
          "name": "appliances_laundry_01_24",
          "id": 112024,
          "type": "MAX",
          "tileSheetIndex": 24,
          "properties": {
              "generic": {
                  "container": "clothingdryerbasic",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "20",
                  "CustomName": "Bin",
                  "Facing": "N",
                  "GroupName": "Washing",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Fabric",
                  "Material2": "MetalBars"
              }
          }
      }
  }

See also