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

Spiffo's Garbage Bin

From PZwiki
Project ZomboidTilesContainer tilesBinsSpiffo's 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]
Spiffo's Garbage Bin
Location restaurant spiffos 01 31.png
Location restaurant spiffos 01 30.png
[[File:{{{icon3}}}|Spiffo's Garbage Bin||class=pixelart}}]]
[[File:{{{icon4}}}|Spiffo's Garbage Bin||class=pixelart}}]]
[[File:{{{icon5}}}|Spiffo's Garbage Bin||class=pixelart}}]]
[[File:{{{icon6}}}|Spiffo's Garbage Bin||class=pixelart}}]]
[[File:{{{icon7}}}|Spiffo's Garbage Bin||class=pixelart}}]]
[[File:{{{icon8}}}|Spiffo's Garbage Bin||class=pixelart}}]]
[[File:{{{icon9}}}|Spiffo's Garbage Bin||class=pixelart}}]]
General
Category
Bin
EncumbranceMoodle Icon HeavyLoad.png
10.0
Size
1 tile
Properties
TypeBin
bin
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_restaurant_spiffos_01_31
location_restaurant_spiffos_01_30
Tile ID(s)
158031
158030

A Spiffo's garbage bin is a movable tile.

Usage

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
Plank 6 40 6
Nails 4 50 4
Screws 4 50 4
Plank 1 90 1
On dismantle failure
Scrap Wood

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
{
      "location_restaurant_spiffos_01_31": {
          "name": "location_restaurant_spiffos_01_31",
          "id": 158031,
          "type": "MAX",
          "tileSheetIndex": 31,
          "properties": {
              "generic": {
                  "container": "bin",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Bin",
                  "Facing": "E",
                  "GroupName": "Spiffos Garbage",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "PlasticBag",
                  "PickUpWeight": 100,
                  "ItemHeight": "40",
                  "IsTrashCan": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_restaurant_spiffos_01_30": {
          "name": "location_restaurant_spiffos_01_30",
          "id": 158030,
          "type": "MAX",
          "tileSheetIndex": 30,
          "properties": {
              "generic": {
                  "container": "bin",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Bin",
                  "Facing": "S",
                  "GroupName": "Spiffos Garbage",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "Material2": "PlasticBag",
                  "PickUpWeight": 100,
                  "ItemHeight": "40",
                  "IsTrashCan": ""
              }
          }
      }
  }

See also