More actions
Spiffo's Garbage Bin
[[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}}]]
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_restaurant_spiffos_01_31
location_restaurant_spiffos_01_30
location_restaurant_spiffos_01_30
Tile ID(s)
158031
158030
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.
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 snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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
{
"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": ""
}
}
}
}