More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
For the build 41.78.16 article, please see the old revision.
trashcontainers_01_18
175018
A gray garbage 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.
Disassembly materials | |||
---|---|---|---|
Material | Amount of tries | Base chance | Maximum amount |
Scrap Metal | 1 | 70 | 1 |
Code
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"trashcontainers_01_19": {
"name": "trashcontainers_01_19",
"id": 175019,
"type": "MAX",
"tileSheetIndex": 19,
"properties": {
"generic": {
"container": "bin",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "10",
"CustomName": "Bin",
"Facing": "E",
"GroupName": "Grey Garbage",
"IsLow": "",
"IsMoveAble": "",
"Material": "MetalScrap",
"Material2": "PlasticBag",
"PickUpWeight": 50,
"IsTrashCan": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"trashcontainers_01_18": {
"name": "trashcontainers_01_18",
"id": 175018,
"type": "MAX",
"tileSheetIndex": 18,
"properties": {
"generic": {
"container": "bin",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "10",
"CustomName": "Bin",
"Facing": "S",
"GroupName": "Grey Garbage",
"IsLow": "",
"IsMoveAble": "",
"Material": "MetalScrap",
"Material2": "PlasticBag",
"PickUpWeight": 50,
"IsTrashCan": ""
}
}
}
}