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

Wall 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]
Wall Bin
Trashcontainers 01 32.png
Trashcontainers 01 33.png
[[File:{{{icon3}}}|Wall Bin||class=pixelart}}]]
[[File:{{{icon4}}}|Wall Bin||class=pixelart}}]]
[[File:{{{icon5}}}|Wall Bin||class=pixelart}}]]
[[File:{{{icon6}}}|Wall Bin||class=pixelart}}]]
[[File:{{{icon7}}}|Wall Bin||class=pixelart}}]]
[[File:{{{icon8}}}|Wall Bin||class=pixelart}}]]
[[File:{{{icon9}}}|Wall Bin||class=pixelart}}]]
General
Category
Bin
EncumbranceMoodle Icon HeavyLoad.png
3.0
Size
1 tile
Properties
Type
Movable
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Move type
WallObject
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
trashcontainers_01_32
trashcontainers_01_33
Tile ID(s)
175032
175033

A wall bin is a movable tile.

Usage

This tile uses the generic movable item when picked up. It must be placed on the side of a wall.

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_32": {
          "name": "trashcontainers_01_32",
          "id": 175032,
          "type": "MAX",
          "tileSheetIndex": 32,
          "properties": {
              "generic": {
                  "CustomName": "Bin",
                  "Facing": "E",
                  "GroupName": "Wall",
                  "IsMoveAble": "",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 30,
                  "PlaceTool": "Hammer",
                  "MoveType": "WallObject"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "trashcontainers_01_33": {
          "name": "trashcontainers_01_33",
          "id": 175033,
          "type": "MAX",
          "tileSheetIndex": 33,
          "properties": {
              "generic": {
                  "CustomName": "Bin",
                  "Facing": "S",
                  "GroupName": "Wall",
                  "IsMoveAble": "",
                  "PickUpLevel": "1",
                  "PickUpTool": "Hammer",
                  "PickUpWeight": 30,
                  "PlaceTool": "Hammer",
                  "MoveType": "WallObject"
              }
          }
      }
  }

See also