More actions
Blue Dumpster
[[File:{{{icon2}}}|Blue Dumpster||class=pixelart}}]]
[[File:{{{icon3}}}|Blue Dumpster||class=pixelart}}]]
[[File:{{{icon4}}}|Blue Dumpster||class=pixelart}}]]
[[File:{{{icon5}}}|Blue Dumpster||class=pixelart}}]]
[[File:{{{icon6}}}|Blue Dumpster||class=pixelart}}]]
[[File:{{{icon7}}}|Blue Dumpster||class=pixelart}}]]
[[File:{{{icon8}}}|Blue Dumpster||class=pixelart}}]]
[[File:{{{icon9}}}|Blue Dumpster||class=pixelart}}]]
Disassemble
Skill (level)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
trashcontainers_01_8
trashcontainers_01_9
trashcontainers_01_10
trashcontainers_01_11
trashcontainers_01_9
trashcontainers_01_10
trashcontainers_01_11
Tile ID(s)
175008
175009
175010
175011
175009
175010
175011
A blue dumpster is a movable tile.
Usage
This tile can be used to store items. It has a capacity of 30. 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 |
Metal Sheet | 1 | 70 | 1 |
Metal Sheet | 1 | 70 | 1 |
Scrap Metal | 1 | 70 | 1 |
On dismantle failure | |||
Unusable Metal | |||
Unusable Metal |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"trashcontainers_01_8": {
"name": "trashcontainers_01_8",
"id": 175008,
"type": "MAX",
"tileSheetIndex": 8,
"properties": {
"generic": {
"container": "bin",
"solid": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "30",
"CustomName": "Dumpster",
"Facing": "E",
"GroupName": "Blue",
"IsMoveAble": "",
"Material": "MetalPlates",
"Material2": "MetalPlates",
"Material3": "MetalScrap",
"PickUpLevel": "2",
"PickUpTool": "Crowbar",
"PickUpWeight": 300,
"SpriteGridPos": "0,1",
"IsTrashCan": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"trashcontainers_01_9": {
"name": "trashcontainers_01_9",
"id": 175009,
"type": "MAX",
"tileSheetIndex": 9,
"properties": {
"generic": {
"container": "bin",
"solid": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "30",
"CustomName": "Dumpster",
"Facing": "E",
"GroupName": "Blue",
"IsMoveAble": "",
"Material": "MetalPlates",
"Material2": "MetalPlates",
"Material3": "MetalScrap",
"PickUpLevel": "2",
"PickUpTool": "Crowbar",
"PickUpWeight": 300,
"SpriteGridPos": "0,0",
"IsTrashCan": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"trashcontainers_01_10": {
"name": "trashcontainers_01_10",
"id": 175010,
"type": "MAX",
"tileSheetIndex": 10,
"properties": {
"generic": {
"container": "bin",
"solid": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "30",
"CustomName": "Dumpster",
"Facing": "S",
"GroupName": "Blue",
"IsMoveAble": "",
"Material": "MetalPlates",
"Material2": "MetalPlates",
"Material3": "MetalScrap",
"PickUpLevel": "2",
"PickUpTool": "Crowbar",
"PickUpWeight": 300,
"SpriteGridPos": "0,0",
"IsTrashCan": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"trashcontainers_01_11": {
"name": "trashcontainers_01_11",
"id": 175011,
"type": "MAX",
"tileSheetIndex": 11,
"properties": {
"generic": {
"container": "bin",
"solid": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "30",
"CustomName": "Dumpster",
"Facing": "S",
"GroupName": "Blue",
"IsMoveAble": "",
"Material": "MetalPlates",
"Material2": "MetalPlates",
"Material3": "MetalScrap",
"PickUpLevel": "2",
"PickUpTool": "Crowbar",
"PickUpWeight": 300,
"SpriteGridPos": "1,0",
"IsTrashCan": ""
}
}
}
}