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.
furniture_storage_02_13
The Big Locker is a craftable container.
Usage
The big locker is used as a means of item storage, with a capacity of 50. It can be found in various locations across the map, and can be picked up with a carpentry level of 3. It can also be crafted.
Crafting
Crafting requires a welding skill of 9.
Metalworking
- Main article: Metalworking
Product | Ingredients | Tools | Requirements | Workstation | XP |
---|---|---|---|---|---|
Big Locker |
Iron Pipe ×8 Steel Sheet - Small ×4 Door Hinge ×2 |
Welding Torch 3 unit(s)
Welder Mask (and) Welding Rods 1 unit(s)
|
Metalworking 9 (and) Magazine: Welder Monthly - May 1993 |
none | 7.5 Metalworking |
Crafting
The following table contains the materials that can drop when disassembling this tile.
Disassembly materials | |||
---|---|---|---|
Material | Amount of tries | Base chance | Maximum amount |
Steel Sheet | 1 | 70 | 1 |
Steel Sheet - Small | 2 | 80 | 2 |
Scrap Metal | 1 | 70 | 1 |
On dismantle failure | |||
Sheet Metal Scrap | |||
Sheet Metal Scrap |
Breakage occurs when the player fails at picking up an item.
Breakage materials | ||
---|---|---|
Item dropped | Maximum amount | Chance per roll |
Code
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_storage_02_12": {
"name": "furniture_storage_02_12",
"id": 204012,
"type": "MAX",
"tileSheetIndex": 12,
"properties": {
"generic": {
"container": "locker",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Locker",
"Facing": "E",
"GroupName": "Yellow Wall",
"IsMoveAble": "",
"Material": "MetalPlates",
"Material2": "SmallMetalPlates",
"Material3": "MetalScrap",
"PickUpLevel": "3",
"PickUpTool": "Hammer",
"PickUpWeight": 200,
"PlaceTool": "Hammer",
"MoveType": "WallObject",
"attachedW": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_storage_02_13": {
"name": "furniture_storage_02_13",
"id": 204013,
"type": "MAX",
"tileSheetIndex": 13,
"properties": {
"generic": {
"container": "locker",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Locker",
"Facing": "S",
"GroupName": "Yellow Wall",
"IsMoveAble": "",
"Material": "MetalPlates",
"Material2": "SmallMetalPlates",
"Material3": "MetalScrap",
"PickUpLevel": "3",
"PickUpTool": "Hammer",
"PickUpWeight": 200,
"PlaceTool": "Hammer",
"MoveType": "WallObject",
"attachedN": "",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_storage_02_14": {
"name": "furniture_storage_02_14",
"id": 204014,
"type": "MAX",
"tileSheetIndex": 14,
"properties": {
"generic": {
"container": "locker",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Locker",
"Facing": "W",
"GroupName": "Yellow Wall",
"IsMoveAble": "",
"Material": "MetalPlates",
"Material2": "SmallMetalPlates",
"Material3": "MetalScrap",
"PickUpLevel": "3",
"PickUpTool": "Hammer",
"PickUpWeight": 200,
"PlaceTool": "Hammer",
"MoveType": "WallObject",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_storage_02_15": {
"name": "furniture_storage_02_15",
"id": 204015,
"type": "MAX",
"tileSheetIndex": 15,
"properties": {
"generic": {
"container": "locker",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Locker",
"Facing": "N",
"GroupName": "Yellow Wall",
"IsMoveAble": "",
"Material": "MetalPlates",
"Material2": "SmallMetalPlates",
"Material3": "MetalScrap",
"PickUpLevel": "3",
"PickUpTool": "Hammer",
"PickUpWeight": 200,
"PlaceTool": "Hammer",
"MoveType": "WallObject",
"CanBreak": ""
}
}
}
}