More actions
Blue Wall Locker
[[File:{{{icon5}}}|Blue Wall Locker||class=pixelart}}]]
[[File:{{{icon6}}}|Blue Wall Locker||class=pixelart}}]]
[[File:{{{icon7}}}|Blue Wall Locker||class=pixelart}}]]
[[File:{{{icon8}}}|Blue Wall Locker||class=pixelart}}]]
[[File:{{{icon9}}}|Blue Wall Locker||class=pixelart}}]]
Move
Disassemble
Skill (level)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
furniture_storage_02_4
furniture_storage_02_5
furniture_storage_02_6
furniture_storage_02_7
furniture_storage_02_5
furniture_storage_02_6
furniture_storage_02_7
Tile ID(s)
204004
204005
204006
204007
204005
204006
204007
A blue wall locker 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 |
Metal Sheet | 1 | 70 | 1 |
Small Metal Sheet | 2 | 80 | 2 |
Scrap Metal | 1 | 70 | 1 |
On dismantle failure | |||
Unusable Metal | |||
Unusable Metal |
Breakage occurs when the player fails at picking up an item.
Breakage materials | ||
---|---|---|
Item dropped | Maximum amount | Chance per roll |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"furniture_storage_02_4": {
"name": "furniture_storage_02_4",
"id": 204004,
"type": "MAX",
"tileSheetIndex": 4,
"properties": {
"generic": {
"container": "locker",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Locker",
"Facing": "E",
"GroupName": "Blue 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_5": {
"name": "furniture_storage_02_5",
"id": 204005,
"type": "MAX",
"tileSheetIndex": 5,
"properties": {
"generic": {
"container": "locker",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Locker",
"Facing": "S",
"GroupName": "Blue 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_6": {
"name": "furniture_storage_02_6",
"id": 204006,
"type": "MAX",
"tileSheetIndex": 6,
"properties": {
"generic": {
"container": "locker",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Locker",
"Facing": "W",
"GroupName": "Blue 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_7": {
"name": "furniture_storage_02_7",
"id": 204007,
"type": "MAX",
"tileSheetIndex": 7,
"properties": {
"generic": {
"container": "locker",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Locker",
"Facing": "N",
"GroupName": "Blue Wall",
"IsMoveAble": "",
"Material": "MetalPlates",
"Material2": "SmallMetalPlates",
"Material3": "MetalScrap",
"PickUpLevel": "3",
"PickUpTool": "Hammer",
"PickUpWeight": 200,
"PlaceTool": "Hammer",
"MoveType": "WallObject",
"CanBreak": ""
}
}
}
}